Date: Tue, 9 Apr 2002 19:12:29 -0700 (PDT) From: Joseph King <king@v2project.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/36946: New port: lcrzo network library Message-ID: <200204100212.g3A2CTS20362@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 36946 >Category: ports >Synopsis: New port: lcrzo network library >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Apr 09 19:20:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Joseph King >Release: >Organization: >Environment: >Description: 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. >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # lcrzo # lcrzo/files # lcrzo/files/patch-aa # lcrzo/Makefile # lcrzo/distinfo # lcrzo/pkg-comment # lcrzo/pkg-descr # lcrzo/pkg-plist # echo c - lcrzo mkdir -p lcrzo > /dev/null 2>&1 echo c - lcrzo/files mkdir -p lcrzo/files > /dev/null 2>&1 echo x - lcrzo/files/patch-aa sed 's/^X//' >lcrzo/files/patch-aa << 'END-of-lcrzo/files/patch-aa' X--- config.dat.orig Wed Apr 10 03:06:53 2002 X+++ config.dat Wed Apr 10 03:07:04 2002 X@@ -41,9 +41,9 @@ X ### - MacOS_10_ppc : MacOS X under PowerPC X ### - Etc. X #LCRZODEF_SYS=FreeBSD_3_i386 X-#LCRZODEF_SYS=FreeBSD_4_i386 X+LCRZODEF_SYS=FreeBSD_4_i386 X #LCRZODEF_SYS=FreeBSD_4_alpha X-LCRZODEF_SYS=Linux_X_i386 X+#LCRZODEF_SYS=Linux_X_i386 X #LCRZODEF_SYS=Linux_X_ia64 X #LCRZODEF_SYS=Linux_X_alpha X #LCRZODEF_SYS=MacOS_10_ppc END-of-lcrzo/files/patch-aa echo x - lcrzo/Makefile sed 's/^X//' >lcrzo/Makefile << 'END-of-lcrzo/Makefile' X# New ports collection makefile for: lcrzo X# Date created: Wed Apr 10 02:42:20 CEST 2002 X# Whom: king@v2project.com X# X# X XPORTNAME= lcrzo XPORTVERSION= 4.08 XCATEGORIES= security XMASTER_SITES= http://www.laurentconstantin.com/common/lcrzo/download/v4/ \ X http://www.mirrors.wiretapped.net/security/packet-construction/lcrzo/ \ X ftp://ftp.mirrors.wiretapped.net/sd3a/security/packet-construction/lcrzo/ XEXTRACT_SUFX= -src.tgz X XWRKSRC= ${WRKDIR}/${PKGNAME}-src/src X XMAINTAINER= king@v2project.com X Xpost-patch: X cd ${WRKSRC} && ${SH} ${WRKSRC}/genemake X X.include <bsd.port.mk> END-of-lcrzo/Makefile echo x - lcrzo/distinfo sed 's/^X//' >lcrzo/distinfo << 'END-of-lcrzo/distinfo' XMD5 (lcrzo-4.08-src.tgz) = 9f0505a16236722f9fe9598f7ef61c0c END-of-lcrzo/distinfo echo x - lcrzo/pkg-comment sed 's/^X//' >lcrzo/pkg-comment << 'END-of-lcrzo/pkg-comment' XLcrzo is a network library (used by Lcrzoex, network testing toolbox) END-of-lcrzo/pkg-comment echo x - lcrzo/pkg-descr sed 's/^X//' >lcrzo/pkg-descr << 'END-of-lcrzo/pkg-descr' XLcrzo is a network library, for network administrators and network hackers. XIts 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. X Xhttp://www.laurentconstantin.com/en/lcrzo/ END-of-lcrzo/pkg-descr echo x - lcrzo/pkg-plist sed 's/^X//' >lcrzo/pkg-plist << 'END-of-lcrzo/pkg-plist' Xbin/lcrzo-config Xinclude/lcrzo.h Xinclude/lcrzo_defs.h Xinclude/lcrzo_address.h Xinclude/lcrzo_conf.h Xinclude/lcrzo_data.h Xinclude/lcrzo_device.h Xinclude/lcrzo_error.h Xinclude/lcrzo_file.h Xinclude/lcrzo_global.h Xinclude/lcrzo_header.h Xinclude/lcrzo_icmp.h Xinclude/lcrzo_ipc.h Xinclude/lcrzo_ipopt.h Xinclude/lcrzo_list.h Xinclude/lcrzo_misc.h Xinclude/lcrzo_obso.h Xinclude/lcrzo_packet.h Xinclude/lcrzo_print.h Xinclude/lcrzo_process.h Xinclude/lcrzo_record.h Xinclude/lcrzo_sniff.h Xinclude/lcrzo_sock.h Xinclude/lcrzo_spoof.h Xinclude/lcrzo_string.h Xinclude/lcrzo_tcpopt.h Xinclude/lcrzo_time.h Xinclude/lcrzo_types.h Xinclude/lcrzo_wait.h Xlib/liblcrzo.a Xman/man3/lcrzo.3 Xman/man3/lcrzo_address.3 Xman/man3/lcrzo_conf.3 Xman/man3/lcrzo_data.3 Xman/man3/lcrzo_device.3 Xman/man3/lcrzo_error.3 Xman/man3/lcrzo_file.3 Xman/man3/lcrzo_global.3 Xman/man3/lcrzo_header.3 Xman/man3/lcrzo_icmp.3 Xman/man3/lcrzo_ipc.3 Xman/man3/lcrzo_ipopt.3 Xman/man3/lcrzo_list.3 Xman/man3/lcrzo_misc.3 Xman/man3/lcrzo_obso.3 Xman/man3/lcrzo_packet.3 Xman/man3/lcrzo_print.3 Xman/man3/lcrzo_process.3 Xman/man3/lcrzo_record.3 Xman/man3/lcrzo_sniff.3 Xman/man3/lcrzo_sock.3 Xman/man3/lcrzo_spoof.3 Xman/man3/lcrzo_string.3 Xman/man3/lcrzo_tcpopt.3 Xman/man3/lcrzo_time.3 Xman/man3/lcrzo_types.3 Xman/man3/lcrzo_wait.3 END-of-lcrzo/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204100212.g3A2CTS20362>