From owner-freebsd-ports Mon Apr 26 12:10:23 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 61E89153FC for ; Mon, 26 Apr 1999 12:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA89759; Mon, 26 Apr 1999 12:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from voyager.fisicc-ufm.edu (ip-46-094.guate.net [200.12.46.94]) by hub.freebsd.org (Postfix) with ESMTP id 7EDCB153C6 for ; Mon, 26 Apr 1999 12:03:45 -0700 (PDT) (envelope-from obonilla@voyager.fisicc-ufm.edu) Received: (from root@localhost) by voyager.fisicc-ufm.edu (8.9.3/8.9.2) id NAA92222; Mon, 26 Apr 1999 13:09:05 -0600 (CST) (envelope-from obonilla) Message-Id: <199904261909.NAA92222@voyager.fisicc-ufm.edu> Date: Mon, 26 Apr 1999 13:09:05 -0600 (CST) From: obonilla@fisicc-ufm.edu Reply-To: obonilla@fisicc-ufm.edu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11341: New Port: NAM (Network Animator) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11341 >Category: ports >Synopsis: New Port: NAM (Network Animator) >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: Mon Apr 26 12:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Oscar Bonilla >Release: FreeBSD 3.1-STABLE i386 >Organization: Universidad Francisco Marroquin - FISICC >Environment: >Description: # 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 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 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 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 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 >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message