* lcrzoex tools was renamed to netwox

* update to 5.20.0 and move to net-mgmt category
* new maintainer

PR:             ports/69609
Submitted by:   Janos Mohacsi <janos.mohacsi@bsd.hu>
This commit is contained in:
Sergey Matveychuk 2004-08-01 09:39:38 +00:00
parent 64a155ec8f
commit c895ecbad3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=115195
8 changed files with 52 additions and 49 deletions

1
MOVED
View file

@ -1215,3 +1215,4 @@ emulators/freesci|games/freesci|2004-07-26|Moved to better category games
net/zebra-devel||2004-07-27|The same as net/zebra for some time
mail/pear-mailparse|mail/pecl-mailparse|2004-07-30|Renamed
security/lcrzo|net/netwib|2004-08-01|The project has been renamed and port moved to better category
security/lcrzoex|net/netwox|2004-08-01|The project has been renamed and port moved to better category

View file

@ -86,6 +86,7 @@
SUBDIR += netsaint-plugins
SUBDIR += netspoc
SUBDIR += netustad
SUBDIR += netwox
SUBDIR += nitpicker
SUBDIR += nocol
SUBDIR += nrpe

View file

@ -1,31 +1,38 @@
# New ports collection makefile for: lcrzoex
# Date created: Wed Apr 10 02:42:20 CEST 2002
# Whom: king@v2project.com
# New ports collection makefile for: netwox
# Date created: 26.07.2004
# Whom: janos.mohacsi@bsd.hu
#
# $FreeBSD$
#
PORTNAME= lcrzoex
PORTVERSION= 4.17.0
CATEGORIES= security
MASTER_SITES= http://www.laurentconstantin.com/common/netw/netwib/download/v4/ \
http://fresh.t-systems-sfr.com/unix/src/privat2/
EXTRACT_SUFX= -src.tgz
PORTNAME= netwox
PORTVERSION= 5.20.0
CATEGORIES= net-mgmt ipv6
MASTER_SITES= http://www.laurentconstantin.com/common/netw/netwox/download/v5/ \
http://membres.lycos.fr/lauconstantin/common/netw/netwox/download/v5/ \
http://laurentconstantin.free.fr/common/netw/netwox/download/v5/
DISTFILES= ${PORTNAME}-${PORTVERSION}-src.tgz ${PORTNAME}-${PORTVERSION}-doc_html.tgz
MAINTAINER= king@v2project.com
COMMENT= Lcrzoex contains over 300 functionnalities using network library lcrzo
MAINTAINER= janos.mohacsi@bsd.hu
COMMENT= Netwox a network testing toolbox
BUILD_DEPENDS= ${LOCALBASE}/include/lcrzo_debugdefs.h:${PORTSDIR}/security/lcrzo
BUILD_DEPENDS= ${LOCALBASE}/bin/netwib-config:${PORTSDIR}/net/netwib
WRKSRC= ${WRKDIR}/${PKGNAME}-src/src
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-src/src
USE_REINPLACE= yes
MAN1= netwox.1 netwox520.1
MAN1= lcrzoex.1
PLIST_FILES= bin/lcrzoex
pre-configure:
cd ${WRKSRC} && ${SH} ${WRKSRC}/genemake
do-configure:
@${REINPLACE_CMD} \
-e 's|%%PREFIX%%|${PREFIX}|' \
${WRKSRC}/config.dat
(cd ${WRKSRC} ; ${SH} ${WRKSRC}/genemake )
post-install:
@${CAT} ${PKGMESSAGE}
strip ${PREFIX}/bin/${PORTNAME}
.ifndef(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
@${CP} -R ${WRKSRC}/../../${PORTNAME}-${PORTVERSION}-doc_html/* ${DOCSDIR}
.endif
.include <bsd.port.mk>

View file

@ -1,2 +1,4 @@
MD5 (lcrzoex-4.17.0-src.tgz) = ad9732adb9f1a02d1cb1fbb12112db53
SIZE (lcrzoex-4.17.0-src.tgz) = 336521
MD5 (netwox-5.20.0-src.tgz) = 4785cec8b11099e51f457ef9b2cbe915
SIZE (netwox-5.20.0-src.tgz) = 341139
MD5 (netwox-5.20.0-doc_html.tgz) = 6e776f08f7d4b59f8d44d84c4aece421
SIZE (netwox-5.20.0-doc_html.tgz) = 60685

View file

@ -0,0 +1,14 @@
$FreeBSD$
--- config.dat.orig Mon Jul 26 09:22:03 2004
+++ config.dat Mon Jul 26 09:22:36 2004
@@ -4,7 +4,7 @@
##########################################################################
### installation prefix directory of netwib [should not need to be modified]
-NETWIBDEF_INSTPREFIX=/usr/local
+NETWIBDEF_INSTPREFIX=%%PREFIX%%
##########################################################################
### installation destination directory [should not need to be modified]

View file

@ -1,24 +1,7 @@
Lcrzoex contains over 300 functionalities using network library lcrzo.
Lcrzoex can be used in the following contexts :
- discover the Ethernet address of a computer (number 2, 3, 134, etc.)
- sniff your LAN to detect what's going on (number 7, 8, 9, etc.)
- check the checksums created by a network program which isn't working
(number 16, 17, 18, etc.)
- intercept a session and replay it as many times you want to strictly
test your application (number 10, 11, 12, 22, etc.)
- verify if a router is well configured even if the needed computers are
down (number 48, ..., 53, etc.)
- check if your router/firewall/computer blocks
- IP protocols (number 29, ..., 34, etc.)
- IP options (number 29, ..., 34, 73, ..., 79, etc.), source routing
(number 45, 56, 59, 62, etc.)
- IP fragments (number 44, 55, 58, 61, 72, etc.)
- TCP options (number 48, ..., 53, etc.)
- ICMP types (number 65, ..., 70, etc.)
- ARP poisoning (number 80, 81, 82, 83, etc.)
- create a tcp/udp client with a special local port (number 85, 89, 86, 93,
97, etc.)
- convert between numbers (number 139, ..., 148, etc.)
- etc.
Toolbox netwox helps to find and solve network problems :
- sniff, spoof
- clients, servers
- DNS, FTP, HTTP, IRC, NNTP, SMTP, SNMP, SYSLOG, TELNET, TFTP
- scan, ping, traceroute
WWW: http://www.laurentconstantin.com/en/lcrzoex/
WWW: http://www.laurentconstantin.com/en/netw/netwox/

View file

@ -1,4 +0,0 @@
--------
Check the online documentation in :
http://www.laurentconstantin.com/common/lcrzoex/doc/en/index.html
--------

View file

@ -154,7 +154,6 @@
SUBDIR += l0phtcrack
SUBDIR += l5
SUBDIR += labrea
SUBDIR += lcrzoex
SUBDIR += lep
SUBDIR += libassuan
SUBDIR += libbf