1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Add libusipp 2.24

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
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2019-02-19 19:46:44 +00:00
parent 0fa0bac92b
commit 748a3e9254
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=493377
5 changed files with 73 additions and 0 deletions

View File

@ -417,6 +417,7 @@
SUBDIR += libtnl
SUBDIR += libtrace
SUBDIR += libunp
SUBDIR += libusipp
SUBDIR += libutp
SUBDIR += libvncserver
SUBDIR += libwebsockets

30
net/libusipp/Makefile Normal file
View File

@ -0,0 +1,30 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= libusipp
PORTVERSION= 2.24
DISTVERSIONPREFIX= libusipp-
DISTVERSIONSUFFIX= s
CATEGORIES= net
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Unix socket interface for C++ raw IP/IP6/UDP/TCP, layer 2 framework
LICENSE= GPLv3+
USES= autoreconf compiler:c++11-lang gmake
GNU_CONFIGURE= yes
WRKSRC_SUBDIR= src
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= stealth
do-install:
${MKDIR} ${STAGEDIR}${PREFIX}/include/usi++ ${STAGEDIR}${PREFIX}/lib
${INSTALL_DATA} ${WRKSRC}/../usi++/*.h ${STAGEDIR}${PREFIX}/include/usi++
${INSTALL_DATA} ${WRKSRC}/libusi++.a ${STAGEDIR}${PREFIX}/lib
${INSTALL_LIB} ${WRKSRC}/libusi++.so ${STAGEDIR}${PREFIX}/lib
.include <bsd.port.mk>

3
net/libusipp/distinfo Normal file
View File

@ -0,0 +1,3 @@
TIMESTAMP = 1549818671
SHA256 (stealth-libusipp-libusipp-2.24s_GH0.tar.gz) = da7703df75ba17cde726b1df85067627229b829893583c27fe082d77c505ed96
SIZE (stealth-libusipp-libusipp-2.24s_GH0.tar.gz) = 69940

6
net/libusipp/pkg-descr Normal file
View File

@ -0,0 +1,6 @@
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

33
net/libusipp/pkg-plist Normal file
View File

@ -0,0 +1,33 @@
include/usi++/80211.h
include/usi++/Layer2.h
include/usi++/RX.h
include/usi++/RX_fd.h
include/usi++/RX_string.h
include/usi++/TX.h
include/usi++/TX_IP.h
include/usi++/TX_IP6.h
include/usi++/TX_dnet_eth.h
include/usi++/TX_dnet_ip.h
include/usi++/TX_pcap.h
include/usi++/TX_pcap_eth.h
include/usi++/TX_string.h
include/usi++/arp.h
include/usi++/config.h
include/usi++/datalink.h
include/usi++/eapol.h
include/usi++/icmp.h
include/usi++/icmp6.h
include/usi++/ip.h
include/usi++/ip6.h
include/usi++/ipcomp.h
include/usi++/misc.h
include/usi++/object.h
include/usi++/radiotap.h
include/usi++/refcount.h
include/usi++/tcp.h
include/usi++/udp.h
include/usi++/usi++.h
include/usi++/usi-structs-compat.h
include/usi++/usi-structs.h
lib/libusi++.a
lib/libusi++.so