ports/84118: [PATCH] net/nam: update to 1.11

Lars Eggert lars.eggert at gmx.net
Tue Jul 26 11:10:17 UTC 2005


>Number:         84118
>Category:       ports
>Synopsis:       [PATCH] net/nam: update to 1.11
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 26 11:10:15 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Lars Eggert
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
>Environment:
System: FreeBSD kobe.netlab.nec.de 5.4-STABLE FreeBSD 5.4-STABLE #24: Mon Jul 25 11:16:01 CEST 2005
>Description:
- Update to 1.11

Removed file(s):
- files/patch-ab
- files/patch-agent.h

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- nam-1.11.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/net/nam--/Makefile /usr/ports/net/nam/Makefile
--- /usr/ports/net/nam--/Makefile	Thu Mar 10 11:56:50 2005
+++ /usr/ports/net/nam/Makefile	Tue Jul 26 12:49:32 2005
@@ -6,14 +6,14 @@
 #
 
 PORTNAME=	nam
-PORTVERSION=	1.10
-PORTREVISION=	1
+PORTVERSION=	1.11
+#PORTREVISION=	1
 CATEGORIES=	net
 MASTER_SITES=	http://www.isi.edu/nsnam/dist/
 DISTNAME=	nam-src-${PORTVERSION}
 
 MAINTAINER=	ports at FreeBSD.org
-COMMENT=	The UCB/LBNL Network Animator
+COMMENT=	Animation tool for network simulation traces
 
 BUILD_DEPENDS=	${LOCALBASE}/lib/libtclcl.a:${PORTSDIR}/devel/tclcl
 LIB_DEPENDS=	tcl84.1:${PORTSDIR}/lang/tcl84
diff -ruN --exclude=CVS /usr/ports/net/nam--/distinfo /usr/ports/net/nam/distinfo
--- /usr/ports/net/nam--/distinfo	Mon Apr 19 06:54:43 2004
+++ /usr/ports/net/nam/distinfo	Tue Jul 26 12:49:32 2005
@@ -1,2 +1,2 @@
-MD5 (nam-src-1.10.tar.gz) = 35efe4a43f1cc3dd03fb744c5603fc58
-SIZE (nam-src-1.10.tar.gz) = 4324890
+MD5 (nam-src-1.11.tar.gz) = 2627e85637d7ae8caf477d4e76b6f5e0
+SIZE (nam-src-1.11.tar.gz) = 4358578
diff -ruN --exclude=CVS /usr/ports/net/nam--/files/patch-aa /usr/ports/net/nam/files/patch-aa
--- /usr/ports/net/nam--/files/patch-aa	Sun Jun  9 05:16:07 2002
+++ /usr/ports/net/nam/files/patch-aa	Tue Jul 26 12:49:32 2005
@@ -1,13 +1,20 @@
-$FreeBSD: ports/net/nam/files/patch-aa,v 1.4 2002/06/09 03:16:07 petef Exp $
-
---- configure.orig	Sat Jun  8 23:00:16 2002
-+++ configure	Sat Jun  8 23:00:41 2002
-@@ -2041,7 +2041,7 @@
- EOF
+--- M	Tue Jul 26 12:13:26 2005
++++ Makefile.in	Tue Jul 26 12:13:47 2005
+@@ -62,7 +62,7 @@
  
+ STATIC = @V_STATIC@
+ DEFINE = -DTCL_TK @V_DEFINE@ @V_DEFINES@
+-CFLAGS = $(CCOPT) $(DEFINE) $(INCLUDE)
++CFLAGS += $(CCOPT) $(DEFINE) $(INCLUDE)
  
--		V_INCLUDES="$V_INCLUDE_ZLIB $V_INCLUDES"
-+		V_INCLUDES="$V_INCLUDES"
- 		V_DEFINES="-D$ac_tr_hdr $V_DEFINES"
- 
- 		NS_PACKAGE_zlib_UNDERWAY=true
+ INSTALL = @INSTALL@
+ RANLIB = @V_RANLIB@
+@@ -70,7 +70,7 @@
+ BLANK	= # make a blank space.  DO NOT add anything to this line
+ AR	= ar rc $(BLANK)
+ LINK	= $(CPP)
+-LDFLAGS	=
++LDFLAGS	+=
+ LDOUT	= -o $(BLANK)
+ PERL	= perl
+ RM	= rm -f
diff -ruN --exclude=CVS /usr/ports/net/nam--/files/patch-ab /usr/ports/net/nam/files/patch-ab
--- /usr/ports/net/nam--/files/patch-ab	Mon Nov 29 04:46:11 1999
+++ /usr/ports/net/nam/files/patch-ab	Thu Jan  1 01:00:00 1970
@@ -1,10 +0,0 @@
---- main.cc.orig	Sun Nov 28 17:24:15 1999
-+++ main.cc	Sun Nov 28 17:25:10 1999
-@@ -52,6 +52,7 @@
- 
- extern "C" {
- #include <tk.h>
-+extern int Tk_WmCmd (ClientData clientData, Tcl_Interp *interp, int argc, char **argv);
- }
- 
- static void
diff -ruN --exclude=CVS /usr/ports/net/nam--/files/patch-agent.h /usr/ports/net/nam/files/patch-agent.h
--- /usr/ports/net/nam--/files/patch-agent.h	Thu Mar 10 11:56:50 2005
+++ /usr/ports/net/nam/files/patch-agent.h	Thu Jan  1 01:00:00 1970
@@ -1,14 +0,0 @@
-
-$FreeBSD: ports/net/nam/files/patch-agent.h,v 1.1 2005/03/10 10:56:50 krion Exp $
-
---- agent.h.orig
-+++ agent.h
-@@ -70,7 +70,7 @@
-   inline double width()  {return width_;}
-   inline double height() {return height_;}
-   virtual void findClosestCornertoPoint(double x, double y, 
--               double &corner_x, double &corner_y) const = NULL; 
-+               double &corner_x, double &corner_y) const = 0; 
-   virtual void place(double x, double y);
-   void label(const char* name, int anchor);
-   void color(const char* name);
diff -ruN --exclude=CVS /usr/ports/net/nam--/pkg-descr /usr/ports/net/nam/pkg-descr
--- /usr/ports/net/nam--/pkg-descr	Mon Dec 11 03:28:41 2000
+++ /usr/ports/net/nam/pkg-descr	Tue Jul 26 12:49:32 2005
@@ -1,11 +1,10 @@
-Nam is a Tcl/TK based animation tool for viewing network simulation traces 
-and real world packet traces. It supports topology layout, packet level 
-animation, and various data inspection tools. 
-
-Nam began at LBL. It has evolved substantially over the past few years. 
-The nam development effort is now an ongoing collaboration with 
-the VINT project.
+Nam is a Tcl/TK based animation tool for viewing network simulation
+traces and real world packet traces. It supports topology layout,
+packet level animation, and various data inspection tools.
+ 
+Nam began at LBL. It has evolved substantially over the past few
+years. The nam development effort was an ongoing collaboration with
+the VINT project. Currently, it is being developed at ISI as part of
+the SAMAN and Conser projects.
 
 WWW: http://www.isi.edu/nsnam/nam/
-
--Oscar <obonilla at fisicc-ufm.edu>
--- nam-1.11.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list