diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-25 10:54:14 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-25 10:54:14 +0000 |
commit | 6024e6b0893e4f8e985d57e20f15a0cd59a1c364 (patch) | |
tree | 80dcef1792442d5728bc8a580924363c82f347e7 /net/netwib | |
parent | 715fe501151248639738fd26158188b6c1c68b3a (diff) | |
download | ports-6024e6b0893e4f8e985d57e20f15a0cd59a1c364.tar.gz ports-6024e6b0893e4f8e985d57e20f15a0cd59a1c364.zip |
Notes
Diffstat (limited to 'net/netwib')
-rw-r--r-- | net/netwib/Makefile | 30 | ||||
-rw-r--r-- | net/netwib/distinfo | 1 | ||||
-rw-r--r-- | net/netwib/files/patch-config.dat | 14 | ||||
-rw-r--r-- | net/netwib/pkg-comment | 1 | ||||
-rw-r--r-- | net/netwib/pkg-descr | 9 | ||||
-rw-r--r-- | net/netwib/pkg-plist | 30 |
6 files changed, 85 insertions, 0 deletions
diff --git a/net/netwib/Makefile b/net/netwib/Makefile new file mode 100644 index 000000000000..2e79911db0bf --- /dev/null +++ b/net/netwib/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: lcrzo +# Date created: Wed Apr 10 02:42:20 CEST 2002 +# Whom: king@v2project.com +# +# $FreeBSD$ +# + +PORTNAME= lcrzo +PORTVERSION= 4.08 +CATEGORIES= security +MASTER_SITES= http://www.laurentconstantin.com/common/lcrzo/download/v4/ \ + http://www.mirrors.wiretapped.net/security/packet-construction/lcrzo/ \ + ftp://ftp.mirrors.wiretapped.net/sd3a/security/packet-construction/lcrzo/ +EXTRACT_SUFX= -src.tgz + +MAINTAINER= king@v2project.com + +WRKSRC= ${WRKDIR}/${PKGNAME}-src/src + +MAN3= lcrzo.3 lcrzo_address.3 lcrzo_conf.3 lcrzo_data.3 lcrzo_device.3 \ + lcrzo_error.3 lcrzo_file.3 lcrzo_global.3 lcrzo_header.3 \ + lcrzo_icmp.3 lcrzo_ipc.3 lcrzo_ipopt.3 lcrzo_list.3 lcrzo_misc.3 \ + lcrzo_obso.3 lcrzo_packet.3 lcrzo_print.3 lcrzo_process.3 \ + lcrzo_record.3 lcrzo_sniff.3 lcrzo_sock.3 lcrzo_spoof.3 \ + lcrzo_string.3 lcrzo_tcpopt.3 lcrzo_time.3 lcrzo_types.3 lcrzo_wait.3 + +post-patch: + cd ${WRKSRC} && ${SH} ${WRKSRC}/genemake + +.include <bsd.port.mk> diff --git a/net/netwib/distinfo b/net/netwib/distinfo new file mode 100644 index 000000000000..3c723e50743a --- /dev/null +++ b/net/netwib/distinfo @@ -0,0 +1 @@ +MD5 (lcrzo-4.08-src.tgz) = 9f0505a16236722f9fe9598f7ef61c0c diff --git a/net/netwib/files/patch-config.dat b/net/netwib/files/patch-config.dat new file mode 100644 index 000000000000..81a6271d29ad --- /dev/null +++ b/net/netwib/files/patch-config.dat @@ -0,0 +1,14 @@ +--- config.dat.orig Wed Apr 10 03:06:53 2002 ++++ config.dat Wed Apr 10 03:07:04 2002 +@@ -41,9 +41,9 @@ + ### - MacOS_10_ppc : MacOS X under PowerPC + ### - Etc. + #LCRZODEF_SYS=FreeBSD_3_i386 +-#LCRZODEF_SYS=FreeBSD_4_i386 ++LCRZODEF_SYS=FreeBSD_4_i386 + #LCRZODEF_SYS=FreeBSD_4_alpha +-LCRZODEF_SYS=Linux_X_i386 ++#LCRZODEF_SYS=Linux_X_i386 + #LCRZODEF_SYS=Linux_X_ia64 + #LCRZODEF_SYS=Linux_X_alpha + #LCRZODEF_SYS=MacOS_10_ppc diff --git a/net/netwib/pkg-comment b/net/netwib/pkg-comment new file mode 100644 index 000000000000..847f4db870de --- /dev/null +++ b/net/netwib/pkg-comment @@ -0,0 +1 @@ +Lcrzo is a network library (used by Lcrzoex, network testing toolbox) diff --git a/net/netwib/pkg-descr b/net/netwib/pkg-descr new file mode 100644 index 000000000000..c25343d904f7 --- /dev/null +++ b/net/netwib/pkg-descr @@ -0,0 +1,9 @@ +Lcrzo is a network library, for network administrators +and network hackers. Its objective is to easily create network programs. +This library provides network functionnalities for Ethernet, IP, UDP, TCP, +ICMP, ARP and RARP protocols. It supports spoofing, sniffing, client and +server creation. Furthermore, lcrzo contains high level functions dealing +with data storage and handling. Using all these functions, you can quickly +create a network test program. + +WWW: http://www.laurentconstantin.com/en/lcrzo/ diff --git a/net/netwib/pkg-plist b/net/netwib/pkg-plist new file mode 100644 index 000000000000..5a817aa8cf94 --- /dev/null +++ b/net/netwib/pkg-plist @@ -0,0 +1,30 @@ +bin/lcrzo-config +include/lcrzo.h +include/lcrzo_defs.h +include/lcrzo_address.h +include/lcrzo_conf.h +include/lcrzo_data.h +include/lcrzo_device.h +include/lcrzo_error.h +include/lcrzo_file.h +include/lcrzo_global.h +include/lcrzo_header.h +include/lcrzo_icmp.h +include/lcrzo_ipc.h +include/lcrzo_ipopt.h +include/lcrzo_list.h +include/lcrzo_misc.h +include/lcrzo_obso.h +include/lcrzo_packet.h +include/lcrzo_print.h +include/lcrzo_process.h +include/lcrzo_record.h +include/lcrzo_sniff.h +include/lcrzo_sock.h +include/lcrzo_spoof.h +include/lcrzo_string.h +include/lcrzo_tcpopt.h +include/lcrzo_time.h +include/lcrzo_types.h +include/lcrzo_wait.h +lib/liblcrzo.a |