From 012d5047f2e0ae6a4c07a02f3c5001c5d1d32328 Mon Sep 17 00:00:00 2001 From: jwise Date: Thu, 7 Sep 2000 17:44:11 +0000 Subject: Initial import of tkined, a graphical network monitoring tool distributed with scotty. This package and ../tcl-scotty supplant the old scotty package. Changes to tkined since version 1.4.8 (the version installed by the previous scotty package): 16/9/98 (bug fix) Added calls to Tcl_RegisterChannel and Tcl_UnregisterChannel in order to protect the channels used to communicate with scotty scripts. 29/6/98 (bug fix) Fixed the snmp_monitor.tcl script to handle Unsigned32 and Integer32 data types. 12/6/98 (bug fix) Fixed some error handling and cleanup code in the ip_discover.tcl script. --- net/tkined/Makefile | 34 ++++++++++ net/tkined/pkg/COMMENT | 1 + net/tkined/pkg/DESCR | 7 +++ net/tkined/pkg/PLIST | 166 +++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 208 insertions(+) create mode 100644 net/tkined/Makefile create mode 100644 net/tkined/pkg/COMMENT create mode 100644 net/tkined/pkg/DESCR create mode 100644 net/tkined/pkg/PLIST (limited to 'net/tkined') diff --git a/net/tkined/Makefile b/net/tkined/Makefile new file mode 100644 index 00000000000..4acdf0bf49a --- /dev/null +++ b/net/tkined/Makefile @@ -0,0 +1,34 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/09/07 17:44:11 jwise Exp $ +# + +DISTNAME= scotty-2.1.10 +PKGNAME= tkined-1.4.10 +CATEGORIES= net tcl tk +MASTER_SITES= ftp://ftp.ibr.cs.tu-bs.de/pub/local/tkined/ + +MAINTAINER= jwise@netbsd.org +HOMEPAGE= http://wwwhome.cs.utwente.nl/~schoenw/scotty/ + +DEPENDS+= tk-8.3.2:../../x11/tk +DEPENDS+= tcl-scotty-2.1.10:../../net/tcl-scotty + +GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --with-tcl-config=${PREFIX}/lib --enable-multicast \ + --enable-gdmo --with-tk-config=${PREFIX}/lib +CONFIGURE_ENV+= TARGET=tkined + +USE_LIBTOOL= yes + +WRKSRC= ${WRKDIR}/${DISTNAME}/unix + +FILESDIR= ${.CURDIR}/../../net/tcl-scotty/files +PATCHDIR= ${.CURDIR}/../../net/tcl-scotty/patches + +do-install: + @cd ${WRKSRC} && ${MAKE_ENV} ${MAKE} tki-install + ${INSTALL_DATA} ${WRKSRC}/../doc/tkined.1 ${PREFIX}/man/man1 + +post-install: + cd ${PREFIX}/bin && ${LN} -f -s tkined1.4.10 tkined + +.include "../../mk/bsd.pkg.mk" diff --git a/net/tkined/pkg/COMMENT b/net/tkined/pkg/COMMENT new file mode 100644 index 00000000000..7964bedf551 --- /dev/null +++ b/net/tkined/pkg/COMMENT @@ -0,0 +1 @@ +graphical network discovery and monitoring tool based on scotty. diff --git a/net/tkined/pkg/DESCR b/net/tkined/pkg/DESCR new file mode 100644 index 00000000000..5ce58472fa0 --- /dev/null +++ b/net/tkined/pkg/DESCR @@ -0,0 +1,7 @@ +tkined is a graphical tool based on scotty which allows you to +troubleshoot your IP network (ping, traceroute, finger, query tcp +services, query RPC services) and monitor 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. diff --git a/net/tkined/pkg/PLIST b/net/tkined/pkg/PLIST new file mode 100644 index 00000000000..224eeb59923 --- /dev/null +++ b/net/tkined/pkg/PLIST @@ -0,0 +1,166 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/09/07 17:44:13 jwise Exp $ +bin/tkined1.4.10 +bin/tkined +man/man1/tkined.1 +lib/libtkined.so.1.0 +lib/libtkined.la +lib/libtkined.a +lib/tcl/tkined1.4.10/pkgIndex.tcl +lib/tcl/tkined1.4.10/tkined.defaults +lib/tcl/tkined1.4.10/library/Editor.tcl +lib/tcl/tkined1.4.10/library/Diagram.tcl +lib/tcl/tkined1.4.10/library/Command.tcl +lib/tcl/tkined1.4.10/library/Tool.tcl +lib/tcl/tkined1.4.10/library/Objects.tcl +lib/tcl/tkined1.4.10/library/Dialog.tcl +lib/tcl/tkined1.4.10/library/Event.tcl +lib/tcl/tkined1.4.10/library/Help.tcl +lib/tcl/tkined1.4.10/library/Misc.tcl +lib/tcl/tkined1.4.10/library/pkgIndex.tcl +lib/tcl/tkined1.4.10/bitmaps/Box.xbm +lib/tcl/tkined1.4.10/bitmaps/BoxMask.xbm +lib/tcl/tkined1.4.10/bitmaps/DEC-Server.xbm +lib/tcl/tkined1.4.10/bitmaps/DEC-ServerMask.xbm +lib/tcl/tkined1.4.10/bitmaps/DEC.xbm +lib/tcl/tkined1.4.10/bitmaps/DECMask.xbm +lib/tcl/tkined1.4.10/bitmaps/HP.xbm +lib/tcl/tkined1.4.10/bitmaps/HP7550.xbm +lib/tcl/tkined1.4.10/bitmaps/HP7550Mask.xbm +lib/tcl/tkined1.4.10/bitmaps/HPMask.xbm +lib/tcl/tkined1.4.10/bitmaps/HPdj.xbm +lib/tcl/tkined1.4.10/bitmaps/HPdjMask.xbm +lib/tcl/tkined1.4.10/bitmaps/HPsj.xbm +lib/tcl/tkined1.4.10/bitmaps/HPsjMask.xbm +lib/tcl/tkined1.4.10/bitmaps/IPC.xbm +lib/tcl/tkined1.4.10/bitmaps/IPCMask.xbm +lib/tcl/tkined1.4.10/bitmaps/NFS-client.xbm +lib/tcl/tkined1.4.10/bitmaps/NFS-clientMask.xbm +lib/tcl/tkined1.4.10/bitmaps/NFS-server.xbm +lib/tcl/tkined1.4.10/bitmaps/NFS-serverMask.xbm +lib/tcl/tkined1.4.10/bitmaps/RS6000.xbm +lib/tcl/tkined1.4.10/bitmaps/RS6000Mask.xbm +lib/tcl/tkined1.4.10/bitmaps/SLC.xbm +lib/tcl/tkined1.4.10/bitmaps/SLCMask.xbm +lib/tcl/tkined1.4.10/bitmaps/SUN-Server.xbm +lib/tcl/tkined1.4.10/bitmaps/SUN-ServerMask.xbm +lib/tcl/tkined1.4.10/bitmaps/SUN3.xbm +lib/tcl/tkined1.4.10/bitmaps/SUN3Mask.xbm +lib/tcl/tkined1.4.10/bitmaps/SparcStation.xbm +lib/tcl/tkined1.4.10/bitmaps/SparcStationMask.xbm +lib/tcl/tkined1.4.10/bitmaps/Xstation.xbm +lib/tcl/tkined1.4.10/bitmaps/XstationMask.xbm +lib/tcl/tkined1.4.10/bitmaps/action.xbm +lib/tcl/tkined1.4.10/bitmaps/actionMask.xbm +lib/tcl/tkined1.4.10/bitmaps/backbone.xbm +lib/tcl/tkined1.4.10/bitmaps/backboneMask.xbm +lib/tcl/tkined1.4.10/bitmaps/bigBox.xbm +lib/tcl/tkined1.4.10/bitmaps/bigBoxMask.xbm +lib/tcl/tkined1.4.10/bitmaps/bone.xbm +lib/tcl/tkined1.4.10/bitmaps/boneMask.xbm +lib/tcl/tkined1.4.10/bitmaps/bridge.xbm +lib/tcl/tkined1.4.10/bitmaps/bridgeMask.xbm +lib/tcl/tkined1.4.10/bitmaps/bus.xbm +lib/tcl/tkined1.4.10/bitmaps/busMask.xbm +lib/tcl/tkined1.4.10/bitmaps/cisco.xbm +lib/tcl/tkined1.4.10/bitmaps/ciscoMask.xbm +lib/tcl/tkined1.4.10/bitmaps/clock.xbm +lib/tcl/tkined1.4.10/bitmaps/clockMask.xbm +lib/tcl/tkined1.4.10/bitmaps/concent.xbm +lib/tcl/tkined1.4.10/bitmaps/concentMask.xbm +lib/tcl/tkined1.4.10/bitmaps/connector.xbm +lib/tcl/tkined1.4.10/bitmaps/connectorMask.xbm +lib/tcl/tkined1.4.10/bitmaps/corner.xbm +lib/tcl/tkined1.4.10/bitmaps/explode.xbm +lib/tcl/tkined1.4.10/bitmaps/explodeMask.xbm +lib/tcl/tkined1.4.10/bitmaps/graph.xbm +lib/tcl/tkined1.4.10/bitmaps/group.xbm +lib/tcl/tkined1.4.10/bitmaps/groupMask.xbm +lib/tcl/tkined1.4.10/bitmaps/hand.xbm +lib/tcl/tkined1.4.10/bitmaps/handMask.xbm +lib/tcl/tkined1.4.10/bitmaps/hyper.xbm +lib/tcl/tkined1.4.10/bitmaps/hyperMask.xbm +lib/tcl/tkined1.4.10/bitmaps/icon.xbm +lib/tcl/tkined1.4.10/bitmaps/ined.xbm +lib/tcl/tkined1.4.10/bitmaps/inedMask.xbm +lib/tcl/tkined1.4.10/bitmaps/laser.xbm +lib/tcl/tkined1.4.10/bitmaps/laserMask.xbm +lib/tcl/tkined1.4.10/bitmaps/link.xbm +lib/tcl/tkined1.4.10/bitmaps/linkMask.xbm +lib/tcl/tkined1.4.10/bitmaps/locker.xbm +lib/tcl/tkined1.4.10/bitmaps/lockerMask.xbm +lib/tcl/tkined1.4.10/bitmaps/mac.xbm +lib/tcl/tkined1.4.10/bitmaps/macMask.xbm +lib/tcl/tkined1.4.10/bitmaps/machine.xbm +lib/tcl/tkined1.4.10/bitmaps/machineMask.xbm +lib/tcl/tkined1.4.10/bitmaps/modem.xbm +lib/tcl/tkined1.4.10/bitmaps/modemMask.xbm +lib/tcl/tkined1.4.10/bitmaps/mx.xbm +lib/tcl/tkined1.4.10/bitmaps/mxMask.xbm +lib/tcl/tkined1.4.10/bitmaps/network.xbm +lib/tcl/tkined1.4.10/bitmaps/networkMask.xbm +lib/tcl/tkined1.4.10/bitmaps/noicon.xbm +lib/tcl/tkined1.4.10/bitmaps/parsytec.xbm +lib/tcl/tkined1.4.10/bitmaps/parsytecMask.xbm +lib/tcl/tkined1.4.10/bitmaps/pc.xbm +lib/tcl/tkined1.4.10/bitmaps/pcMask.xbm +lib/tcl/tkined1.4.10/bitmaps/phone.xbm +lib/tcl/tkined1.4.10/bitmaps/phoneMask.xbm +lib/tcl/tkined1.4.10/bitmaps/pointer.xbm +lib/tcl/tkined1.4.10/bitmaps/pointerMask.xbm +lib/tcl/tkined1.4.10/bitmaps/printer.xbm +lib/tcl/tkined1.4.10/bitmaps/printerMask.xbm +lib/tcl/tkined1.4.10/bitmaps/pserver.xbm +lib/tcl/tkined1.4.10/bitmaps/pserverMask.xbm +lib/tcl/tkined1.4.10/bitmaps/reference.xbm +lib/tcl/tkined1.4.10/bitmaps/referenceMask.xbm +lib/tcl/tkined1.4.10/bitmaps/ring.xbm +lib/tcl/tkined1.4.10/bitmaps/ringMask.xbm +lib/tcl/tkined1.4.10/bitmaps/router.xbm +lib/tcl/tkined1.4.10/bitmaps/routerMask.xbm +lib/tcl/tkined1.4.10/bitmaps/smallBox.xbm +lib/tcl/tkined1.4.10/bitmaps/smallBoxMask.xbm +lib/tcl/tkined1.4.10/bitmaps/spock.xbm +lib/tcl/tkined1.4.10/bitmaps/switch.xbm +lib/tcl/tkined1.4.10/bitmaps/switchMask.xbm +lib/tcl/tkined1.4.10/bitmaps/text.xbm +lib/tcl/tkined1.4.10/bitmaps/textMask.xbm +lib/tcl/tkined1.4.10/bitmaps/tkined.xbm +lib/tcl/tkined1.4.10/bitmaps/tkinedMask.xbm +lib/tcl/tkined1.4.10/bitmaps/tserver.xbm +lib/tcl/tkined1.4.10/bitmaps/tserverMask.xbm +lib/tcl/tkined1.4.10/bitmaps/unixpc.xbm +lib/tcl/tkined1.4.10/bitmaps/unixpcMask.xbm +lib/tcl/tkined1.4.10/bitmaps/world.xbm +lib/tcl/tkined1.4.10/bitmaps/worldMask.xbm +lib/tcl/tkined1.4.10/bitmaps/zoomin.xbm +lib/tcl/tkined1.4.10/bitmaps/zoomout.xbm +lib/tcl/tkined1.4.10/apps/manager.tcl +lib/tcl/tkined1.4.10/apps/event.tcl +lib/tcl/tkined1.4.10/apps/movie.tcl +lib/tcl/tkined1.4.10/apps/bones.tcl +lib/tcl/tkined1.4.10/apps/ip_trouble.tcl +lib/tcl/tkined1.4.10/apps/ip_monitor.tcl +lib/tcl/tkined1.4.10/apps/ip_layout.tcl +lib/tcl/tkined1.4.10/apps/ip_discover.tcl +lib/tcl/tkined1.4.10/apps/ip_world.tcl +lib/tcl/tkined1.4.10/apps/snmp_trouble.tcl +lib/tcl/tkined1.4.10/apps/snmp_monitor.tcl +lib/tcl/tkined1.4.10/apps/snmp_browser.tcl +lib/tcl/tkined1.4.10/apps/snmp_host.tcl +lib/tcl/tkined1.4.10/apps/snmp_cisco.tcl +lib/tcl/tkined1.4.10/apps/snmp_hp.tcl +lib/tcl/tkined1.4.10/apps/cmip_trouble.tcl +lib/tcl/tkined1.4.10/apps/clock.tcl +lib/tcl/tkined1.4.10/apps/game.tcl +lib/tcl/tkined1.4.10/apps/mibtree +lib/tcl/tkined1.4.10/apps/library.tcl +lib/tcl/tkined1.4.10/apps/README +lib/tcl/tkined1.4.10/apps/world-map.xbm +lib/tcl/tkined1.4.10/apps/usa-map.xbm +lib/tcl/tkined1.4.10/apps/germany-map.xbm +lib/tcl/tkined1.4.10/apps/locations +lib/tcl/tkined1.4.10/apps/tclIndex +@dirrm lib/tcl/tkined1.4.10/library +@dirrm lib/tcl/tkined1.4.10/bitmaps +@dirrm lib/tcl/tkined1.4.10/apps +@dirrm lib/tcl/tkined1.4.10 -- cgit v1.2.3