1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00

add lcrzo 4.08

Lcrzo is a network library (used by Lcrzoex, network testing toolbox)

PR:		36947
Submitted by:	Joseph King <king@v2project.com>
This commit is contained in:
Ying-Chieh Liao 2002-06-25 10:54:14 +00:00
parent 715fe50115
commit 6024e6b089
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=61938
13 changed files with 171 additions and 0 deletions

30
net/netwib/Makefile Normal file
View File

@ -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>

1
net/netwib/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (lcrzo-4.08-src.tgz) = 9f0505a16236722f9fe9598f7ef61c0c

View File

@ -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

1
net/netwib/pkg-comment Normal file
View File

@ -0,0 +1 @@
Lcrzo is a network library (used by Lcrzoex, network testing toolbox)

9
net/netwib/pkg-descr Normal file
View File

@ -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/

30
net/netwib/pkg-plist Normal file
View File

@ -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

View File

@ -88,6 +88,7 @@
SUBDIR += l0pht-watch
SUBDIR += l0phtcrack
SUBDIR += labrea
SUBDIR += lcrzo
SUBDIR += libident
SUBDIR += libmcrypt
SUBDIR += libparanoia

30
security/lcrzo/Makefile Normal file
View File

@ -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>

1
security/lcrzo/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (lcrzo-4.08-src.tgz) = 9f0505a16236722f9fe9598f7ef61c0c

View File

@ -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

View File

@ -0,0 +1 @@
Lcrzo is a network library (used by Lcrzoex, network testing toolbox)

9
security/lcrzo/pkg-descr Normal file
View File

@ -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/

30
security/lcrzo/pkg-plist Normal file
View File

@ -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