diff options
author | Alexander Langer <alex@FreeBSD.org> | 2000-06-08 20:25:53 +0000 |
---|---|---|
committer | Alexander Langer <alex@FreeBSD.org> | 2000-06-08 20:25:53 +0000 |
commit | fd3dbf784005929bbc5f9343aa0be7452ff7dd1f (patch) | |
tree | b1af788697ffbd02bc1d133d974c162ac27a8cc5 /net-mgmt | |
parent | 302492716161cd09432140787ede85b050a5cba9 (diff) | |
download | ports-fd3dbf784005929bbc5f9343aa0be7452ff7dd1f.tar.gz ports-fd3dbf784005929bbc5f9343aa0be7452ff7dd1f.zip |
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/scotty3/Makefile | 7 | ||||
-rw-r--r-- | net-mgmt/scotty3/pkg-descr | 39 |
2 files changed, 4 insertions, 42 deletions
diff --git a/net-mgmt/scotty3/Makefile b/net-mgmt/scotty3/Makefile index 60cd6b80de16..60172ef38aee 100644 --- a/net-mgmt/scotty3/Makefile +++ b/net-mgmt/scotty3/Makefile @@ -15,9 +15,8 @@ MAINTAINER= dima@Chg.RU LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82 GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-tcl-config=/usr/local/lib/tcl8.2 \ - --with-tk-config=/usr/local/lib/tk8.2 - +CONFIGURE_ARGS= --with-tcl-config=${LOCALBASE}/tcl8.2 \ + --with-tk-config=${LOCALBASE}/lib/tk8.2 WRKSRC=${WRKDIR}/${DISTNAME}/unix MAN1= tkined.1 scotty.1 @@ -27,7 +26,7 @@ MANN= Tnm.n cmip.n dns.n gdmo.n http.n icmp.n ined.n job.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` +FREEBSD_VERSION!= ${ECHO} `uname -m`-`uname`-`uname -r` pre-install: @cd ${WRKSRC};make sinstall diff --git a/net-mgmt/scotty3/pkg-descr b/net-mgmt/scotty3/pkg-descr index 097292955b3f..519fcf2f8e27 100644 --- a/net-mgmt/scotty3/pkg-descr +++ b/net-mgmt/scotty3/pkg-descr @@ -1,43 +1,6 @@ - - scotty - network management extensions to tcl - - -scotty is a tcl extension which allows to set up TCP and UDP +This 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) |