aboutsummaryrefslogtreecommitdiff
path: root/net/libusipp
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update to 2.25Sunpoet Po-Chuan Hsieh2020-11-265-16/+22
| | | | | | | Changes: https://github.com/stealth/libusipp/commits/master Notes: svn path=/head/; revision=556353
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-0/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* Fix build on powerpcSunpoet Po-Chuan Hsieh2019-04-051-0/+10
| | | | | | | | PR: 237049 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Notes: svn path=/head/; revision=498033
* Add libusipp 2.24Sunpoet Po-Chuan Hsieh2019-02-194-0/+72
usi++ (UNIX Socket Interface) is a low-level network-library for sending/receiving IP, IP6, ARP etc. packets directly on RAW or PACKET sockets. It can also be used for network-monitoring and rapid development of pentesting tools. It requires libpcap and libdnet if you want the Layer2 DNET provider. WWW: https://github.com/stealth/libusipp Notes: svn path=/head/; revision=493377