Bug 11341 - New Port: NAM (Network Animator)
Summary: New Port: NAM (Network Animator)
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-04-26 20:10 UTC by obonilla
Modified: 1999-04-30 18:12 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description obonilla 1999-04-26 20:10:01 UTC
 
 # 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:
 #
 #	.
 #	./Makefile
 #	./pkg
 #	./pkg/COMMENT
 #	./pkg/DESCR
 #	./pkg/PLIST
 #	./nam.shar
 #	./patches
 #	./patches/patch-aa
 #	./files
 #	./files/md5
 #
 echo c - .
 mkdir -p . > /dev/null 2>&1
 echo x - ./Makefile
 sed 's/^X//' >./Makefile << 'END-of-./Makefile'
 X# New ports collection makefile for: nam
 X# Version required:	1.0a7
 X# Date created:		26 April 1999
 X# Whom:			obonilla
 X#
 X# $Id$
 X#
 X
 XDISTNAME=	nam-src-1.0a7
 XPKGNAME=	nam-1.0a7
 XCATEGORIES=	net
 XMASTER_SITES=	http://www-mash.cs.berkeley.edu/dist/vint/
 X
 XMAINTAINER=	obonilla@fisicc-ufm.edu
 X
 XBUILD_DEPENDS=	${PREFIX}/lib/libtclcl.a:${PORTSDIR}/devel/tclcl
 X
 XMAN1=		nam.1
 XMANCOMPRESSED=	no
 X
 XWRKSRC=		${WRKDIR}/${PKGNAME}
 X
 XGNU_CONFIGURE=	yes
 X
 XALL_TARGET=
 X
 Xdo-install:
 X	${INSTALL_PROGRAM} ${WRKSRC}/nam ${PREFIX}/bin
 X	${INSTALL_MAN} ${WRKSRC}/nam.1 ${PREFIX}/man/man1
 X	${MKDIR} ${PREFIX}/share/examples/nam
 X	${INSTALL_DATA} ${WRKSRC}/ex/* ${PREFIX}/share/examples/nam
 X.include <bsd.port.mk>
 END-of-./Makefile
 echo c - ./pkg
 mkdir -p ./pkg > /dev/null 2>&1
 echo x - ./pkg/COMMENT
 sed 's/^X//' >./pkg/COMMENT << 'END-of-./pkg/COMMENT'
 XThe UCB/LBNL Network Animator
 END-of-./pkg/COMMENT
 echo x - ./pkg/DESCR
 sed 's/^X//' >./pkg/DESCR << 'END-of-./pkg/DESCR'
 XNam is a Tcl/TK based animation tool for viewing network simulation traces 
 Xand real world packet traces. It supports topology layout, packet level 
 Xanimation, and various data inspection tools. 
 X
 XNam began at LBL. It has evolved substantially over the past few years. 
 XThe nam development effort is now an ongoing collaboration with 
 Xthe VINT project.
 X
 XFor more information see http://www-mash.cs.berkeley.edu/nam/
 X
 X-Oscar <obonilla@fisicc-ufm.edu>
 END-of-./pkg/DESCR
 echo x - ./pkg/PLIST
 sed 's/^X//' >./pkg/PLIST << 'END-of-./pkg/PLIST'
 Xbin/nam
 Xshare/examples/nam/README
 Xshare/examples/nam/adc.README
 Xshare/examples/nam/adc.nam.gz
 Xshare/examples/nam/dynamics-demo.nam
 Xshare/examples/nam/dynamics-demo.txt
 Xshare/examples/nam/lan.nam
 Xshare/examples/nam/lantest2.nam
 Xshare/examples/nam/losspatterns.README
 Xshare/examples/nam/losspatterns.nam
 Xshare/examples/nam/mobigen.nam
 Xshare/examples/nam/rbp_demo.README
 Xshare/examples/nam/rbp_demo.nam
 Xshare/examples/nam/rpm-vs-srm.nam
 Xshare/examples/nam/sample.nam.tcl
 Xshare/examples/nam/session.README
 Xshare/examples/nam/session.nam.gz
 Xshare/examples/nam/simple_mcast.nam
 Xshare/examples/nam/srm-example.nam
 Xshare/examples/nam/tcpecn.nam.gz
 Xshare/examples/nam/tcpsrm.nam.gz
 Xshare/examples/nam/test.nam.gz
 Xshare/examples/nam/ts100.nam.gz
 Xshare/examples/nam/ts20.nam.gz
 Xshare/examples/nam/webcache.nam
 X@dirrm share/examples/nam
 END-of-./pkg/PLIST
 echo x - ./nam.shar
 sed 's/^X//' >./nam.shar << 'END-of-./nam.shar'
 X# This is a shell archive.  Save it in a file, remove anything before
 X# this line, and then unpack it by entering "sh file".  Note, it may
 X# create directories; files and directories will be owned by you and
 X# have default permissions.
 X#
 X# This archive contains:
 X#
 X#	.
 X#	./Makefile
 X#	./pkg
 X#	./pkg/COMMENT
 X#	./pkg/DESCR
 X#	./pkg/PLIST
 X#	./nam.shar
 X#	./patches
 X#	./patches/patch-aa
 X#	./files
 X#	./files/md5
 X#
 Xecho c - .
 Xmkdir -p . > /dev/null 2>&1
 Xecho x - ./Makefile
 Xsed 's/^X//' >./Makefile << 'END-of-./Makefile'
 XX# New ports collection makefile for: nam
 XX# Version required:	1.0a7
 XX# Date created:		26 April 1999
 XX# Whom:			obonilla
 XX#
 XX# $Id$
 XX#
 XX
 XXDISTNAME=	nam-src-1.0a7
 XXPKGNAME=	nam-1.0a7
 XXCATEGORIES=	net
 XXMASTER_SITES=	http://www-mash.cs.berkeley.edu/dist/vint/
 XX
 XXMAINTAINER=	obonilla@fisicc-ufm.edu
 XX
 XXBUILD_DEPENDS=	${PREFIX}/lib/libtclcl.a:${PORTSDIR}/devel/tclcl
 XX
 XXMAN1=		nam.1
 XXMANCOMPRESSED=	no
 XX
 XXWRKSRC=		${WRKDIR}/${PKGNAME}
 XX
 XXGNU_CONFIGURE=	yes
 XX
 XXALL_TARGET=
 XX
 XXdo-install:
 XX	${INSTALL_PROGRAM} ${WRKSRC}/nam ${PREFIX}/bin
 XX	${INSTALL_MAN} ${WRKSRC}/nam.1 ${PREFIX}/man/man1
 XX	${MKDIR} ${PREFIX}/share/examples/nam
 XX	${INSTALL_DATA} ${WRKSRC}/ex/* ${PREFIX}/share/examples/nam
 XX.include <bsd.port.mk>
 XEND-of-./Makefile
 Xecho c - ./pkg
 Xmkdir -p ./pkg > /dev/null 2>&1
 Xecho x - ./pkg/COMMENT
 Xsed 's/^X//' >./pkg/COMMENT << 'END-of-./pkg/COMMENT'
 XXThe UCB/LBNL Network Animator
 XEND-of-./pkg/COMMENT
 Xecho x - ./pkg/DESCR
 Xsed 's/^X//' >./pkg/DESCR << 'END-of-./pkg/DESCR'
 XXNam is a Tcl/TK based animation tool for viewing network simulation traces 
 XXand real world packet traces. It supports topology layout, packet level 
 XXanimation, and various data inspection tools. 
 XX
 XXNam began at LBL. It has evolved substantially over the past few years. 
 XXThe nam development effort is now an ongoing collaboration with 
 XXthe VINT project.
 XX
 XXFor more information see http://www-mash.cs.berkeley.edu/nam/
 XX
 XX-Oscar <obonilla@fisicc-ufm.edu>
 XEND-of-./pkg/DESCR
 Xecho x - ./pkg/PLIST
 Xsed 's/^X//' >./pkg/PLIST << 'END-of-./pkg/PLIST'
 XXbin/nam
 XXshare/examples/nam/README
 XXshare/examples/nam/adc.README
 XXshare/examples/nam/adc.nam.gz
 XXshare/examples/nam/dynamics-demo.nam
 XXshare/examples/nam/dynamics-demo.txt
 XXshare/examples/nam/lan.nam
 XXshare/examples/nam/lantest2.nam
 XXshare/examples/nam/losspatterns.README
 XXshare/examples/nam/losspatterns.nam
 XXshare/examples/nam/mobigen.nam
 XXshare/examples/nam/rbp_demo.README
 XXshare/examples/nam/rbp_demo.nam
 XXshare/examples/nam/rpm-vs-srm.nam
 XXshare/examples/nam/sample.nam.tcl
 XXshare/examples/nam/session.README
 XXshare/examples/nam/session.nam.gz
 XXshare/examples/nam/simple_mcast.nam
 XXshare/examples/nam/srm-example.nam
 XXshare/examples/nam/tcpecn.nam.gz
 XXshare/examples/nam/tcpsrm.nam.gz
 XXshare/examples/nam/test.nam.gz
 XXshare/examples/nam/ts100.nam.gz
 XXshare/examples/nam/ts20.nam.gz
 XXshare/examples/nam/webcache.nam
 XX@dirrm share/examples/nam
 XEND-of-./pkg/PLIST
 Xecho x - ./nam.shar
 Xsed 's/^X//' >./nam.shar << 'END-of-./nam.shar'
 END-of-./nam.shar
 echo c - ./patches
 mkdir -p ./patches > /dev/null 2>&1
 echo x - ./patches/patch-aa
 sed 's/^X//' >./patches/patch-aa << 'END-of-./patches/patch-aa'
 X--- configure.orig	Mon Apr 26 12:37:04 1999
 X+++ configure	Mon Apr 26 12:37:17 1999
 X@@ -2192,7 +2192,7 @@
 X # $d/unix works if $d is the 8.0 distribution
 X # $d/bin is for the ns-allinone distribution (kind of hacky, isn't it?)
 X PATH=$PATH:$d/unix:$d/bin
 X-for ac_prog in tclsh$TCL_VERS tclsh tclsh$TCL_OLD_VERS
 X+for ac_prog in tclsh$TCL_VERS tclsh8.0 tclsh$TCL_OLD_VERS
 X do
 X # Extract the first word of "$ac_prog", so it can be a program name with args.
 X set dummy $ac_prog; ac_word=$2
 END-of-./patches/patch-aa
 echo c - ./files
 mkdir -p ./files > /dev/null 2>&1
 echo x - ./files/md5
 sed 's/^X//' >./files/md5 << 'END-of-./files/md5'
 XMD5 (nam-src-1.0a7.tar.gz) = 23efc9428038915d180b35c6f0cfe499
 END-of-./files/md5
 exit
Comment 1 taoka freebsd_committer freebsd_triage 1999-04-30 18:11:47 UTC
State Changed
From-To: open->closed

Committed, thanks!