Date: Mon, 26 Jul 2004 10:21:52 +0200 (CEST) From: Mohacsi@niif.hu To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/69609: New port: net-mgmt/netwox version 5.20.0 Message-ID: <200407260821.i6Q8LqGO008465@norfolk.ki.iif.hu> Resent-Message-ID: <200407260830.i6Q8UJ4D008113@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 69609 >Category: ports >Synopsis: New port: net-mgmt/netwox version 5.20.0 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jul 26 08:30:19 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Janos Mohacsi >Release: FreeBSD 5.2-CURRENT i386 >Organization: NIIF >Environment: System: FreeBSD norfolk.ki.iif.hu 5.2-CURRENT FreeBSD 5.2-CURRENT #12: Thu Jul 8 14:37:25 CEST 2004 root@norfolk.ki.iif.hu:/usr/obj/usr/src/sys/NORFOLK i386 >Description: New port: net-mgmt/netwox version 5.20.0 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 >How-To-Repeat: Apply this shar >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: # # netwox/ # netwox/pkg-plist # netwox/pkg-descr # netwox/distinfo # netwox/Makefile # netwox/files # netwox/files/patch-config.dat # echo c - netwox/ mkdir -p netwox/ > /dev/null 2>&1 echo x - netwox/pkg-plist sed 's/^X//' >netwox/pkg-plist << 'END-of-netwox/pkg-plist' Xbin/netwox520 Xbin/netwox X%%PORTDOCS%%%%DOCSDIR%%/html/examples.html X%%PORTDOCS%%%%DOCSDIR%%/html/routerandfw.html X%%PORTDOCS%%%%DOCSDIR%%/html/sendip6.html X%%PORTDOCS%%%%DOCSDIR%%/html/tutorials.html X%%PORTDOCS%%%%DOCSDIR%%/html/um.html X%%PORTDOCS%%%%DOCSDIR%%/images/banner_netwox.jpg X%%PORTDOCS%%%%DOCSDIR%%/index.html X%%PORTDOCS%%%%DOCSDIR%%/txt/addonetoolunix.txt X%%PORTDOCS%%%%DOCSDIR%%/txt/addonetoolwindows.txt X%%PORTDOCS%%%%DOCSDIR%%/txt/installbin.txt X%%PORTDOCS%%%%DOCSDIR%%/txt/installsrcunix.txt X%%PORTDOCS%%%%DOCSDIR%%/txt/installsrcwindows.txt X%%PORTDOCS%%%%DOCSDIR%%/txt/presentation.txt X%%PORTDOCS%%%%DOCSDIR%%/txt/probleminstallbin.txt X%%PORTDOCS%%%%DOCSDIR%%/txt/probleminstallunix.txt X%%PORTDOCS%%%%DOCSDIR%%/txt/probleminstallwindows.txt X%%PORTDOCS%%%%DOCSDIR%%/txt/problemreport.txt X%%PORTDOCS%%%%DOCSDIR%%/txt/problemusagebin.txt X%%PORTDOCS%%%%DOCSDIR%%/txt/problemusageunix.txt X%%PORTDOCS%%%%DOCSDIR%%/txt/problemusagewindows.txt X%%PORTDOCS%%%%DOCSDIR%%/txt/unimplemented.txt X%%PORTDOCS%%@dirrm %%DOCSDIR%%/txt X%%PORTDOCS%%@dirrm %%DOCSDIR%%/images X%%PORTDOCS%%@dirrm %%DOCSDIR%%/html X%%PORTDOCS%%@dirrm %%DOCSDIR%% END-of-netwox/pkg-plist echo x - netwox/pkg-descr sed 's/^X//' >netwox/pkg-descr << 'END-of-netwox/pkg-descr' XToolbox netwox helps to find and solve network problems : X - sniff, spoof X - clients, servers X - DNS, FTP, HTTP, IRC, NNTP, SMTP, SNMP, SYSLOG, TELNET, TFTP X - scan, ping, traceroute X XWWW: http://www.laurentconstantin.com/en/netw/netwox/ END-of-netwox/pkg-descr echo x - netwox/distinfo sed 's/^X//' >netwox/distinfo << 'END-of-netwox/distinfo' XMD5 (netwox-5.20.0-src.tgz) = 4785cec8b11099e51f457ef9b2cbe915 XSIZE (netwox-5.20.0-src.tgz) = 341139 XMD5 (netwox-5.20.0-doc_html.tgz) = 6e776f08f7d4b59f8d44d84c4aece421 XSIZE (netwox-5.20.0-doc_html.tgz) = 60685 END-of-netwox/distinfo echo x - netwox/Makefile sed 's/^X//' >netwox/Makefile << 'END-of-netwox/Makefile' X# New ports collection makefile for: netwox X# Date created: 26.07.2004 X# Whom: janos.mohacsi@bsd.hu X# X# $FreeBSD$ X# X XPORTNAME= netwox XPORTVERSION= 5.20.0 XCATEGORIES= net-mgmt ipv6 XMASTER_SITES= http://www.laurentconstantin.com/common/netw/netwox/download/v5/ \ X http://membres.lycos.fr/lauconstantin/common/netw/netwox/download/v5/ \ X http://laurentconstantin.free.fr/common/netw/netwox/download/v5/ XDISTFILES= ${PORTNAME}-${PORTVERSION}-src.tgz ${PORTNAME}-${PORTVERSION}-doc_html.tgz X XMAINTAINER= janos.mohacsi@bsd.hu XCOMMENT= Netwox a network testing toolbox X XBUILD_DEPENDS= ${LOCALBASE}/bin/netwib-config:${PORTSDIR}/net/netwib X XWRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-src/src XUSE_REINPLACE= yes XMAN1= netwox.1 netwox520.1 X Xdo-configure: X @${REINPLACE_CMD} \ X -e 's|%%PREFIX%%|${PREFIX}|' \ X ${WRKSRC}/config.dat X (cd ${WRKSRC} ; ${SH} ${WRKSRC}/genemake ) X Xpost-install: X strip ${LOCALBASE}/bin/${PORTNAME} X.ifndef(NOPORTDOCS) X @${MKDIR} ${DOCSDIR} X @${CP} -R ${WRKSRC}/../../${PORTNAME}-${PORTVERSION}-doc_html/* ${DOCSDIR} X.endif X X.include <bsd.port.mk> END-of-netwox/Makefile echo c - netwox/files mkdir -p netwox/files > /dev/null 2>&1 echo x - netwox/files/patch-config.dat sed 's/^X//' >netwox/files/patch-config.dat << 'END-of-netwox/files/patch-config.dat' X X$FreeBSD$ X X--- config.dat.orig Mon Jul 26 09:22:03 2004 X+++ config.dat Mon Jul 26 09:22:36 2004 X@@ -4,7 +4,7 @@ X X ########################################################################## X ### installation prefix directory of netwib [should not need to be modified] X-NETWIBDEF_INSTPREFIX=/usr/local X+NETWIBDEF_INSTPREFIX=%%PREFIX%% X X ########################################################################## X ### installation destination directory [should not need to be modified] END-of-netwox/files/patch-config.dat exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407260821.i6Q8LqGO008465>