aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2014-09-08 01:48:35 +0800
committermarino <marino@FreeBSD.org>2014-09-08 01:48:35 +0800
commitff69cbbed2a3ab0d1d7b688dc04c36a513a857b2 (patch)
tree5e7f76dc10a42a13f243ec49083943ef9a0887ae /net
parent41fbf1d7009c1fd4d4060ffdf95d4ba46076fb24 (diff)
downloadfreebsd-ports-gnome-ff69cbbed2a3ab0d1d7b688dc04c36a513a857b2.tar.gz
freebsd-ports-gnome-ff69cbbed2a3ab0d1d7b688dc04c36a513a857b2.tar.zst
freebsd-ports-gnome-ff69cbbed2a3ab0d1d7b688dc04c36a513a857b2.zip
Remove unstaged lang/otcl and three staged ports that depend it
Diffstat (limited to 'net')
-rw-r--r--net/Makefile2
-rw-r--r--net/nam/Makefile40
-rw-r--r--net/nam/distinfo2
-rw-r--r--net/nam/files/patch-configure48
-rw-r--r--net/nam/files/patch-main.cc38
-rw-r--r--net/nam/pkg-descr10
-rw-r--r--net/nam/pkg-plist40
-rw-r--r--net/ns/Makefile48
-rw-r--r--net/ns/distinfo2
-rw-r--r--net/ns/files/patch-aomdv.cc10
-rw-r--r--net/ns/files/patch-common_tclAppInit.cc10
-rw-r--r--net/ns/files/patch-common_tkAppInit.c10
-rw-r--r--net/ns/files/patch-configure33
-rw-r--r--net/ns/files/patch-ls.h11
-rw-r--r--net/ns/files/patch-mdart_mdart_adp.cc20
-rw-r--r--net/ns/files/patch-nix_nixnode.cc11
-rw-r--r--net/ns/pkg-descr5
-rw-r--r--net/ns/pkg-plist126
18 files changed, 0 insertions, 466 deletions
diff --git a/net/Makefile b/net/Makefile
index b9f7ada1e004..b700dcdbf9d6 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -367,7 +367,6 @@
SUBDIR += mtr
SUBDIR += mtr-nox11
SUBDIR += nakenchat
- SUBDIR += nam
SUBDIR += nast
SUBDIR += nbd-server
SUBDIR += nc
@@ -400,7 +399,6 @@
SUBDIR += nocatsplash
SUBDIR += nos-ttb
SUBDIR += nph
- SUBDIR += ns
SUBDIR += nss-pam-ldapd
SUBDIR += nss-pam-ldapd-sasl
SUBDIR += nss_ldap
diff --git a/net/nam/Makefile b/net/nam/Makefile
deleted file mode 100644
index a88a4dbc2002..000000000000
--- a/net/nam/Makefile
+++ /dev/null
@@ -1,40 +0,0 @@
-# Created by: obonilla
-# $FreeBSD$
-
-PORTNAME= nam
-PORTVERSION= 1.15
-CATEGORIES= net
-MASTER_SITES= SF/ns${PORTNAME}/${PORTNAME}-1/${PORTVERSION}
-DISTNAME= ${PORTNAME}-src-${PORTVERSION}
-
-MAINTAINER= masaki@club.kyutech.ac.jp
-COMMENT= Animation tool for network simulation traces
-
-BUILD_DEPENDS= ${LOCALBASE}/lib/libtclcl.a:${PORTSDIR}/devel/tclcl
-LIB_DEPENDS= libotcl.so:${PORTSDIR}/lang/otcl
-
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-
-USES= gmake tk:85+
-USE_XORG= xmu
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-tcl-ver=${TCL_VER} --with-tk-ver=${TK_VER} --x-libraries=${LOCALBASE}/lib --x-includes=${LOCALBASE}/include
-ALL_TARGET= ${PORTNAME}
-
-OPTIONS_DEFINE= EXAMPLES
-
-.include <bsd.port.options.mk>
-
-post-patch:
- @${REINPLACE_CMD} -e "s,%%LOCALBASE%%,${LOCALBASE},g" \
- ${WRKSRC}/configure
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/nam ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/nam.1 ${STAGEDIR}${PREFIX}/man/man1
-.if ${PORT_OPTIONS:MEXAMPLES}
- @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
- ${INSTALL_DATA} ${WRKSRC}/ex/* ${STAGEDIR}${EXAMPLESDIR}
-.endif
-
-.include <bsd.port.mk>
diff --git a/net/nam/distinfo b/net/nam/distinfo
deleted file mode 100644
index 45c83fc3bf4a..000000000000
--- a/net/nam/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (nam-src-1.15.tar.gz) = 12ed547b3a5f8903890889d40cfea4d9bd66bb9ba6be99a0c753a9763cad8882
-SIZE (nam-src-1.15.tar.gz) = 4365554
diff --git a/net/nam/files/patch-configure b/net/nam/files/patch-configure
deleted file mode 100644
index 01f7afd074ea..000000000000
--- a/net/nam/files/patch-configure
+++ /dev/null
@@ -1,48 +0,0 @@
---- configure.org 2011-11-05 02:18:42.000000000 +0900
-+++ configure 2012-06-05 01:43:42.000000000 +0900
-@@ -5771,9 +5771,15 @@
- /usr/local/lib/tcl$TCL_VERS \
- /usr/local/lib/tcl$TCL_HI_VERS \
- /usr/local/lib/tcl$TCL_ALT_VERS \
-- /usr/local/include/tcl$TCL_VERS \
-- /usr/local/include/tcl$TCL_HI_VERS \
-- /usr/local/include/tcl$TCL_ALT_VERS \
-+ %%LOCALBASE%%/include/tcl$TCL_VERS \
-+ %%LOCALBASE%%/include/tcl$TCL_VERS/generic \
-+ %%LOCALBASE%%/include/tcl$TCL_VERS/unix \
-+ %%LOCALBASE%%/include/tcl$TCL_HI_VERS \
-+ %%LOCALBASE%%/include/tcl$TCL_HI_VERS/generic \
-+ %%LOCALBASE%%/include/tcl$TCL_HI_VERS/unix \
-+ %%LOCALBASE%%/include/tcl$TCL_ALT_VERS \
-+ %%LOCALBASE%%/include/tcl$TCL_ALT_VERS/generic \
-+ %%LOCALBASE%%/include/tcl$TCL_ALT_VERS/unix \
- /usr/local/include \
- /import/tcl/include/tcl$TCL_VERS \
- /import/tcl/include/tcl$TCL_HI_VERS \
-@@ -7005,7 +7011,7 @@
- ../Tcl-$TCLCL_ALT_VERS \
- ../Tcl \
- /usr/src/local/Tcl \
-- /usr/src/local/Tcl-1.0 \
-+ %%LOCALBASE%%/include/tclcl \
- /import/Tcl/include \
- /usr/local/include \
- /usr/contrib/include \
-@@ -7025,7 +7031,7 @@
- /usr/local/lib \
- /usr/lib \
- /usr/src/local/Tcl \
-- /usr/src/local/Tcl-1.0"
-+ %%LOCALBASE%%/include/tclcl"
- TCLCL_LIB_PLACES_D="\
- $d \
- $d/lib \
-@@ -7044,7 +7050,7 @@
- /usr/local/bin \
- /usr/bin \
- /usr/src/local/Tcl \
-- /usr/src/local/Tcl-1.0 \
-+ %%LOCALBASE%%/include/tclcl \
- "
- TCLCL_PROG_PLACES_D="
- $d \
diff --git a/net/nam/files/patch-main.cc b/net/nam/files/patch-main.cc
deleted file mode 100644
index b46dcf8654a9..000000000000
--- a/net/nam/files/patch-main.cc
+++ /dev/null
@@ -1,38 +0,0 @@
---- main.cc.orig 2013-05-21 15:33:25.000000000 +0200
-+++ main.cc 2013-05-21 15:40:33.000000000 +0200
-@@ -222,7 +222,7 @@
-
- static int cmd_version(ClientData , Tcl_Interp* tcl, int , CONST84 char **)
- {
-- tcl->result = version;
-+ Tcl_SetObjResult(tcl, Tcl_NewStringObj(version, -1));
- return (TCL_OK);
- }
-
-@@ -331,7 +331,7 @@
-
- Tcl_Interp *interp = Tcl_CreateInterp();
- if (Tcl_Init(interp) == TCL_ERROR) {
-- printf("%s\n", interp->result);
-+ printf("%s\n", Tcl_GetStringResult(interp));
- abort();
- }
-
-@@ -350,7 +350,7 @@
- #endif
-
- if (Otcl_Init(interp) == TCL_ERROR) {
-- printf("%s\n", interp->result);
-+ printf("%s\n", Tcl_GetStringResult(interp));
- abort();
- }
- #ifdef HAVE_LIBTCLDBG
-@@ -372,7 +372,7 @@
- if (Tk_Init(tcl.interp()) == TCL_OK)
- tk = Tk_MainWindow(tcl.interp());
- if (tk == 0) {
-- fprintf(stderr, "nam: %s\n", interp->result);
-+ fprintf(stderr, "nam: %s\n", Tcl_GetStringResult(interp));
- exit(1);
- }
- tcl.tkmain(tk);
diff --git a/net/nam/pkg-descr b/net/nam/pkg-descr
deleted file mode 100644
index 94cf8c2db684..000000000000
--- a/net/nam/pkg-descr
+++ /dev/null
@@ -1,10 +0,0 @@
-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/
diff --git a/net/nam/pkg-plist b/net/nam/pkg-plist
deleted file mode 100644
index db42749c79fe..000000000000
--- a/net/nam/pkg-plist
+++ /dev/null
@@ -1,40 +0,0 @@
-bin/nam
-man/man1/nam.1.gz
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/9nodetree.nam
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/DSR.nam
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/README
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/adc.README
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/adc.nam.gz
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/algo-out-50sub.nam
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/att.README
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/att.nam.gz
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamic-nam.conf
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamics-demo.nam
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamics-demo.txt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/flat-out-50sub.nam
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hier-out-50sub.nam
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lan.nam
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lantest2.nam
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/losspatterns.README
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/losspatterns.nam
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mbone96.layout.nam
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mbone96.nam
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mcache.nam
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mobigen.nam
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pktdemo.nam.gz
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rbp_demo.README
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rbp_demo.nam
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rpm-vs-srm.nam
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sample.nam.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/session.README
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/session.nam.gz
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simple_mcast.nam
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/srm-example.nam
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tcpecn.nam.gz
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tcpsrm.nam.gz
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test.nam.gz
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ts100.layout.nam.gz
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ts100.nam.gz
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ts20.nam.gz
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/webcache.nam
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
diff --git a/net/ns/Makefile b/net/ns/Makefile
deleted file mode 100644
index 9d6c3ec295fc..000000000000
--- a/net/ns/Makefile
+++ /dev/null
@@ -1,48 +0,0 @@
-# Created by: Oscar Bonilla <obonilla@fisicc-ufm.edu>
-# $FreeBSD$
-
-PORTNAME= ns
-PORTVERSION= 2.35
-CATEGORIES= net
-MASTER_SITES= SF/${PORTNAME}nam/${PORTNAME}-2/${PORTVERSION}
-DISTNAME= ${PORTNAME}-src-${PORTVERSION}
-
-MAINTAINER= masaki@club.kyutech.ac.jp
-COMMENT= Discrete event simulator for networking research
-
-BUILD_DEPENDS= ${LOCALBASE}/lib/libtclcl.a:${PORTSDIR}/devel/tclcl
-
-USES= gmake tk:85+
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-tcl-ver=${TCL_VER} \
- --with-tk-ver=${TK_VER} \
- --x-libraries=${LOCALBASE}/lib \
- --x-includes=${LOCALBASE}/include
-
-WRKSRC= ${WRKDIR}/ns-${PORTVERSION}
-
-OPTIONS_DEFINE= EXAMPLES
-
-.include <bsd.port.options.mk>
-
-post-patch:
- @${REINPLACE_CMD} -e "s,%%LOCALBASE%%,${LOCALBASE},g" \
- ${WRKSRC}/configure
- @${REINPLACE_CMD} -e "s,Tcl_GetHashKey,static_cast<char*>&," \
- ${WRKSRC}/pushback/ident-tree.h \
- ${WRKSRC}/webcache/pagepool.cc
- @${REINPLACE_CMD} -e "/^CFLAGS =/s,$$, -DUSE_INTERP_RESULT," \
- ${WRKSRC}/indep-utils/webtrace-conv/dec/Makefile.in \
- ${WRKSRC}/indep-utils/webtrace-conv/epa/Makefile.in \
- ${WRKSRC}/indep-utils/webtrace-conv/nlanr/Makefile.in \
- ${WRKSRC}/indep-utils/webtrace-conv/ucb/Makefile.in
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/ns ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/ns.1 ${STAGEDIR}${PREFIX}/man/man1
-.if ${PORT_OPTIONS:MEXAMPLES}
- @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
- ${INSTALL_DATA} ${WRKSRC}/tcl/ex/*.tcl ${STAGEDIR}${EXAMPLESDIR}
-.endif
-
-.include <bsd.port.mk>
diff --git a/net/ns/distinfo b/net/ns/distinfo
deleted file mode 100644
index feed3d801c46..000000000000
--- a/net/ns/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (ns-src-2.35.tar.gz) = 2a32e831bcec7d255042a544577559d15eae67696d0e3d30881cedc1112e2387
-SIZE (ns-src-2.35.tar.gz) = 43897172
diff --git a/net/ns/files/patch-aomdv.cc b/net/ns/files/patch-aomdv.cc
deleted file mode 100644
index ee87c5a607e3..000000000000
--- a/net/ns/files/patch-aomdv.cc
+++ /dev/null
@@ -1,10 +0,0 @@
---- aomdv/aomdv.cc.org 2012-06-04 16:32:39.000000000 +0900
-+++ aomdv/aomdv.cc 2012-06-04 16:33:09.000000000 +0900
-@@ -82,6 +82,7 @@
-
- //#include <ip.h>
-
-+#include <sys/socket.h>
- #include <aomdv/aomdv.h>
- #include <aomdv/aomdv_packet.h>
- #include <random.h>
diff --git a/net/ns/files/patch-common_tclAppInit.cc b/net/ns/files/patch-common_tclAppInit.cc
deleted file mode 100644
index bae1e555d458..000000000000
--- a/net/ns/files/patch-common_tclAppInit.cc
+++ /dev/null
@@ -1,10 +0,0 @@
---- common/tclAppInit.cc.orig 2014-01-17 10:38:38.000000000 +0100
-+++ common/tclAppInit.cc 2014-01-17 10:38:45.000000000 +0100
-@@ -237,7 +237,6 @@
- Tcl_AppInit(Tcl_Interp *interp)
- {
- #ifdef MEMDEBUG_SIMULATIONS
-- extern MemTrace *globalMemTrace;
- globalMemTrace = new MemTrace;
- #endif
-
diff --git a/net/ns/files/patch-common_tkAppInit.c b/net/ns/files/patch-common_tkAppInit.c
deleted file mode 100644
index 5511d0aa47f2..000000000000
--- a/net/ns/files/patch-common_tkAppInit.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- common/tkAppInit.cc.orig 2014-01-17 10:37:16.000000000 +0100
-+++ common/tkAppInit.cc 2014-01-17 10:38:11.000000000 +0100
-@@ -293,7 +293,6 @@
- Tcl_AppInit(Tcl_Interp *interp)
- {
- #ifdef MEMDEBUG_SIMULATIONS
-- extern MemTrace *globalMemTrace;
- globalMemTrace = new MemTrace;
- #endif
-
diff --git a/net/ns/files/patch-configure b/net/ns/files/patch-configure
deleted file mode 100644
index 070620ced43b..000000000000
--- a/net/ns/files/patch-configure
+++ /dev/null
@@ -1,33 +0,0 @@
---- configure.org 2012-06-04 12:03:13.000000000 +0900
-+++ configure 2012-06-04 16:26:34.000000000 +0900
-@@ -5571,8 +5571,14 @@
- /usr/local/lib/tcl$TCL_HI_VERS \
- /usr/local/lib/tcl$TCL_ALT_VERS \
- /usr/local/include/tcl$TCL_VERS \
-+ %%LOCALBASE%%/include/tcl$TCL_VERS/generic \
-+ %%LOCALBASE%%/include/tcl$TCL_VERS/unix \
- /usr/local/include/tcl$TCL_HI_VERS \
-+ %%LOCALBASE%%/include/tcl$TCL_HI_VERS/generic \
-+ %%LOCALBASE%%/include/tcl$TCL_HI_VERS/unix \
- /usr/local/include/tcl$TCL_ALT_VERS \
-+ %%LOCALBASE%%/include/tcl$TCL_ALT_VERS/generic \
-+ %%LOCALBASE%%/include/tcl$TCL_ALT_VERS/unix \
- /usr/local/include \
- /import/tcl/include/tcl$TCL_VERS \
- /import/tcl/include/tcl$TCL_HI_VERS \
-@@ -6645,6 +6651,7 @@
- ../Tcl-$TCLCL_VERS \
- ../Tcl-$TCLCL_ALT_VERS \
- ../Tcl \
-+ %%LOCALBASE%%/include/tclcl \
- /usr/src/local/Tcl \
- /usr/src/local/Tcl-1.0 \
- /import/Tcl/include \
-@@ -6664,6 +6671,7 @@
- $x_libraries \
- /usr/contrib/lib \
- /usr/local/lib \
-+ %%LOCALBASE%%/lib \
- /usr/lib \
- /usr/src/local/Tcl \
- /usr/src/local/Tcl-1.0"
diff --git a/net/ns/files/patch-ls.h b/net/ns/files/patch-ls.h
deleted file mode 100644
index 96eab8268c30..000000000000
--- a/net/ns/files/patch-ls.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- linkstate/ls.h.org 2012-06-04 21:45:22.000000000 +0900
-+++ linkstate/ls.h 2012-06-04 21:45:44.000000000 +0900
-@@ -134,7 +134,7 @@
- return ib.second ? ib.first : baseMap::end();
- }
-
-- void eraseAll() { erase(baseMap::begin(), baseMap::end()); }
-+ void eraseAll() { baseMap::erase(baseMap::begin(), baseMap::end()); }
- T* findPtr(Key key) {
- iterator it = baseMap::find(key);
- return (it == baseMap::end()) ? (T *)NULL : &((*it).second);
diff --git a/net/ns/files/patch-mdart_mdart_adp.cc b/net/ns/files/patch-mdart_mdart_adp.cc
deleted file mode 100644
index c1ba494f279b..000000000000
--- a/net/ns/files/patch-mdart_mdart_adp.cc
+++ /dev/null
@@ -1,20 +0,0 @@
---- mdart/mdart_adp.cc.orig 2014-01-17 10:40:08.000000000 +0100
-+++ mdart/mdart_adp.cc 2014-01-17 10:40:17.000000000 +0100
-@@ -105,7 +105,7 @@
- #ifdef DEBUG_ADP
- fprintf(stdout, "%.9f\tADP::sendDarq(%d)\t\t\tin node %d\twith address %s\n", CURRENT_TIME, reqId, mdart_->id_, bitString(mdart_->address_));
- #endif
-- nsaddr_t dstAdd_ = hash(reqId);
-+ nsaddr_t dstAdd_ = ::hash(reqId);
- #ifdef DEBUG_ADP
- fprintf(stdout, "\tsending darq for node %s\n", bitString(dstAdd_));
- #endif
-@@ -393,7 +393,7 @@
- fprintf(stdout, "%.9f\tMDART::sendDaup()\t\t\t\tin node %d\twith address %s\n", CURRENT_TIME, mdart_->id_, bitString(mdart_->address_));
- // printDHT();
- #endif
-- nsaddr_t dstAdd_ = hash(mdart_->id_);
-+ nsaddr_t dstAdd_ = ::hash(mdart_->id_);
- #ifdef DEBUG_ADP
- fprintf(stdout, "\tsending daup for node %s\n", bitString(dstAdd_));
- mdart_->routingTable_->print();
diff --git a/net/ns/files/patch-nix_nixnode.cc b/net/ns/files/patch-nix_nixnode.cc
deleted file mode 100644
index abad38525e6b..000000000000
--- a/net/ns/files/patch-nix_nixnode.cc
+++ /dev/null
@@ -1,11 +0,0 @@
---- nix/nixnode.cc.orig 2014-01-17 10:33:55.000000000 +0100
-+++ nix/nixnode.cc 2014-01-17 10:35:51.000000000 +0100
-@@ -156,8 +156,6 @@
- if (last.first == NODE_NONE)
- {
- prev = m_Adj.begin();
-- if (prev == (EdgeVec_it) NULL) // ! How can this happen?
-- return(NodeWeight_t(NODE_NONE, 0));
- pE = *prev;
- if(0)printf("NextAdj returning first edge %ld\n",
- pE->m_n);
diff --git a/net/ns/pkg-descr b/net/ns/pkg-descr
deleted file mode 100644
index 8fa42f66b1cd..000000000000
--- a/net/ns/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-NS is a discrete event simulator targeted at networking research.
-NS provides substantial support for simulation of TCP, routing,
-and multicast protocols.
-
-WWW: http://www.isi.edu/nsnam/ns/
diff --git a/net/ns/pkg-plist b/net/ns/pkg-plist
deleted file mode 100644
index 6d735ca52abe..000000000000
--- a/net/ns/pkg-plist
+++ /dev/null
@@ -1,126 +0,0 @@
-bin/ns
-man/man1/ns.1.gz
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/agent-gen-script.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/agent-gen.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/aomdv.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/callback_demo.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dccp.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/diffusion-prob-run.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/diffusion-rate-run.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dumbbell.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/flooding-run.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/flooding.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fq-cbr.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fq.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/grid2.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gridkeeper.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hier-rtg-10.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hier-rtg-100.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hts100-0.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lantest.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/large-scale-web-traffic-old.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/large-scale-web-traffic.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/large-sim.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mac-test.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/many_tcp.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/manytcp_trmodel.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mcast.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/miptest.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/nam-example-em.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/nam-example.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/nam-large-flowid.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/nam-separate-trace.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/nam-simplexlink.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/omni-run.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pkts.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/puma.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ranvar.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rbp_demo.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rc.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/redlight.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rng-test.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rng-test2.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/route-gen.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sat-aloha.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sat-iridium-links.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sat-iridium-nodes.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sat-iridium.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sat-mixed.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sat-repeater.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sat-teledesic-links.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sat-teledesic-nodes.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sat-teledesic.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sat-wired.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/shuttle-mcast.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/shuttle.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simple-dyn.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simple-eqp.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simple-eqp1.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simple-fsm-tcp.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simple-heap.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simple-plm.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simple-rtg.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simple-rtp.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simple-tcp.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simple-webcache-comp.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simple-webcache-trace.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simple-webcache.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simple-wireless.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simple.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/src_test.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/srm-adapt-rep-session.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/srm-adapt-rep.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/srm-adapt-req-session.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/srm-adapt-req.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/srm-chain-session.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/srm-chain.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/srm-demo.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/srm-session.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/srm-star-session.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/srm-star.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/srm.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ss.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/swp.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/t1000.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tcp-et.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tcp-int.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tcpapp.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tcpecn.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tcpsrm.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test-drr.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test-emulator.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test-rcvr.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test-rlm.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test-suite-intserv.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test-suite.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test-tbf.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tg.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/topo-gen-script.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/topo-gen.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/topo-view.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/trace-driven.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/udpdata.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/varybell.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/virtual-classifier.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vlantest-flat.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vlantest-hier.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vlantest-mcst.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/web-traffic-embobj.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/web-traffic.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/wired-cum-wireless-sim.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/wireless-demo-csci694.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/wireless-dsdv-newnode.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/wireless-flooding.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/wireless-landmark.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/wireless-mip-test.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/wireless-mitf.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/wireless-newnode-energy.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/wireless-pkt-demo.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/wireless-shadowing-test.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/wireless-shadowing-vis-test.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/wireless-simple-mac.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/wireless-test.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/wireless.tcl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/worm.tcl
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%