Skip site navigation (1)Skip section navigation (2)
Date:      Tue,  6 Jun 2000 11:16:59 -0700 (PDT)
From:      ozz@FreeBSD.org.ru
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/19068: new port: scotty-current
Message-ID:  <20000606181659.E0E6537B61E@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         19068
>Category:       ports
>Synopsis:       new port: scotty-current
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 06 11:20:04 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Sergey Osokin
>Release:        5.0-CURRENT
>Organization:
Russian FreeBSD Team
>Environment:
FreeBSD 5.0-CURRENT #0: Tue Jun  6 16:49:36 MSD 2000
>Description:
new port: devel version of scotty (scotty-current). please commit
>How-To-Repeat:

>Fix:
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#       scotty-current
#       scotty-current/files
#       scotty-current/files/md5
#       scotty-current/patches
#       scotty-current/patches/patch-aa
#       scotty-current/patches/patch-ab
#       scotty-current/patches/patch-ac
#       scotty-current/patches/patch-ae
#       scotty-current/patches/patch-ad
#       scotty-current/pkg
#       scotty-current/pkg/COMMENT
#       scotty-current/pkg/DESCR
#       scotty-current/pkg/PLIST
#       scotty-current/Makefile
#
echo c - scotty-current
mkdir -p scotty-current > /dev/null 2>&1
echo c - scotty-current/files
mkdir -p scotty-current/files > /dev/null 2>&1
echo x - scotty-current/files/md5
sed 's/^X//' >scotty-current/files/md5 << 'END-of-scotty-current/files/md5'
XMD5 (scotty-00-02-21.tar.gz) = ca39ecfaa32f3c5defa81974e8d9ebe2
END-of-scotty-current/files/md5
echo c - scotty-current/patches
mkdir -p scotty-current/patches > /dev/null 2>&1
echo x - scotty-current/patches/patch-aa
sed 's/^X//' >scotty-current/patches/patch-aa << 'END-of-scotty-current/patches/patch-aa'
X--- tkined.sh.in~      Fri Sep 13 09:30:41 1996
X+++ tkined.sh.in       Fri Sep 13 09:26:21 1996
X@@ -0,0 +1,3 @@
X+#!/bin/sh
X+export TCLLIBPATH="@PREFIX@/lib/tkined1.4.10 @PREFIX@/lib/tnm2.1.10"
X+exec @PREFIX@/bin/tkined1.4.10 $*
X--- scotty.sh.in~      Fri Sep 13 09:30:41 1996
X+++ scotty.sh.in       Fri Sep 13 09:26:21 1996
X@@ -0,0 +1,3 @@
X+#!/bin/sh
X+export TCLLIBPATH="@PREFIX@/lib/tnm2.1.10"
X+exec @PREFIX@/bin/scotty2.1.10
END-of-scotty-current/patches/patch-aa
echo x - scotty-current/patches/patch-ab
sed 's/^X//' >scotty-current/patches/patch-ab << 'END-of-scotty-current/patches/patch-ab'
X--- ../tkined/apps/snmp_monitor.tcl    Mon Sep  2 18:30:19 1996
X+++ ..//tkined/apps/snmp_monitor.tcl   Mon Mar  3 14:43:52 1997
X@@ -482,8 +482,11 @@
X 
X       set args $ip
X       set i 0
X+      set snmpconfig [ined attribute $id "SNMP:Config"]
X       foreach if $iflist {
X-          lappend args [CreateChart $id [expr 30+$i] [expr 30+$i]]
X+          set nid [CreateChart $id [expr 30+$i] [expr 30+$i]]
X+          lappend args $nid
X+          ined -noupdate attribute $nid "SNMP:Config" $snmpconfig
X           lappend args $if
X           incr i
X       }
END-of-scotty-current/patches/patch-ab
echo x - scotty-current/patches/patch-ac
sed 's/^X//' >scotty-current/patches/patch-ac << 'END-of-scotty-current/patches/patch-ac'
X--- Makefile.in.orig   Wed Feb 16 19:08:00 2000
X+++ Makefile.in        Tue Jun  6 14:46:55 2000
X@@ -500,11 +500,11 @@
X       pwd=`pwd`; cd $(TNM_TEST_DIR); $$pwd/scotty all.tcl
X 
X install: @INSTALL_TARGETS@
X-      @echo ""
X-      @echo "The Tnm extension includes two programs (nmicmpd, nmtrapd)"
X-      @echo "which require root permissions. Please get root permissions"
X-      @echo "and type >> make sinstall << to install them setuid root."
X-      @echo ""
X+#     @echo ""
X+#     @echo "The Tnm extension includes two programs (nmicmpd, nmtrapd)"
X+#     @echo "which require root permissions. Please get root permissions"
X+#     @echo "and type >> make sinstall << to install them setuid root."
X+#     @echo ""
X 
X install-bin: tnm-install-bin tki-install-bin
X 
X@@ -528,7 +528,7 @@
X       @$(INSTALL_PROGRAM) scotty $(BIN_INSTALL_DIR)/scotty$(TNM_VERSION)
X       @$(INSTALL_DATA) tnm$(SHLIB_SUFFIX) $(LIB_RUNTIME_DIR)/tnm$(TNM_VERSION)$(SHLIB_SUFFIX)
X       @chmod 555 $(LIB_RUNTIME_DIR)/tnm$(TNM_VERSION)$(SHLIB_SUFFIX)
X-      @echo 'package ifneeded Tnm $(TNM_VERSION) "load $(LIB_RUNTIME_DIR)/tnm$(TNM_VERSION)[info sharedlibextension]"' > $(TNM_INSTALL_DIR)/pkgIndex.tcl
X+      @echo 'package ifneeded Tnm $(TNM_VERSION) "load $(LIB_RUNTIME_DIR)/tnm$(TNM_VERSION).so"' > $(TNM_INSTALL_DIR)/pkgIndex.tcl
X 
X tnm-install-man:
X       @for i in $(MAN_INSTALL_DIR) $(MAN1_INSTALL_DIR) $(MAN8_INSTALL_DIR) $(MANN_INSTALL_DIR) ; \
X@@ -708,10 +708,14 @@
X               fi; \
X           done;
X       @echo "Installing tkined$(TKI_VERSION) and tkined$(TKI_VERSION)$(SHLIB_SUFFIX)"
X-      @$(INSTALL_PROGRAM) tkined $(BIN_INSTALL_DIR)/tkined$(TKI_VERSION)
X+      @$(INSTALL_DATA) -m 555 tkined $(BIN_INSTALL_DIR)/tkined$(TKI_VERSION)
X+      @sed s,@PREFIX@,${prefix},g tkined.sh.in >tkined.sh
X+      @sed s,@PREFIX@,${prefix},g scotty.sh.in >scotty.sh
X+      @$(INSTALL_DATA) -m 555 tkined.sh ${BIN_INSTALL_DIR}/tkined
X+      @$(INSTALL_DATA) -m 555 scotty.sh ${BIN_INSTALL_DIR}/scotty
X       @$(INSTALL_DATA) tkined$(SHLIB_SUFFIX) $(LIB_RUNTIME_DIR)/tkined$(TKI_VERSION)$(SHLIB_SUFFIX)
X       @chmod 555 $(LIB_RUNTIME_DIR)/tkined$(TKI_VERSION)$(SHLIB_SUFFIX)
X-      @echo 'package ifneeded Tkined $(TKI_VERSION) "load $(LIB_RUNTIME_DIR)/tkined$(TKI_VERSION)[info sharedlibextension]"' > $(TKI_INSTALL_DIR)/pkgIndex.tcl
X+      @echo 'package ifneeded Tkined $(TKI_VERSION) "load $(LIB_RUNTIME_DIR)/tkined$(TKI_VERSION).so"' > $(TKI_INSTALL_DIR)/pkgIndex.tcl
X       @$(INSTALL_DATA) $(TKI_DIR)/tkined.defaults $(TKI_INSTALL_DIR)
X 
X tki-install-man:
END-of-scotty-current/patches/patch-ac
echo x - scotty-current/patches/patch-ae
sed 's/^X//' >scotty-current/patches/patch-ae << 'END-of-scotty-current/patches/patch-ae'
X--- tkined.sh.in.orig  Tue Jun  6 05:14:19 2000
X+++ tkined.sh.in       Tue Jun  6 05:13:12 2000
X@@ -1,3 +1,3 @@
X #!/bin/sh
X-export TCLLIBPATH="@PREFIX@/lib/tkined1.4.10 @PREFIX@/lib/tnm2.1.10"
X-exec @PREFIX@/bin/tkined1.4.10 $*
X+export TCLLIBPATH="@PREFIX@/lib/tkined1.5.0 @PREFIX@/lib/tnm3.0.0"
X+exec @PREFIX@/bin/tkined1.5.0 $*
END-of-scotty-current/patches/patch-ae
echo x - scotty-current/patches/patch-ad
sed 's/^X//' >scotty-current/patches/patch-ad << 'END-of-scotty-current/patches/patch-ad'
X--- configure.orig     Wed Feb 16 19:08:00 2000
X+++ configure  Tue Jun  6 03:36:37 2000
X@@ -749,7 +749,7 @@
X LD_FLAGS=$TCL_LD_FLAGS
X LD_SEARCH_FLAGS=$TCL_LD_SEARCH_FLAGS
X TCL_EXEC_PREFIX=$TCL_EXEC_PREFIX
X-TCL_INCLUDES=-I$TCL_PREFIX/include
X+TCL_INCLUDES=-I$TCL_PREFIX/include/tcl$TCL_VERSION
X TK_EXEC_PREFIX=$TK_EXEC_PREFIX
X 
X if test $TCL_SHARED_BUILD -ne 1 ; then
X@@ -842,7 +842,7 @@
X     echo "configure: warning: "will not build tkined"" 1>&2
X else
X     . $tnm_cv_path_tk_config/tkConfig.sh
X-    TK_INCLUDES=-I$TK_PREFIX/include
X+    TK_INCLUDES=-I$TK_PREFIX/include/tk$TK_VERSION
X     if test "$TK_INCLUDES" = "$TCL_INCLUDES" ; then
X         TK_INCLUDES=""
X     fi
END-of-scotty-current/patches/patch-ad
echo c - scotty-current/pkg
mkdir -p scotty-current/pkg > /dev/null 2>&1
echo x - scotty-current/pkg/COMMENT
sed 's/^X//' >scotty-current/pkg/COMMENT << 'END-of-scotty-current/pkg/COMMENT'
XNetwork management extensions to tcl
END-of-scotty-current/pkg/COMMENT
echo x - scotty-current/pkg/DESCR
sed 's/^X//' >scotty-current/pkg/DESCR << 'END-of-scotty-current/pkg/DESCR'
X
X               scotty - network management extensions to tcl
X
X
Xscotty is a tcl extension which allows to set up TCP and UDP
Xconnections, to send various ICMP packets, to query the domain name
Xsystem (DNS), to check clock skew using the NTP protocol and to query
Xvarious SUN RPC services (like rstat and mountd).
X
XIncluded in this package is an interface to SNMPv1 and SNMPv2. The
XSNMP stack was written from scratch to provide an efficient and
Xportable tcl SNMP extension. MIB extensions can be written in tcl by
Xrunning the scotty extension as an SNMP agent. This allows you to
Ximplement your own specific MIB without getting in contact with the
Xlowlevel ASN.1/BER stuff.
X
XThe scotty package includes scripts for the tkined network editor to
Xtroubleshoot your IP network (ping, traceroute, finger, query tcp
Xservices, query RPC services), for monitoring network status plus
Xscripts to discover and layout the topology of your IP network. SNMP
Xbased scripts can be used to dump routing tables, to query interface
Xstatus and to monitor SNMP variables. There is also a MIB browser to
Xinspect the MIB hierarchy.
X
XMore information is available via WWW under the URL:
X
XWWW: http://wwwhome.cs.utwente.nl/~schoenw/scotty/
X
XIf you have problems installing scotty or if you have made any changes
Xto run scotty on your hardware or if you have found any bugs, please
Xcontact us. Discussion about scotty is currently done on the tkined
Xmailing list. To join, send a request to
X
X        tkined-request@ibr.cs.tu-bs.de.
X
XMessages to the list should be send to tkined@ibr.cs.tu-bs.de.
X
X                                               Juergen
X
X---
XJuergen Schoenwaelder (schoenw@ibr.cs.tu-bs.de) http://www.cs.tu-bs.de/~schoenw
XTechnical University Braunschweig, Dept. Operating Systems & Computer Networks
XBueltenweg 74/75, D-38106 Braunschweig, Germany.     (Tel. +49 531 / 391-3249)
END-of-scotty-current/pkg/DESCR
echo x - scotty-current/pkg/PLIST
sed 's/^X//' >scotty-current/pkg/PLIST << 'END-of-scotty-current/pkg/PLIST'
Xbin/nmicmpd
Xbin/nmtrapd
Xbin/scotty
Xbin/scotty%%SCOTTY_VERSION%%
Xbin/tkined
Xbin/tkined%%TKINED_VERSION%%
Xlib/tnm%%SCOTTY_VERSION%%/mibs/ACCOUNTING-CONTROL-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/ADSL-LINE-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/ADSL-TC-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/AGENTX-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/APPC-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/APPLETALK-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/APPLICATION-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/APPN-DLUR-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/APPN-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/APPN-TRAP-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/ATM-ACCOUNTING-INFORMATION-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/ATM-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/ATM-TC-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/BGP4-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/BRIDGE-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/CHARACTER-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/CLNS-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/DECNET-PHIV-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/DIAL-CONTROL-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/DIRECTORY-SERVER-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/DISMAN-SCHEDULE-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/DISMAN-SCRIPT-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/DLSW-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/DNS-RESOLVER-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/DNS-SERVER-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/DOCS-CABLE-DEVICE-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/DOCS-IF-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/DOT12-IF-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/DOT12-RPTR-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/DS0-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/DS0BUNDLE-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/DS1-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/DS3-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/DSA-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/EBN-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/ENTITY-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/ETHER-CHIPSET-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/EtherLike-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/FDDI-SMT73-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/FLOW-METER-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/FRAME-RELAY-DTE-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/FRNETSERV-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/HOST-RESOURCES-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/HPR-IP-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/HPR-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/IANA-ADDRESS-FAMILY-NUMBERS-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/IANA-LANGUAGE-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/IANATn3270eTC-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/IANAifType-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/IF-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/INTEGRATED-SERVICES-GUARANTEED-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/INTEGRATED-SERVICES-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/IP-FORWARD-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/IP-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/IPATM-IPMC-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/IPOA-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/IPV6-ICMP-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/IPV6-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/IPV6-TC
Xlib/tnm%%SCOTTY_VERSION%%/mibs/IPV6-TCP-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/IPV6-UDP-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/ISDN-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/Job-Monitoring-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/MAU-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/MIOX25-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/MIP-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/MTA-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/Modem-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/NETWORK-SERVICES-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/NHRP-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/OSPF-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/OSPF-TRAP-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/P-BRIDGE-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/PARALLEL-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/PPP-BRIDGE-NCP-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/PPP-IP-NCP-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/PPP-LCP-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/PPP-SEC-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/PerfHist-TC-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/Printer-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/Q-BRIDGE-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/RADIUS-ACC-CLIENT-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/RADIUS-ACC-SERVER-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/RADIUS-AUTH-CLIENT-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/RADIUS-AUTH-SERVER-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/RDBMS-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/RFC1155-SMI
Xlib/tnm%%SCOTTY_VERSION%%/mibs/RFC1213-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/RFC1269-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/RFC1381-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/RFC1382-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/RFC1414-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/RIPv2-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/RMON-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/RMON2-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/RS-232-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/RSVP-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/SIP-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/SMON-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/SNA-NAU-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/SNA-SDLC-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/SNMP-FRAMEWORK-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/SNMP-MPD-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/SNMP-NOTIFICATION-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/SNMP-PROXY-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/SNMP-REPEATER-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/SNMP-TARGET-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/SNMP-USER-BASED-SM-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/SNMP-VIEW-BASED-ACM-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/SNMPv2-CONF
Xlib/tnm%%SCOTTY_VERSION%%/mibs/SNMPv2-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/SNMPv2-SMI
Xlib/tnm%%SCOTTY_VERSION%%/mibs/SNMPv2-TC
Xlib/tnm%%SCOTTY_VERSION%%/mibs/SNMPv2-TM
Xlib/tnm%%SCOTTY_VERSION%%/mibs/SNMPv2-USEC-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/SONET-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/SOURCE-ROUTING-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/SYSAPPL-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/TCP-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/TCPIPX-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/TN3270E-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/TN3270E-RT-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/TOKEN-RING-RMON-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/TOKENRING-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/TOKENRING-STATION-SR-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/TUBS-IBR-LINUX-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/TUBS-IBR-NFS-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/TUBS-IBR-PROC-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/TUBS-IBR-TEST-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/TUBS-IBR-TNM-COMPAT
Xlib/tnm%%SCOTTY_VERSION%%/mibs/TUBS-IBR-TNM-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/TUBS-SMI
Xlib/tnm%%SCOTTY_VERSION%%/mibs/TUNNEL-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/UDP-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/UPS-MIB
Xlib/tnm%%SCOTTY_VERSION%%/mibs/WWW-MIB
Xlib/tnm%%SCOTTY_VERSION%%/pkgIndex.tcl
Xlib/tnm%%SCOTTY_VERSION%%/library/README
Xlib/tnm%%SCOTTY_VERSION%%/library/TnmDialog.tcl
Xlib/tnm%%SCOTTY_VERSION%%/library/TnmDisman.tcl
Xlib/tnm%%SCOTTY_VERSION%%/library/TnmEther.tcl
Xlib/tnm%%SCOTTY_VERSION%%/library/TnmIetf.tcl
Xlib/tnm%%SCOTTY_VERSION%%/library/TnmInet.tcl
Xlib/tnm%%SCOTTY_VERSION%%/library/TnmMap.tcl
Xlib/tnm%%SCOTTY_VERSION%%/library/TnmMib.tcl
Xlib/tnm%%SCOTTY_VERSION%%/library/TnmMonitor.tcl
Xlib/tnm%%SCOTTY_VERSION%%/library/TnmSnmp.tcl
Xlib/tnm%%SCOTTY_VERSION%%/library/TnmTerm.tcl
Xlib/tnm%%SCOTTY_VERSION%%/library/init.tcl
Xlib/tnm%%SCOTTY_VERSION%%/library/pkgIndex.tcl
Xlib/tnm%%SCOTTY_VERSION%%/agents/snmpd
Xlib/tnm%%SCOTTY_VERSION%%/agents/snmpd-tnm.tcl
Xlib/tnm%%SCOTTY_VERSION%%/agents/snmpd-nfs.tcl
Xlib/tnm%%SCOTTY_VERSION%%/agents/snmpd-proc.tcl
Xlib/tnm%%SCOTTY_VERSION%%/agents/README
Xlib/tnm%%SCOTTY_VERSION%%/examples/bridge
Xlib/tnm%%SCOTTY_VERSION%%/examples/bridge.n
Xlib/tnm%%SCOTTY_VERSION%%/examples/discover
Xlib/tnm%%SCOTTY_VERSION%%/examples/discover.n
Xlib/tnm%%SCOTTY_VERSION%%/examples/emok
Xlib/tnm%%SCOTTY_VERSION%%/examples/emok.n
Xlib/tnm%%SCOTTY_VERSION%%/examples/etherload
Xlib/tnm%%SCOTTY_VERSION%%/examples/etherload.n
Xlib/tnm%%SCOTTY_VERSION%%/examples/ifload
Xlib/tnm%%SCOTTY_VERSION%%/examples/ifload.n
Xlib/tnm%%SCOTTY_VERSION%%/examples/ifload2gif
Xlib/tnm%%SCOTTY_VERSION%%/examples/ifload2gif.n
Xlib/tnm%%SCOTTY_VERSION%%/examples/mibgrep
Xlib/tnm%%SCOTTY_VERSION%%/examples/mibgrep.n
Xlib/tnm%%SCOTTY_VERSION%%/examples/mibtree
Xlib/tnm%%SCOTTY_VERSION%%/examples/mibtree.n
Xlib/tnm%%SCOTTY_VERSION%%/examples/nslook
Xlib/tnm%%SCOTTY_VERSION%%/examples/nslook.n
Xlib/tnm%%SCOTTY_VERSION%%/examples/pcnfs
Xlib/tnm%%SCOTTY_VERSION%%/examples/pcnfs.n
Xlib/tnm%%SCOTTY_VERSION%%/examples/rpcprobe
Xlib/tnm%%SCOTTY_VERSION%%/examples/rpcprobe.n
Xlib/tnm%%SCOTTY_VERSION%%/examples/rstat
Xlib/tnm%%SCOTTY_VERSION%%/examples/rstat.n
Xlib/tnm%%SCOTTY_VERSION%%/examples/snmptrapd
Xlib/tnm%%SCOTTY_VERSION%%/examples/snmptrapd.n
Xlib/tnm%%SCOTTY_VERSION%%/examples/snmpwalk
Xlib/tnm%%SCOTTY_VERSION%%/examples/snmpwalk.n
Xlib/tnm%%SCOTTY_VERSION%%/examples/tcpspeed
Xlib/tnm%%SCOTTY_VERSION%%/examples/tcpspeed.n
Xlib/tnm%%SCOTTY_VERSION%%/examples/traceroute
Xlib/tnm%%SCOTTY_VERSION%%/examples/traceroute.n
Xlib/tnm%%SCOTTY_VERSION%%/examples/udploss
Xlib/tnm%%SCOTTY_VERSION%%/examples/udploss.n
Xlib/tnm%%SCOTTY_VERSION%%/examples/udpspeed
Xlib/tnm%%SCOTTY_VERSION%%/examples/udpspeed.n
Xlib/tnm%%SCOTTY_VERSION%%/examples/uiping
Xlib/tnm%%SCOTTY_VERSION%%/examples/uiping.n
Xlib/tnm%%SCOTTY_VERSION%%/examples/yanny
Xlib/tnm%%SCOTTY_VERSION%%/examples/yanny.n
Xlib/tnm%%SCOTTY_VERSION%%/site/init.tcl
Xlib/tnm%%SCOTTY_VERSION%%.so
Xlib/tkined%%TKINED_VERSION%%/pkgIndex.tcl
Xlib/tkined%%TKINED_VERSION%%/tkined.defaults
Xlib/tkined%%TKINED_VERSION%%/library/Command.tcl
Xlib/tkined%%TKINED_VERSION%%/library/Diagram.tcl
Xlib/tkined%%TKINED_VERSION%%/library/Dialog.tcl
Xlib/tkined%%TKINED_VERSION%%/library/Editor.tcl
Xlib/tkined%%TKINED_VERSION%%/library/Event.tcl
Xlib/tkined%%TKINED_VERSION%%/library/Help.tcl
Xlib/tkined%%TKINED_VERSION%%/library/Misc.tcl
Xlib/tkined%%TKINED_VERSION%%/library/Objects.tcl
Xlib/tkined%%TKINED_VERSION%%/library/Tool.tcl
Xlib/tkined%%TKINED_VERSION%%/library/pkgIndex.tcl
Xlib/tkined%%TKINED_VERSION%%/bitmaps/Box.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/BoxMask.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/DEC-Server.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/DEC-ServerMask.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/DEC.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/DECMask.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/HP.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/HP7550.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/HP7550Mask.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/HPMask.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/HPdj.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/HPdjMask.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/HPsj.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/HPsjMask.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/IPC.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/IPCMask.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/NFS-client.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/NFS-clientMask.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/NFS-server.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/NFS-serverMask.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/RS6000.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/RS6000Mask.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/SLC.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/SLCMask.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/SUN-Server.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/SUN-ServerMask.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/SUN3.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/SUN3Mask.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/SparcStation.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/SparcStationMask.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/Xstation.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/XstationMask.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/action.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/actionMask.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/backbone.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/backboneMask.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/bigBox.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/bigBoxMask.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/bone.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/boneMask.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/bridge.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/bridgeMask.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/bus.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/busMask.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/cisco.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/ciscoMask.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/clock.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/clockMask.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/concent.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/concentMask.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/connector.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/connectorMask.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/corner.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/explode.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/explodeMask.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/graph.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/group.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/groupMask.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/hand.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/handMask.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/hyper.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/hyperMask.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/icon.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/ined.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/inedMask.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/laser.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/laserMask.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/link.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/linkMask.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/locker.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/lockerMask.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/mac.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/macMask.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/machine.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/machineMask.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/modem.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/modemMask.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/mx.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/mxMask.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/network.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/networkMask.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/node.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/nodeMask.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/noicon.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/octane.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/octaneMask.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/parsytec.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/parsytecMask.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/pc.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/pcMask.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/phone.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/phoneMask.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/pointer.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/pointerMask.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/printer.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/printerMask.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/pserver.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/pserverMask.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/reference.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/referenceMask.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/ring.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/ringMask.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/router.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/routerMask.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/smallBox.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/smallBoxMask.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/spock.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/switch.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/switchMask.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/text.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/textMask.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/tkined.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/tkinedMask.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/tserver.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/tserverMask.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/unixpc.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/unixpcMask.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/world.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/worldMask.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/zoomin.xbm
Xlib/tkined%%TKINED_VERSION%%/bitmaps/zoomout.xbm
Xlib/tkined%%TKINED_VERSION%%/apps/README
Xlib/tkined%%TKINED_VERSION%%/apps/clock.tcl
Xlib/tkined%%TKINED_VERSION%%/apps/event.tcl
Xlib/tkined%%TKINED_VERSION%%/apps/game.tcl
Xlib/tkined%%TKINED_VERSION%%/apps/germany-map.xbm
Xlib/tkined%%TKINED_VERSION%%/apps/ip_discover.tcl
Xlib/tkined%%TKINED_VERSION%%/apps/ip_layout.tcl
Xlib/tkined%%TKINED_VERSION%%/apps/ip_monitor.tcl
Xlib/tkined%%TKINED_VERSION%%/apps/ip_trouble.tcl
Xlib/tkined%%TKINED_VERSION%%/apps/ip_world.tcl
Xlib/tkined%%TKINED_VERSION%%/apps/library.tcl
Xlib/tkined%%TKINED_VERSION%%/apps/locations
Xlib/tkined%%TKINED_VERSION%%/apps/manager.tcl
Xlib/tkined%%TKINED_VERSION%%/apps/mibtree
Xlib/tkined%%TKINED_VERSION%%/apps/movie.tcl
Xlib/tkined%%TKINED_VERSION%%/apps/netherlands-map.xbm
Xlib/tkined%%TKINED_VERSION%%/apps/snmp_browser.tcl
Xlib/tkined%%TKINED_VERSION%%/apps/snmp_cisco.tcl
Xlib/tkined%%TKINED_VERSION%%/apps/snmp_config.tcl
Xlib/tkined%%TKINED_VERSION%%/apps/snmp_disman.tcl
Xlib/tkined%%TKINED_VERSION%%/apps/snmp_host.tcl
Xlib/tkined%%TKINED_VERSION%%/apps/snmp_hp.tcl
Xlib/tkined%%TKINED_VERSION%%/apps/snmp_monitor.tcl
Xlib/tkined%%TKINED_VERSION%%/apps/snmp_trouble.tcl
Xlib/tkined%%TKINED_VERSION%%/apps/usa-map.xbm
Xlib/tkined%%TKINED_VERSION%%/apps/world-map.xbm
Xlib/tkined%%TKINED_VERSION%%/apps/tclIndex
Xlib/tkined%%TKINED_VERSION%%.so
X@dirrm lib/tkined%%TKINED_VERSION%%/library
X@dirrm lib/tkined%%TKINED_VERSION%%/bitmaps
X@dirrm lib/tkined%%TKINED_VERSION%%/apps
X@dirrm lib/tkined%%TKINED_VERSION%%
X@dirrm lib/tnm%%SCOTTY_VERSION%%/mibs
X@dirrm lib/tnm%%SCOTTY_VERSION%%/icons
X@dirrm lib/tnm%%SCOTTY_VERSION%%/library
X@dirrm lib/tnm%%SCOTTY_VERSION%%/examples
X@dirrm lib/tnm%%SCOTTY_VERSION%%/agents
X@dirrm lib/tnm%%SCOTTY_VERSION%%/site
X@dirrm lib/tnm%%SCOTTY_VERSION%%
END-of-scotty-current/pkg/PLIST
echo x - scotty-current/Makefile
sed 's/^X//' >scotty-current/Makefile << 'END-of-scotty-current/Makefile'
X# New ports collection makefile for:   scotty-current
X# Date created:                06 June 2000
X# Whom:                        Sergey Osokin aka oZZ <ozz@FreeBSD.ORG.ru>
X#
X# $FreeBSD: ports/net/scotty-current/Makefile,v 1.0 2000/06/06 21:47:05 osa Exp $
X#
X
XPORTNAME=      scotty
XPORTVERSION=   20000221
XCATEGORIES=    net tk82
XMASTER_SITES=  ftp://ftp.ibr.cs.tu-bs.de/pub/local/tkined/devel/
XDISTNAME=      ${PORTNAME}-00-02-21
X
XMAINTAINER=    ozz@FreeBSD.org.ru
X
XLIB_DEPENDS=   tk82.1:${PORTSDIR}/x11-toolkits/tk82
X
XGNU_CONFIGURE=  yes
XCONFIGURE_ARGS=        --with-tcl=${PREFIX}/lib/tcl8.2 \
X               --with-tk=${PREFIX}/lib/tk8.2
X
XWRKSRC=${WRKDIR}/${DISTNAME}/unix
XMAN1=          tkined.1 scotty.1
XMAN8=          nmicmpd.8 nmtrapd.8
XMANN=          Tnm.n TnmDialog.n TnmDisman.n TnmEther.n TnmIetf.n\
X               TnmInet.n TnmMap.n TnmMib.n TnmSnmp.n TnmTerm.n\
X               dns.n icmp.n ined.n job.n map.n mib.n netdb.n \
X               ntp.n snmp.n sunrpc.n syslog.n udp.n
XPLIST_SUB=     SCOTTY_VERSION=3.0.0 TKINED_VERSION=1.5.0
X
Xpre-install:
X       @cd ${WRKSRC};make sinstall
X
X.include <bsd.port.mk>
END-of-scotty-current/Makefile
exit



>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000606181659.E0E6537B61E>