summaryrefslogtreecommitdiff
path: root/security/lcrzo
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-06-25 10:54:14 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-06-25 10:54:14 +0000
commit6024e6b0893e4f8e985d57e20f15a0cd59a1c364 (patch)
tree80dcef1792442d5728bc8a580924363c82f347e7 /security/lcrzo
parentadd p5-Unicode-Map 0.112 (diff)
add lcrzo 4.08
Lcrzo is a network library (used by Lcrzoex, network testing toolbox) PR: 36947 Submitted by: Joseph King <king@v2project.com>
Notes
Notes: svn path=/head/; revision=61938
Diffstat (limited to 'security/lcrzo')
-rw-r--r--security/lcrzo/Makefile30
-rw-r--r--security/lcrzo/distinfo1
-rw-r--r--security/lcrzo/files/patch-config.dat14
-rw-r--r--security/lcrzo/pkg-comment1
-rw-r--r--security/lcrzo/pkg-descr9
-rw-r--r--security/lcrzo/pkg-plist30
6 files changed, 85 insertions, 0 deletions
diff --git a/security/lcrzo/Makefile b/security/lcrzo/Makefile
new file mode 100644
index 000000000000..2e79911db0bf
--- /dev/null
+++ b/security/lcrzo/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/security/lcrzo/distinfo b/security/lcrzo/distinfo
new file mode 100644
index 000000000000..3c723e50743a
--- /dev/null
+++ b/security/lcrzo/distinfo
@@ -0,0 +1 @@
+MD5 (lcrzo-4.08-src.tgz) = 9f0505a16236722f9fe9598f7ef61c0c
diff --git a/security/lcrzo/files/patch-config.dat b/security/lcrzo/files/patch-config.dat
new file mode 100644
index 000000000000..81a6271d29ad
--- /dev/null
+++ b/security/lcrzo/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/security/lcrzo/pkg-comment b/security/lcrzo/pkg-comment
new file mode 100644
index 000000000000..847f4db870de
--- /dev/null
+++ b/security/lcrzo/pkg-comment
@@ -0,0 +1 @@
+Lcrzo is a network library (used by Lcrzoex, network testing toolbox)
diff --git a/security/lcrzo/pkg-descr b/security/lcrzo/pkg-descr
new file mode 100644
index 000000000000..c25343d904f7
--- /dev/null
+++ b/security/lcrzo/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/security/lcrzo/pkg-plist b/security/lcrzo/pkg-plist
new file mode 100644
index 000000000000..5a817aa8cf94
--- /dev/null
+++ b/security/lcrzo/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