Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Aug 2004 18:03:27 +0200 (CEST)
From:      Janos Mohacsi <janos.mohacsi@niif.hu>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/70307: [NEW PORT] net-mgmt/netwag: Netwox a network testing toolbox
Message-ID:  <200408111603.i7BG3RHq076543@scone.ki.iif.hu>
Resent-Message-ID: <200408111610.i7BGAOMm025800@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         70307
>Category:       ports
>Synopsis:       [NEW PORT] net-mgmt/netwag: Netwox a network testing toolbox
>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:   Wed Aug 11 16:10:24 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Janos Mohacsi
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
NIIF/HUNGARNET
>Environment:
System: FreeBSD scone.ki.iif.hu 5.2-CURRENT FreeBSD 5.2-CURRENT #0: Wed Aug  4 11:53:21 CEST
>Description:
Netwag is a graphical front end for netwox.

Netwag permits to easily :
  - search amongst tools proposed in netwox
  - construct command line
  - run tools
  - keep an history of commands

WWW: http://www.laurentconstantin.com/en/netw/netwox/

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
Apply this shar.

>Fix:

--- netwag-5.21.0.shar begins here ---
# 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:
#
#	netwag
#	netwag/pkg-plist
#	netwag/pkg-descr
#	netwag/distinfo
#	netwag/Makefile
#	netwag/files
#	netwag/files/patch-config.dat
#
echo c - netwag
mkdir -p netwag > /dev/null 2>&1
echo x - netwag/pkg-plist
sed 's/^X//' >netwag/pkg-plist << 'END-of-netwag/pkg-plist'
Xbin/netwag%%SHORTPORTVERSION%%
Xbin/netwag
X%%PORTDOCS%%%%DOCSDIR%%/html/lessons.html
X%%PORTDOCS%%%%DOCSDIR%%/images/banner_netwag.jpg
X%%PORTDOCS%%%%DOCSDIR%%/index.html
X%%PORTDOCS%%%%DOCSDIR%%/txt/installbin.txt
X%%PORTDOCS%%%%DOCSDIR%%/txt/installsrcunix.txt
X%%PORTDOCS%%%%DOCSDIR%%/txt/presentation.txt
X%%PORTDOCS%%%%DOCSDIR%%/txt/probleminstallbin.txt
X%%PORTDOCS%%%%DOCSDIR%%/txt/probleminstallunix.txt
X%%PORTDOCS%%%%DOCSDIR%%/txt/problemreport.txt
X%%PORTDOCS%%%%DOCSDIR%%/txt/problemusagebin.txt
X%%PORTDOCS%%%%DOCSDIR%%/txt/problemusageunix.txt
X%%PORTDOCS%%@dirrm %%DOCSDIR%%/txt
X%%PORTDOCS%%@dirrm %%DOCSDIR%%/images
X%%PORTDOCS%%@dirrm %%DOCSDIR%%/html
X%%PORTDOCS%%@dirrm %%DOCSDIR%%
END-of-netwag/pkg-plist
echo x - netwag/pkg-descr
sed 's/^X//' >netwag/pkg-descr << 'END-of-netwag/pkg-descr'
XNetwag is a graphical front end for netwox.
X
XNetwag permits to easily :
X  - search amongst tools proposed in netwox
X  - construct command line
X  - run tools
X  - keep an history of commands
X
XWWW: http://www.laurentconstantin.com/en/netw/netwox/
END-of-netwag/pkg-descr
echo x - netwag/distinfo
sed 's/^X//' >netwag/distinfo << 'END-of-netwag/distinfo'
XMD5 (netwag-5.21.0-src.tgz) = 501a6ba5e87534f9ba397ecc00c4284b
XSIZE (netwag-5.21.0-src.tgz) = 72234
XMD5 (netwag-5.21.0-doc_html.tgz) = cf29690753be32bfaa413becc27a387f
XSIZE (netwag-5.21.0-doc_html.tgz) = 45497
END-of-netwag/distinfo
echo x - netwag/Makefile
sed 's/^X//' >netwag/Makefile << 'END-of-netwag/Makefile'
X# New ports collection makefile for:	netwag
X# Date created:				11.08.2004
X# Whom:					janos.mohacsi@bsd.hu
X#
X# $FreeBSD$
X#
X
XPORTNAME=	netwag
XPORTVERSION=	5.21.0
XCATEGORIES=	net-mgmt ipv6
XMASTER_SITES=	http://www.laurentconstantin.com/common/netw/${PORTNAME}/download/v5/ \
X		http://membres.lycos.fr/lauconstantin/common/netw/${PORTNAME}/download/v5/ \
X		http://laurentconstantin.free.fr/common/netw/${PORTNAME}/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
XRUN_DEPENDS=	${LOCALBASE}/bin/netwox:${PORTSDIR}/net-mgmt/netwox \
X		wish8.4:${PORTSDIR}/x11-toolkits/tk84
XBUILD_DEPENDS=	${RUN_DEPENDS}
X
XWRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}-src/src
XUSE_REINPLACE=	yes
XSHORTPORTVERSION=${PORTVERSION:C/([0-9]*)\.([0-9]*)\.[0-9]*/\1\2/}
XMAN1=		${PORTNAME}.1 ${PORTNAME}${SHORTPORTVERSION}.1
X
XPLIST_SUB+=	SHORTPORTVERSION=${SHORTPORTVERSION}
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.ifndef(NOPORTDOCS)
X		@${MKDIR} ${DOCSDIR}
X		@${CP} -R ${WRKSRC}/../../${PORTNAME}-${PORTVERSION}-doc_html/* ${DOCSDIR}
X.endif
X
X.include <bsd.port.mk>
END-of-netwag/Makefile
echo c - netwag/files
mkdir -p netwag/files > /dev/null 2>&1
echo x - netwag/files/patch-config.dat
sed 's/^X//' >netwag/files/patch-config.dat << 'END-of-netwag/files/patch-config.dat'
X
X$FreeBSD$
X
X--- config.dat.orig	Wed Aug 11 17:49:39 2004
X+++ config.dat	Wed Aug 11 17:49:54 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-netwag/files/patch-config.dat
exit
--- netwag-5.21.0.shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408111603.i7BG3RHq076543>