From 467033aae8ef3485ee1872a7eecefba8b745c609 Mon Sep 17 00:00:00 2001 From: Jun Kuriyama Date: Fri, 14 Jul 2000 08:17:56 +0000 Subject: Development versioin of scotty3 (after repo-copy). --- net-mgmt/scotty3/Makefile | 37 ++-- net-mgmt/scotty3/distinfo | 2 +- net-mgmt/scotty3/files/patch-aa | 12 +- net-mgmt/scotty3/files/patch-ab | 6 +- net-mgmt/scotty3/files/patch-ac | 31 +++- net-mgmt/scotty3/files/patch-ad | 20 +++ net-mgmt/scotty3/files/patch-ae | 27 +-- net-mgmt/scotty3/pkg-descr | 2 +- net-mgmt/scotty3/pkg-plist | 372 ++++++++++++++++++++-------------------- net/scotty3/Makefile | 37 ++-- net/scotty3/distinfo | 2 +- net/scotty3/files/patch-aa | 12 +- net/scotty3/files/patch-ab | 6 +- net/scotty3/files/patch-ac | 31 +++- net/scotty3/files/patch-ad | 20 +++ net/scotty3/files/patch-ae | 27 +-- net/scotty3/pkg-descr | 2 +- net/scotty3/pkg-plist | 372 ++++++++++++++++++++-------------------- 18 files changed, 536 insertions(+), 482 deletions(-) create mode 100644 net-mgmt/scotty3/files/patch-ad create mode 100644 net/scotty3/files/patch-ad diff --git a/net-mgmt/scotty3/Makefile b/net-mgmt/scotty3/Makefile index ce266522be7a..1b0328959764 100644 --- a/net-mgmt/scotty3/Makefile +++ b/net-mgmt/scotty3/Makefile @@ -1,35 +1,34 @@ -# New ports collection makefile for: scotty -# Date created: 18 February 1995 -# Whom: Gennady Sorokopud +# New ports collection makefile for: scotty-current +# Date created: 06 June 2000 +# Whom: Sergey Osokin aka oZZ # # $FreeBSD$ # PORTNAME= scotty -PORTVERSION= 2.1.10 +PORTVERSION= 20000221 CATEGORIES= net tk82 -MASTER_SITES= ftp://ftp.ibr.cs.tu-bs.de/pub/local/tkined/ +MASTER_SITES= ftp://ftp.ibr.cs.tu-bs.de/pub/local/tkined/devel/ +DISTNAME= ${PORTNAME}-00-02-21 -MAINTAINER= dima@Chg.RU +MAINTAINER= ozz@FreeBSD.org.ru LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82 -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-tcl-config=${LOCALBASE}/lib/tcl8.2 \ - --with-tk-config=${LOCALBASE}/lib/tk8.2 +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-tcl=${PREFIX}/lib/tcl8.2 \ + --with-tk=${PREFIX}/lib/tk8.2 -WRKSRC=${WRKDIR}/${DISTNAME}/unix +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 netdb.n ntp.n rpc.n snmp.n sunrpc.n \ - syslog.n udp.n -PLIST_SUB= FREEBSD_VERSION=${FREEBSD_VERSION} \ - SCOTTY_VERSION=2.1.10 TKINED_VERSION=1.4.10 -FREEBSD_VERSION!= ${ECHO} `uname -m`-`uname`-`uname -r` +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 ined.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 pre-install: - @cd ${WRKSRC};make sinstall - @${CP} ${WRKSRC}/../tnm/ntping/ntping.8 ${WRKSRC}/../doc + @cd ${WRKSRC}; make sinstall .include diff --git a/net-mgmt/scotty3/distinfo b/net-mgmt/scotty3/distinfo index cf3327bdd1b9..aa9d240730bd 100644 --- a/net-mgmt/scotty3/distinfo +++ b/net-mgmt/scotty3/distinfo @@ -1 +1 @@ -MD5 (scotty-2.1.10.tar.gz) = e885c33ac4ba9cf17ca09886ca4046b1 +MD5 (scotty-00-02-21.tar.gz) = ca39ecfaa32f3c5defa81974e8d9ebe2 diff --git a/net-mgmt/scotty3/files/patch-aa b/net-mgmt/scotty3/files/patch-aa index e2d3263e9800..de3a255d2b03 100644 --- a/net-mgmt/scotty3/files/patch-aa +++ b/net-mgmt/scotty3/files/patch-aa @@ -1,12 +1,12 @@ ---- tkined.sh.in~ Fri Sep 13 09:30:41 1996 -+++ tkined.sh.in Fri Sep 13 09:26:21 1996 +--- 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 +--- 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.10" -+exec @PREFIX@/bin/scotty2.1.10 ++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 index fea4b9f9de78..a441e9db4ce8 100644 --- a/net-mgmt/scotty3/files/patch-ab +++ b/net-mgmt/scotty3/files/patch-ab @@ -1,6 +1,6 @@ ---- ../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 @@ +--- ../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 diff --git a/net-mgmt/scotty3/files/patch-ac b/net-mgmt/scotty3/files/patch-ac index 47141f9d54fe..777ab9f94780 100644 --- a/net-mgmt/scotty3/files/patch-ac +++ b/net-mgmt/scotty3/files/patch-ac @@ -1,15 +1,32 @@ ---- Makefile.in.orig Fri Mar 26 20:12:11 1999 -+++ Makefile.in Fri Mar 26 20:20:58 1999 -@@ -509,7 +509,7 @@ +--- Makefile.in.orig Thu Feb 17 01:08:00 2000 ++++ Makefile.in Wed Jun 7 16:07:39 2000 +@@ -500,11 +500,11 @@ + pwd=`pwd`; cd $(TNM_TEST_DIR); $$pwd/scotty all.tcl + + install: @INSTALL_TARGETS@ +- @echo "" +- @echo "The Tnm extension includes two programs (nmicmpd, nmtrapd)" +- @echo "which require root permissions. Please get root permissions" +- @echo "and type >> make sinstall << to install them setuid root." +- @echo "" ++# @echo "" ++# @echo "The Tnm extension includes two programs (nmicmpd, nmtrapd)" ++# @echo "which require root permissions. Please get root permissions" ++# @echo "and type >> make sinstall << to install them setuid root." ++# @echo "" + + install-bin: tnm-install-bin tki-install-bin + +@@ -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-mibs: - @for i in $(TNM_INSTALL_DIR)/mibs ; \ -@@ -608,10 +608,14 @@ + 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)" @@ -25,4 +42,4 @@ + @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: + tki-install-man: diff --git a/net-mgmt/scotty3/files/patch-ad b/net-mgmt/scotty3/files/patch-ad new file mode 100644 index 000000000000..4b43418fdc26 --- /dev/null +++ b/net-mgmt/scotty3/files/patch-ad @@ -0,0 +1,20 @@ +--- configure.orig Wed Feb 16 19:08:00 2000 ++++ configure Tue Jun 6 03:36:37 2000 +@@ -749,7 +749,7 @@ + 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 test $TCL_SHARED_BUILD -ne 1 ; then +@@ -842,7 +842,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 diff --git a/net-mgmt/scotty3/files/patch-ae b/net-mgmt/scotty3/files/patch-ae index 3acac9b44a79..95bd9e1a0721 100644 --- a/net-mgmt/scotty3/files/patch-ae +++ b/net-mgmt/scotty3/files/patch-ae @@ -1,19 +1,8 @@ ---- ../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) - { +--- 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/pkg-descr b/net-mgmt/scotty3/pkg-descr index 519fcf2f8e27..fcc22b336440 100644 --- a/net-mgmt/scotty3/pkg-descr +++ b/net-mgmt/scotty3/pkg-descr @@ -1,4 +1,4 @@ -This is a tcl extension which allows to set up TCP and UDP +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). diff --git a/net-mgmt/scotty3/pkg-plist b/net-mgmt/scotty3/pkg-plist index 805927a80ab9..484c0f9f0eb4 100644 --- a/net-mgmt/scotty3/pkg-plist +++ b/net-mgmt/scotty3/pkg-plist @@ -1,171 +1,166 @@ -bin/ntping -bin/straps +bin/nmicmpd +bin/nmtrapd 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%%/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/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/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/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%%/library/pkgIndex.tcl 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/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 @@ -176,16 +171,20 @@ 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/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 @@ -200,22 +199,19 @@ 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%%/site/init.tcl 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/Diagram.tcl lib/tkined%%TKINED_VERSION%%/library/Dialog.tcl +lib/tkined%%TKINED_VERSION%%/library/Editor.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/Objects.tcl +lib/tkined%%TKINED_VERSION%%/library/Tool.tcl lib/tkined%%TKINED_VERSION%%/library/pkgIndex.tcl lib/tkined%%TKINED_VERSION%%/bitmaps/Box.xbm lib/tkined%%TKINED_VERSION%%/bitmaps/BoxMask.xbm @@ -298,7 +294,11 @@ 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/node.xbm +lib/tkined%%TKINED_VERSION%%/bitmaps/nodeMask.xbm lib/tkined%%TKINED_VERSION%%/bitmaps/noicon.xbm +lib/tkined%%TKINED_VERSION%%/bitmaps/octane.xbm +lib/tkined%%TKINED_VERSION%%/bitmaps/octaneMask.xbm lib/tkined%%TKINED_VERSION%%/bitmaps/parsytec.xbm lib/tkined%%TKINED_VERSION%%/bitmaps/parsytecMask.xbm lib/tkined%%TKINED_VERSION%%/bitmaps/pc.xbm @@ -334,31 +334,32 @@ 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/README +lib/tkined%%TKINED_VERSION%%/apps/clock.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/game.tcl +lib/tkined%%TKINED_VERSION%%/apps/germany-map.xbm lib/tkined%%TKINED_VERSION%%/apps/ip_discover.tcl +lib/tkined%%TKINED_VERSION%%/apps/ip_layout.tcl +lib/tkined%%TKINED_VERSION%%/apps/ip_monitor.tcl +lib/tkined%%TKINED_VERSION%%/apps/ip_trouble.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/library.tcl +lib/tkined%%TKINED_VERSION%%/apps/locations +lib/tkined%%TKINED_VERSION%%/apps/manager.tcl +lib/tkined%%TKINED_VERSION%%/apps/mibtree +lib/tkined%%TKINED_VERSION%%/apps/movie.tcl +lib/tkined%%TKINED_VERSION%%/apps/netherlands-map.xbm 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_config.tcl +lib/tkined%%TKINED_VERSION%%/apps/snmp_disman.tcl +lib/tkined%%TKINED_VERSION%%/apps/snmp_host.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/snmp_monitor.tcl +lib/tkined%%TKINED_VERSION%%/apps/snmp_trouble.tcl 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/world-map.xbm lib/tkined%%TKINED_VERSION%%/apps/tclIndex lib/tkined%%TKINED_VERSION%%.so @dirrm lib/tkined%%TKINED_VERSION%%/library @@ -366,8 +367,9 @@ lib/tkined%%TKINED_VERSION%%.so @dirrm lib/tkined%%TKINED_VERSION%%/apps @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%%/%%FREEBSD_VERSION%% @dirrm lib/tnm%%SCOTTY_VERSION%%/examples @dirrm lib/tnm%%SCOTTY_VERSION%%/agents +@dirrm lib/tnm%%SCOTTY_VERSION%%/site @dirrm lib/tnm%%SCOTTY_VERSION%% diff --git a/net/scotty3/Makefile b/net/scotty3/Makefile index ce266522be7a..1b0328959764 100644 --- a/net/scotty3/Makefile +++ b/net/scotty3/Makefile @@ -1,35 +1,34 @@ -# New ports collection makefile for: scotty -# Date created: 18 February 1995 -# Whom: Gennady Sorokopud +# New ports collection makefile for: scotty-current +# Date created: 06 June 2000 +# Whom: Sergey Osokin aka oZZ # # $FreeBSD$ # PORTNAME= scotty -PORTVERSION= 2.1.10 +PORTVERSION= 20000221 CATEGORIES= net tk82 -MASTER_SITES= ftp://ftp.ibr.cs.tu-bs.de/pub/local/tkined/ +MASTER_SITES= ftp://ftp.ibr.cs.tu-bs.de/pub/local/tkined/devel/ +DISTNAME= ${PORTNAME}-00-02-21 -MAINTAINER= dima@Chg.RU +MAINTAINER= ozz@FreeBSD.org.ru LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82 -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-tcl-config=${LOCALBASE}/lib/tcl8.2 \ - --with-tk-config=${LOCALBASE}/lib/tk8.2 +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-tcl=${PREFIX}/lib/tcl8.2 \ + --with-tk=${PREFIX}/lib/tk8.2 -WRKSRC=${WRKDIR}/${DISTNAME}/unix +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 netdb.n ntp.n rpc.n snmp.n sunrpc.n \ - syslog.n udp.n -PLIST_SUB= FREEBSD_VERSION=${FREEBSD_VERSION} \ - SCOTTY_VERSION=2.1.10 TKINED_VERSION=1.4.10 -FREEBSD_VERSION!= ${ECHO} `uname -m`-`uname`-`uname -r` +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 ined.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 pre-install: - @cd ${WRKSRC};make sinstall - @${CP} ${WRKSRC}/../tnm/ntping/ntping.8 ${WRKSRC}/../doc + @cd ${WRKSRC}; make sinstall .include diff --git a/net/scotty3/distinfo b/net/scotty3/distinfo index cf3327bdd1b9..aa9d240730bd 100644 --- a/net/scotty3/distinfo +++ b/net/scotty3/distinfo @@ -1 +1 @@ -MD5 (scotty-2.1.10.tar.gz) = e885c33ac4ba9cf17ca09886ca4046b1 +MD5 (scotty-00-02-21.tar.gz) = ca39ecfaa32f3c5defa81974e8d9ebe2 diff --git a/net/scotty3/files/patch-aa b/net/scotty3/files/patch-aa index e2d3263e9800..de3a255d2b03 100644 --- a/net/scotty3/files/patch-aa +++ b/net/scotty3/files/patch-aa @@ -1,12 +1,12 @@ ---- tkined.sh.in~ Fri Sep 13 09:30:41 1996 -+++ tkined.sh.in Fri Sep 13 09:26:21 1996 +--- 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 +--- 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.10" -+exec @PREFIX@/bin/scotty2.1.10 ++export TCLLIBPATH="@PREFIX@/lib/tnm3.0.0" ++exec @PREFIX@/bin/scotty3.0.0 diff --git a/net/scotty3/files/patch-ab b/net/scotty3/files/patch-ab index fea4b9f9de78..a441e9db4ce8 100644 --- a/net/scotty3/files/patch-ab +++ b/net/scotty3/files/patch-ab @@ -1,6 +1,6 @@ ---- ../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 @@ +--- ../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 diff --git a/net/scotty3/files/patch-ac b/net/scotty3/files/patch-ac index 47141f9d54fe..777ab9f94780 100644 --- a/net/scotty3/files/patch-ac +++ b/net/scotty3/files/patch-ac @@ -1,15 +1,32 @@ ---- Makefile.in.orig Fri Mar 26 20:12:11 1999 -+++ Makefile.in Fri Mar 26 20:20:58 1999 -@@ -509,7 +509,7 @@ +--- Makefile.in.orig Thu Feb 17 01:08:00 2000 ++++ Makefile.in Wed Jun 7 16:07:39 2000 +@@ -500,11 +500,11 @@ + pwd=`pwd`; cd $(TNM_TEST_DIR); $$pwd/scotty all.tcl + + install: @INSTALL_TARGETS@ +- @echo "" +- @echo "The Tnm extension includes two programs (nmicmpd, nmtrapd)" +- @echo "which require root permissions. Please get root permissions" +- @echo "and type >> make sinstall << to install them setuid root." +- @echo "" ++# @echo "" ++# @echo "The Tnm extension includes two programs (nmicmpd, nmtrapd)" ++# @echo "which require root permissions. Please get root permissions" ++# @echo "and type >> make sinstall << to install them setuid root." ++# @echo "" + + install-bin: tnm-install-bin tki-install-bin + +@@ -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-mibs: - @for i in $(TNM_INSTALL_DIR)/mibs ; \ -@@ -608,10 +608,14 @@ + 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)" @@ -25,4 +42,4 @@ + @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: + tki-install-man: diff --git a/net/scotty3/files/patch-ad b/net/scotty3/files/patch-ad new file mode 100644 index 000000000000..4b43418fdc26 --- /dev/null +++ b/net/scotty3/files/patch-ad @@ -0,0 +1,20 @@ +--- configure.orig Wed Feb 16 19:08:00 2000 ++++ configure Tue Jun 6 03:36:37 2000 +@@ -749,7 +749,7 @@ + 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 test $TCL_SHARED_BUILD -ne 1 ; then +@@ -842,7 +842,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 diff --git a/net/scotty3/files/patch-ae b/net/scotty3/files/patch-ae index 3acac9b44a79..95bd9e1a0721 100644 --- a/net/scotty3/files/patch-ae +++ b/net/scotty3/files/patch-ae @@ -1,19 +1,8 @@ ---- ../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) - { +--- 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/scotty3/pkg-descr b/net/scotty3/pkg-descr index 519fcf2f8e27..fcc22b336440 100644 --- a/net/scotty3/pkg-descr +++ b/net/scotty3/pkg-descr @@ -1,4 +1,4 @@ -This is a tcl extension which allows to set up TCP and UDP +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). diff --git a/net/scotty3/pkg-plist b/net/scotty3/pkg-plist index 805927a80ab9..484c0f9f0eb4 100644 --- a/net/scotty3/pkg-plist +++ b/net/scotty3/pkg-plist @@ -1,171 +1,166 @@ -bin/ntping -bin/straps +bin/nmicmpd +bin/nmtrapd 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%%/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/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/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/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%%/library/pkgIndex.tcl 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/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 @@ -176,16 +171,20 @@ 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/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 @@ -200,22 +199,19 @@ 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%%/site/init.tcl 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/Diagram.tcl lib/tkined%%TKINED_VERSION%%/library/Dialog.tcl +lib/tkined%%TKINED_VERSION%%/library/Editor.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/Objects.tcl +lib/tkined%%TKINED_VERSION%%/library/Tool.tcl lib/tkined%%TKINED_VERSION%%/library/pkgIndex.tcl lib/tkined%%TKINED_VERSION%%/bitmaps/Box.xbm lib/tkined%%TKINED_VERSION%%/bitmaps/BoxMask.xbm @@ -298,7 +294,11 @@ 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/node.xbm +lib/tkined%%TKINED_VERSION%%/bitmaps/nodeMask.xbm lib/tkined%%TKINED_VERSION%%/bitmaps/noicon.xbm +lib/tkined%%TKINED_VERSION%%/bitmaps/octane.xbm +lib/tkined%%TKINED_VERSION%%/bitmaps/octaneMask.xbm lib/tkined%%TKINED_VERSION%%/bitmaps/parsytec.xbm lib/tkined%%TKINED_VERSION%%/bitmaps/parsytecMask.xbm lib/tkined%%TKINED_VERSION%%/bitmaps/pc.xbm @@ -334,31 +334,32 @@ 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/README +lib/tkined%%TKINED_VERSION%%/apps/clock.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/game.tcl +lib/tkined%%TKINED_VERSION%%/apps/germany-map.xbm lib/tkined%%TKINED_VERSION%%/apps/ip_discover.tcl +lib/tkined%%TKINED_VERSION%%/apps/ip_layout.tcl +lib/tkined%%TKINED_VERSION%%/apps/ip_monitor.tcl +lib/tkined%%TKINED_VERSION%%/apps/ip_trouble.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/library.tcl +lib/tkined%%TKINED_VERSION%%/apps/locations +lib/tkined%%TKINED_VERSION%%/apps/manager.tcl +lib/tkined%%TKINED_VERSION%%/apps/mibtree +lib/tkined%%TKINED_VERSION%%/apps/movie.tcl +lib/tkined%%TKINED_VERSION%%/apps/netherlands-map.xbm 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_config.tcl +lib/tkined%%TKINED_VERSION%%/apps/snmp_disman.tcl +lib/tkined%%TKINED_VERSION%%/apps/snmp_host.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/snmp_monitor.tcl +lib/tkined%%TKINED_VERSION%%/apps/snmp_trouble.tcl 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/world-map.xbm lib/tkined%%TKINED_VERSION%%/apps/tclIndex lib/tkined%%TKINED_VERSION%%.so @dirrm lib/tkined%%TKINED_VERSION%%/library @@ -366,8 +367,9 @@ lib/tkined%%TKINED_VERSION%%.so @dirrm lib/tkined%%TKINED_VERSION%%/apps @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%%/%%FREEBSD_VERSION%% @dirrm lib/tnm%%SCOTTY_VERSION%%/examples @dirrm lib/tnm%%SCOTTY_VERSION%%/agents +@dirrm lib/tnm%%SCOTTY_VERSION%%/site @dirrm lib/tnm%%SCOTTY_VERSION%% -- cgit v1.2.3