pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/gt-itm Import gt-itm.
details: https://anonhg.NetBSD.org/pkgsrc/rev/7601cad0c2cb
branches: trunk
changeset: 512303:7601cad0c2cb
user: minskim <minskim%pkgsrc.org@localhost>
date: Fri May 05 23:14:43 2006 +0000
description:
Import gt-itm.
GT-ITM contains code to generate graphs that model the topological
structure of internetworks. In addition, some sample graphs are
provided. More detail on most of the methods can be found in the
paper:
"How to Model an Internetwork," Ellen Zegura, Ken Calvert,
and Samrat Bhattacharjee, Proceedings of IEEE Infocom '96.
diffstat:
net/gt-itm/DESCR | 7 +++++++
net/gt-itm/Makefile | 23 +++++++++++++++++++++++
net/gt-itm/PLIST | 11 +++++++++++
net/gt-itm/distinfo | 7 +++++++
net/gt-itm/patches/patch-aa | 13 +++++++++++++
net/gt-itm/patches/patch-ab | 23 +++++++++++++++++++++++
6 files changed, 84 insertions(+), 0 deletions(-)
diffs (108 lines):
diff -r df2476043bdf -r 7601cad0c2cb net/gt-itm/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/gt-itm/DESCR Fri May 05 23:14:43 2006 +0000
@@ -0,0 +1,7 @@
+GT-ITM contains code to generate graphs that model the topological
+structure of internetworks. In addition, some sample graphs are
+provided. More detail on most of the methods can be found in the
+paper:
+
+"How to Model an Internetwork," Ellen Zegura, Ken Calvert,
+and Samrat Bhattacharjee, Proceedings of IEEE Infocom '96.
diff -r df2476043bdf -r 7601cad0c2cb net/gt-itm/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/gt-itm/Makefile Fri May 05 23:14:43 2006 +0000
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/05/05 23:14:43 minskim Exp $
+
+DISTNAME= gt-itm
+PKGNAME= gt-itm-0pre19961004
+CATEGORIES= net
+MASTER_SITES= http://www-static.cc.gatech.edu/projects/gtitm/gt-itm/
+
+MAINTAINER= minskim%NetBSD.org@localhost
+HOMEPAGE= http://www-static.cc.gatech.edu/projects/gtitm/
+COMMENT= GT Internetwork Topology Models
+
+USE_LIBTOOL= yes
+WRKSRC= ${WRKDIR}/src
+
+INSTALLATION_DIRS+= bin share/doc/gt-itm
+
+.include "../../devel/sgb/buildlink3.mk"
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKDIR}/bin/* ${PREFIX}/bin
+ ${INSTALL_DATA} ${WRKDIR}/docs/* ${PREFIX}/share/doc/gt-itm
+
+.include "../../mk/bsd.pkg.mk"
diff -r df2476043bdf -r 7601cad0c2cb net/gt-itm/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/gt-itm/PLIST Fri May 05 23:14:43 2006 +0000
@@ -0,0 +1,11 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/05/05 23:14:43 minskim Exp $
+bin/edriver
+bin/itm
+bin/sgb2alt
+share/doc/gt-itm/README-SGB
+share/doc/gt-itm/edriver-doc.txt
+share/doc/gt-itm/itm-doc.txt
+share/doc/gt-itm/metrics.ps
+share/doc/gt-itm/models.ps
+share/doc/gt-itm/sgb2alt-doc.txt
+@dirrm share/doc/gt-itm
diff -r df2476043bdf -r 7601cad0c2cb net/gt-itm/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/gt-itm/distinfo Fri May 05 23:14:43 2006 +0000
@@ -0,0 +1,7 @@
+$NetBSD: distinfo,v 1.1.1.1 2006/05/05 23:14:43 minskim Exp $
+
+SHA1 (gt-itm.tar.gz) = 1e52ee9c9d6e3ef09ac39c860d1cd829cf3c6e4e
+RMD160 (gt-itm.tar.gz) = 0a7cbdfce185ab4bc2c73b78f290e8a831dc04e2
+Size (gt-itm.tar.gz) = 623345 bytes
+SHA1 (patch-aa) = 6f91fa29114fc33c9976ff5f70e259c88ef63cea
+SHA1 (patch-ab) = 72e60f9b5fc07b3ee44e838e017696178444135b
diff -r df2476043bdf -r 7601cad0c2cb net/gt-itm/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/gt-itm/patches/patch-aa Fri May 05 23:14:43 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2006/05/05 23:14:43 minskim Exp $
+
+--- Makefile.orig 1996-10-23 14:05:26.000000000 -0700
++++ Makefile
+@@ -12,7 +12,7 @@
+ #LIBS = -lm -lgb5
+
+ # For SunOS: uncomment the next line
+-LIBS = -lm -lgb4
++LIBS = -lm -lgb
+
+
+ IDIR = ../include
diff -r df2476043bdf -r 7601cad0c2cb net/gt-itm/patches/patch-ab
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/gt-itm/patches/patch-ab Fri May 05 23:14:43 2006 +0000
@@ -0,0 +1,23 @@
+$NetBSD: patch-ab,v 1.1.1.1 2006/05/05 23:14:43 minskim Exp $
+
+--- eval.c.orig 1996-10-23 14:05:27.000000000 -0700
++++ eval.c
+@@ -5,7 +5,7 @@
+ */
+
+ #include <stdio.h>
+-#include <malloc.h>
++#include <stdlib.h>
+ #include "gb_graph.h"
+ #include "gb_dijk.h"
+ #include "eval.h"
+@@ -159,8 +159,7 @@ int bicomp(Graph *g,int verbose)
+ if (u == &dummy) {
+ if (verbose) {
+ if (artic_pt)
+- printf(" and %d (this ends a connected
+- component of the graph)\n", idx(g, artic_pt));
++ printf(" and %d (this ends a connected component of the graph)\n", idx(g, artic_pt));
+ else
+ printf("Isolated vertex %d\n", idx(g, v));
+ }
Home |
Main Index |
Thread Index |
Old Index