summaryrefslogtreecommitdiff
path: root/net-mgmt/scotty3
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2011-05-02 06:05:51 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2011-05-02 06:05:51 +0000
commit4681ca0af3748934fa9e0e35981cea6e5f80062f (patch)
tree66de6e8d09f74d884ec43657e82b5f292d8922af /net-mgmt/scotty3
parentAdd missing binary to pkg-plist. (diff)
Removed unmaintained expired ports from net-mgmt
2011-05-01 net-mgmt/annextools: Upstream disapear and distfile is no more available 2011-05-01 net-mgmt/asused: Upstream disapear and distfile is no more available 2011-05-01 net-mgmt/grepip: Upstream disapear and distfile is no more available 2011-05-01 net-mgmt/ipsectrace: Upstream disapear and distfile is no more available 2011-05-01 net-mgmt/knowlan: Upstream disapear and distfile is no more available 2011-05-01 net-mgmt/p5-Altoids: Upstream disapear and distfile is no more available 2011-05-01 net-mgmt/pktstat: Upstream disapear and distfile is no more available 2011-05-01 net-mgmt/scotty3: Upstream disapear and distfile is no more available
Notes
Notes: svn path=/head/; revision=273444
Diffstat (limited to 'net-mgmt/scotty3')
-rw-r--r--net-mgmt/scotty3/Makefile75
-rw-r--r--net-mgmt/scotty3/distinfo2
-rw-r--r--net-mgmt/scotty3/files/patch-aa12
-rw-r--r--net-mgmt/scotty3/files/patch-ab15
-rw-r--r--net-mgmt/scotty3/files/patch-ac46
-rw-r--r--net-mgmt/scotty3/files/patch-ad71
-rw-r--r--net-mgmt/scotty3/files/patch-ae8
-rw-r--r--net-mgmt/scotty3/files/patch-af20
-rw-r--r--net-mgmt/scotty3/files/patch-fixes38
-rw-r--r--net-mgmt/scotty3/files/patch-tnm_library_init.tcl12
-rw-r--r--net-mgmt/scotty3/files/patch-unix:nmicmpd.c17
-rw-r--r--net-mgmt/scotty3/files/scotty.c27
-rw-r--r--net-mgmt/scotty3/pkg-descr6
-rw-r--r--net-mgmt/scotty3/pkg-plist375
14 files changed, 0 insertions, 724 deletions
diff --git a/net-mgmt/scotty3/Makefile b/net-mgmt/scotty3/Makefile
deleted file mode 100644
index d191f46d58d2..000000000000
--- a/net-mgmt/scotty3/Makefile
+++ /dev/null
@@ -1,75 +0,0 @@
-# New ports collection makefile for: scotty-current
-# Date created: 06 June 2000
-# Whom: Sergey Osokin aka oZZ <ports@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= scotty
-PORTVERSION= 20000221
-PORTREVISION= 5
-CATEGORIES= net-mgmt tcl tk
-MASTER_SITES= ftp://ftp.ibr.cs.tu-bs.de/pub/local/tkined/devel/
-DISTNAME= ${PORTNAME}-00-02-21
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Network management extensions to tcl
-
-DEPRECATED= Upstream disapear and distfile is no more available
-EXPIRATION_DATE= 2011-05-01
-
-.ifdef (WITHOUT_X11)
-PKGNAMESUFFIX= -nox11
-LIB_DEPENDS= tcl84.1:${PORTSDIR}/lang/tcl84
-.else
-LIB_DEPENDS= tk84.1:${PORTSDIR}/x11-toolkits/tk84
-.endif
-
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-tcl=${PREFIX}/lib/tcl8.4 \
- --enable-multicast
-
-.ifdef (WITHOUT_X11)
-CONFIGURE_ARGS+=--with-tk=no
-.else
-CONFIGURE_ARGS+=--with-tk=${PREFIX}/lib/tk8.4
-CONFIGURE_ENV+= wish=${PREFIX}/bin/wish8.4
-.endif
-
-WRKSRC= ${WRKDIR}/${DISTNAME}/unix
-MAN1= scotty.1
-MAN8= nmicmpd.8 nmtrapd.8
-MANN= Tnm.n TnmDialog.n TnmDisman.n TnmEther.n TnmIetf.n\
- TnmInet.n TnmMap.n TnmMib.n TnmSnmp.n TnmTerm.n\
- dns.n icmp.n job.n map.n mib.n netdb.n \
- ntp.n snmp.n sunrpc.n syslog.n udp.n
-PLIST_SUB= SCOTTY_VERSION=3.0.0 TKINED_VERSION=1.5.0
-
-MAKE_JOBS_SAFE= yes
-INSTALL_TARGET= tnm-install sinstall
-
-.if !defined(WITHOUT_X11)
-MAN1+= tkined.1
-MANN+= ined.n
-PLIST_SUB+= X11=''
-INSTALL_TARGET+=tki-install
-.else
-PLIST_SUB+= X11='@comment '
-.endif
-
-LATEST_LINK= scotty3
-
-.include <bsd.port.pre.mk>
-
-post-patch:
- ${MV} ${WRKSRC}/scotty.c ${WRKSRC}/scotty.c.orig
- ${CP} -p ${FILESDIR}/scotty.c ${WRKSRC}/scotty.c
-
-post-install:
- ${RM} -f ${PREFIX}/bin/scotty ${PREFIX}/bin/tkined
- ${LN} -s scotty3.0.0 ${PREFIX}/bin/scotty
-.ifndef WITHOUT_X11
- ${LN} -s tkined1.5.0 ${PREFIX}/bin/tkined
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/net-mgmt/scotty3/distinfo b/net-mgmt/scotty3/distinfo
deleted file mode 100644
index 056a271b2530..000000000000
--- a/net-mgmt/scotty3/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (scotty-00-02-21.tar.gz) = 6115784d94d12fea0213662ed97e48e8cd6fe4876c2ebfe1e9dc12cfee0f4b26
-SIZE (scotty-00-02-21.tar.gz) = 1774544
diff --git a/net-mgmt/scotty3/files/patch-aa b/net-mgmt/scotty3/files/patch-aa
deleted file mode 100644
index de3a255d2b03..000000000000
--- a/net-mgmt/scotty3/files/patch-aa
+++ /dev/null
@@ -1,12 +0,0 @@
---- tkined.sh.in~ Fri Sep 13 09:30:41 1996
-+++ tkined.sh.in Fri Sep 13 09:26:21 1996
-@@ -0,0 +1,3 @@
-+#!/bin/sh
-+export TCLLIBPATH="@PREFIX@/lib/tkined1.4.10 @PREFIX@/lib/tnm2.1.10"
-+exec @PREFIX@/bin/tkined1.4.10 $*
---- scotty.sh.in~ Fri Sep 13 09:30:41 1996
-+++ scotty.sh.in Fri Sep 13 09:26:21 1996
-@@ -0,0 +1,3 @@
-+#!/bin/sh
-+export TCLLIBPATH="@PREFIX@/lib/tnm3.0.0"
-+exec @PREFIX@/bin/scotty3.0.0
diff --git a/net-mgmt/scotty3/files/patch-ab b/net-mgmt/scotty3/files/patch-ab
deleted file mode 100644
index a441e9db4ce8..000000000000
--- a/net-mgmt/scotty3/files/patch-ab
+++ /dev/null
@@ -1,15 +0,0 @@
---- ../tkined/apps/snmp_monitor.tcl.orig Thu Feb 3 23:11:40 2000
-+++ ../tkined/apps/snmp_monitor.tcl Wed Jun 7 16:02:39 2000
-@@ -517,8 +517,11 @@
-
- set args $ip
- set i 0
-+ set snmpconfig [ined attribute $id "SNMP:Config"]
- foreach if $iflist {
-- lappend args [CreateChart $id [expr 30+$i] [expr 30+$i]]
-+ set nid [CreateChart $id [expr 30+$i] [expr 30+$i]]
-+ lappend args $nid
-+ ined -noupdate attribute $nid "SNMP:Config" $snmpconfig
- lappend args $if
- incr i
- }
diff --git a/net-mgmt/scotty3/files/patch-ac b/net-mgmt/scotty3/files/patch-ac
deleted file mode 100644
index cc564591c641..000000000000
--- a/net-mgmt/scotty3/files/patch-ac
+++ /dev/null
@@ -1,46 +0,0 @@
---- Makefile.in Wed Feb 16 11:08:00 2000
-+++ Makefile.in Thu Mar 8 19:20:25 2001
-@@ -56,7 +56,7 @@
-
- # To change the compiler switches, for example to change from -O
- # to -g, change the following line:
--CFLAGS = -O
-+CFLAGS = @CFLAGS@
-
- # NMICMPD should contain the full path to the installed nmicmpd binary.
- NMICMPD = $(BIN_INSTALL_DIR)/nmicmpd
-@@ -473,7 +473,7 @@
- $(LD) $(LD_FLAGS) $(LD_SEARCH_FLAGS) -o scotty scotty.o $(TCL_LIB_SPEC) $(LIBS) $(DL_LIBS) -lm
-
- tnm$(SHLIB_SUFFIX): $(TNM_OBJS)
-- $(SHLIB_LD) $(TNM_OBJS) -o tnm$(SHLIB_SUFFIX) $(LIBS)
-+ $(SHLIB_LD) $(TNM_OBJS) -o tnm$(SHLIB_SUFFIX) @NEED_TCL_LIB@ $(LIBS)
-
- tkined: tkined$(SHLIB_SUFFIX) $(UNIX_DIR)/tkined.in
- @sed -e 's+%WISH%+$(TK_WISH)+' \
-@@ -528,7 +528,7 @@
- @$(INSTALL_PROGRAM) scotty $(BIN_INSTALL_DIR)/scotty$(TNM_VERSION)
- @$(INSTALL_DATA) tnm$(SHLIB_SUFFIX) $(LIB_RUNTIME_DIR)/tnm$(TNM_VERSION)$(SHLIB_SUFFIX)
- @chmod 555 $(LIB_RUNTIME_DIR)/tnm$(TNM_VERSION)$(SHLIB_SUFFIX)
-- @echo 'package ifneeded Tnm $(TNM_VERSION) "load $(LIB_RUNTIME_DIR)/tnm$(TNM_VERSION)[info sharedlibextension]"' > $(TNM_INSTALL_DIR)/pkgIndex.tcl
-+ @echo 'package ifneeded Tnm $(TNM_VERSION) "load $(LIB_RUNTIME_DIR)/tnm$(TNM_VERSION).so"' > $(TNM_INSTALL_DIR)/pkgIndex.tcl
-
- tnm-install-man:
- @for i in $(MAN_INSTALL_DIR) $(MAN1_INSTALL_DIR) $(MAN8_INSTALL_DIR) $(MANN_INSTALL_DIR) ; \
-@@ -708,10 +708,14 @@
- fi; \
- done;
- @echo "Installing tkined$(TKI_VERSION) and tkined$(TKI_VERSION)$(SHLIB_SUFFIX)"
-- @$(INSTALL_PROGRAM) tkined $(BIN_INSTALL_DIR)/tkined$(TKI_VERSION)
-+ @$(INSTALL_DATA) -m 555 tkined $(BIN_INSTALL_DIR)/tkined$(TKI_VERSION)
-+ @sed s,@PREFIX@,${prefix},g tkined.sh.in >tkined.sh
-+ @sed s,@PREFIX@,${prefix},g scotty.sh.in >scotty.sh
-+ @$(INSTALL_DATA) -m 555 tkined.sh ${BIN_INSTALL_DIR}/tkined
-+ @$(INSTALL_DATA) -m 555 scotty.sh ${BIN_INSTALL_DIR}/scotty
- @$(INSTALL_DATA) tkined$(SHLIB_SUFFIX) $(LIB_RUNTIME_DIR)/tkined$(TKI_VERSION)$(SHLIB_SUFFIX)
- @chmod 555 $(LIB_RUNTIME_DIR)/tkined$(TKI_VERSION)$(SHLIB_SUFFIX)
-- @echo 'package ifneeded Tkined $(TKI_VERSION) "load $(LIB_RUNTIME_DIR)/tkined$(TKI_VERSION)[info sharedlibextension]"' > $(TKI_INSTALL_DIR)/pkgIndex.tcl
-+ @echo 'package ifneeded Tkined $(TKI_VERSION) "load $(LIB_RUNTIME_DIR)/tkined$(TKI_VERSION).so"' > $(TKI_INSTALL_DIR)/pkgIndex.tcl
- @$(INSTALL_DATA) $(TKI_DIR)/tkined.defaults $(TKI_INSTALL_DIR)
-
- tki-install-man:
diff --git a/net-mgmt/scotty3/files/patch-ad b/net-mgmt/scotty3/files/patch-ad
deleted file mode 100644
index e09d45dc0d54..000000000000
--- a/net-mgmt/scotty3/files/patch-ad
+++ /dev/null
@@ -1,71 +0,0 @@
---- configure Wed Feb 16 11:08:00 2000
-+++ configure Thu Mar 8 19:22:52 2001
-@@ -749,9 +749,14 @@
- LD_FLAGS=$TCL_LD_FLAGS
- LD_SEARCH_FLAGS=$TCL_LD_SEARCH_FLAGS
- TCL_EXEC_PREFIX=$TCL_EXEC_PREFIX
--TCL_INCLUDES=-I$TCL_PREFIX/include
-+TCL_INCLUDES=-I$TCL_PREFIX/include/tcl$TCL_VERSION
- TK_EXEC_PREFIX=$TK_EXEC_PREFIX
-
-+if /usr/bin/ldd ${prefix}/bin/tclsh$TCL_VERSION | fgrep -qv libtcl; then
-+ CFLAGS="$CFLAGS -DUSE_TCL_STUBS"
-+ NEED_TCL_LIB=$TCL_LIB_SPEC
-+fi
-+
- if test $TCL_SHARED_BUILD -ne 1 ; then
- { echo "configure: error: Tcl is not configured with --enable-shared" 1>&2; exit 1; }
- fi
-@@ -763,8 +767,8 @@
- echo $ac_n "checking for tcl version""... $ac_c" 1>&6
- echo "configure:765: checking for tcl version" >&5
- echo "$ac_t"""$TCL_VERSION"" 1>&6
--if test "$TCL_VERSION" != "8.2" ; then
-- { echo "configure: error: "Tcl version 8.2 needed"" 1>&2; exit 1; }
-+if test "$TCL_VERSION" \< "8.2" ; then
-+ { echo "configure: error: "Tcl version at least 8.2 needed"" 1>&2; exit 1; }
- fi
-
- BUILD_TARGETS="$BUILD_TARGETS scotty"
-@@ -821,6 +825,7 @@
- fi
-
-
-+if test x$tnm_path_tk_config != xno; then
- dirs="$tnm_path_tk_config $wish_prefix/lib $prefix/lib /usr/local/lib"
-
- found=0
-@@ -842,7 +847,7 @@
- echo "configure: warning: "will not build tkined"" 1>&2
- else
- . $tnm_cv_path_tk_config/tkConfig.sh
-- TK_INCLUDES=-I$TK_PREFIX/include
-+ TK_INCLUDES=-I$TK_PREFIX/include/tk$TK_VERSION
- if test "$TK_INCLUDES" = "$TCL_INCLUDES" ; then
- TK_INCLUDES=""
- fi
-@@ -850,13 +855,14 @@
- echo $ac_n "checking for tk version""... $ac_c" 1>&6
- echo "configure:852: checking for tk version" >&5
- echo "$ac_t"""$TK_VERSION"" 1>&6
-- if test "$TK_VERSION" != "8.2" ; then
-- { echo "configure: error: "Tk version 8.2 needed"" 1>&2; exit 1; }
-+ if test "$TK_VERSION" \< "8.2" ; then
-+ { echo "configure: error: "Tk version at least 8.2 needed"" 1>&2; exit 1; }
- fi
-
- BUILD_TARGETS="$BUILD_TARGETS tkined"
- INSTALL_TARGETS="$INSTALL_TARGETS tki-install"
- fi
-+fi # --with-tk=<something other than ``no''>
-
- #----------------------------------------------------------------------------
- # Check for some basic stuff. We don't check for the compiler.
-@@ -3318,6 +3324,7 @@
- s%@DEFS@%$DEFS%g
- s%@LDFLAGS@%$LDFLAGS%g
- s%@LIBS@%$LIBS%g
-+s%@NEED_TCL_LIB@%$NEED_TCL_LIB%g
- s%@exec_prefix@%$exec_prefix%g
- s%@prefix@%$prefix%g
- s%@program_transform_name@%$program_transform_name%g
diff --git a/net-mgmt/scotty3/files/patch-ae b/net-mgmt/scotty3/files/patch-ae
deleted file mode 100644
index 95bd9e1a0721..000000000000
--- a/net-mgmt/scotty3/files/patch-ae
+++ /dev/null
@@ -1,8 +0,0 @@
---- tkined.sh.in.orig Tue Jun 6 05:14:19 2000
-+++ tkined.sh.in Tue Jun 6 05:13:12 2000
-@@ -1,3 +1,3 @@
- #!/bin/sh
--export TCLLIBPATH="@PREFIX@/lib/tkined1.4.10 @PREFIX@/lib/tnm2.1.10"
--exec @PREFIX@/bin/tkined1.4.10 $*
-+export TCLLIBPATH="@PREFIX@/lib/tkined1.5.0 @PREFIX@/lib/tnm3.0.0"
-+exec @PREFIX@/bin/tkined1.5.0 $*
diff --git a/net-mgmt/scotty3/files/patch-af b/net-mgmt/scotty3/files/patch-af
deleted file mode 100644
index 19ba69fd4144..000000000000
--- a/net-mgmt/scotty3/files/patch-af
+++ /dev/null
@@ -1,20 +0,0 @@
---- ../tnm/generic/tnmInt.h.orig Tue Sep 21 14:17:18 1999
-+++ ../tnm/generic/tnmInt.h Tue Dec 9 00:06:26 2003
-@@ -54,11 +54,16 @@
- */
-
- #define TnmGetTime TclpGetTime
-+#if TCL_MAJOR_VERSION == 8 && TCL_MINOR_VERSION == 4
-+#define TnmCreateDirectory(p) mkdir (p, 0777)
-+#define TnmStat stat
-+#else
- #define TnmCreateDirectory TclpCreateDirectory
--#if TCL_MAJOR_VERSION == 8 && TCL_MINOR_VERSION == 8 && TCL_RELEASE_SERIAL > 2
-+#if TCL_MAJOR_VERSION == 8 && TCL_MINOR_VERSION == 3 && TCL_RELEASE_SERIAL > 2
- #define TnmStat TclStat
- #else
- #define TnmStat stat
-+#endif
- #endif
-
- EXTERN void
diff --git a/net-mgmt/scotty3/files/patch-fixes b/net-mgmt/scotty3/files/patch-fixes
deleted file mode 100644
index 0940c7e0c6cd..000000000000
--- a/net-mgmt/scotty3/files/patch-fixes
+++ /dev/null
@@ -1,38 +0,0 @@
-This patches fix actual BUGS in the Scotty code:
- . any Tcl above 8.2 will also work fine;
- . icmp.test no longer causes crashes -- an off-by-one
- error in argument parsing code was the reason for
- occasional segfaults
- . TUBS-REGISTRATION was renamed to TUBS-SMI, but the
- mibs.test did not know about it
-There still are some test failures, but I think (hope), they are due to
-mistakes in the tests themselves.
-
- -mi
-
---- ../tnm/generic/tnmInit.c Wed Oct 6 05:35:57 1999
-+++ ../tnm/generic/tnmInit.c Thu Mar 8 19:49:33 2001
-@@ -431,3 +431,3 @@
- #ifdef USE_TCL_STUBS
-- if (Tcl_InitStubs(interp, "8.2", 1) == NULL) {
-+ if (Tcl_InitStubs(interp, TCL_VERSION, 0) == NULL) {
- return TCL_ERROR;
---- ../tnm/generic/tnmIcmp.c Wed Oct 6 05:07:04 1999
-+++ ../tnm/generic/tnmIcmp.c Fri Mar 9 17:58:05 2001
-@@ -273,6 +273,6 @@
- * Parse the options.
- */
-
-- while (1) {
-+ while (x < objc) {
- code = TnmGetTableKeyFromObj(interp, icmpOptionTable,
- objv[x], "option");
---- ../tnm/tests/mib.test Fri Feb 11 14:43:38 2000
-+++ ../tnm/tests/mib.test Fri Mar 9 18:25:48 2001
-@@ -30,1 +30,1 @@
--lappend tnm(mibs) TUBS-REGISTRATION TUBS-IBR-TEST-MIB
-+lappend tnm(mibs) TUBS-SMI TUBS-IBR-TEST-MIB
-@@ -689,2 +689,2 @@
- mib info files *SMI
--} {RFC1155-SMI SNMPv2-SMI}
-+} {RFC1155-SMI SNMPv2-SMI TUBS-SMI}
diff --git a/net-mgmt/scotty3/files/patch-tnm_library_init.tcl b/net-mgmt/scotty3/files/patch-tnm_library_init.tcl
deleted file mode 100644
index 3a07dca01ceb..000000000000
--- a/net-mgmt/scotty3/files/patch-tnm_library_init.tcl
+++ /dev/null
@@ -1,12 +0,0 @@
---- ../tnm/library/init.tcl.orig Tue Sep 27 00:56:07 2005
-+++ ../tnm/library/init.tcl Tue Sep 27 00:57:30 2005
-@@ -136,6 +136,9 @@
- lappend tnm(mibs) TUBS-IBR-NFS-MIB TUBS-IBR-PROC-MIB
- lappend tnm(mibs) TUBS-IBR-LINUX-MIB
-
-+# Add also FreeBSD specific MIB
-+lappend tnm(mibs) /usr/share/snmp/mibs/FREEBSD-MIB.txt
-+
- # Define a proc to handle background errors if none exists. First try
- # to auto_load a definition so that we don't overwrite a definition
- # provided by another package.
diff --git a/net-mgmt/scotty3/files/patch-unix:nmicmpd.c b/net-mgmt/scotty3/files/patch-unix:nmicmpd.c
deleted file mode 100644
index 6432fa8643d7..000000000000
--- a/net-mgmt/scotty3/files/patch-unix:nmicmpd.c
+++ /dev/null
@@ -1,17 +0,0 @@
---- nmicmpd.c.orig Tue Feb 6 15:34:03 2001
-+++ nmicmpd.c Tue Feb 6 15:44:53 2001
-@@ -924,6 +924,14 @@
-
- if (rc != size) {
- if (rc < 0) {
-+ /*
-+ * If we get an EHOSTDOWN error, this probably means that
-+ * the the pending ARP entry has timed out for the host.
-+ * Just ignore the error, and attempt a normal retry.
-+ */
-+ if (errno == EHOSTDOWN)
-+ return 0;
-+
- PosixError("sendto failed");
- }
- job->status = ICMP_STATUS_GENERROR;
diff --git a/net-mgmt/scotty3/files/scotty.c b/net-mgmt/scotty3/files/scotty.c
deleted file mode 100644
index 015c8f743e42..000000000000
--- a/net-mgmt/scotty3/files/scotty.c
+++ /dev/null
@@ -1,27 +0,0 @@
-/* All that's needed for bin/scotty, really... -mi */
-
-#include "tnmInt.h"
-
-int
-Tcl_AppInit(interp)
- Tcl_Interp *interp;
-{
- if (Tcl_Init(interp) != TCL_OK) {
- return TCL_ERROR;
- }
-
- if (Tcl_PkgRequire(interp, "Tnm", TNM_VERSION, 1) == NULL) {
- return TCL_ERROR;
- }
-
- Tcl_SetVar(interp, "tcl_rcFileName", "~/.tclshrc", TCL_GLOBAL_ONLY);
- return TCL_OK;
-}
-
-int
-main(argc, argv)
- int argc;
- char **argv;
-{
- Tcl_Main(argc, argv, Tcl_AppInit);
-}
diff --git a/net-mgmt/scotty3/pkg-descr b/net-mgmt/scotty3/pkg-descr
deleted file mode 100644
index fcc22b336440..000000000000
--- a/net-mgmt/scotty3/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-scotty is a tcl extension which allows to set up TCP and UDP
-connections, to send various ICMP packets, to query the domain name
-system (DNS), to check clock skew using the NTP protocol and to query
-various SUN RPC services (like rstat and mountd).
-
-WWW: http://wwwhome.cs.utwente.nl/~schoenw/scotty/
diff --git a/net-mgmt/scotty3/pkg-plist b/net-mgmt/scotty3/pkg-plist
deleted file mode 100644
index 600a90964bb3..000000000000
--- a/net-mgmt/scotty3/pkg-plist
+++ /dev/null
@@ -1,375 +0,0 @@
-bin/nmicmpd
-bin/nmtrapd
-bin/scotty%%SCOTTY_VERSION%%
-bin/scotty
-%%X11%%bin/tkined
-%%X11%%bin/tkined%%TKINED_VERSION%%
-lib/tnm%%SCOTTY_VERSION%%/mibs/ACCOUNTING-CONTROL-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/ADSL-LINE-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/ADSL-TC-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/AGENTX-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/APPC-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/APPLETALK-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/APPLICATION-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/APPN-DLUR-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/APPN-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/APPN-TRAP-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/ATM-ACCOUNTING-INFORMATION-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/ATM-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/ATM-TC-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/BGP4-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/BRIDGE-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/CHARACTER-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/CLNS-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/DECNET-PHIV-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/DIAL-CONTROL-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/DIRECTORY-SERVER-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/DISMAN-SCHEDULE-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/DISMAN-SCRIPT-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/DLSW-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/DNS-RESOLVER-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/DNS-SERVER-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/DOCS-CABLE-DEVICE-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/DOCS-IF-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/DOT12-IF-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/DOT12-RPTR-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/DS0-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/DS0BUNDLE-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/DS1-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/DS3-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/DSA-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/EBN-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/ENTITY-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/ETHER-CHIPSET-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/EtherLike-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/FDDI-SMT73-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/FLOW-METER-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/FRAME-RELAY-DTE-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/FRNETSERV-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/HOST-RESOURCES-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/HPR-IP-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/HPR-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/IANA-ADDRESS-FAMILY-NUMBERS-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/IANA-LANGUAGE-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/IANATn3270eTC-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/IANAifType-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/IF-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/INTEGRATED-SERVICES-GUARANTEED-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/INTEGRATED-SERVICES-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/IP-FORWARD-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/IP-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/IPATM-IPMC-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/IPOA-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/IPV6-ICMP-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/IPV6-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/IPV6-TC
-lib/tnm%%SCOTTY_VERSION%%/mibs/IPV6-TCP-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/IPV6-UDP-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/ISDN-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/Job-Monitoring-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/MAU-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/MIOX25-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/MIP-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/MTA-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/Modem-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/NETWORK-SERVICES-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/NHRP-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/OSPF-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/OSPF-TRAP-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/P-BRIDGE-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/PARALLEL-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/PPP-BRIDGE-NCP-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/PPP-IP-NCP-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/PPP-LCP-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/PPP-SEC-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/PerfHist-TC-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/Printer-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/Q-BRIDGE-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/RADIUS-ACC-CLIENT-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/RADIUS-ACC-SERVER-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/RADIUS-AUTH-CLIENT-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/RADIUS-AUTH-SERVER-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/RDBMS-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/RFC1155-SMI
-lib/tnm%%SCOTTY_VERSION%%/mibs/RFC1213-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/RFC1269-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/RFC1381-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/RFC1382-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/RFC1414-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/RIPv2-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/RMON-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/RMON2-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/RS-232-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/RSVP-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/SIP-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/SMON-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/SNA-NAU-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/SNA-SDLC-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/SNMP-FRAMEWORK-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/SNMP-MPD-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/SNMP-NOTIFICATION-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/SNMP-PROXY-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/SNMP-REPEATER-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/SNMP-TARGET-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/SNMP-USER-BASED-SM-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/SNMP-VIEW-BASED-ACM-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/SNMPv2-CONF
-lib/tnm%%SCOTTY_VERSION%%/mibs/SNMPv2-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/SNMPv2-SMI
-lib/tnm%%SCOTTY_VERSION%%/mibs/SNMPv2-TC
-lib/tnm%%SCOTTY_VERSION%%/mibs/SNMPv2-TM
-lib/tnm%%SCOTTY_VERSION%%/mibs/SNMPv2-USEC-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/SONET-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/SOURCE-ROUTING-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/SYSAPPL-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/TCP-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/TCPIPX-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/TN3270E-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/TN3270E-RT-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/TOKEN-RING-RMON-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/TOKENRING-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/TOKENRING-STATION-SR-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/TUBS-IBR-LINUX-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/TUBS-IBR-NFS-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/TUBS-IBR-PROC-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/TUBS-IBR-TEST-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/TUBS-IBR-TNM-COMPAT
-lib/tnm%%SCOTTY_VERSION%%/mibs/TUBS-IBR-TNM-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/TUBS-SMI
-lib/tnm%%SCOTTY_VERSION%%/mibs/TUNNEL-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/UDP-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/UPS-MIB
-lib/tnm%%SCOTTY_VERSION%%/mibs/WWW-MIB
-lib/tnm%%SCOTTY_VERSION%%/pkgIndex.tcl
-lib/tnm%%SCOTTY_VERSION%%/library/README
-lib/tnm%%SCOTTY_VERSION%%/library/TnmDialog.tcl
-lib/tnm%%SCOTTY_VERSION%%/library/TnmDisman.tcl
-lib/tnm%%SCOTTY_VERSION%%/library/TnmEther.tcl
-lib/tnm%%SCOTTY_VERSION%%/library/TnmIetf.tcl
-lib/tnm%%SCOTTY_VERSION%%/library/TnmInet.tcl
-lib/tnm%%SCOTTY_VERSION%%/library/TnmMap.tcl
-lib/tnm%%SCOTTY_VERSION%%/library/TnmMib.tcl
-lib/tnm%%SCOTTY_VERSION%%/library/TnmMonitor.tcl
-lib/tnm%%SCOTTY_VERSION%%/library/TnmSnmp.tcl
-lib/tnm%%SCOTTY_VERSION%%/library/TnmTerm.tcl
-lib/tnm%%SCOTTY_VERSION%%/library/init.tcl
-lib/tnm%%SCOTTY_VERSION%%/library/pkgIndex.tcl
-lib/tnm%%SCOTTY_VERSION%%/agents/snmpd
-lib/tnm%%SCOTTY_VERSION%%/agents/snmpd-tnm.tcl
-lib/tnm%%SCOTTY_VERSION%%/agents/snmpd-nfs.tcl
-lib/tnm%%SCOTTY_VERSION%%/agents/snmpd-proc.tcl
-lib/tnm%%SCOTTY_VERSION%%/agents/README
-lib/tnm%%SCOTTY_VERSION%%/examples/bridge
-lib/tnm%%SCOTTY_VERSION%%/examples/bridge.n
-lib/tnm%%SCOTTY_VERSION%%/examples/discover
-lib/tnm%%SCOTTY_VERSION%%/examples/discover.n
-lib/tnm%%SCOTTY_VERSION%%/examples/emok
-lib/tnm%%SCOTTY_VERSION%%/examples/emok.n
-lib/tnm%%SCOTTY_VERSION%%/examples/etherload
-lib/tnm%%SCOTTY_VERSION%%/examples/etherload.n
-lib/tnm%%SCOTTY_VERSION%%/examples/ifload
-lib/tnm%%SCOTTY_VERSION%%/examples/ifload.n
-lib/tnm%%SCOTTY_VERSION%%/examples/ifload2gif
-lib/tnm%%SCOTTY_VERSION%%/examples/ifload2gif.n
-lib/tnm%%SCOTTY_VERSION%%/examples/mibgrep
-lib/tnm%%SCOTTY_VERSION%%/examples/mibgrep.n
-lib/tnm%%SCOTTY_VERSION%%/examples/mibtree
-lib/tnm%%SCOTTY_VERSION%%/examples/mibtree.n
-lib/tnm%%SCOTTY_VERSION%%/examples/nslook
-lib/tnm%%SCOTTY_VERSION%%/examples/nslook.n
-lib/tnm%%SCOTTY_VERSION%%/examples/pcnfs
-lib/tnm%%SCOTTY_VERSION%%/examples/pcnfs.n
-lib/tnm%%SCOTTY_VERSION%%/examples/rpcprobe
-lib/tnm%%SCOTTY_VERSION%%/examples/rpcprobe.n
-lib/tnm%%SCOTTY_VERSION%%/examples/rstat
-lib/tnm%%SCOTTY_VERSION%%/examples/rstat.n
-lib/tnm%%SCOTTY_VERSION%%/examples/snmptrapd
-lib/tnm%%SCOTTY_VERSION%%/examples/snmptrapd.n
-lib/tnm%%SCOTTY_VERSION%%/examples/snmpwalk
-lib/tnm%%SCOTTY_VERSION%%/examples/snmpwalk.n
-lib/tnm%%SCOTTY_VERSION%%/examples/tcpspeed
-lib/tnm%%SCOTTY_VERSION%%/examples/tcpspeed.n
-lib/tnm%%SCOTTY_VERSION%%/examples/traceroute
-lib/tnm%%SCOTTY_VERSION%%/examples/traceroute.n
-lib/tnm%%SCOTTY_VERSION%%/examples/udploss
-lib/tnm%%SCOTTY_VERSION%%/examples/udploss.n
-lib/tnm%%SCOTTY_VERSION%%/examples/udpspeed
-lib/tnm%%SCOTTY_VERSION%%/examples/udpspeed.n
-lib/tnm%%SCOTTY_VERSION%%/examples/uiping
-lib/tnm%%SCOTTY_VERSION%%/examples/uiping.n
-lib/tnm%%SCOTTY_VERSION%%/examples/yanny
-lib/tnm%%SCOTTY_VERSION%%/examples/yanny.n
-lib/tnm%%SCOTTY_VERSION%%/site/init.tcl
-lib/tnm%%SCOTTY_VERSION%%.so
-%%X11%%lib/tkined%%TKINED_VERSION%%/pkgIndex.tcl
-%%X11%%lib/tkined%%TKINED_VERSION%%/tkined.defaults
-%%X11%%lib/tkined%%TKINED_VERSION%%/library/Command.tcl
-%%X11%%lib/tkined%%TKINED_VERSION%%/library/Diagram.tcl
-%%X11%%lib/tkined%%TKINED_VERSION%%/library/Dialog.tcl
-%%X11%%lib/tkined%%TKINED_VERSION%%/library/Editor.tcl
-%%X11%%lib/tkined%%TKINED_VERSION%%/library/Event.tcl
-%%X11%%lib/tkined%%TKINED_VERSION%%/library/Help.tcl
-%%X11%%lib/tkined%%TKINED_VERSION%%/library/Misc.tcl
-%%X11%%lib/tkined%%TKINED_VERSION%%/library/Objects.tcl
-%%X11%%lib/tkined%%TKINED_VERSION%%/library/Tool.tcl
-%%X11%%lib/tkined%%TKINED_VERSION%%/library/pkgIndex.tcl
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/Box.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/BoxMask.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/DEC-Server.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/DEC-ServerMask.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/DEC.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/DECMask.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/HP.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/HP7550.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/HP7550Mask.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/HPMask.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/HPdj.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/HPdjMask.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/HPsj.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/HPsjMask.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/IPC.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/IPCMask.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/NFS-client.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/NFS-clientMask.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/NFS-server.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/NFS-serverMask.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/RS6000.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/RS6000Mask.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/SLC.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/SLCMask.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/SUN-Server.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/SUN-ServerMask.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/SUN3.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/SUN3Mask.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/SparcStation.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/SparcStationMask.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/Xstation.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/XstationMask.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/action.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/actionMask.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/backbone.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/backboneMask.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/bigBox.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/bigBoxMask.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/bone.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/boneMask.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/bridge.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/bridgeMask.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/bus.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/busMask.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/cisco.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/ciscoMask.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/clock.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/clockMask.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/concent.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/concentMask.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/connector.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/connectorMask.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/corner.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/explode.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/explodeMask.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/graph.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/group.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/groupMask.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/hand.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/handMask.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/hyper.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/hyperMask.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/icon.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/ined.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/inedMask.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/laser.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/laserMask.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/link.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/linkMask.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/locker.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/lockerMask.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/mac.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/macMask.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/machine.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/machineMask.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/modem.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/modemMask.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/mx.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/mxMask.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/network.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/networkMask.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/node.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/nodeMask.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/noicon.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/octane.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/octaneMask.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/parsytec.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/parsytecMask.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/pc.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/pcMask.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/phone.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/phoneMask.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/pointer.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/pointerMask.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/printer.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/printerMask.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/pserver.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/pserverMask.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/reference.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/referenceMask.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/ring.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/ringMask.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/router.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/routerMask.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/smallBox.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/smallBoxMask.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/spock.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/switch.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/switchMask.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/text.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/textMask.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/tkined.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/tkinedMask.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/tserver.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/tserverMask.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/unixpc.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/unixpcMask.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/world.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/worldMask.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/zoomin.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/bitmaps/zoomout.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/apps/README
-%%X11%%lib/tkined%%TKINED_VERSION%%/apps/clock.tcl
-%%X11%%lib/tkined%%TKINED_VERSION%%/apps/event.tcl
-%%X11%%lib/tkined%%TKINED_VERSION%%/apps/game.tcl
-%%X11%%lib/tkined%%TKINED_VERSION%%/apps/germany-map.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/apps/ip_discover.tcl
-%%X11%%lib/tkined%%TKINED_VERSION%%/apps/ip_layout.tcl
-%%X11%%lib/tkined%%TKINED_VERSION%%/apps/ip_monitor.tcl
-%%X11%%lib/tkined%%TKINED_VERSION%%/apps/ip_trouble.tcl
-%%X11%%lib/tkined%%TKINED_VERSION%%/apps/ip_world.tcl
-%%X11%%lib/tkined%%TKINED_VERSION%%/apps/library.tcl
-%%X11%%lib/tkined%%TKINED_VERSION%%/apps/locations
-%%X11%%lib/tkined%%TKINED_VERSION%%/apps/manager.tcl
-%%X11%%lib/tkined%%TKINED_VERSION%%/apps/mibtree
-%%X11%%lib/tkined%%TKINED_VERSION%%/apps/movie.tcl
-%%X11%%lib/tkined%%TKINED_VERSION%%/apps/netherlands-map.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/apps/snmp_browser.tcl
-%%X11%%lib/tkined%%TKINED_VERSION%%/apps/snmp_cisco.tcl
-%%X11%%lib/tkined%%TKINED_VERSION%%/apps/snmp_config.tcl
-%%X11%%lib/tkined%%TKINED_VERSION%%/apps/snmp_disman.tcl
-%%X11%%lib/tkined%%TKINED_VERSION%%/apps/snmp_host.tcl
-%%X11%%lib/tkined%%TKINED_VERSION%%/apps/snmp_hp.tcl
-%%X11%%lib/tkined%%TKINED_VERSION%%/apps/snmp_monitor.tcl
-%%X11%%lib/tkined%%TKINED_VERSION%%/apps/snmp_trouble.tcl
-%%X11%%lib/tkined%%TKINED_VERSION%%/apps/usa-map.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/apps/world-map.xbm
-%%X11%%lib/tkined%%TKINED_VERSION%%/apps/tclIndex
-%%X11%%lib/tkined%%TKINED_VERSION%%.so
-%%X11%%@dirrm lib/tkined%%TKINED_VERSION%%/library
-%%X11%%@dirrm lib/tkined%%TKINED_VERSION%%/bitmaps
-%%X11%%@dirrm lib/tkined%%TKINED_VERSION%%/apps
-%%X11%%@dirrm lib/tkined%%TKINED_VERSION%%
-@dirrm lib/tnm%%SCOTTY_VERSION%%/mibs
-@dirrm lib/tnm%%SCOTTY_VERSION%%/icons
-@dirrm lib/tnm%%SCOTTY_VERSION%%/library
-@dirrm lib/tnm%%SCOTTY_VERSION%%/examples
-@dirrm lib/tnm%%SCOTTY_VERSION%%/agents
-@dirrm lib/tnm%%SCOTTY_VERSION%%/site
-@dirrm lib/tnm%%SCOTTY_VERSION%%