summaryrefslogtreecommitdiff
path: root/net-mgmt/scotty3
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/scotty3')
-rw-r--r--net-mgmt/scotty3/Makefile36
-rw-r--r--net-mgmt/scotty3/distinfo1
-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-ac30
-rw-r--r--net-mgmt/scotty3/files/patch-ae19
-rw-r--r--net-mgmt/scotty3/pkg-comment1
-rw-r--r--net-mgmt/scotty3/pkg-descr43
-rw-r--r--net-mgmt/scotty3/pkg-plist373
9 files changed, 0 insertions, 530 deletions
diff --git a/net-mgmt/scotty3/Makefile b/net-mgmt/scotty3/Makefile
deleted file mode 100644
index 9889c96b21e1..000000000000
--- a/net-mgmt/scotty3/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# New ports collection makefile for: scotty
-# Version required: 2.1.9
-# Date created: 18 February 1995
-# Whom: Gennady Sorokopud <gena@netvisions.net.il>
-#
-# $Id: Makefile,v 1.35 1999/02/03 20:19:11 billf Exp $
-#
-
-DISTNAME= scotty-2.1.9
-CATEGORIES= net tk80
-MASTER_SITES= ftp://ftp.ibr.cs.tu-bs.de/pub/local/tkined/
-
-MAINTAINER= phk@freebsd.org
-
-LIB_DEPENDS= tk80.1:${PORTSDIR}/x11-toolkits/tk80
-
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-tcl-config=/usr/local/lib/tcl8.0 \
- --with-tk-config=/usr/local/lib/tk8.0
-
-
-WRKSRC=${WRKDIR}/${DISTNAME}/unix
-MAN1= tkined.1 scotty.1
-MAN8= ntping.8 straps.8
-MANN= Tnm.n cmip.n dns.n gdmo.n http.n icmp.n ined.n job.n \
- mib.n msqltcl.n netdb.n ntp.n rpc.n snmp.n sunrpc.n \
- syslog.n udp.n
-PLIST_SUB= FREEBSD_VERSION=${FREEBSD_VERSION} \
- SCOTTY_VERSION=2.1.9 TKINED_VERSION=1.4.9
-FREEBSD_VERSION!= echo `uname -m`-`uname`-`uname -r`
-
-pre-install:
- @cd ${WRKSRC};make sinstall
- @${CP} ${WRKSRC}/../tnm/ntping/ntping.8 ${WRKSRC}/../doc
-
-.include <bsd.port.mk>
diff --git a/net-mgmt/scotty3/distinfo b/net-mgmt/scotty3/distinfo
deleted file mode 100644
index baf6535aa8e8..000000000000
--- a/net-mgmt/scotty3/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (scotty-2.1.9.tar.gz) = e05307f54f3cf0a56eea39cf1fe73b0c
diff --git a/net-mgmt/scotty3/files/patch-aa b/net-mgmt/scotty3/files/patch-aa
deleted file mode 100644
index 0b0a5ed3c4ec..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.9 @PREFIX@/lib/tnm2.1.9"
-+exec @PREFIX@/bin/tkined1.4.9 $*
---- 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/tnm2.1.9"
-+exec @PREFIX@/bin/scotty2.1.9
diff --git a/net-mgmt/scotty3/files/patch-ab b/net-mgmt/scotty3/files/patch-ab
deleted file mode 100644
index fea4b9f9de78..000000000000
--- a/net-mgmt/scotty3/files/patch-ab
+++ /dev/null
@@ -1,15 +0,0 @@
---- ../tkined/apps/snmp_monitor.tcl Mon Sep 2 18:30:19 1996
-+++ ..//tkined/apps/snmp_monitor.tcl Mon Mar 3 14:43:52 1997
-@@ -482,8 +482,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 da052c31d3cd..000000000000
--- a/net-mgmt/scotty3/files/patch-ac
+++ /dev/null
@@ -1,30 +0,0 @@
---- Makefile.in.orig Thu Jun 4 12:15:55 1998
-+++ Makefile.in Thu Jun 4 12:22:39 1998
-@@ -490,7 +490,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-mibs:
- @for i in $(TNM_INSTALL_DIR)/mibs ; \
-@@ -589,11 +590,15 @@
- else true; \
- fi; \
- done;
-- @echo "Installing tkined$(TNM_VERSION) and tkined$(TNM_VERSION)$(SHLIB_SUFFIX)"
-- @$(INSTALL_PROGRAM) tkined $(BIN_INSTALL_DIR)/tkined$(TKI_VERSION)
-+ @echo "Installing tkined$(TKI_VERSION) and tkined$(TKI_VERSION)$(SHLIB_SUFFIX)"
-+ @$(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-library:
diff --git a/net-mgmt/scotty3/files/patch-ae b/net-mgmt/scotty3/files/patch-ae
deleted file mode 100644
index 3acac9b44a79..000000000000
--- a/net-mgmt/scotty3/files/patch-ae
+++ /dev/null
@@ -1,19 +0,0 @@
---- ../tnm/ntping/ntping.c Thu Sep 19 10:59:13 1996
-+++ ../tnm/ntping/ntping.c Thu Mar 6 17:32:03 1997
-@@ -749,7 +749,15 @@
- return;
- }
-
-- dprintf (stderr, "* .. got host %s .. ", job->hname);
-+ dprintf (stderr, "* .. got host %s .. %x %x ", job->hname,
-+ sfrom.sin_addr.s_addr, job->sa.sin_addr.s_addr );
-+
-+ if ( type == ping && sfrom.sin_addr.s_addr != job->sa.sin_addr.s_addr)
-+ {
-+ dprintf (stderr, "* non-matching IP# was: %x should be:%x.\n",
-+ sfrom.sin_addr.s_addr, job->sa.sin_addr.s_addr );
-+ return;
-+ }
-
- switch (type)
- {
diff --git a/net-mgmt/scotty3/pkg-comment b/net-mgmt/scotty3/pkg-comment
deleted file mode 100644
index 83edca3d4f29..000000000000
--- a/net-mgmt/scotty3/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-network management extensions to tcl
diff --git a/net-mgmt/scotty3/pkg-descr b/net-mgmt/scotty3/pkg-descr
deleted file mode 100644
index 097292955b3f..000000000000
--- a/net-mgmt/scotty3/pkg-descr
+++ /dev/null
@@ -1,43 +0,0 @@
-
- scotty - network management extensions to tcl
-
-
-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).
-
-Included in this package is an interface to SNMPv1 and SNMPv2. The
-SNMP stack was written from scratch to provide an efficient and
-portable tcl SNMP extension. MIB extensions can be written in tcl by
-running the scotty extension as an SNMP agent. This allows you to
-implement your own specific MIB without getting in contact with the
-lowlevel ASN.1/BER stuff.
-
-The scotty package includes scripts for the tkined network editor to
-troubleshoot your IP network (ping, traceroute, finger, query tcp
-services, query RPC services), for monitoring network status plus
-scripts to discover and layout the topology of your IP network. SNMP
-based scripts can be used to dump routing tables, to query interface
-status and to monitor SNMP variables. There is also a MIB browser to
-inspect the MIB hierarchy.
-
-More information is available via WWW under the URL:
-
-WWW: http://wwwhome.cs.utwente.nl/~schoenw/scotty/
-
-If you have problems installing scotty or if you have made any changes
-to run scotty on your hardware or if you have found any bugs, please
-contact us. Discussion about scotty is currently done on the tkined
-mailing list. To join, send a request to
-
- tkined-request@ibr.cs.tu-bs.de.
-
-Messages to the list should be send to tkined@ibr.cs.tu-bs.de.
-
- Juergen
-
----
-Juergen Schoenwaelder (schoenw@ibr.cs.tu-bs.de) http://www.cs.tu-bs.de/~schoenw
-Technical University Braunschweig, Dept. Operating Systems & Computer Networks
-Bueltenweg 74/75, D-38106 Braunschweig, Germany. (Tel. +49 531 / 391-3249)
diff --git a/net-mgmt/scotty3/pkg-plist b/net-mgmt/scotty3/pkg-plist
deleted file mode 100644
index 805927a80ab9..000000000000
--- a/net-mgmt/scotty3/pkg-plist
+++ /dev/null
@@ -1,373 +0,0 @@
-bin/ntping
-bin/straps
-bin/scotty
-bin/scotty%%SCOTTY_VERSION%%
-bin/tkined
-bin/tkined%%TKINED_VERSION%%
-lib/tnm%%SCOTTY_VERSION%%/mibs/cisco.mib
-lib/tnm%%SCOTTY_VERSION%%/mibs/dvmrp.mib
-lib/tnm%%SCOTTY_VERSION%%/mibs/hp-unix.mib
-lib/tnm%%SCOTTY_VERSION%%/mibs/ncd.mib
-lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1213.mib
-lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1238.mib
-lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1269.mib
-lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1285.mib
-lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1315.mib
-lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1354.mib
-lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1381.mib
-lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1382.mib
-lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1406.mib
-lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1407.mib
-lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1414.mib
-lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1461.mib
-lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1471.mib
-lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1472.mib
-lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1473.mib
-lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1474.mib
-lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1493.mib
-lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1512.mib
-lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1513.mib
-lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1514.mib
-lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1515.mib
-lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1516.mib
-lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1525.mib
-lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1559.mib
-lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1565.mib
-lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1566.mib
-lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1567.mib
-lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1573.mib
-lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1595.mib
-lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1604.mib
-lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1611.mib
-lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1612.mib
-lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1628.mib
-lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1643.mib
-lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1650.mib
-lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1657.mib
-lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1658.mib
-lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1659.mib
-lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1660.mib
-lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1666.mib
-lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1694.mib
-lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1695.mib
-lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1696.mib
-lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1697.mib
-lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1724.mib
-lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1742.mib
-lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1747.mib
-lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1748.mib
-lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1749.mib
-lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1757.mib
-lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1759.mib
-lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1792.mib
-lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1850.mib
-lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1906.mib
-lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1907.mib
-lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1910.mib
-lib/tnm%%SCOTTY_VERSION%%/mibs/rfc2020.mib
-lib/tnm%%SCOTTY_VERSION%%/mibs/synoptics.mib
-lib/tnm%%SCOTTY_VERSION%%/mibs/tubs-linux.mib
-lib/tnm%%SCOTTY_VERSION%%/mibs/tubs-mlm.mib
-lib/tnm%%SCOTTY_VERSION%%/mibs/tubs-nfs.mib
-lib/tnm%%SCOTTY_VERSION%%/mibs/tubs-proc.mib
-lib/tnm%%SCOTTY_VERSION%%/mibs/tubs-tnm.mib
-lib/tnm%%SCOTTY_VERSION%%/mibs/unix.mib
-lib/tnm%%SCOTTY_VERSION%%/mibs/wellfleet.mib
-lib/tnm%%SCOTTY_VERSION%%/mibs/xxx.mib
-lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1155.smi
-lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1573.smi
-lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1902.smi
-lib/tnm%%SCOTTY_VERSION%%/mibs/compat.tc
-lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1903.tc
-lib/tnm%%SCOTTY_VERSION%%/mibs/OIM.gdmo
-lib/tnm%%SCOTTY_VERSION%%/mibs/X721.gdmo
-lib/tnm%%SCOTTY_VERSION%%/mibs/X722.gdmo
-lib/tnm%%SCOTTY_VERSION%%/mibs/X739.gdmo
-lib/tnm%%SCOTTY_VERSION%%/pkgIndex.tcl
-lib/tnm%%SCOTTY_VERSION%%/library/README
-lib/tnm%%SCOTTY_VERSION%%/library/dialog.tcl
-lib/tnm%%SCOTTY_VERSION%%/library/output.tcl
-lib/tnm%%SCOTTY_VERSION%%/library/snmp.tcl
-lib/tnm%%SCOTTY_VERSION%%/library/monitor.tcl
-lib/tnm%%SCOTTY_VERSION%%/library/obsolete.tcl
-lib/tnm%%SCOTTY_VERSION%%/library/init.tcl
-lib/tnm%%SCOTTY_VERSION%%/library/tclIndex
-lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1155.smi.idy
-lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1902.smi.idy
-lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1903.tc.idy
-lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/compat.tc.idy
-lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1906.mib.idy
-lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1907.mib.idy
-lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1213.mib.idy
-lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1910.mib.idy
-lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1269.mib.idy
-lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1238.mib.idy
-lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1757.mib.idy
-lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1315.mib.idy
-lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1354.mib.idy
-lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1381.mib.idy
-lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1382.mib.idy
-lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1406.mib.idy
-lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1407.mib.idy
-lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1414.mib.idy
-lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1461.mib.idy
-lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1471.mib.idy
-lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1472.mib.idy
-lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1473.mib.idy
-lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1474.mib.idy
-lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1493.mib.idy
-lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1512.mib.idy
-lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1513.mib.idy
-lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1514.mib.idy
-lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1515.mib.idy
-lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1516.mib.idy
-lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1525.mib.idy
-lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1559.mib.idy
-lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1565.mib.idy
-lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1566.mib.idy
-lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1567.mib.idy
-lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1573.smi.idy
-lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1573.mib.idy
-lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1595.mib.idy
-lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1604.mib.idy
-lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1611.mib.idy
-lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1612.mib.idy
-lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1628.mib.idy
-lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1643.mib.idy
-lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1650.mib.idy
-lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1657.mib.idy
-lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1658.mib.idy
-lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1659.mib.idy
-lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1660.mib.idy
-lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1666.mib.idy
-lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1694.mib.idy
-lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1695.mib.idy
-lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1696.mib.idy
-lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1697.mib.idy
-lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1724.mib.idy
-lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1742.mib.idy
-lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1747.mib.idy
-lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1748.mib.idy
-lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1749.mib.idy
-lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1759.mib.idy
-lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1792.mib.idy
-lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1850.mib.idy
-lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc2020.mib.idy
-lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/tubs-tnm.mib.idy
-lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/tubs-nfs.mib.idy
-lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/tubs-proc.mib.idy
-lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/tubs-mlm.mib.idy
-lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/xxx.mib.idy
-lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/dvmrp.mib.idy
-lib/tnm%%SCOTTY_VERSION%%/agents/snmpd
-lib/tnm%%SCOTTY_VERSION%%/agents/snmpd-tnm.tcl
-lib/tnm%%SCOTTY_VERSION%%/agents/snmpd-mlm.tcl
-lib/tnm%%SCOTTY_VERSION%%/agents/snmpd-nfs.tcl
-lib/tnm%%SCOTTY_VERSION%%/agents/snmpd-proc.tcl
-lib/tnm%%SCOTTY_VERSION%%/agents/snmpd-http.tcl
-lib/tnm%%SCOTTY_VERSION%%/agents/README
-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/snmptrapd
-lib/tnm%%SCOTTY_VERSION%%/examples/snmptrapd.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/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/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%%/examples/pcnfs
-lib/tnm%%SCOTTY_VERSION%%/examples/pcnfs.n
-lib/tnm%%SCOTTY_VERSION%%/examples/mibgrep
-lib/tnm%%SCOTTY_VERSION%%/examples/mibgrep.n
-lib/tnm%%SCOTTY_VERSION%%.so
-lib/tkined%%TKINED_VERSION%%/pkgIndex.tcl
-lib/tkined%%TKINED_VERSION%%/tkined.defaults
-lib/tkined%%TKINED_VERSION%%/library/Editor.tcl
-lib/tkined%%TKINED_VERSION%%/library/Diagram.tcl
-lib/tkined%%TKINED_VERSION%%/library/Command.tcl
-lib/tkined%%TKINED_VERSION%%/library/Tool.tcl
-lib/tkined%%TKINED_VERSION%%/library/Objects.tcl
-lib/tkined%%TKINED_VERSION%%/library/Dialog.tcl
-lib/tkined%%TKINED_VERSION%%/library/Event.tcl
-lib/tkined%%TKINED_VERSION%%/library/Help.tcl
-lib/tkined%%TKINED_VERSION%%/library/Misc.tcl
-lib/tkined%%TKINED_VERSION%%/library/pkgIndex.tcl
-lib/tkined%%TKINED_VERSION%%/bitmaps/Box.xbm
-lib/tkined%%TKINED_VERSION%%/bitmaps/BoxMask.xbm
-lib/tkined%%TKINED_VERSION%%/bitmaps/DEC-Server.xbm
-lib/tkined%%TKINED_VERSION%%/bitmaps/DEC-ServerMask.xbm
-lib/tkined%%TKINED_VERSION%%/bitmaps/DEC.xbm
-lib/tkined%%TKINED_VERSION%%/bitmaps/DECMask.xbm
-lib/tkined%%TKINED_VERSION%%/bitmaps/HP.xbm
-lib/tkined%%TKINED_VERSION%%/bitmaps/HP7550.xbm
-lib/tkined%%TKINED_VERSION%%/bitmaps/HP7550Mask.xbm
-lib/tkined%%TKINED_VERSION%%/bitmaps/HPMask.xbm
-lib/tkined%%TKINED_VERSION%%/bitmaps/HPdj.xbm
-lib/tkined%%TKINED_VERSION%%/bitmaps/HPdjMask.xbm
-lib/tkined%%TKINED_VERSION%%/bitmaps/HPsj.xbm
-lib/tkined%%TKINED_VERSION%%/bitmaps/HPsjMask.xbm
-lib/tkined%%TKINED_VERSION%%/bitmaps/IPC.xbm
-lib/tkined%%TKINED_VERSION%%/bitmaps/IPCMask.xbm
-lib/tkined%%TKINED_VERSION%%/bitmaps/NFS-client.xbm
-lib/tkined%%TKINED_VERSION%%/bitmaps/NFS-clientMask.xbm
-lib/tkined%%TKINED_VERSION%%/bitmaps/NFS-server.xbm
-lib/tkined%%TKINED_VERSION%%/bitmaps/NFS-serverMask.xbm
-lib/tkined%%TKINED_VERSION%%/bitmaps/RS6000.xbm
-lib/tkined%%TKINED_VERSION%%/bitmaps/RS6000Mask.xbm
-lib/tkined%%TKINED_VERSION%%/bitmaps/SLC.xbm
-lib/tkined%%TKINED_VERSION%%/bitmaps/SLCMask.xbm
-lib/tkined%%TKINED_VERSION%%/bitmaps/SUN-Server.xbm
-lib/tkined%%TKINED_VERSION%%/bitmaps/SUN-ServerMask.xbm
-lib/tkined%%TKINED_VERSION%%/bitmaps/SUN3.xbm
-lib/tkined%%TKINED_VERSION%%/bitmaps/SUN3Mask.xbm
-lib/tkined%%TKINED_VERSION%%/bitmaps/SparcStation.xbm
-lib/tkined%%TKINED_VERSION%%/bitmaps/SparcStationMask.xbm
-lib/tkined%%TKINED_VERSION%%/bitmaps/Xstation.xbm
-lib/tkined%%TKINED_VERSION%%/bitmaps/XstationMask.xbm
-lib/tkined%%TKINED_VERSION%%/bitmaps/action.xbm
-lib/tkined%%TKINED_VERSION%%/bitmaps/actionMask.xbm
-lib/tkined%%TKINED_VERSION%%/bitmaps/backbone.xbm
-lib/tkined%%TKINED_VERSION%%/bitmaps/backboneMask.xbm
-lib/tkined%%TKINED_VERSION%%/bitmaps/bigBox.xbm
-lib/tkined%%TKINED_VERSION%%/bitmaps/bigBoxMask.xbm
-lib/tkined%%TKINED_VERSION%%/bitmaps/bone.xbm
-lib/tkined%%TKINED_VERSION%%/bitmaps/boneMask.xbm
-lib/tkined%%TKINED_VERSION%%/bitmaps/bridge.xbm
-lib/tkined%%TKINED_VERSION%%/bitmaps/bridgeMask.xbm
-lib/tkined%%TKINED_VERSION%%/bitmaps/bus.xbm
-lib/tkined%%TKINED_VERSION%%/bitmaps/busMask.xbm
-lib/tkined%%TKINED_VERSION%%/bitmaps/cisco.xbm
-lib/tkined%%TKINED_VERSION%%/bitmaps/ciscoMask.xbm
-lib/tkined%%TKINED_VERSION%%/bitmaps/clock.xbm
-lib/tkined%%TKINED_VERSION%%/bitmaps/clockMask.xbm
-lib/tkined%%TKINED_VERSION%%/bitmaps/concent.xbm
-lib/tkined%%TKINED_VERSION%%/bitmaps/concentMask.xbm
-lib/tkined%%TKINED_VERSION%%/bitmaps/connector.xbm
-lib/tkined%%TKINED_VERSION%%/bitmaps/connectorMask.xbm
-lib/tkined%%TKINED_VERSION%%/bitmaps/corner.xbm
-lib/tkined%%TKINED_VERSION%%/bitmaps/explode.xbm
-lib/tkined%%TKINED_VERSION%%/bitmaps/explodeMask.xbm
-lib/tkined%%TKINED_VERSION%%/bitmaps/graph.xbm
-lib/tkined%%TKINED_VERSION%%/bitmaps/group.xbm
-lib/tkined%%TKINED_VERSION%%/bitmaps/groupMask.xbm
-lib/tkined%%TKINED_VERSION%%/bitmaps/hand.xbm
-lib/tkined%%TKINED_VERSION%%/bitmaps/handMask.xbm
-lib/tkined%%TKINED_VERSION%%/bitmaps/hyper.xbm
-lib/tkined%%TKINED_VERSION%%/bitmaps/hyperMask.xbm
-lib/tkined%%TKINED_VERSION%%/bitmaps/icon.xbm
-lib/tkined%%TKINED_VERSION%%/bitmaps/ined.xbm
-lib/tkined%%TKINED_VERSION%%/bitmaps/inedMask.xbm
-lib/tkined%%TKINED_VERSION%%/bitmaps/laser.xbm
-lib/tkined%%TKINED_VERSION%%/bitmaps/laserMask.xbm
-lib/tkined%%TKINED_VERSION%%/bitmaps/link.xbm
-lib/tkined%%TKINED_VERSION%%/bitmaps/linkMask.xbm
-lib/tkined%%TKINED_VERSION%%/bitmaps/locker.xbm
-lib/tkined%%TKINED_VERSION%%/bitmaps/lockerMask.xbm
-lib/tkined%%TKINED_VERSION%%/bitmaps/mac.xbm
-lib/tkined%%TKINED_VERSION%%/bitmaps/macMask.xbm
-lib/tkined%%TKINED_VERSION%%/bitmaps/machine.xbm
-lib/tkined%%TKINED_VERSION%%/bitmaps/machineMask.xbm
-lib/tkined%%TKINED_VERSION%%/bitmaps/modem.xbm
-lib/tkined%%TKINED_VERSION%%/bitmaps/modemMask.xbm
-lib/tkined%%TKINED_VERSION%%/bitmaps/mx.xbm
-lib/tkined%%TKINED_VERSION%%/bitmaps/mxMask.xbm
-lib/tkined%%TKINED_VERSION%%/bitmaps/network.xbm
-lib/tkined%%TKINED_VERSION%%/bitmaps/networkMask.xbm
-lib/tkined%%TKINED_VERSION%%/bitmaps/noicon.xbm
-lib/tkined%%TKINED_VERSION%%/bitmaps/parsytec.xbm
-lib/tkined%%TKINED_VERSION%%/bitmaps/parsytecMask.xbm
-lib/tkined%%TKINED_VERSION%%/bitmaps/pc.xbm
-lib/tkined%%TKINED_VERSION%%/bitmaps/pcMask.xbm
-lib/tkined%%TKINED_VERSION%%/bitmaps/phone.xbm
-lib/tkined%%TKINED_VERSION%%/bitmaps/phoneMask.xbm
-lib/tkined%%TKINED_VERSION%%/bitmaps/pointer.xbm
-lib/tkined%%TKINED_VERSION%%/bitmaps/pointerMask.xbm
-lib/tkined%%TKINED_VERSION%%/bitmaps/printer.xbm
-lib/tkined%%TKINED_VERSION%%/bitmaps/printerMask.xbm
-lib/tkined%%TKINED_VERSION%%/bitmaps/pserver.xbm
-lib/tkined%%TKINED_VERSION%%/bitmaps/pserverMask.xbm
-lib/tkined%%TKINED_VERSION%%/bitmaps/reference.xbm
-lib/tkined%%TKINED_VERSION%%/bitmaps/referenceMask.xbm
-lib/tkined%%TKINED_VERSION%%/bitmaps/ring.xbm
-lib/tkined%%TKINED_VERSION%%/bitmaps/ringMask.xbm
-lib/tkined%%TKINED_VERSION%%/bitmaps/router.xbm
-lib/tkined%%TKINED_VERSION%%/bitmaps/routerMask.xbm
-lib/tkined%%TKINED_VERSION%%/bitmaps/smallBox.xbm
-lib/tkined%%TKINED_VERSION%%/bitmaps/smallBoxMask.xbm
-lib/tkined%%TKINED_VERSION%%/bitmaps/spock.xbm
-lib/tkined%%TKINED_VERSION%%/bitmaps/switch.xbm
-lib/tkined%%TKINED_VERSION%%/bitmaps/switchMask.xbm
-lib/tkined%%TKINED_VERSION%%/bitmaps/text.xbm
-lib/tkined%%TKINED_VERSION%%/bitmaps/textMask.xbm
-lib/tkined%%TKINED_VERSION%%/bitmaps/tkined.xbm
-lib/tkined%%TKINED_VERSION%%/bitmaps/tkinedMask.xbm
-lib/tkined%%TKINED_VERSION%%/bitmaps/tserver.xbm
-lib/tkined%%TKINED_VERSION%%/bitmaps/tserverMask.xbm
-lib/tkined%%TKINED_VERSION%%/bitmaps/unixpc.xbm
-lib/tkined%%TKINED_VERSION%%/bitmaps/unixpcMask.xbm
-lib/tkined%%TKINED_VERSION%%/bitmaps/world.xbm
-lib/tkined%%TKINED_VERSION%%/bitmaps/worldMask.xbm
-lib/tkined%%TKINED_VERSION%%/bitmaps/zoomin.xbm
-lib/tkined%%TKINED_VERSION%%/bitmaps/zoomout.xbm
-lib/tkined%%TKINED_VERSION%%/apps/manager.tcl
-lib/tkined%%TKINED_VERSION%%/apps/event.tcl
-lib/tkined%%TKINED_VERSION%%/apps/movie.tcl
-lib/tkined%%TKINED_VERSION%%/apps/bones.tcl
-lib/tkined%%TKINED_VERSION%%/apps/ip_trouble.tcl
-lib/tkined%%TKINED_VERSION%%/apps/ip_monitor.tcl
-lib/tkined%%TKINED_VERSION%%/apps/ip_layout.tcl
-lib/tkined%%TKINED_VERSION%%/apps/ip_discover.tcl
-lib/tkined%%TKINED_VERSION%%/apps/ip_world.tcl
-lib/tkined%%TKINED_VERSION%%/apps/snmp_trouble.tcl
-lib/tkined%%TKINED_VERSION%%/apps/snmp_monitor.tcl
-lib/tkined%%TKINED_VERSION%%/apps/snmp_browser.tcl
-lib/tkined%%TKINED_VERSION%%/apps/snmp_host.tcl
-lib/tkined%%TKINED_VERSION%%/apps/snmp_cisco.tcl
-lib/tkined%%TKINED_VERSION%%/apps/snmp_hp.tcl
-lib/tkined%%TKINED_VERSION%%/apps/cmip_trouble.tcl
-lib/tkined%%TKINED_VERSION%%/apps/clock.tcl
-lib/tkined%%TKINED_VERSION%%/apps/game.tcl
-lib/tkined%%TKINED_VERSION%%/apps/mibtree
-lib/tkined%%TKINED_VERSION%%/apps/library.tcl
-lib/tkined%%TKINED_VERSION%%/apps/README
-lib/tkined%%TKINED_VERSION%%/apps/world-map.xbm
-lib/tkined%%TKINED_VERSION%%/apps/usa-map.xbm
-lib/tkined%%TKINED_VERSION%%/apps/germany-map.xbm
-lib/tkined%%TKINED_VERSION%%/apps/locations
-lib/tkined%%TKINED_VERSION%%/apps/tclIndex
-lib/tkined%%TKINED_VERSION%%.so
-@dirrm lib/tkined%%TKINED_VERSION%%/library
-@dirrm lib/tkined%%TKINED_VERSION%%/bitmaps
-@dirrm lib/tkined%%TKINED_VERSION%%/apps
-@dirrm lib/tkined%%TKINED_VERSION%%
-@dirrm lib/tnm%%SCOTTY_VERSION%%/mibs
-@dirrm lib/tnm%%SCOTTY_VERSION%%/library
-@dirrm lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%
-@dirrm lib/tnm%%SCOTTY_VERSION%%/examples
-@dirrm lib/tnm%%SCOTTY_VERSION%%/agents
-@dirrm lib/tnm%%SCOTTY_VERSION%%