diff options
Diffstat (limited to 'net-mgmt')
140 files changed, 0 insertions, 3291 deletions
diff --git a/net-mgmt/argus/Makefile b/net-mgmt/argus/Makefile deleted file mode 100644 index c04f3a444f39..000000000000 --- a/net-mgmt/argus/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -# New ports collection makefile for: argus -# Version required: 1.7.beta.1e -# Date created: 26 November 1998 -# Whom: Jonathan Hanna <jhanna@home.com> -# -# $Id: Makefile,v 1.2 1998/12/05 17:58:00 flathill Exp $ -# - -DISTNAME= argus-1.7.beta.1e -PKGNAME= argus-1.7.b.1e -CATEGORIES= net security -MASTER_SITES= ftp://ftp.sei.cmu.edu/pub/argus-1.5/argus-1.7/ - -MAINTAINER= jhanna@home.com - -LIB_DEPENDS= wrap.7:${PORTSDIR}/security/tcp_wrapper - -HAS_CONFIGURE= true -CONFIGURE_ARGS= --with-pcap=bpf - -MAN1= connections.1 ra.1 rasort.1 services.1 -MAN5= argus.5 -MAN8= argus.8 - -do-install: -.for i in adjacency argus_bpf connections dnstats ra raservices rasort - ${INSTALL_PROGRAM} ${WRKSRC}/bin/$i ${PREFIX}/bin -.endfor - ${MV} ${PREFIX}/bin/argus_bpf ${PREFIX}/bin/argus -.for i in connections.1 ra.1 rasort.1 services.1 - ${INSTALL_MAN} ${WRKSRC}/man/man1/$i ${PREFIX}/man/man1 -.endfor - ${INSTALL_MAN} ${WRKSRC}/man/man5/argus.5 ${PREFIX}/man/man5/argus.5 - ${INSTALL_MAN} ${WRKSRC}/man/man8/argus.8 ${PREFIX}/man/man8/argus.8 - ${INSTALL_DATA} ${WRKSRC}/include/cons_def.h ${PREFIX}/include - ${INSTALL_DATA} ${WRKSRC}/include/cons_out.h ${PREFIX}/include -.if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/argus -.for i in CA-95.01 CA-95.01.scan.sh README configs dailyscan.sh policy.conf policy.test ra.conf services - ${INSTALL_DATA} ${WRKSRC}/examples/$i ${PREFIX}/share/doc/argus -.endfor -.endif - -.include <bsd.port.mk> diff --git a/net-mgmt/argus/distinfo b/net-mgmt/argus/distinfo deleted file mode 100644 index e7001591fb6a..000000000000 --- a/net-mgmt/argus/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (argus-1.7.beta.1e.tar.gz) = e39be3326791ded525cc33bb0314e95b diff --git a/net-mgmt/argus/pkg-comment b/net-mgmt/argus/pkg-comment deleted file mode 100644 index 09e7458f51f1..000000000000 --- a/net-mgmt/argus/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -a generic IP network transaction auditing tool. diff --git a/net-mgmt/argus/pkg-descr b/net-mgmt/argus/pkg-descr deleted file mode 100644 index 7705b077032a..000000000000 --- a/net-mgmt/argus/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -Argus is a generic IP network transaction auditing tool that has -has been used by thousands of sites to perform a number of powerful -network management tasks that are currently not possible using commercial -network management tools. - -Argus runs as an application level daemon, promiscuously reading network -datagrams from a specified interface, and generates network traffic audit -records for the network activity that it encounters. It is the way that -Argus categorizes and reports on network activity that makes this tool -unique and powerful. diff --git a/net-mgmt/argus/pkg-plist b/net-mgmt/argus/pkg-plist deleted file mode 100644 index 230751a94af1..000000000000 --- a/net-mgmt/argus/pkg-plist +++ /dev/null @@ -1,19 +0,0 @@ -bin/adjacency -bin/argus -bin/connections -bin/dnstats -bin/ra -bin/raservices -bin/rasort -include/cons_def.h -include/cons_out.h -share/doc/argus/CA-95.01 -share/doc/argus/CA-95.01.scan.sh -share/doc/argus/README -share/doc/argus/configs -share/doc/argus/dailyscan.sh -share/doc/argus/policy.conf -share/doc/argus/policy.test -share/doc/argus/ra.conf -share/doc/argus/services -@dirrm share/doc/argus diff --git a/net-mgmt/arpwatch-devel/Makefile b/net-mgmt/arpwatch-devel/Makefile deleted file mode 100644 index f47bd6a1f320..000000000000 --- a/net-mgmt/arpwatch-devel/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# New ports collection makefile for: arpwatch -# Version required: 2.0.2a1 -# Date created: March 24 1997 -# Whom: Brian Somers <brian@Awfulhak.org> -# -# $Id: Makefile,v 1.9 1998/08/21 18:09:19 brian Exp $ -# - -DISTNAME= arpwatch-2.1a4 -CATEGORIES= net -MASTER_SITES= http://www.Awfulhak.org/arpwatch/ \ - ftp://ftp.ee.lbl.gov/ \ - ftp://ftp.cso.uiuc.edu/pub/security/coast/unix/arpwatch/ -EXTRACT_SUFX= .tar.Z - -MAINTAINER= brian@Awfulhak.org - -HAS_CONFIGURE= yes -CONFIGURE_ARGS= --quiet -INSTALL_TARGET= install install-man -MAN8= arpwatch.8 arpsnmp.8 - -post-install: - if [ ! -d ${PREFIX}/arpwatch ]; then \ - ${MKDIR} ${PREFIX}/arpwatch; \ - chmod 775 ${PREFIX}/arpwatch; \ - chown root.operator ${PREFIX}/arpwatch; \ - fi - ${TOUCH} ${PREFIX}/arpwatch/arp.dat - chmod 644 ${PREFIX}/arpwatch/arp.dat - for file in ethercodes.dat d.awk e.awk p.awk; do \ - ${INSTALL_DATA} ${WRKSRC}/$$file ${PREFIX}/arpwatch/.; \ - done - ${INSTALL_SCRIPT} ${WRKSRC}/arp2ethers ${PREFIX}/arpwatch/. - ${INSTALL_SCRIPT} ${FILESDIR}/arpwatch.sh ${PREFIX}/etc/rc.d/. - -.include <bsd.port.mk> diff --git a/net-mgmt/arpwatch-devel/distinfo b/net-mgmt/arpwatch-devel/distinfo deleted file mode 100644 index a926dde8c25c..000000000000 --- a/net-mgmt/arpwatch-devel/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (arpwatch-2.1a4.tar.Z) = 7f5ed680480e6b0b1bbf27a5634b0bd4 diff --git a/net-mgmt/arpwatch-devel/files/arpwatch.sh b/net-mgmt/arpwatch-devel/files/arpwatch.sh deleted file mode 100644 index ebaf7946aac9..000000000000 --- a/net-mgmt/arpwatch-devel/files/arpwatch.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -if [ -x /usr/local/sbin/arpwatch -a -d /usr/local/arpwatch ]; then - /usr/local/sbin/arpwatch && echo -n ' arpwatch' -fi diff --git a/net-mgmt/arpwatch-devel/files/patch-aa b/net-mgmt/arpwatch-devel/files/patch-aa deleted file mode 100644 index c3d51dd3fa46..000000000000 --- a/net-mgmt/arpwatch-devel/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- arp2ethers.orig Tue Mar 29 11:44:52 1994 -+++ arp2ethers Fri Aug 21 10:56:26 1998 -@@ -14,7 +14,7 @@ - # - - sort +2rn arp.dat | \ -- awk -e 'NF == 4 { print }' | \ -+ awk 'NF == 4 { print }' | \ - awk -f p.awk | \ - egrep -v '\.[0-9][0-9]*$' | \ - sed -e 's/ .* / /' | \ diff --git a/net-mgmt/arpwatch-devel/files/patch-ab b/net-mgmt/arpwatch-devel/files/patch-ab deleted file mode 100644 index 76cbc814dfaf..000000000000 --- a/net-mgmt/arpwatch-devel/files/patch-ab +++ /dev/null @@ -1,22 +0,0 @@ ---- Makefile.in.orig Wed Jul 29 06:16:45 1998 -+++ Makefile.in Fri Aug 21 10:57:51 1998 -@@ -44,7 +44,7 @@ - CC = @CC@ - CCOPT = @V_CCOPT@ - INCLS = -I. @V_INCLS@ --DEFS = -DDEBUG @DEFS@ -DARPDIR=\"$(ARPDIR)\" -DPATH_SENDMAIL=\"$(SENDMAIL)\" -+DEFS = @DEFS@ -DARPDIR=\"$(ARPDIR)\" -DPATH_SENDMAIL=\"$(SENDMAIL)\" - - # Standard CFLAGS - CFLAGS = $(CCOPT) $(DEFS) $(INCLS) -@@ -109,8 +109,8 @@ - $(CC) $(CFLAGS) -o $@ zap.o intoa.o -lutil - - install: force -- $(INSTALL) -m 555 -o bin -g bin arpwatch $(DESTDIR)$(BINDEST) -- $(INSTALL) -m 555 -o bin -g bin arpsnmp $(DESTDIR)$(BINDEST) -+ $(INSTALL) -s -m 555 -o bin -g bin arpwatch $(DESTDIR)$(BINDEST) -+ $(INSTALL) -s -m 555 -o bin -g bin arpsnmp $(DESTDIR)$(BINDEST) - - install-man: force - $(INSTALL) -m 444 -o bin -g bin $(srcdir)/arpwatch.8 \ diff --git a/net-mgmt/arpwatch-devel/pkg-comment b/net-mgmt/arpwatch-devel/pkg-comment deleted file mode 100644 index 73ccdb9c117c..000000000000 --- a/net-mgmt/arpwatch-devel/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Monitor arp & rarp requests diff --git a/net-mgmt/arpwatch-devel/pkg-descr b/net-mgmt/arpwatch-devel/pkg-descr deleted file mode 100644 index 602ba152b2db..000000000000 --- a/net-mgmt/arpwatch-devel/pkg-descr +++ /dev/null @@ -1,33 +0,0 @@ -Maintained under FreeBSD by: brian@awfulhak.org - -ARPWATCH 2.0 -Lawrence Berkeley National Laboratory -Network Research Group -arpwatch@ee.lbl.gov -ftp://ftp.ee.lbl.gov/arpwatch.tar.Z - -This directory contains source code for arpwatch and arpsnmp, tools -that monitors ethernet activity and maintain a database of ethernet/ip -address pairings. It also reports certain changes via email. - -Arpwatch uses libpcap, a system-independent interface for user-level -packet capture. Before building arpwatch, you must first retrieve and -build libpcap, also from LBL, in: - - ftp://ftp.ee.lbl.gov/libpcap.tar.Z. - -Once libpcap is built (either install it or make sure arpwatch and -libpcap share the same parent directory), you can build arpwatch using -the procedure in the INSTALL file. - -Arpsnmp has the same database features of arpwatch but relies on an -external agent to collect the arp data. This distribution contains a -script, arpfetch, that uses snmpwalk from the CMU SNMP package. This -package is available from: - - ftp://ftp.net.cmu.edu/pub/snmp-dist/cmu-snmp*.tar.Z - -It should be trivial to adaptive the output of any snmp query program -for use with arpsnmp. - -Please send bugs and comments to arpwatch@ee.lbl.gov. diff --git a/net-mgmt/arpwatch-devel/pkg-plist b/net-mgmt/arpwatch-devel/pkg-plist deleted file mode 100644 index 975fa8d64f9f..000000000000 --- a/net-mgmt/arpwatch-devel/pkg-plist +++ /dev/null @@ -1,8 +0,0 @@ -sbin/arpwatch -sbin/arpsnmp -arpwatch/arp2ethers -arpwatch/ethercodes.dat -arpwatch/d.awk -arpwatch/e.awk -arpwatch/p.awk -etc/rc.d/arpwatch.sh diff --git a/net-mgmt/arpwatch/Makefile b/net-mgmt/arpwatch/Makefile deleted file mode 100644 index f47bd6a1f320..000000000000 --- a/net-mgmt/arpwatch/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# New ports collection makefile for: arpwatch -# Version required: 2.0.2a1 -# Date created: March 24 1997 -# Whom: Brian Somers <brian@Awfulhak.org> -# -# $Id: Makefile,v 1.9 1998/08/21 18:09:19 brian Exp $ -# - -DISTNAME= arpwatch-2.1a4 -CATEGORIES= net -MASTER_SITES= http://www.Awfulhak.org/arpwatch/ \ - ftp://ftp.ee.lbl.gov/ \ - ftp://ftp.cso.uiuc.edu/pub/security/coast/unix/arpwatch/ -EXTRACT_SUFX= .tar.Z - -MAINTAINER= brian@Awfulhak.org - -HAS_CONFIGURE= yes -CONFIGURE_ARGS= --quiet -INSTALL_TARGET= install install-man -MAN8= arpwatch.8 arpsnmp.8 - -post-install: - if [ ! -d ${PREFIX}/arpwatch ]; then \ - ${MKDIR} ${PREFIX}/arpwatch; \ - chmod 775 ${PREFIX}/arpwatch; \ - chown root.operator ${PREFIX}/arpwatch; \ - fi - ${TOUCH} ${PREFIX}/arpwatch/arp.dat - chmod 644 ${PREFIX}/arpwatch/arp.dat - for file in ethercodes.dat d.awk e.awk p.awk; do \ - ${INSTALL_DATA} ${WRKSRC}/$$file ${PREFIX}/arpwatch/.; \ - done - ${INSTALL_SCRIPT} ${WRKSRC}/arp2ethers ${PREFIX}/arpwatch/. - ${INSTALL_SCRIPT} ${FILESDIR}/arpwatch.sh ${PREFIX}/etc/rc.d/. - -.include <bsd.port.mk> diff --git a/net-mgmt/arpwatch/distinfo b/net-mgmt/arpwatch/distinfo deleted file mode 100644 index a926dde8c25c..000000000000 --- a/net-mgmt/arpwatch/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (arpwatch-2.1a4.tar.Z) = 7f5ed680480e6b0b1bbf27a5634b0bd4 diff --git a/net-mgmt/arpwatch/files/arpwatch.sh b/net-mgmt/arpwatch/files/arpwatch.sh deleted file mode 100644 index ebaf7946aac9..000000000000 --- a/net-mgmt/arpwatch/files/arpwatch.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -if [ -x /usr/local/sbin/arpwatch -a -d /usr/local/arpwatch ]; then - /usr/local/sbin/arpwatch && echo -n ' arpwatch' -fi diff --git a/net-mgmt/arpwatch/files/patch-aa b/net-mgmt/arpwatch/files/patch-aa deleted file mode 100644 index c3d51dd3fa46..000000000000 --- a/net-mgmt/arpwatch/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- arp2ethers.orig Tue Mar 29 11:44:52 1994 -+++ arp2ethers Fri Aug 21 10:56:26 1998 -@@ -14,7 +14,7 @@ - # - - sort +2rn arp.dat | \ -- awk -e 'NF == 4 { print }' | \ -+ awk 'NF == 4 { print }' | \ - awk -f p.awk | \ - egrep -v '\.[0-9][0-9]*$' | \ - sed -e 's/ .* / /' | \ diff --git a/net-mgmt/arpwatch/files/patch-ab b/net-mgmt/arpwatch/files/patch-ab deleted file mode 100644 index 76cbc814dfaf..000000000000 --- a/net-mgmt/arpwatch/files/patch-ab +++ /dev/null @@ -1,22 +0,0 @@ ---- Makefile.in.orig Wed Jul 29 06:16:45 1998 -+++ Makefile.in Fri Aug 21 10:57:51 1998 -@@ -44,7 +44,7 @@ - CC = @CC@ - CCOPT = @V_CCOPT@ - INCLS = -I. @V_INCLS@ --DEFS = -DDEBUG @DEFS@ -DARPDIR=\"$(ARPDIR)\" -DPATH_SENDMAIL=\"$(SENDMAIL)\" -+DEFS = @DEFS@ -DARPDIR=\"$(ARPDIR)\" -DPATH_SENDMAIL=\"$(SENDMAIL)\" - - # Standard CFLAGS - CFLAGS = $(CCOPT) $(DEFS) $(INCLS) -@@ -109,8 +109,8 @@ - $(CC) $(CFLAGS) -o $@ zap.o intoa.o -lutil - - install: force -- $(INSTALL) -m 555 -o bin -g bin arpwatch $(DESTDIR)$(BINDEST) -- $(INSTALL) -m 555 -o bin -g bin arpsnmp $(DESTDIR)$(BINDEST) -+ $(INSTALL) -s -m 555 -o bin -g bin arpwatch $(DESTDIR)$(BINDEST) -+ $(INSTALL) -s -m 555 -o bin -g bin arpsnmp $(DESTDIR)$(BINDEST) - - install-man: force - $(INSTALL) -m 444 -o bin -g bin $(srcdir)/arpwatch.8 \ diff --git a/net-mgmt/arpwatch/pkg-comment b/net-mgmt/arpwatch/pkg-comment deleted file mode 100644 index 73ccdb9c117c..000000000000 --- a/net-mgmt/arpwatch/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Monitor arp & rarp requests diff --git a/net-mgmt/arpwatch/pkg-descr b/net-mgmt/arpwatch/pkg-descr deleted file mode 100644 index 602ba152b2db..000000000000 --- a/net-mgmt/arpwatch/pkg-descr +++ /dev/null @@ -1,33 +0,0 @@ -Maintained under FreeBSD by: brian@awfulhak.org - -ARPWATCH 2.0 -Lawrence Berkeley National Laboratory -Network Research Group -arpwatch@ee.lbl.gov -ftp://ftp.ee.lbl.gov/arpwatch.tar.Z - -This directory contains source code for arpwatch and arpsnmp, tools -that monitors ethernet activity and maintain a database of ethernet/ip -address pairings. It also reports certain changes via email. - -Arpwatch uses libpcap, a system-independent interface for user-level -packet capture. Before building arpwatch, you must first retrieve and -build libpcap, also from LBL, in: - - ftp://ftp.ee.lbl.gov/libpcap.tar.Z. - -Once libpcap is built (either install it or make sure arpwatch and -libpcap share the same parent directory), you can build arpwatch using -the procedure in the INSTALL file. - -Arpsnmp has the same database features of arpwatch but relies on an -external agent to collect the arp data. This distribution contains a -script, arpfetch, that uses snmpwalk from the CMU SNMP package. This -package is available from: - - ftp://ftp.net.cmu.edu/pub/snmp-dist/cmu-snmp*.tar.Z - -It should be trivial to adaptive the output of any snmp query program -for use with arpsnmp. - -Please send bugs and comments to arpwatch@ee.lbl.gov. diff --git a/net-mgmt/arpwatch/pkg-plist b/net-mgmt/arpwatch/pkg-plist deleted file mode 100644 index 975fa8d64f9f..000000000000 --- a/net-mgmt/arpwatch/pkg-plist +++ /dev/null @@ -1,8 +0,0 @@ -sbin/arpwatch -sbin/arpsnmp -arpwatch/arp2ethers -arpwatch/ethercodes.dat -arpwatch/d.awk -arpwatch/e.awk -arpwatch/p.awk -etc/rc.d/arpwatch.sh diff --git a/net-mgmt/bpft/Makefile b/net-mgmt/bpft/Makefile deleted file mode 100644 index 182ea9160618..000000000000 --- a/net-mgmt/bpft/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# New ports collection makefile for: bpft -# Version required: 2.0 -# Date created: 17 March 1999 -# Whom: oddbjorn@tricknology.org -# -# $Id$ -# - -DISTNAME= bpft-2.0 -CATEGORIES= net -MASTER_SITES= ftp://ftp.nsk.su/pub/unix/ -EXTRACT_SUFX= .tgz - -MAINTAINER= oddbjorn@tricknology.org - -MAN1= trafshow.1 - -post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/bpft - ${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/bpft/README -.endif - -.include <bsd.port.mk> diff --git a/net-mgmt/bpft/distinfo b/net-mgmt/bpft/distinfo deleted file mode 100644 index c4045debf0e4..000000000000 --- a/net-mgmt/bpft/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (bpft-2.0.tgz) = b7a13bc81e5893931ff4662311ee744f diff --git a/net-mgmt/bpft/files/patch-aa b/net-mgmt/bpft/files/patch-aa deleted file mode 100644 index 944bce74e31f..000000000000 --- a/net-mgmt/bpft/files/patch-aa +++ /dev/null @@ -1,80 +0,0 @@ -*** Makefile.orig Wed Oct 30 12:38:00 1996 ---- Makefile Fri Mar 19 23:42:26 1999 -*************** -*** 11,16 **** ---- 11,17 ---- - - # Target directory for install execution files. - PATH_BINDIR=/usr/local/bin -+ PATH_SBINDIR=/usr/local/sbin - - # Target directory for install man pages. - PATH_MANDIR=/usr/local/man/man1 -*************** -*** 18,24 **** - # Trailing slash directory, summary traffic log files will be put there. - PATH_TOSAVE=/var/log/ - -! # Full pathname where locate tarfstat program. - PATH_TRAFSTAT=/usr/local/bin/trafstat - - # Where locate trafstatd log file, if you want log then file must exist. ---- 19,25 ---- - # Trailing slash directory, summary traffic log files will be put there. - PATH_TOSAVE=/var/log/ - -! # Full pathname where locate trafstat program. - PATH_TRAFSTAT=/usr/local/bin/trafstat - - # Where locate trafstatd log file, if you want log then file must exist. -*************** -*** 56,79 **** - $(MAKE) CC=$(CC) CFLAGS='$(CFLAGS)' LIB='$(LIB)') - @(cd trafstatd; echo "Build trafstatd in `pwd`"; \ - $(MAKE) CC=$(CC) CFLAGS='$(CFLAGS)' LIB='$(LIB)') -! @(cd traflog; echo "Build tarflog in `pwd`"; \ - $(MAKE) CC=$(CC) CFLAGS='$(CFLAGS)' LIB='$(LIB)') - @(cd trafshow; echo "Build trafshow in `pwd`"; \ - $(MAKE) CC=$(CC) CFLAGS='$(CFLAGS)' LIB='$(LIB)') - @echo Done. - - install: all -! install -s -o root -g $(GROUP) -m $(MODE) trafd/trafd $(PATH_BINDIR) -! install -c -o root -g $(GROUP) -m $(MODE) trafd/trafstart $(PATH_BINDIR) -! install -c -o root -g $(GROUP) -m $(MODE) trafd/trafstop $(PATH_BINDIR) -! install -c -o root -g $(GROUP) -m $(MODE) trafd/trafsave $(PATH_BINDIR) -! install -c -o root -g $(GROUP) -m $(MODE) trafd/trafdump $(PATH_BINDIR) - install -s -o root -g $(GROUP) -m $(MODE) trafstat/trafstat $(PATH_BINDIR) -! install -s -o root -g $(GROUP) -m $(MODE) trafstatd/trafstatd $(PATH_BINDIR) -! install -s -o root -g $(GROUP) -m $(MODE) traflog/traflog $(PATH_BINDIR) - install -c -o root -g $(GROUP) -m $(MODE) traflog/traflog.format $(PATH_TRAFLOG_FMT) - install -s -o root -g $(GROUP) -m $(MODE) trafshow/trafshow $(PATH_BINDIR) -! install -c -m 644 trafshow/trafshow.1 $(PATH_MANDIR) - @echo Done. - - clean: ---- 57,80 ---- - $(MAKE) CC=$(CC) CFLAGS='$(CFLAGS)' LIB='$(LIB)') - @(cd trafstatd; echo "Build trafstatd in `pwd`"; \ - $(MAKE) CC=$(CC) CFLAGS='$(CFLAGS)' LIB='$(LIB)') -! @(cd traflog; echo "Build traflog in `pwd`"; \ - $(MAKE) CC=$(CC) CFLAGS='$(CFLAGS)' LIB='$(LIB)') - @(cd trafshow; echo "Build trafshow in `pwd`"; \ - $(MAKE) CC=$(CC) CFLAGS='$(CFLAGS)' LIB='$(LIB)') - @echo Done. - - install: all -! install -s -o root -g $(GROUP) -m $(MODE) trafd/trafd $(PATH_SBINDIR) -! install -c -o root -g $(GROUP) -m $(MODE) trafd/trafstart $(PATH_BINDIR) -! install -c -o root -g $(GROUP) -m $(MODE) trafd/trafstop $(PATH_BINDIR) -! install -c -o root -g $(GROUP) -m $(MODE) trafd/trafsave $(PATH_BINDIR) -! install -c -o root -g $(GROUP) -m $(MODE) trafd/trafdump $(PATH_BINDIR) - install -s -o root -g $(GROUP) -m $(MODE) trafstat/trafstat $(PATH_BINDIR) -! install -s -o root -g $(GROUP) -m $(MODE) trafstatd/trafstatd $(PATH_SBINDIR) -! install -s -o root -g $(GROUP) -m $(MODE) traflog/traflog $(PATH_BINDIR) - install -c -o root -g $(GROUP) -m $(MODE) traflog/traflog.format $(PATH_TRAFLOG_FMT) - install -s -o root -g $(GROUP) -m $(MODE) trafshow/trafshow $(PATH_BINDIR) -! install -c -m 644 trafshow/trafshow.1 $(PATH_MANDIR) - @echo Done. - - clean: diff --git a/net-mgmt/bpft/files/patch-ab b/net-mgmt/bpft/files/patch-ab deleted file mode 100644 index ceba57fa1e19..000000000000 --- a/net-mgmt/bpft/files/patch-ab +++ /dev/null @@ -1,19 +0,0 @@ -*** trafd/trafstop.orig Fri Mar 19 21:03:06 1999 ---- trafd/trafstop Fri Mar 19 21:04:13 1999 -*************** -*** 6,12 **** - # - # usage: trafstop interfaces... - # -! PATH=/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin - WHERE_PID=/var/run/trafd. - LOG_FILE=/var/log/traffic.log - ---- 6,12 ---- - # - # usage: trafstop interfaces... - # -! PATH=/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin:/usr/local/sbin - WHERE_PID=/var/run/trafd. - LOG_FILE=/var/log/traffic.log - diff --git a/net-mgmt/bpft/files/patch-ac b/net-mgmt/bpft/files/patch-ac deleted file mode 100644 index 407d0129f48a..000000000000 --- a/net-mgmt/bpft/files/patch-ac +++ /dev/null @@ -1,45 +0,0 @@ ---- lib/addrtoname.c Fri Jan 12 17:42:37 1996 -+++ lib/addrtoname.c Thu Jul 25 07:37:56 1996 -@@ -294,8 +294,8 @@ - #ifdef ETHER_SERVICE - if (!nflag) { -- cp = ETHER_ntohost(ep); -- if (cp) { -- tp->e_name = cp; -- return cp; -+ char buf[128]; -+ if (ether_ntohost(buf, ep) == 0) { -+ tp->e_name =strdup(buf); -+ return tp->e_name; - } - } ---- lib/gencode.c Wed Jan 10 12:27:13 1996 -+++ lib/gencode.c Thu Jul 25 07:43:16 1996 -@@ -841,4 +841,5 @@ - struct block *b, *tmp; - int port, real_proto; -+ static char wrk[6]; - - switch (q.addr) { -@@ -854,6 +855,9 @@ - case Q_HOST: - if (proto == Q_LINK) { - /* XXX Should lookup hw addr based on link layer */ -- eaddr = ETHER_hostton(name); -+ if (ether_hostton(name, wrk) == 0) -+ eaddr = wrk; -+ else -+ eaddr = 0; - if (eaddr == 0) - error("unknown ether host '%s'", name); -@@ -896,5 +901,9 @@ - - case Q_GATEWAY: -- eaddr = ETHER_hostton(name); -+ /* XXX Should lookup hw addr based on link layer */ -+ if (ether_hostton(name, wrk) == 0) -+ eaddr = wrk; -+ else -+ eaddr = 0; - if (eaddr == 0) - error("unknown ether host: %s", name); diff --git a/net-mgmt/bpft/pkg-comment b/net-mgmt/bpft/pkg-comment deleted file mode 100644 index 944ffb6364c2..000000000000 --- a/net-mgmt/bpft/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -The BPF Traffic Collector. diff --git a/net-mgmt/bpft/pkg-descr b/net-mgmt/bpft/pkg-descr deleted file mode 100644 index e5a7b8c6248d..000000000000 --- a/net-mgmt/bpft/pkg-descr +++ /dev/null @@ -1,18 +0,0 @@ -bpft is a superset of trafshow, and extends it by adding a daemon -which collects data about network connections (src, dst, protocol -and length). The resulting data can be dumped to a file for later -processing. - -Read /usr/local/share/doc/bpft/README after installation for more -information. - -To use bpft, your kernel must be rebuilt with the following line -added to your kernel config file (/sys/i386/conf/<YourMachine>): - -pseudo-device bpfilter 4 # Berkeley packet filter - -The number after bpfilter is the number of interfaces that can be -examined simultaneously. See section 6.1 of the Handbook for details. - -- oddbjorn -oddbjorn@tricknology.org diff --git a/net-mgmt/bpft/pkg-plist b/net-mgmt/bpft/pkg-plist deleted file mode 100644 index cdf0ae207991..000000000000 --- a/net-mgmt/bpft/pkg-plist +++ /dev/null @@ -1,12 +0,0 @@ -bin/trafdump -bin/traflog -bin/trafsave -bin/trafshow -bin/trafstart -bin/trafstat -bin/trafstop -etc/traflog.format -sbin/trafd -sbin/trafstatd -share/doc/bpft/README -@dirrm share/doc/bpft diff --git a/net-mgmt/choparp/Makefile b/net-mgmt/choparp/Makefile deleted file mode 100644 index a8954ba9b004..000000000000 --- a/net-mgmt/choparp/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# New ports collection makefile for: choparp -# Version required: 971007 -# Date created: 7 October 1997 -# Whom: itojun@itojun.org -# -# $Id: Makefile,v 1.1.1.1 1997/10/07 14:39:42 itojun Exp $ -# - -DISTNAME= choparp-971007 -CATEGORIES= net -MASTER_SITES= http://delegate.uec.ac.jp:8081/club/mma/~tree/soft/choparp/ - -MAINTAINER= itojun@itojun.org - -MAN8= choparp.8 -MANCOMPRESSED= maybe - -WRKSRC= ${WRKDIR}/choparp - -.include <bsd.port.mk> diff --git a/net-mgmt/choparp/distinfo b/net-mgmt/choparp/distinfo deleted file mode 100644 index 1c84e847921e..000000000000 --- a/net-mgmt/choparp/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (choparp-971007.tar.gz) = dae13260334a96a388357c34d313946c diff --git a/net-mgmt/choparp/files/patch-aa b/net-mgmt/choparp/files/patch-aa deleted file mode 100644 index 02c13fd65b80..000000000000 --- a/net-mgmt/choparp/files/patch-aa +++ /dev/null @@ -1,80 +0,0 @@ ---- /dev/null Wed Oct 8 06:50:58 1997 -+++ choparp.8 Tue Oct 7 23:34:42 1997 -@@ -0,0 +1,77 @@ -+.\" Copyright (c) 1997 by Takamichi Tateoka. All rights reserved. -+.\" -+.\" Redistribution and use in source and binary forms, with or without -+.\" modification, are permitted provided that the following conditions -+.\" are met: -+.\" 1. Redistributions of source code must retain the above copyright -+.\" notice, this list of conditions and the following disclaimer. -+.\" 2. Redistributions in binary form must reproduce the above copyright -+.\" notice, this list of conditions and the following disclaimer in the -+.\" documentation and/or other materials provided with the distribution. -+.\" 3. All advertising materials mentioning features or use of this software -+.\" must display the following acknowledgement: -+.\" This product includes software developed by Takamichi Tateoka. -+.\" 4. Neither the name of the author may be used to endorse or promote -+.\" products derived from this software without specific prior -+.\" written permission. -+.\" -+.\" THIS SOFTWARE IS PROVIDED BY TAKAMICHI TATEOKA ``AS IS'' AND -+.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -+.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -+.\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE -+.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -+.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS -+.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -+.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -+.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY -+.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF -+.\" SUCH DAMAGE. -+.\" -+.Dd October 7, 1997 -+.Dt CHOPARP 8 -+.Os -+.Sh NAME -+.Nm choparp -+.Nd cheap and omitted proxy arp -+.Sh SYNOPSIS -+.Nm chpoarp -+.Ar if_name mac_addr net_addr net_mask -+.Sh DESCRIPTION -+.Pp -+.Nm choparp -+is a easy-to-use proxy arp daemon. -+It watches arp request packets visible on the interface specified by argument -+.Ar if_name , -+and sends proxy arp reply to the sender if the arp request queries the -+MAC address (ethernet hardware address) for the network speicified by -+.Ar net_addr -+and -+.Ar net_mask . -+.Pp -+.Ar mac_addr -+has to be the MAC address assigned to the interface -+.Ar if_name . -+The format of -+.Ar mac_addr -+must be 6 bytes of hexadecimal value, separated by colons (":") ; -+for example, "00:00:01:01:14:46". -+The format of -+.Ar net_addr -+and -+.Ar net_mask -+must be dot notation (say, 133.138.1.134) or 32bit hexadecimal value -+starting with "0x" (say, 0x858a0186). -+.Sh EXAMPLES -+If you have network interface "ne0" with MAC address "00:00:01:01:14:16", -+and would like to send proxy arp reply for 192.168.0.64/26, -+the argument would be as follows: -+.Bd -literal -offset indent -+choparp ne0 00:00:01:01:14:46 192.168.0.64 255.255.255.192 -+.Ed -+.Sh BUGS -+Supports ethernet interfaces only. -+Handles single interface at a time. -+(you can start multiple -+.Nm choparp -+for multiple interfaces, though) -+MAC address should be automatically detected. diff --git a/net-mgmt/choparp/files/patch-ab b/net-mgmt/choparp/files/patch-ab deleted file mode 100644 index 5cb299411e3b..000000000000 --- a/net-mgmt/choparp/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- /dev/null Tue Oct 7 23:33:35 1997 -+++ Makefile Tue Oct 7 23:42:51 1997 -@@ -0,0 +1,8 @@ -+PROG= choparp -+MAN8= choparp.8 -+ -+DESTDIR=${PREFIX} -+BINDIR= /sbin -+MANDIR= /man/man -+ -+.include <bsd.prog.mk> diff --git a/net-mgmt/choparp/files/patch-ac b/net-mgmt/choparp/files/patch-ac deleted file mode 100644 index dc51d4b91067..000000000000 --- a/net-mgmt/choparp/files/patch-ac +++ /dev/null @@ -1,12 +0,0 @@ ---- choparp.c.orig Sat Nov 29 15:38:49 1997 -+++ choparp.c Sat Nov 29 15:45:52 1997 -@@ -21,6 +21,9 @@ - #include <net/if.h> - #include <netinet/in.h> - /* #include <net/if_arp.h> */ -+#if (__FreeBSD__ >= 3) -+ #include <net/if_var.h> -+#endif - #include <netinet/if_ether.h> - #include <sys/param.h> - #include <errno.h> diff --git a/net-mgmt/choparp/pkg-comment b/net-mgmt/choparp/pkg-comment deleted file mode 100644 index c549167db735..000000000000 --- a/net-mgmt/choparp/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -simple proxy arp daemon. diff --git a/net-mgmt/choparp/pkg-descr b/net-mgmt/choparp/pkg-descr deleted file mode 100644 index a1106c21e43b..000000000000 --- a/net-mgmt/choparp/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -SYNOPSIS - chpoarp if_name mac_addr net_addr net_mask - -DESCRIPTION - choparp is a easy-to-use proxy arp daemon. It watches arp request pack- - ets visible on the interface specified by argument if_name, and sends - proxy arp reply to the sender if the arp request queries the MAC address - (ethernet hardware address) for the network speicified by net_addr and - net_mask. diff --git a/net-mgmt/choparp/pkg-plist b/net-mgmt/choparp/pkg-plist deleted file mode 100644 index 7e9114b42cab..000000000000 --- a/net-mgmt/choparp/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -sbin/choparp diff --git a/net-mgmt/ciscoconf/Makefile b/net-mgmt/ciscoconf/Makefile deleted file mode 100644 index be55dc313298..000000000000 --- a/net-mgmt/ciscoconf/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# New ports collection makefile for: ciscoconf -# Version required: 1.0beta1 -# Date created: 11 September 1998 -# Whom: jabley@clear.co.nz -# -# $Id: Makefile,v 1.1.1.1 1998/11/18 22:15:06 billf Exp $ -# - -DISTNAME= ciscoconf-1.0beta1 -PKGNAME= ciscoconf-1.0 -CATEGORIES= net -MASTER_SITES= ftp://ftp.patho.gen.nz/pub/users/jabley/ \ - http://www.FreeBSD.org/~billf/ - -MAINTAINER= jabley@clear.co.nz - -BUILD_DEPENDS= makedepend:${PORTSDIR}/x11/XFree86 -ALL_TARGET= depend all -MAN8= ciscoconfd.8 ciscoconfr.8 - -post-patch: - - ${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.old - ${CAT} ${WRKSRC}/Makefile.old | \ - ${SED} -e 's#/usr/local#${PREFIX}#g' | \ - ${SED} -e 's#lib/cisco#share/cisco#' \ - >> ${WRKSRC}/Makefile - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/ciscoconfd ${PREFIX}/bin - ${INSTALL_SCRIPT} ${WRKSRC}/ciscoconfr ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/ciscoconfd.man ${PREFIX}/man/man8/ciscoconfd.8 - ${INSTALL_MAN} ${WRKSRC}/ciscoconfr.man ${PREFIX}/man/man8/ciscoconfr.8 - -post-install: - ${MKDIR} ${PREFIX}/share/cisco/RCS - -.include <bsd.port.mk> diff --git a/net-mgmt/ciscoconf/distinfo b/net-mgmt/ciscoconf/distinfo deleted file mode 100644 index e4ad40b9529f..000000000000 --- a/net-mgmt/ciscoconf/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (ciscoconf-1.0beta1.tar.gz) = d13b9cb222f8829cc7c6b16255edbda2 diff --git a/net-mgmt/ciscoconf/pkg-comment b/net-mgmt/ciscoconf/pkg-comment deleted file mode 100644 index dd577c3eeb73..000000000000 --- a/net-mgmt/ciscoconf/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -fetches configuration from Cisco routers and stores them under RCS. diff --git a/net-mgmt/ciscoconf/pkg-descr b/net-mgmt/ciscoconf/pkg-descr deleted file mode 100644 index 6985151f7396..000000000000 --- a/net-mgmt/ciscoconf/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -Ciscoconf automatically fetches configuration from Cisco routers whenever -syslog indicates that a change has been made, and stores them under RCS. - -MORE INFORMATION - -For more information, or to foward comments or details of problems, please -contact Joe Abley <jabley@clear.co.nz>. - -WWW: http://www.patho.gen.nz/~jabley/ diff --git a/net-mgmt/ciscoconf/pkg-plist b/net-mgmt/ciscoconf/pkg-plist deleted file mode 100644 index 5d53dfb8e418..000000000000 --- a/net-mgmt/ciscoconf/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -bin/ciscoconfd -bin/ciscoconfr -@dirrm share/cisco/RCS -@dirrm share/cisco diff --git a/net-mgmt/clog/Makefile b/net-mgmt/clog/Makefile deleted file mode 100644 index 173f17d30393..000000000000 --- a/net-mgmt/clog/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# ex:ts=8 -# Ports collection makefile for: clog -# Version required: 1.6 -# Date created: Tue Nov 04, 1997 -# Whom: David O'Brien (obrien@NUXI.com) -# -# $Id: Makefile,v 1.2 1997/01/25 18:08:40 obrien Exp $ -# - -DISTNAME= clog-1.6 -CATEGORIES= net security -MASTER_SITES= ftp://ftp.saturn.net/pub/users/brian/clog/ \ - ftp://ftp.cso.uiuc.edu/pub/security/coast/unix/clog/ \ - ftp://ftp.auscert.org.au/pub/coast/mirrors/ftp.saturn.net/clog/ \ - ftp://ftp.ox.ac.uk/pub/comp/security/COAST/mirrors/ftp.saturn.net/clog/ \ - ftp://ftp.rediris.es/mirror/coast/tools/unix/clog/ - -MAINTAINER= obrien@FreeBSD.org - -WRKSRC= ${WRKDIR}/clog -ALL_TARGET= freebsd -MAN8= clog.8 - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/clog ${PREFIX}/sbin - ${INSTALL_MAN} ${WRKSRC}/clog.8 ${PREFIX}/man/man8 - -.include <bsd.port.mk> diff --git a/net-mgmt/clog/distinfo b/net-mgmt/clog/distinfo deleted file mode 100644 index e8722397edba..000000000000 --- a/net-mgmt/clog/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (clog-1.6.tar.gz) = f8732ed25def0e4c56d8d5b8007b6074 diff --git a/net-mgmt/clog/pkg-comment b/net-mgmt/clog/pkg-comment deleted file mode 100644 index 39d0db33844d..000000000000 --- a/net-mgmt/clog/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -tcp connection logger daemon diff --git a/net-mgmt/clog/pkg-descr b/net-mgmt/clog/pkg-descr deleted file mode 100644 index 294c3921f98c..000000000000 --- a/net-mgmt/clog/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -clog is a program that logs all connections on your subnet. It uses the -pcap(3) packet capture library to log any SYN packets to a logfile. The -output format is designed to be very easily parsed by various text -processing tools. - - --- David - (obrien@NUXI.com) diff --git a/net-mgmt/clog/pkg-plist b/net-mgmt/clog/pkg-plist deleted file mode 100644 index 7a0da20851e6..000000000000 --- a/net-mgmt/clog/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -sbin/clog diff --git a/net-mgmt/icmpquery/Makefile b/net-mgmt/icmpquery/Makefile deleted file mode 100644 index 8937490c1b58..000000000000 --- a/net-mgmt/icmpquery/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# New ports collection makefile for: icmpquery -# Version required: 1.0.3 -# Date created: Jan 7 1999 -# Whom: dom@myrddin.demon.co.uk -# -# $Id$ -# - -DISTNAME= icmpquery -PKGNAME= icmpquery-1.0.3 -CATEGORIES= net -MASTER_SITES= http://www.angio.net/security/ -EXTRACT_SUFX= .c - -MAINTAINER= dom@myrddin.demon.co.uk - -NO_WRKSUBDIR= YES -ALL_TARGET= icmpquery - -do-extract: - @${MKDIR} ${WRKDIR} - @${CP} ${DISTDIR}/${DISTFILES} ${WRKDIR} - @${CP} ${FILESDIR}/Makefile ${WRKDIR} - -do-install: - @${INSTALL_PROGRAM} ${WRKDIR}/icmpquery ${PREFIX}/bin - @chmod u+s ${PREFIX}/bin/icmpquery - -.include <bsd.port.mk> diff --git a/net-mgmt/icmpquery/distinfo b/net-mgmt/icmpquery/distinfo deleted file mode 100644 index 60f3f4efdbb7..000000000000 --- a/net-mgmt/icmpquery/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (icmpquery.c) = b4c47a6acc01ffc0984457b55e2f712b diff --git a/net-mgmt/icmpquery/files/Makefile b/net-mgmt/icmpquery/files/Makefile deleted file mode 100644 index 2a6d561d5628..000000000000 --- a/net-mgmt/icmpquery/files/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -# -# Small Makefile for icmpquery. -# -# $Id$ -# - -PROG=icmpquery - -.include <bsd.prog.mk> diff --git a/net-mgmt/icmpquery/pkg-comment b/net-mgmt/icmpquery/pkg-comment deleted file mode 100644 index 16f1fbc94b70..000000000000 --- a/net-mgmt/icmpquery/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Small utility for finding out time & netmask through ICMP. diff --git a/net-mgmt/icmpquery/pkg-descr b/net-mgmt/icmpquery/pkg-descr deleted file mode 100644 index abe44fd5ba54..000000000000 --- a/net-mgmt/icmpquery/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -A small utility for finding out time & netmask through ICMP. - -Written by David G. Andersen (danderse@cs.utah.edu) diff --git a/net-mgmt/icmpquery/pkg-plist b/net-mgmt/icmpquery/pkg-plist deleted file mode 100644 index f7afa54c2f39..000000000000 --- a/net-mgmt/icmpquery/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/icmpquery diff --git a/net-mgmt/irrtoolset/Makefile b/net-mgmt/irrtoolset/Makefile deleted file mode 100644 index 41421d5421da..000000000000 --- a/net-mgmt/irrtoolset/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# New ports collection makefile for: RAToolSet -# Version required: 3.5.2 -# Date created: May 4th 1997 -# Whom: James FitzGibbon <jfitz@FreeBSD.org> -# -# $Id: Makefile,v 1.6 1998/08/07 23:56:44 asami Exp $ -# - -DISTNAME= RAToolSet-3.5.2 -PKGNAME= ratoolset-3.5.2 -CATEGORIES= net tk41 -MASTER_SITES= ftp://ftp.isi.edu/ra/RAToolSet/ - -MAINTAINER= jfitz@FreeBSD.ORG - -LIB_DEPENDS= tk41.1:${PORTSDIR}/x11-toolkits/tk41 - -GNU_CONFIGURE= Yes -CONFIGURE_ENV= TCL_TK_INCLUDE_DIR="${PREFIX}/include/tcl7.5: \ - ${PREFIX}/include/tk4.1" \ - TCL_TK_LIBRARY_DIR=${PREFIX}/lib \ - LD_TCL_TK_LIBS="-ltcl75 -ltk41" - -MAN1= CIDRAdvisor.1 aoe.1 pmatch.1 prpath.1 RtConfig.1 peval.1 \ - prcheck.1 roe.1 -MAN8= prtraceroute.8 relayd.8 - -ALL_TARGET= depend all - -.include <bsd.port.mk> diff --git a/net-mgmt/irrtoolset/distinfo b/net-mgmt/irrtoolset/distinfo deleted file mode 100644 index 02d1884536f5..000000000000 --- a/net-mgmt/irrtoolset/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (RAToolSet-3.5.2.tar.gz) = 5ebc74261aa1136bdf28aa8240d01cbd diff --git a/net-mgmt/irrtoolset/pkg-comment b/net-mgmt/irrtoolset/pkg-comment deleted file mode 100644 index c172c9ad17e8..000000000000 --- a/net-mgmt/irrtoolset/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A suite of policy analysis tools. diff --git a/net-mgmt/irrtoolset/pkg-descr b/net-mgmt/irrtoolset/pkg-descr deleted file mode 100644 index 5129fb44e3a5..000000000000 --- a/net-mgmt/irrtoolset/pkg-descr +++ /dev/null @@ -1,24 +0,0 @@ -RAToolSet is a suite of policy analysis tools. It is implemented in C++ on a -UNIX platform. It has been ported successfully to many platforms including -Sun Sparc stations running SunOS 4.1.3 or Solaris, FreeBSD, DEC Alphas -running OSF/1, and BSDI. It contains the following programs: - -RtConfig routing policies analyzer and router configuration tool - -peval a low-level policy evaluation tool - -roe route object editor - -CIDRAdvisor suggests safe cidr aggregates - -aoe autonomous system object editor - -pmatch prints matching policies for destinations in aut-num objects - -prpath enumerates a list of patchs between ASes and destinations - -prtraceroute prints route and policy information packets take to a - network host - -prcheck syntax checks the aut-num objects in the Internet Routing - Registry diff --git a/net-mgmt/irrtoolset/pkg-plist b/net-mgmt/irrtoolset/pkg-plist deleted file mode 100644 index a56f950cdc49..000000000000 --- a/net-mgmt/irrtoolset/pkg-plist +++ /dev/null @@ -1,11 +0,0 @@ -bin/peval -bin/pmatch -bin/prpath -bin/RtConfig -bin/CIDRAdvisor -bin/prcheck -bin/irrstat -bin/roe -bin/aoe -bin/relayd -bin/prtraceroute diff --git a/net-mgmt/mrtg/Makefile b/net-mgmt/mrtg/Makefile deleted file mode 100644 index 65e17f25fe80..000000000000 --- a/net-mgmt/mrtg/Makefile +++ /dev/null @@ -1,62 +0,0 @@ -# New ports collection makefile for: MRTG -# Version required: 2.6.6 -# Date created: April 18th 1997 -# Whom: James FitzGibbon <jfitz@FreeBSD.org> -# -# $Id$ -# - -DISTNAME= mrtg-2.7.2 -CATEGORIES= net -MASTER_SITES= http://ee-staff.ethz.ch/~oetiker/webtools/mrtg/pub/ - -MAINTAINER= jfitz@FreeBSD.ORG - -BUILD_DEPENDS= ${PREFIX}/lib/libgd.a:${PORTSDIR}/graphics/gd - -USE_PERL5= YES -MAKE_ENV+= PERL=${PERL} - -GNU_CONFIGURE= YES - -CONFIGURE_ARGS= --with-gd-lib=${PREFIX}/lib \ - --with-gd-inc=${PREFIX}/include/gd - -CONFIGURE_ENV= PERL=${PERL} - -do-install: - ${MKDIR} -m 755 ${PREFIX}/etc/mrtg - ${MKDIR} -m 755 ${PREFIX}/lib/perl5/site_perl/${PERL_VER} - ${MKDIR} -m 755 ${PREFIX}/share/mrtg -.if !defined(NOPORTDOCS) - ${MKDIR} -m 755 ${PREFIX}/share/doc/mrtg - for file in ANNOUNCE CHANGES COPYING COPYRIGHT MANIFEST README \ - doc/config.html doc/config.pod doc/config.txt doc/htaccess.txt \ - doc/logfile-format.txt doc/manual.html doc/manual.txt \ - doc/mibhelp.txt doc/squid.txt ; do \ - ${INSTALL_DATA} ${WRKSRC}/$$file ${PREFIX}/share/doc/mrtg/; \ - done -.endif - ${INSTALL_DATA} ${WRKSRC}/doc/sample-mrtg.cfg ${PREFIX}/etc/mrtg - for file in ${WRKSRC}/images/*.gif; do \ - ${INSTALL_DATA} $$file ${PREFIX}/share/mrtg/; \ - done - for file in SNMP_Session.pm SNMP_util.pm BER.pm; do \ - ${INSTALL_DATA} ${WRKSRC}/run/$$file ${PREFIX}/lib/perl5/site_perl/${PERL_VER}; \ - done - ${INSTALL_PROGRAM} ${WRKSRC}/run/rateup ${PREFIX}/bin/ - for file in mrtg cfgmaker cfgmaker_ip indexmaker; do \ - ${INSTALL_SCRIPT} ${WRKSRC}/run/$$file ${PREFIX}/bin/; \ - done - -post-install: -.if !defined(BATCH) - @${ECHO} "" - @${ECHO} "############################################################################" - @${ECHO} "# Please create a MRTG config file in ${PREFIX}/etc/mrtg #" - @${ECHO} "# A configuration file can be automatically generated with cfgmaker #" - @${ECHO} "# A sample configuration file is installed as sample-mrtg.cfg #" - @${ECHO} "############################################################################" -.endif - -.include <bsd.port.mk> diff --git a/net-mgmt/mrtg/distinfo b/net-mgmt/mrtg/distinfo deleted file mode 100644 index ebad31cc03a6..000000000000 --- a/net-mgmt/mrtg/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (mrtg-2.7.2.tar.gz) = 55d40bbf9dc3d888d774fe377e017afa diff --git a/net-mgmt/mrtg/pkg-comment b/net-mgmt/mrtg/pkg-comment deleted file mode 100644 index 7720201d06d4..000000000000 --- a/net-mgmt/mrtg/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -the multi-router traffic grapher diff --git a/net-mgmt/mrtg/pkg-descr b/net-mgmt/mrtg/pkg-descr deleted file mode 100644 index 02494c5504ed..000000000000 --- a/net-mgmt/mrtg/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -The Multi Router Traffic Grapher (MRTG) is a tool to monitor the traffic -load on network-links. MRTG generates HTML pages containing GIF images which -provide a LIVE visual representation of this traffic. Check - -WWW: http://www.ee.ethz.ch/stats/mrtg/ - -for an example. MRTG is based on Perl and C and works under UNIX and Windows -NT. - -MRTG is being successfully used on many sites arrond the net. Check the -MRTG-Site-Map, which is at diff --git a/net-mgmt/mrtg/pkg-plist b/net-mgmt/mrtg/pkg-plist deleted file mode 100644 index aa2a3ae651aa..000000000000 --- a/net-mgmt/mrtg/pkg-plist +++ /dev/null @@ -1,31 +0,0 @@ -bin/cfgmaker -bin/cfgmaker_ip -bin/indexmaker -bin/mrtg -bin/rateup -etc/mrtg/sample-mrtg.cfg -lib/perl5/site_perl/%%PERL_VER%%/BER.pm -lib/perl5/site_perl/%%PERL_VER%%/SNMP_Session.pm -lib/perl5/site_perl/%%PERL_VER%%/SNMP_util.pm -share/mrtg/mrtg-l.gif -share/mrtg/mrtg-m.gif -share/mrtg/mrtg-r.gif -share/mrtg/mrtg-ti.gif -share/doc/mrtg/ANNOUNCE -share/doc/mrtg/CHANGES -share/doc/mrtg/COPYING -share/doc/mrtg/COPYRIGHT -share/doc/mrtg/MANIFEST -share/doc/mrtg/README -share/doc/mrtg/config.html -share/doc/mrtg/config.pod -share/doc/mrtg/config.txt -share/doc/mrtg/htaccess.txt -share/doc/mrtg/logfile-format.txt -share/doc/mrtg/manual.html -share/doc/mrtg/manual.txt -share/doc/mrtg/mibhelp.txt -share/doc/mrtg/squid.txt -@dirrm etc/mrtg -@dirrm share/doc/mrtg -@dirrm share/mrtg diff --git a/net-mgmt/net-snmp-devel/Makefile b/net-mgmt/net-snmp-devel/Makefile deleted file mode 100644 index f2fb134f9826..000000000000 --- a/net-mgmt/net-snmp-devel/Makefile +++ /dev/null @@ -1,67 +0,0 @@ -# New ports collection makefile for: ucd-snmp -# Version required: 3.6.1 -# Date created: 26 June 1996 -# Whom: gpalmer -# -# $Id: Makefile,v 1.27 1999/04/18 19:14:44 nectar Exp $ -# - -DISTNAME= ucd-snmp-3.6.1 -CATEGORIES= net -MASTER_SITES= ftp://ucd-snmp.ucdavis.edu/ \ - ftp://sunsite.cnlab-switch.ch/mirror/ucd-snmp/ \ - ftp://ftp.win.or.jp/pub/network/snmp/ucd-snmp/ - -MAINTAINER= gpalmer@FreeBSD.ORG - -CONFIGURE_ARGS= --enable-shared - -USE_CONFIGURE= YES -GNU_CONFIGURE= YES -.if defined(BATCH) -CONFIGURE_ARGS+= --with-defaults --with-sys-contact=nobody@no.where -.else -IS_INTERACTIVE= yes -.endif -#CFLAGS= -g - -MAN1= snmpbulkwalk.1 snmpd.1 snmpdelta.1 snmpget.1 snmpgetnext.1 \ - snmpnetstat.1 snmpset.1 snmpstatus.1 snmptable.1 snmptest.1 \ - snmptranslate.1 snmptrap.1 snmpwalk.1 snmpcmd.1 -MAN3= read_config.3 mib_api.3 snmp_api.3 snmp_sess_api.3 -MAN5= snmp.conf.5 snmp_config.5 snmpd.conf.5 \ - snmptrapd.conf.5 variables.5 -MAN8= snmptrapd.8 -BIN= snmpbulkwalk snmpget snmpgetnext snmpnetstat snmpset \ - snmpstatus snmptest snmptranslate snmptrap snmpwalk -SBIN= snmpd snmptrapd - -STARTUP_FILE= ${PREFIX}/etc/rc.d/snmpd.sh.sample - -.include <bsd.port.pre.mk> - -.if ${PORTOBJFORMAT} == "aout" -BROKEN= "aout build breaks: ld: internal error: RRS relocs exceed allocation 343" -.endif - -SHLIB_VERSION=3 - -post-patch: - ${CP} ${FILESDIR}/freebsd4.h ${WRKSRC}/s - -post-install: - ( cd ${PREFIX}/bin && strip ${BIN} ) - ( cd ${PREFIX}/sbin && strip ${SBIN} ) - ( cd ${PREFIX}/lib && ${LN} -f libsnmp.so.${SHLIB_VERSION} libsnmp.so ) - @${MKDIR} ${PREFIX}/share/examples/ucd-snmp - @for F in ${WRKSRC}/etc/* ; do \ - ${INSTALL_DATA} $$F ${PREFIX}/share/examples/ucd-snmp ; done - @if [ ! -f ${STARTUP_FILE} ]; then \ - ${ECHO} "Creating ${PREFIX}/etc/rc.d/snmpd.sh startup file."; \ - ${ECHO} "#!/bin/sh" > ${STARTUP_FILE}; \ - ${ECHO} "[ -x ${PREFIX}/sbin/snmpd ] && ${PREFIX}/sbin/snmpd && ${ECHO} -n ' snmpd'" >> ${STARTUP_FILE}; \ - chmod 751 ${STARTUP_FILE}; \ - fi - ${SETENV} OBJFORMAT="${PORTOBJFORMAT}" ${LDCONFIG} -m ${PREFIX}/lib - -.include <bsd.port.post.mk> diff --git a/net-mgmt/net-snmp-devel/distinfo b/net-mgmt/net-snmp-devel/distinfo deleted file mode 100644 index d3bd2ef7d60a..000000000000 --- a/net-mgmt/net-snmp-devel/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (ucd-snmp-3.6.1.tar.gz) = 4ebb94d59c086cef4dbb27396f9b77cb diff --git a/net-mgmt/net-snmp-devel/files/freebsd4.h b/net-mgmt/net-snmp-devel/files/freebsd4.h deleted file mode 100644 index e0774c7e4cd6..000000000000 --- a/net-mgmt/net-snmp-devel/files/freebsd4.h +++ /dev/null @@ -1 +0,0 @@ -#include "freebsd3.h" diff --git a/net-mgmt/net-snmp-devel/files/patch-aa b/net-mgmt/net-snmp-devel/files/patch-aa deleted file mode 100644 index ce70b47986cb..000000000000 --- a/net-mgmt/net-snmp-devel/files/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ ---- snmplib/Makefile.in~ Tue Mar 16 01:49:10 1999 -+++ snmplib/Makefile.in Sat Apr 3 13:30:11 1999 -@@ -41,6 +41,10 @@ - - libsnmp.$(SHLIB_EXTENSION)$(SHLIB_VERSION): ${OBJS} - $(SHLIB_LD_CMD) libsnmp.$(SHLIB_EXTENSION)$(SHLIB_VERSION) ${OBJS} -+ ld -Bshareable -soname libsnmp.$(SHLIB_EXTENSION)$(SHLIB_VERSION) \ -+ -o libsnmp.$(SHLIB_EXTENSION) ${OBJS} -+ ln -f libsnmp.$(SHLIB_EXTENSION) \ -+ libsnmp.$(SHLIB_EXTENSION)$(SHLIB_VERSION) - $(RANLIB) libsnmp.$(SHLIB_EXTENSION)$(SHLIB_VERSION) - - installdirs: diff --git a/net-mgmt/net-snmp-devel/files/patch-ab b/net-mgmt/net-snmp-devel/files/patch-ab deleted file mode 100644 index 4658da4119df..000000000000 --- a/net-mgmt/net-snmp-devel/files/patch-ab +++ /dev/null @@ -1,40 +0,0 @@ ---- agent/mibgroup/ucd-snmp/disk.c~ Fri Mar 5 08:45:00 1999 -+++ agent/mibgroup/ucd-snmp/disk.c Sat Apr 3 13:33:11 1999 -@@ -79,6 +79,7 @@ - #define statvfs statfs - #endif - #if HAVE_VM_SWAP_PAGER_H -+#include <vm/vm.h> - #include <vm/swap_pager.h> - #endif - #if HAVE_SYS_FIXPOINT_H ---- agent/mibgroup/ucd-snmp/errormib.c~ Tue Mar 2 05:27:30 1999 -+++ agent/mibgroup/ucd-snmp/errormib.c Sat Apr 3 13:33:44 1999 -@@ -93,6 +93,7 @@ - #define statvfs statfs - #endif - #if HAVE_VM_SWAP_PAGER_H -+#include <vm/vm.h> - #include <vm/swap_pager.h> - #endif - #if HAVE_SYS_FIXPOINT_H ---- agent/mibgroup/ucd-snmp/extensible.c~ Fri Mar 5 08:45:01 1999 -+++ agent/mibgroup/ucd-snmp/extensible.c Sat Apr 3 13:34:13 1999 -@@ -81,6 +81,7 @@ - #define statvfs statfs - #endif - #if HAVE_VM_SWAP_PAGER_H -+#include <vm/vm.h> - #include <vm/swap_pager.h> - #endif - #if HAVE_SYS_FIXPOINT_H ---- agent/mibgroup/ucd-snmp/loadave.c~ Tue Mar 16 08:21:02 1999 -+++ agent/mibgroup/ucd-snmp/loadave.c Sat Apr 3 13:34:39 1999 -@@ -80,6 +80,7 @@ - #define statvfs statfs - #endif - #if HAVE_VM_SWAP_PAGER_H -+#include <vm/vm.h> - #include <vm/swap_pager.h> - #endif - #if HAVE_SYS_FIXPOINT_H diff --git a/net-mgmt/net-snmp-devel/files/patch-ad b/net-mgmt/net-snmp-devel/files/patch-ad deleted file mode 100644 index f47168018a61..000000000000 --- a/net-mgmt/net-snmp-devel/files/patch-ad +++ /dev/null @@ -1,29 +0,0 @@ ---- agent/mibgroup/mibII/interfaces.c~ Tue Mar 16 08:46:12 1999 -+++ agent/mibgroup/mibII/interfaces.c Sat Apr 3 13:49:28 1999 -@@ -1745,10 +1745,18 @@ - physaddrbuf = 0; - } - ifm = (struct if_msghdr *)rtm; -+#if defined(freebsd3) || defined(freebsd4) -+ if (physaddrs != 0) physaddrs[naddrs] = (void*)(ifm + 1); -+ naddrs++; -+#endif - ilen -= ifm->ifm_msglen; - cp += ifm->ifm_msglen; - rtm = (struct rt_msghdr *)cp; - while (ilen > 0 && rtm->rtm_type == RTM_NEWADDR) { -+#if defined(freebsd3) || defined(freebsd4) -+ ilen -= rtm->rtm_msglen; -+ cp += rtm->rtm_msglen; -+#else - int is_alias = 0; - ifam = (struct ifa_msghdr *)rtm; - ilen -= sizeof(*ifam); -@@ -1771,6 +1779,7 @@ - } - sa = (struct sockaddr *)cp; - } -+#endif - rtm = (struct rt_msghdr *)cp; - } - } diff --git a/net-mgmt/net-snmp-devel/files/patch-af b/net-mgmt/net-snmp-devel/files/patch-af deleted file mode 100644 index 2f197dc4c0c0..000000000000 --- a/net-mgmt/net-snmp-devel/files/patch-af +++ /dev/null @@ -1,12 +0,0 @@ ---- agent/mibgroup/ucd_snmp.h.orig Fri Feb 26 03:03:41 1999 -+++ agent/mibgroup/ucd_snmp.h Sun Apr 4 13:52:23 1999 -@@ -18,5 +18,9 @@ - config_arch_require(bsdi3, ucd-snmp/memory) - config_arch_require(linux, ucd-snmp/vmstat) - config_arch_require(freebsd2, ucd-snmp/vmstat_freebsd2) -+config_arch_require(freebsd3, ucd-snmp/vmstat_freebsd2) -+config_arch_require(freebsd4, ucd-snmp/vmstat_freebsd2) - config_arch_require(freebsd2, ucd-snmp/memory_freebsd2) -+config_arch_require(freebsd3, ucd-snmp/memory_freebsd2) -+config_arch_require(freebsd4, ucd-snmp/memory_freebsd2) - config_add_mib(UCD-SNMP-MIB) diff --git a/net-mgmt/net-snmp-devel/pkg-comment b/net-mgmt/net-snmp-devel/pkg-comment deleted file mode 100644 index 28d01a00c0dd..000000000000 --- a/net-mgmt/net-snmp-devel/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -An extendable SNMP implimentation diff --git a/net-mgmt/net-snmp-devel/pkg-descr b/net-mgmt/net-snmp-devel/pkg-descr deleted file mode 100644 index e4aa3d1382a3..000000000000 --- a/net-mgmt/net-snmp-devel/pkg-descr +++ /dev/null @@ -1,18 +0,0 @@ -This is UCD SNMP, a derivative of CMU's SNMP package. - -From the README: - -This package contains a port and modified code of the CMU 2.1.2.1 -snmp agent. It has been modified to allow extensibility quickly -and easily. It is far from the best and most configurable systems; -but hey: its free. - -We use this agent here to monitor known system problems before they -take the machine over. The agent can be easily configured to -monitor the number of a given process running, run external scripts -to check and report functional status. Examples: mountd(s) under -Ultrix 4.3 which tend to fork themselves crazy and eventually fill -up the process table; On our hp700s, "amd" sometimes stops working, -HP VUE hangs and fails to start X, etc. - -WWW: http://ucd-snmp.ucdavis.edu/ diff --git a/net-mgmt/net-snmp-devel/pkg-plist b/net-mgmt/net-snmp-devel/pkg-plist deleted file mode 100644 index 7945090e103b..000000000000 --- a/net-mgmt/net-snmp-devel/pkg-plist +++ /dev/null @@ -1,75 +0,0 @@ -bin/snmpnetstat -bin/snmpwalk -bin/snmpbulkwalk -bin/snmptest -bin/snmptranslate -bin/snmpget -bin/snmpset -bin/snmpgetnext -bin/snmptrap -bin/snmpstatus -bin/snmpdelta -bin/snmptable -bin/snmpcheck -bin/tkmib -etc/rc.d/snmpd.sh.sample -include/ucd-snmp/acl.h -include/ucd-snmp/asn1.h -include/ucd-snmp/context.h -include/ucd-snmp/int64.h -include/ucd-snmp/mib.h -include/ucd-snmp/parse.h -include/ucd-snmp/party.h -include/ucd-snmp/snmp_api.h -include/ucd-snmp/snmp_client.h -include/ucd-snmp/snmp_debug.h -include/ucd-snmp/snmp_impl.h -include/ucd-snmp/snmp.h -include/ucd-snmp/system.h -include/ucd-snmp/ucd-snmp-config.h -include/ucd-snmp/ucd-snmp-includes.h -include/ucd-snmp/version.h -include/ucd-snmp/view.h -@dirrm include/ucd-snmp -lib/libsnmp.so -lib/libsnmp.so.3.5 -sbin/snmpd -sbin/snmptrapd -share/examples/ucd-snmp/README -share/examples/ucd-snmp/acl.conf -share/examples/ucd-snmp/context.conf -share/examples/ucd-snmp/party.conf -share/examples/ucd-snmp/view.conf -@dirrm share/examples/ucd-snmp -share/snmp/mibs/DLMOD-MIB.txt -share/snmp/mibs/RFC1155-SMI.txt -share/snmp/mibs/RFC1213-MIB.txt -share/snmp/mibs/SNMPv2-CONF.txt -share/snmp/mibs/SNMPv2-SMI.txt -share/snmp/mibs/SNMPv2-TC.txt -share/snmp/mibs/SNMPv2-TM.txt -share/snmp/mibs/SNMPv2-MIB.txt -share/snmp/mibs/SNMPv2-M2M-MIB.txt -share/snmp/mibs/SNMPv2-PARTY-MIB.txt -share/snmp/mibs/SNMP-FRAMEWORK-MIB.txt -share/snmp/mibs/SNMP-MPD-MIB.txt -share/snmp/mibs/SNMP-TARGET-MIB.txt -share/snmp/mibs/SNMP-NOTIFICATION-MIB.txt -share/snmp/mibs/SNMP-PROXY-MIB.txt -share/snmp/mibs/SNMP-USER-BASED-SM-MIB.txt -share/snmp/mibs/SNMP-VIEW-BASED-ACM-MIB.txt -share/snmp/mibs/IANAifType-MIB.txt -share/snmp/mibs/IF-MIB.txt -share/snmp/mibs/IP-MIB.txt -share/snmp/mibs/TCP-MIB.txt -share/snmp/mibs/UDP-MIB.txt -share/snmp/mibs/EtherLike-MIB.txt -share/snmp/mibs/HOST-RESOURCES-MIB.txt -share/snmp/mibs/RFC1271-MIB.txt -share/snmp/mibs/UCD-SNMP-MIB.txt -share/snmp/mibs/IPFWACC-MIB.txt -@unexec rm -f %D/share/snmp/mibs/.index -@dirrm share/snmp/mibs -@dirrm share/snmp -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %D/lib -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R diff --git a/net-mgmt/net-snmp/Makefile b/net-mgmt/net-snmp/Makefile deleted file mode 100644 index f2fb134f9826..000000000000 --- a/net-mgmt/net-snmp/Makefile +++ /dev/null @@ -1,67 +0,0 @@ -# New ports collection makefile for: ucd-snmp -# Version required: 3.6.1 -# Date created: 26 June 1996 -# Whom: gpalmer -# -# $Id: Makefile,v 1.27 1999/04/18 19:14:44 nectar Exp $ -# - -DISTNAME= ucd-snmp-3.6.1 -CATEGORIES= net -MASTER_SITES= ftp://ucd-snmp.ucdavis.edu/ \ - ftp://sunsite.cnlab-switch.ch/mirror/ucd-snmp/ \ - ftp://ftp.win.or.jp/pub/network/snmp/ucd-snmp/ - -MAINTAINER= gpalmer@FreeBSD.ORG - -CONFIGURE_ARGS= --enable-shared - -USE_CONFIGURE= YES -GNU_CONFIGURE= YES -.if defined(BATCH) -CONFIGURE_ARGS+= --with-defaults --with-sys-contact=nobody@no.where -.else -IS_INTERACTIVE= yes -.endif -#CFLAGS= -g - -MAN1= snmpbulkwalk.1 snmpd.1 snmpdelta.1 snmpget.1 snmpgetnext.1 \ - snmpnetstat.1 snmpset.1 snmpstatus.1 snmptable.1 snmptest.1 \ - snmptranslate.1 snmptrap.1 snmpwalk.1 snmpcmd.1 -MAN3= read_config.3 mib_api.3 snmp_api.3 snmp_sess_api.3 -MAN5= snmp.conf.5 snmp_config.5 snmpd.conf.5 \ - snmptrapd.conf.5 variables.5 -MAN8= snmptrapd.8 -BIN= snmpbulkwalk snmpget snmpgetnext snmpnetstat snmpset \ - snmpstatus snmptest snmptranslate snmptrap snmpwalk -SBIN= snmpd snmptrapd - -STARTUP_FILE= ${PREFIX}/etc/rc.d/snmpd.sh.sample - -.include <bsd.port.pre.mk> - -.if ${PORTOBJFORMAT} == "aout" -BROKEN= "aout build breaks: ld: internal error: RRS relocs exceed allocation 343" -.endif - -SHLIB_VERSION=3 - -post-patch: - ${CP} ${FILESDIR}/freebsd4.h ${WRKSRC}/s - -post-install: - ( cd ${PREFIX}/bin && strip ${BIN} ) - ( cd ${PREFIX}/sbin && strip ${SBIN} ) - ( cd ${PREFIX}/lib && ${LN} -f libsnmp.so.${SHLIB_VERSION} libsnmp.so ) - @${MKDIR} ${PREFIX}/share/examples/ucd-snmp - @for F in ${WRKSRC}/etc/* ; do \ - ${INSTALL_DATA} $$F ${PREFIX}/share/examples/ucd-snmp ; done - @if [ ! -f ${STARTUP_FILE} ]; then \ - ${ECHO} "Creating ${PREFIX}/etc/rc.d/snmpd.sh startup file."; \ - ${ECHO} "#!/bin/sh" > ${STARTUP_FILE}; \ - ${ECHO} "[ -x ${PREFIX}/sbin/snmpd ] && ${PREFIX}/sbin/snmpd && ${ECHO} -n ' snmpd'" >> ${STARTUP_FILE}; \ - chmod 751 ${STARTUP_FILE}; \ - fi - ${SETENV} OBJFORMAT="${PORTOBJFORMAT}" ${LDCONFIG} -m ${PREFIX}/lib - -.include <bsd.port.post.mk> diff --git a/net-mgmt/net-snmp/distinfo b/net-mgmt/net-snmp/distinfo deleted file mode 100644 index d3bd2ef7d60a..000000000000 --- a/net-mgmt/net-snmp/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (ucd-snmp-3.6.1.tar.gz) = 4ebb94d59c086cef4dbb27396f9b77cb diff --git a/net-mgmt/net-snmp/files/freebsd4.h b/net-mgmt/net-snmp/files/freebsd4.h deleted file mode 100644 index e0774c7e4cd6..000000000000 --- a/net-mgmt/net-snmp/files/freebsd4.h +++ /dev/null @@ -1 +0,0 @@ -#include "freebsd3.h" diff --git a/net-mgmt/net-snmp/files/patch-aa b/net-mgmt/net-snmp/files/patch-aa deleted file mode 100644 index ce70b47986cb..000000000000 --- a/net-mgmt/net-snmp/files/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ ---- snmplib/Makefile.in~ Tue Mar 16 01:49:10 1999 -+++ snmplib/Makefile.in Sat Apr 3 13:30:11 1999 -@@ -41,6 +41,10 @@ - - libsnmp.$(SHLIB_EXTENSION)$(SHLIB_VERSION): ${OBJS} - $(SHLIB_LD_CMD) libsnmp.$(SHLIB_EXTENSION)$(SHLIB_VERSION) ${OBJS} -+ ld -Bshareable -soname libsnmp.$(SHLIB_EXTENSION)$(SHLIB_VERSION) \ -+ -o libsnmp.$(SHLIB_EXTENSION) ${OBJS} -+ ln -f libsnmp.$(SHLIB_EXTENSION) \ -+ libsnmp.$(SHLIB_EXTENSION)$(SHLIB_VERSION) - $(RANLIB) libsnmp.$(SHLIB_EXTENSION)$(SHLIB_VERSION) - - installdirs: diff --git a/net-mgmt/net-snmp/files/patch-ab b/net-mgmt/net-snmp/files/patch-ab deleted file mode 100644 index 4658da4119df..000000000000 --- a/net-mgmt/net-snmp/files/patch-ab +++ /dev/null @@ -1,40 +0,0 @@ ---- agent/mibgroup/ucd-snmp/disk.c~ Fri Mar 5 08:45:00 1999 -+++ agent/mibgroup/ucd-snmp/disk.c Sat Apr 3 13:33:11 1999 -@@ -79,6 +79,7 @@ - #define statvfs statfs - #endif - #if HAVE_VM_SWAP_PAGER_H -+#include <vm/vm.h> - #include <vm/swap_pager.h> - #endif - #if HAVE_SYS_FIXPOINT_H ---- agent/mibgroup/ucd-snmp/errormib.c~ Tue Mar 2 05:27:30 1999 -+++ agent/mibgroup/ucd-snmp/errormib.c Sat Apr 3 13:33:44 1999 -@@ -93,6 +93,7 @@ - #define statvfs statfs - #endif - #if HAVE_VM_SWAP_PAGER_H -+#include <vm/vm.h> - #include <vm/swap_pager.h> - #endif - #if HAVE_SYS_FIXPOINT_H ---- agent/mibgroup/ucd-snmp/extensible.c~ Fri Mar 5 08:45:01 1999 -+++ agent/mibgroup/ucd-snmp/extensible.c Sat Apr 3 13:34:13 1999 -@@ -81,6 +81,7 @@ - #define statvfs statfs - #endif - #if HAVE_VM_SWAP_PAGER_H -+#include <vm/vm.h> - #include <vm/swap_pager.h> - #endif - #if HAVE_SYS_FIXPOINT_H ---- agent/mibgroup/ucd-snmp/loadave.c~ Tue Mar 16 08:21:02 1999 -+++ agent/mibgroup/ucd-snmp/loadave.c Sat Apr 3 13:34:39 1999 -@@ -80,6 +80,7 @@ - #define statvfs statfs - #endif - #if HAVE_VM_SWAP_PAGER_H -+#include <vm/vm.h> - #include <vm/swap_pager.h> - #endif - #if HAVE_SYS_FIXPOINT_H diff --git a/net-mgmt/net-snmp/files/patch-ad b/net-mgmt/net-snmp/files/patch-ad deleted file mode 100644 index f47168018a61..000000000000 --- a/net-mgmt/net-snmp/files/patch-ad +++ /dev/null @@ -1,29 +0,0 @@ ---- agent/mibgroup/mibII/interfaces.c~ Tue Mar 16 08:46:12 1999 -+++ agent/mibgroup/mibII/interfaces.c Sat Apr 3 13:49:28 1999 -@@ -1745,10 +1745,18 @@ - physaddrbuf = 0; - } - ifm = (struct if_msghdr *)rtm; -+#if defined(freebsd3) || defined(freebsd4) -+ if (physaddrs != 0) physaddrs[naddrs] = (void*)(ifm + 1); -+ naddrs++; -+#endif - ilen -= ifm->ifm_msglen; - cp += ifm->ifm_msglen; - rtm = (struct rt_msghdr *)cp; - while (ilen > 0 && rtm->rtm_type == RTM_NEWADDR) { -+#if defined(freebsd3) || defined(freebsd4) -+ ilen -= rtm->rtm_msglen; -+ cp += rtm->rtm_msglen; -+#else - int is_alias = 0; - ifam = (struct ifa_msghdr *)rtm; - ilen -= sizeof(*ifam); -@@ -1771,6 +1779,7 @@ - } - sa = (struct sockaddr *)cp; - } -+#endif - rtm = (struct rt_msghdr *)cp; - } - } diff --git a/net-mgmt/net-snmp/files/patch-af b/net-mgmt/net-snmp/files/patch-af deleted file mode 100644 index 2f197dc4c0c0..000000000000 --- a/net-mgmt/net-snmp/files/patch-af +++ /dev/null @@ -1,12 +0,0 @@ ---- agent/mibgroup/ucd_snmp.h.orig Fri Feb 26 03:03:41 1999 -+++ agent/mibgroup/ucd_snmp.h Sun Apr 4 13:52:23 1999 -@@ -18,5 +18,9 @@ - config_arch_require(bsdi3, ucd-snmp/memory) - config_arch_require(linux, ucd-snmp/vmstat) - config_arch_require(freebsd2, ucd-snmp/vmstat_freebsd2) -+config_arch_require(freebsd3, ucd-snmp/vmstat_freebsd2) -+config_arch_require(freebsd4, ucd-snmp/vmstat_freebsd2) - config_arch_require(freebsd2, ucd-snmp/memory_freebsd2) -+config_arch_require(freebsd3, ucd-snmp/memory_freebsd2) -+config_arch_require(freebsd4, ucd-snmp/memory_freebsd2) - config_add_mib(UCD-SNMP-MIB) diff --git a/net-mgmt/net-snmp/pkg-comment b/net-mgmt/net-snmp/pkg-comment deleted file mode 100644 index 28d01a00c0dd..000000000000 --- a/net-mgmt/net-snmp/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -An extendable SNMP implimentation diff --git a/net-mgmt/net-snmp/pkg-descr b/net-mgmt/net-snmp/pkg-descr deleted file mode 100644 index e4aa3d1382a3..000000000000 --- a/net-mgmt/net-snmp/pkg-descr +++ /dev/null @@ -1,18 +0,0 @@ -This is UCD SNMP, a derivative of CMU's SNMP package. - -From the README: - -This package contains a port and modified code of the CMU 2.1.2.1 -snmp agent. It has been modified to allow extensibility quickly -and easily. It is far from the best and most configurable systems; -but hey: its free. - -We use this agent here to monitor known system problems before they -take the machine over. The agent can be easily configured to -monitor the number of a given process running, run external scripts -to check and report functional status. Examples: mountd(s) under -Ultrix 4.3 which tend to fork themselves crazy and eventually fill -up the process table; On our hp700s, "amd" sometimes stops working, -HP VUE hangs and fails to start X, etc. - -WWW: http://ucd-snmp.ucdavis.edu/ diff --git a/net-mgmt/net-snmp/pkg-plist b/net-mgmt/net-snmp/pkg-plist deleted file mode 100644 index 7945090e103b..000000000000 --- a/net-mgmt/net-snmp/pkg-plist +++ /dev/null @@ -1,75 +0,0 @@ -bin/snmpnetstat -bin/snmpwalk -bin/snmpbulkwalk -bin/snmptest -bin/snmptranslate -bin/snmpget -bin/snmpset -bin/snmpgetnext -bin/snmptrap -bin/snmpstatus -bin/snmpdelta -bin/snmptable -bin/snmpcheck -bin/tkmib -etc/rc.d/snmpd.sh.sample -include/ucd-snmp/acl.h -include/ucd-snmp/asn1.h -include/ucd-snmp/context.h -include/ucd-snmp/int64.h -include/ucd-snmp/mib.h -include/ucd-snmp/parse.h -include/ucd-snmp/party.h -include/ucd-snmp/snmp_api.h -include/ucd-snmp/snmp_client.h -include/ucd-snmp/snmp_debug.h -include/ucd-snmp/snmp_impl.h -include/ucd-snmp/snmp.h -include/ucd-snmp/system.h -include/ucd-snmp/ucd-snmp-config.h -include/ucd-snmp/ucd-snmp-includes.h -include/ucd-snmp/version.h -include/ucd-snmp/view.h -@dirrm include/ucd-snmp -lib/libsnmp.so -lib/libsnmp.so.3.5 -sbin/snmpd -sbin/snmptrapd -share/examples/ucd-snmp/README -share/examples/ucd-snmp/acl.conf -share/examples/ucd-snmp/context.conf -share/examples/ucd-snmp/party.conf -share/examples/ucd-snmp/view.conf -@dirrm share/examples/ucd-snmp -share/snmp/mibs/DLMOD-MIB.txt -share/snmp/mibs/RFC1155-SMI.txt -share/snmp/mibs/RFC1213-MIB.txt -share/snmp/mibs/SNMPv2-CONF.txt -share/snmp/mibs/SNMPv2-SMI.txt -share/snmp/mibs/SNMPv2-TC.txt -share/snmp/mibs/SNMPv2-TM.txt -share/snmp/mibs/SNMPv2-MIB.txt -share/snmp/mibs/SNMPv2-M2M-MIB.txt -share/snmp/mibs/SNMPv2-PARTY-MIB.txt -share/snmp/mibs/SNMP-FRAMEWORK-MIB.txt -share/snmp/mibs/SNMP-MPD-MIB.txt -share/snmp/mibs/SNMP-TARGET-MIB.txt -share/snmp/mibs/SNMP-NOTIFICATION-MIB.txt -share/snmp/mibs/SNMP-PROXY-MIB.txt -share/snmp/mibs/SNMP-USER-BASED-SM-MIB.txt -share/snmp/mibs/SNMP-VIEW-BASED-ACM-MIB.txt -share/snmp/mibs/IANAifType-MIB.txt -share/snmp/mibs/IF-MIB.txt -share/snmp/mibs/IP-MIB.txt -share/snmp/mibs/TCP-MIB.txt -share/snmp/mibs/UDP-MIB.txt -share/snmp/mibs/EtherLike-MIB.txt -share/snmp/mibs/HOST-RESOURCES-MIB.txt -share/snmp/mibs/RFC1271-MIB.txt -share/snmp/mibs/UCD-SNMP-MIB.txt -share/snmp/mibs/IPFWACC-MIB.txt -@unexec rm -f %D/share/snmp/mibs/.index -@dirrm share/snmp/mibs -@dirrm share/snmp -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %D/lib -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R diff --git a/net-mgmt/net-snmp4/Makefile b/net-mgmt/net-snmp4/Makefile deleted file mode 100644 index f2fb134f9826..000000000000 --- a/net-mgmt/net-snmp4/Makefile +++ /dev/null @@ -1,67 +0,0 @@ -# New ports collection makefile for: ucd-snmp -# Version required: 3.6.1 -# Date created: 26 June 1996 -# Whom: gpalmer -# -# $Id: Makefile,v 1.27 1999/04/18 19:14:44 nectar Exp $ -# - -DISTNAME= ucd-snmp-3.6.1 -CATEGORIES= net -MASTER_SITES= ftp://ucd-snmp.ucdavis.edu/ \ - ftp://sunsite.cnlab-switch.ch/mirror/ucd-snmp/ \ - ftp://ftp.win.or.jp/pub/network/snmp/ucd-snmp/ - -MAINTAINER= gpalmer@FreeBSD.ORG - -CONFIGURE_ARGS= --enable-shared - -USE_CONFIGURE= YES -GNU_CONFIGURE= YES -.if defined(BATCH) -CONFIGURE_ARGS+= --with-defaults --with-sys-contact=nobody@no.where -.else -IS_INTERACTIVE= yes -.endif -#CFLAGS= -g - -MAN1= snmpbulkwalk.1 snmpd.1 snmpdelta.1 snmpget.1 snmpgetnext.1 \ - snmpnetstat.1 snmpset.1 snmpstatus.1 snmptable.1 snmptest.1 \ - snmptranslate.1 snmptrap.1 snmpwalk.1 snmpcmd.1 -MAN3= read_config.3 mib_api.3 snmp_api.3 snmp_sess_api.3 -MAN5= snmp.conf.5 snmp_config.5 snmpd.conf.5 \ - snmptrapd.conf.5 variables.5 -MAN8= snmptrapd.8 -BIN= snmpbulkwalk snmpget snmpgetnext snmpnetstat snmpset \ - snmpstatus snmptest snmptranslate snmptrap snmpwalk -SBIN= snmpd snmptrapd - -STARTUP_FILE= ${PREFIX}/etc/rc.d/snmpd.sh.sample - -.include <bsd.port.pre.mk> - -.if ${PORTOBJFORMAT} == "aout" -BROKEN= "aout build breaks: ld: internal error: RRS relocs exceed allocation 343" -.endif - -SHLIB_VERSION=3 - -post-patch: - ${CP} ${FILESDIR}/freebsd4.h ${WRKSRC}/s - -post-install: - ( cd ${PREFIX}/bin && strip ${BIN} ) - ( cd ${PREFIX}/sbin && strip ${SBIN} ) - ( cd ${PREFIX}/lib && ${LN} -f libsnmp.so.${SHLIB_VERSION} libsnmp.so ) - @${MKDIR} ${PREFIX}/share/examples/ucd-snmp - @for F in ${WRKSRC}/etc/* ; do \ - ${INSTALL_DATA} $$F ${PREFIX}/share/examples/ucd-snmp ; done - @if [ ! -f ${STARTUP_FILE} ]; then \ - ${ECHO} "Creating ${PREFIX}/etc/rc.d/snmpd.sh startup file."; \ - ${ECHO} "#!/bin/sh" > ${STARTUP_FILE}; \ - ${ECHO} "[ -x ${PREFIX}/sbin/snmpd ] && ${PREFIX}/sbin/snmpd && ${ECHO} -n ' snmpd'" >> ${STARTUP_FILE}; \ - chmod 751 ${STARTUP_FILE}; \ - fi - ${SETENV} OBJFORMAT="${PORTOBJFORMAT}" ${LDCONFIG} -m ${PREFIX}/lib - -.include <bsd.port.post.mk> diff --git a/net-mgmt/net-snmp4/distinfo b/net-mgmt/net-snmp4/distinfo deleted file mode 100644 index d3bd2ef7d60a..000000000000 --- a/net-mgmt/net-snmp4/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (ucd-snmp-3.6.1.tar.gz) = 4ebb94d59c086cef4dbb27396f9b77cb diff --git a/net-mgmt/net-snmp4/files/freebsd4.h b/net-mgmt/net-snmp4/files/freebsd4.h deleted file mode 100644 index e0774c7e4cd6..000000000000 --- a/net-mgmt/net-snmp4/files/freebsd4.h +++ /dev/null @@ -1 +0,0 @@ -#include "freebsd3.h" diff --git a/net-mgmt/net-snmp4/files/patch-aa b/net-mgmt/net-snmp4/files/patch-aa deleted file mode 100644 index ce70b47986cb..000000000000 --- a/net-mgmt/net-snmp4/files/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ ---- snmplib/Makefile.in~ Tue Mar 16 01:49:10 1999 -+++ snmplib/Makefile.in Sat Apr 3 13:30:11 1999 -@@ -41,6 +41,10 @@ - - libsnmp.$(SHLIB_EXTENSION)$(SHLIB_VERSION): ${OBJS} - $(SHLIB_LD_CMD) libsnmp.$(SHLIB_EXTENSION)$(SHLIB_VERSION) ${OBJS} -+ ld -Bshareable -soname libsnmp.$(SHLIB_EXTENSION)$(SHLIB_VERSION) \ -+ -o libsnmp.$(SHLIB_EXTENSION) ${OBJS} -+ ln -f libsnmp.$(SHLIB_EXTENSION) \ -+ libsnmp.$(SHLIB_EXTENSION)$(SHLIB_VERSION) - $(RANLIB) libsnmp.$(SHLIB_EXTENSION)$(SHLIB_VERSION) - - installdirs: diff --git a/net-mgmt/net-snmp4/files/patch-ab b/net-mgmt/net-snmp4/files/patch-ab deleted file mode 100644 index 4658da4119df..000000000000 --- a/net-mgmt/net-snmp4/files/patch-ab +++ /dev/null @@ -1,40 +0,0 @@ ---- agent/mibgroup/ucd-snmp/disk.c~ Fri Mar 5 08:45:00 1999 -+++ agent/mibgroup/ucd-snmp/disk.c Sat Apr 3 13:33:11 1999 -@@ -79,6 +79,7 @@ - #define statvfs statfs - #endif - #if HAVE_VM_SWAP_PAGER_H -+#include <vm/vm.h> - #include <vm/swap_pager.h> - #endif - #if HAVE_SYS_FIXPOINT_H ---- agent/mibgroup/ucd-snmp/errormib.c~ Tue Mar 2 05:27:30 1999 -+++ agent/mibgroup/ucd-snmp/errormib.c Sat Apr 3 13:33:44 1999 -@@ -93,6 +93,7 @@ - #define statvfs statfs - #endif - #if HAVE_VM_SWAP_PAGER_H -+#include <vm/vm.h> - #include <vm/swap_pager.h> - #endif - #if HAVE_SYS_FIXPOINT_H ---- agent/mibgroup/ucd-snmp/extensible.c~ Fri Mar 5 08:45:01 1999 -+++ agent/mibgroup/ucd-snmp/extensible.c Sat Apr 3 13:34:13 1999 -@@ -81,6 +81,7 @@ - #define statvfs statfs - #endif - #if HAVE_VM_SWAP_PAGER_H -+#include <vm/vm.h> - #include <vm/swap_pager.h> - #endif - #if HAVE_SYS_FIXPOINT_H ---- agent/mibgroup/ucd-snmp/loadave.c~ Tue Mar 16 08:21:02 1999 -+++ agent/mibgroup/ucd-snmp/loadave.c Sat Apr 3 13:34:39 1999 -@@ -80,6 +80,7 @@ - #define statvfs statfs - #endif - #if HAVE_VM_SWAP_PAGER_H -+#include <vm/vm.h> - #include <vm/swap_pager.h> - #endif - #if HAVE_SYS_FIXPOINT_H diff --git a/net-mgmt/net-snmp4/files/patch-ad b/net-mgmt/net-snmp4/files/patch-ad deleted file mode 100644 index f47168018a61..000000000000 --- a/net-mgmt/net-snmp4/files/patch-ad +++ /dev/null @@ -1,29 +0,0 @@ ---- agent/mibgroup/mibII/interfaces.c~ Tue Mar 16 08:46:12 1999 -+++ agent/mibgroup/mibII/interfaces.c Sat Apr 3 13:49:28 1999 -@@ -1745,10 +1745,18 @@ - physaddrbuf = 0; - } - ifm = (struct if_msghdr *)rtm; -+#if defined(freebsd3) || defined(freebsd4) -+ if (physaddrs != 0) physaddrs[naddrs] = (void*)(ifm + 1); -+ naddrs++; -+#endif - ilen -= ifm->ifm_msglen; - cp += ifm->ifm_msglen; - rtm = (struct rt_msghdr *)cp; - while (ilen > 0 && rtm->rtm_type == RTM_NEWADDR) { -+#if defined(freebsd3) || defined(freebsd4) -+ ilen -= rtm->rtm_msglen; -+ cp += rtm->rtm_msglen; -+#else - int is_alias = 0; - ifam = (struct ifa_msghdr *)rtm; - ilen -= sizeof(*ifam); -@@ -1771,6 +1779,7 @@ - } - sa = (struct sockaddr *)cp; - } -+#endif - rtm = (struct rt_msghdr *)cp; - } - } diff --git a/net-mgmt/net-snmp4/files/patch-af b/net-mgmt/net-snmp4/files/patch-af deleted file mode 100644 index 2f197dc4c0c0..000000000000 --- a/net-mgmt/net-snmp4/files/patch-af +++ /dev/null @@ -1,12 +0,0 @@ ---- agent/mibgroup/ucd_snmp.h.orig Fri Feb 26 03:03:41 1999 -+++ agent/mibgroup/ucd_snmp.h Sun Apr 4 13:52:23 1999 -@@ -18,5 +18,9 @@ - config_arch_require(bsdi3, ucd-snmp/memory) - config_arch_require(linux, ucd-snmp/vmstat) - config_arch_require(freebsd2, ucd-snmp/vmstat_freebsd2) -+config_arch_require(freebsd3, ucd-snmp/vmstat_freebsd2) -+config_arch_require(freebsd4, ucd-snmp/vmstat_freebsd2) - config_arch_require(freebsd2, ucd-snmp/memory_freebsd2) -+config_arch_require(freebsd3, ucd-snmp/memory_freebsd2) -+config_arch_require(freebsd4, ucd-snmp/memory_freebsd2) - config_add_mib(UCD-SNMP-MIB) diff --git a/net-mgmt/net-snmp4/pkg-comment b/net-mgmt/net-snmp4/pkg-comment deleted file mode 100644 index 28d01a00c0dd..000000000000 --- a/net-mgmt/net-snmp4/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -An extendable SNMP implimentation diff --git a/net-mgmt/net-snmp4/pkg-descr b/net-mgmt/net-snmp4/pkg-descr deleted file mode 100644 index e4aa3d1382a3..000000000000 --- a/net-mgmt/net-snmp4/pkg-descr +++ /dev/null @@ -1,18 +0,0 @@ -This is UCD SNMP, a derivative of CMU's SNMP package. - -From the README: - -This package contains a port and modified code of the CMU 2.1.2.1 -snmp agent. It has been modified to allow extensibility quickly -and easily. It is far from the best and most configurable systems; -but hey: its free. - -We use this agent here to monitor known system problems before they -take the machine over. The agent can be easily configured to -monitor the number of a given process running, run external scripts -to check and report functional status. Examples: mountd(s) under -Ultrix 4.3 which tend to fork themselves crazy and eventually fill -up the process table; On our hp700s, "amd" sometimes stops working, -HP VUE hangs and fails to start X, etc. - -WWW: http://ucd-snmp.ucdavis.edu/ diff --git a/net-mgmt/net-snmp4/pkg-plist b/net-mgmt/net-snmp4/pkg-plist deleted file mode 100644 index 7945090e103b..000000000000 --- a/net-mgmt/net-snmp4/pkg-plist +++ /dev/null @@ -1,75 +0,0 @@ -bin/snmpnetstat -bin/snmpwalk -bin/snmpbulkwalk -bin/snmptest -bin/snmptranslate -bin/snmpget -bin/snmpset -bin/snmpgetnext -bin/snmptrap -bin/snmpstatus -bin/snmpdelta -bin/snmptable -bin/snmpcheck -bin/tkmib -etc/rc.d/snmpd.sh.sample -include/ucd-snmp/acl.h -include/ucd-snmp/asn1.h -include/ucd-snmp/context.h -include/ucd-snmp/int64.h -include/ucd-snmp/mib.h -include/ucd-snmp/parse.h -include/ucd-snmp/party.h -include/ucd-snmp/snmp_api.h -include/ucd-snmp/snmp_client.h -include/ucd-snmp/snmp_debug.h -include/ucd-snmp/snmp_impl.h -include/ucd-snmp/snmp.h -include/ucd-snmp/system.h -include/ucd-snmp/ucd-snmp-config.h -include/ucd-snmp/ucd-snmp-includes.h -include/ucd-snmp/version.h -include/ucd-snmp/view.h -@dirrm include/ucd-snmp -lib/libsnmp.so -lib/libsnmp.so.3.5 -sbin/snmpd -sbin/snmptrapd -share/examples/ucd-snmp/README -share/examples/ucd-snmp/acl.conf -share/examples/ucd-snmp/context.conf -share/examples/ucd-snmp/party.conf -share/examples/ucd-snmp/view.conf -@dirrm share/examples/ucd-snmp -share/snmp/mibs/DLMOD-MIB.txt -share/snmp/mibs/RFC1155-SMI.txt -share/snmp/mibs/RFC1213-MIB.txt -share/snmp/mibs/SNMPv2-CONF.txt -share/snmp/mibs/SNMPv2-SMI.txt -share/snmp/mibs/SNMPv2-TC.txt -share/snmp/mibs/SNMPv2-TM.txt -share/snmp/mibs/SNMPv2-MIB.txt -share/snmp/mibs/SNMPv2-M2M-MIB.txt -share/snmp/mibs/SNMPv2-PARTY-MIB.txt -share/snmp/mibs/SNMP-FRAMEWORK-MIB.txt -share/snmp/mibs/SNMP-MPD-MIB.txt -share/snmp/mibs/SNMP-TARGET-MIB.txt -share/snmp/mibs/SNMP-NOTIFICATION-MIB.txt -share/snmp/mibs/SNMP-PROXY-MIB.txt -share/snmp/mibs/SNMP-USER-BASED-SM-MIB.txt -share/snmp/mibs/SNMP-VIEW-BASED-ACM-MIB.txt -share/snmp/mibs/IANAifType-MIB.txt -share/snmp/mibs/IF-MIB.txt -share/snmp/mibs/IP-MIB.txt -share/snmp/mibs/TCP-MIB.txt -share/snmp/mibs/UDP-MIB.txt -share/snmp/mibs/EtherLike-MIB.txt -share/snmp/mibs/HOST-RESOURCES-MIB.txt -share/snmp/mibs/RFC1271-MIB.txt -share/snmp/mibs/UCD-SNMP-MIB.txt -share/snmp/mibs/IPFWACC-MIB.txt -@unexec rm -f %D/share/snmp/mibs/.index -@dirrm share/snmp/mibs -@dirrm share/snmp -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %D/lib -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R diff --git a/net-mgmt/net-snmp53/Makefile b/net-mgmt/net-snmp53/Makefile deleted file mode 100644 index f2fb134f9826..000000000000 --- a/net-mgmt/net-snmp53/Makefile +++ /dev/null @@ -1,67 +0,0 @@ -# New ports collection makefile for: ucd-snmp -# Version required: 3.6.1 -# Date created: 26 June 1996 -# Whom: gpalmer -# -# $Id: Makefile,v 1.27 1999/04/18 19:14:44 nectar Exp $ -# - -DISTNAME= ucd-snmp-3.6.1 -CATEGORIES= net -MASTER_SITES= ftp://ucd-snmp.ucdavis.edu/ \ - ftp://sunsite.cnlab-switch.ch/mirror/ucd-snmp/ \ - ftp://ftp.win.or.jp/pub/network/snmp/ucd-snmp/ - -MAINTAINER= gpalmer@FreeBSD.ORG - -CONFIGURE_ARGS= --enable-shared - -USE_CONFIGURE= YES -GNU_CONFIGURE= YES -.if defined(BATCH) -CONFIGURE_ARGS+= --with-defaults --with-sys-contact=nobody@no.where -.else -IS_INTERACTIVE= yes -.endif -#CFLAGS= -g - -MAN1= snmpbulkwalk.1 snmpd.1 snmpdelta.1 snmpget.1 snmpgetnext.1 \ - snmpnetstat.1 snmpset.1 snmpstatus.1 snmptable.1 snmptest.1 \ - snmptranslate.1 snmptrap.1 snmpwalk.1 snmpcmd.1 -MAN3= read_config.3 mib_api.3 snmp_api.3 snmp_sess_api.3 -MAN5= snmp.conf.5 snmp_config.5 snmpd.conf.5 \ - snmptrapd.conf.5 variables.5 -MAN8= snmptrapd.8 -BIN= snmpbulkwalk snmpget snmpgetnext snmpnetstat snmpset \ - snmpstatus snmptest snmptranslate snmptrap snmpwalk -SBIN= snmpd snmptrapd - -STARTUP_FILE= ${PREFIX}/etc/rc.d/snmpd.sh.sample - -.include <bsd.port.pre.mk> - -.if ${PORTOBJFORMAT} == "aout" -BROKEN= "aout build breaks: ld: internal error: RRS relocs exceed allocation 343" -.endif - -SHLIB_VERSION=3 - -post-patch: - ${CP} ${FILESDIR}/freebsd4.h ${WRKSRC}/s - -post-install: - ( cd ${PREFIX}/bin && strip ${BIN} ) - ( cd ${PREFIX}/sbin && strip ${SBIN} ) - ( cd ${PREFIX}/lib && ${LN} -f libsnmp.so.${SHLIB_VERSION} libsnmp.so ) - @${MKDIR} ${PREFIX}/share/examples/ucd-snmp - @for F in ${WRKSRC}/etc/* ; do \ - ${INSTALL_DATA} $$F ${PREFIX}/share/examples/ucd-snmp ; done - @if [ ! -f ${STARTUP_FILE} ]; then \ - ${ECHO} "Creating ${PREFIX}/etc/rc.d/snmpd.sh startup file."; \ - ${ECHO} "#!/bin/sh" > ${STARTUP_FILE}; \ - ${ECHO} "[ -x ${PREFIX}/sbin/snmpd ] && ${PREFIX}/sbin/snmpd && ${ECHO} -n ' snmpd'" >> ${STARTUP_FILE}; \ - chmod 751 ${STARTUP_FILE}; \ - fi - ${SETENV} OBJFORMAT="${PORTOBJFORMAT}" ${LDCONFIG} -m ${PREFIX}/lib - -.include <bsd.port.post.mk> diff --git a/net-mgmt/net-snmp53/distinfo b/net-mgmt/net-snmp53/distinfo deleted file mode 100644 index d3bd2ef7d60a..000000000000 --- a/net-mgmt/net-snmp53/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (ucd-snmp-3.6.1.tar.gz) = 4ebb94d59c086cef4dbb27396f9b77cb diff --git a/net-mgmt/net-snmp53/files/freebsd4.h b/net-mgmt/net-snmp53/files/freebsd4.h deleted file mode 100644 index e0774c7e4cd6..000000000000 --- a/net-mgmt/net-snmp53/files/freebsd4.h +++ /dev/null @@ -1 +0,0 @@ -#include "freebsd3.h" diff --git a/net-mgmt/net-snmp53/files/patch-aa b/net-mgmt/net-snmp53/files/patch-aa deleted file mode 100644 index ce70b47986cb..000000000000 --- a/net-mgmt/net-snmp53/files/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ ---- snmplib/Makefile.in~ Tue Mar 16 01:49:10 1999 -+++ snmplib/Makefile.in Sat Apr 3 13:30:11 1999 -@@ -41,6 +41,10 @@ - - libsnmp.$(SHLIB_EXTENSION)$(SHLIB_VERSION): ${OBJS} - $(SHLIB_LD_CMD) libsnmp.$(SHLIB_EXTENSION)$(SHLIB_VERSION) ${OBJS} -+ ld -Bshareable -soname libsnmp.$(SHLIB_EXTENSION)$(SHLIB_VERSION) \ -+ -o libsnmp.$(SHLIB_EXTENSION) ${OBJS} -+ ln -f libsnmp.$(SHLIB_EXTENSION) \ -+ libsnmp.$(SHLIB_EXTENSION)$(SHLIB_VERSION) - $(RANLIB) libsnmp.$(SHLIB_EXTENSION)$(SHLIB_VERSION) - - installdirs: diff --git a/net-mgmt/net-snmp53/files/patch-ab b/net-mgmt/net-snmp53/files/patch-ab deleted file mode 100644 index 4658da4119df..000000000000 --- a/net-mgmt/net-snmp53/files/patch-ab +++ /dev/null @@ -1,40 +0,0 @@ ---- agent/mibgroup/ucd-snmp/disk.c~ Fri Mar 5 08:45:00 1999 -+++ agent/mibgroup/ucd-snmp/disk.c Sat Apr 3 13:33:11 1999 -@@ -79,6 +79,7 @@ - #define statvfs statfs - #endif - #if HAVE_VM_SWAP_PAGER_H -+#include <vm/vm.h> - #include <vm/swap_pager.h> - #endif - #if HAVE_SYS_FIXPOINT_H ---- agent/mibgroup/ucd-snmp/errormib.c~ Tue Mar 2 05:27:30 1999 -+++ agent/mibgroup/ucd-snmp/errormib.c Sat Apr 3 13:33:44 1999 -@@ -93,6 +93,7 @@ - #define statvfs statfs - #endif - #if HAVE_VM_SWAP_PAGER_H -+#include <vm/vm.h> - #include <vm/swap_pager.h> - #endif - #if HAVE_SYS_FIXPOINT_H ---- agent/mibgroup/ucd-snmp/extensible.c~ Fri Mar 5 08:45:01 1999 -+++ agent/mibgroup/ucd-snmp/extensible.c Sat Apr 3 13:34:13 1999 -@@ -81,6 +81,7 @@ - #define statvfs statfs - #endif - #if HAVE_VM_SWAP_PAGER_H -+#include <vm/vm.h> - #include <vm/swap_pager.h> - #endif - #if HAVE_SYS_FIXPOINT_H ---- agent/mibgroup/ucd-snmp/loadave.c~ Tue Mar 16 08:21:02 1999 -+++ agent/mibgroup/ucd-snmp/loadave.c Sat Apr 3 13:34:39 1999 -@@ -80,6 +80,7 @@ - #define statvfs statfs - #endif - #if HAVE_VM_SWAP_PAGER_H -+#include <vm/vm.h> - #include <vm/swap_pager.h> - #endif - #if HAVE_SYS_FIXPOINT_H diff --git a/net-mgmt/net-snmp53/files/patch-ad b/net-mgmt/net-snmp53/files/patch-ad deleted file mode 100644 index f47168018a61..000000000000 --- a/net-mgmt/net-snmp53/files/patch-ad +++ /dev/null @@ -1,29 +0,0 @@ ---- agent/mibgroup/mibII/interfaces.c~ Tue Mar 16 08:46:12 1999 -+++ agent/mibgroup/mibII/interfaces.c Sat Apr 3 13:49:28 1999 -@@ -1745,10 +1745,18 @@ - physaddrbuf = 0; - } - ifm = (struct if_msghdr *)rtm; -+#if defined(freebsd3) || defined(freebsd4) -+ if (physaddrs != 0) physaddrs[naddrs] = (void*)(ifm + 1); -+ naddrs++; -+#endif - ilen -= ifm->ifm_msglen; - cp += ifm->ifm_msglen; - rtm = (struct rt_msghdr *)cp; - while (ilen > 0 && rtm->rtm_type == RTM_NEWADDR) { -+#if defined(freebsd3) || defined(freebsd4) -+ ilen -= rtm->rtm_msglen; -+ cp += rtm->rtm_msglen; -+#else - int is_alias = 0; - ifam = (struct ifa_msghdr *)rtm; - ilen -= sizeof(*ifam); -@@ -1771,6 +1779,7 @@ - } - sa = (struct sockaddr *)cp; - } -+#endif - rtm = (struct rt_msghdr *)cp; - } - } diff --git a/net-mgmt/net-snmp53/files/patch-af b/net-mgmt/net-snmp53/files/patch-af deleted file mode 100644 index 2f197dc4c0c0..000000000000 --- a/net-mgmt/net-snmp53/files/patch-af +++ /dev/null @@ -1,12 +0,0 @@ ---- agent/mibgroup/ucd_snmp.h.orig Fri Feb 26 03:03:41 1999 -+++ agent/mibgroup/ucd_snmp.h Sun Apr 4 13:52:23 1999 -@@ -18,5 +18,9 @@ - config_arch_require(bsdi3, ucd-snmp/memory) - config_arch_require(linux, ucd-snmp/vmstat) - config_arch_require(freebsd2, ucd-snmp/vmstat_freebsd2) -+config_arch_require(freebsd3, ucd-snmp/vmstat_freebsd2) -+config_arch_require(freebsd4, ucd-snmp/vmstat_freebsd2) - config_arch_require(freebsd2, ucd-snmp/memory_freebsd2) -+config_arch_require(freebsd3, ucd-snmp/memory_freebsd2) -+config_arch_require(freebsd4, ucd-snmp/memory_freebsd2) - config_add_mib(UCD-SNMP-MIB) diff --git a/net-mgmt/net-snmp53/pkg-comment b/net-mgmt/net-snmp53/pkg-comment deleted file mode 100644 index 28d01a00c0dd..000000000000 --- a/net-mgmt/net-snmp53/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -An extendable SNMP implimentation diff --git a/net-mgmt/net-snmp53/pkg-descr b/net-mgmt/net-snmp53/pkg-descr deleted file mode 100644 index e4aa3d1382a3..000000000000 --- a/net-mgmt/net-snmp53/pkg-descr +++ /dev/null @@ -1,18 +0,0 @@ -This is UCD SNMP, a derivative of CMU's SNMP package. - -From the README: - -This package contains a port and modified code of the CMU 2.1.2.1 -snmp agent. It has been modified to allow extensibility quickly -and easily. It is far from the best and most configurable systems; -but hey: its free. - -We use this agent here to monitor known system problems before they -take the machine over. The agent can be easily configured to -monitor the number of a given process running, run external scripts -to check and report functional status. Examples: mountd(s) under -Ultrix 4.3 which tend to fork themselves crazy and eventually fill -up the process table; On our hp700s, "amd" sometimes stops working, -HP VUE hangs and fails to start X, etc. - -WWW: http://ucd-snmp.ucdavis.edu/ diff --git a/net-mgmt/net-snmp53/pkg-plist b/net-mgmt/net-snmp53/pkg-plist deleted file mode 100644 index 7945090e103b..000000000000 --- a/net-mgmt/net-snmp53/pkg-plist +++ /dev/null @@ -1,75 +0,0 @@ -bin/snmpnetstat -bin/snmpwalk -bin/snmpbulkwalk -bin/snmptest -bin/snmptranslate -bin/snmpget -bin/snmpset -bin/snmpgetnext -bin/snmptrap -bin/snmpstatus -bin/snmpdelta -bin/snmptable -bin/snmpcheck -bin/tkmib -etc/rc.d/snmpd.sh.sample -include/ucd-snmp/acl.h -include/ucd-snmp/asn1.h -include/ucd-snmp/context.h -include/ucd-snmp/int64.h -include/ucd-snmp/mib.h -include/ucd-snmp/parse.h -include/ucd-snmp/party.h -include/ucd-snmp/snmp_api.h -include/ucd-snmp/snmp_client.h -include/ucd-snmp/snmp_debug.h -include/ucd-snmp/snmp_impl.h -include/ucd-snmp/snmp.h -include/ucd-snmp/system.h -include/ucd-snmp/ucd-snmp-config.h -include/ucd-snmp/ucd-snmp-includes.h -include/ucd-snmp/version.h -include/ucd-snmp/view.h -@dirrm include/ucd-snmp -lib/libsnmp.so -lib/libsnmp.so.3.5 -sbin/snmpd -sbin/snmptrapd -share/examples/ucd-snmp/README -share/examples/ucd-snmp/acl.conf -share/examples/ucd-snmp/context.conf -share/examples/ucd-snmp/party.conf -share/examples/ucd-snmp/view.conf -@dirrm share/examples/ucd-snmp -share/snmp/mibs/DLMOD-MIB.txt -share/snmp/mibs/RFC1155-SMI.txt -share/snmp/mibs/RFC1213-MIB.txt -share/snmp/mibs/SNMPv2-CONF.txt -share/snmp/mibs/SNMPv2-SMI.txt -share/snmp/mibs/SNMPv2-TC.txt -share/snmp/mibs/SNMPv2-TM.txt -share/snmp/mibs/SNMPv2-MIB.txt -share/snmp/mibs/SNMPv2-M2M-MIB.txt -share/snmp/mibs/SNMPv2-PARTY-MIB.txt -share/snmp/mibs/SNMP-FRAMEWORK-MIB.txt -share/snmp/mibs/SNMP-MPD-MIB.txt -share/snmp/mibs/SNMP-TARGET-MIB.txt -share/snmp/mibs/SNMP-NOTIFICATION-MIB.txt -share/snmp/mibs/SNMP-PROXY-MIB.txt -share/snmp/mibs/SNMP-USER-BASED-SM-MIB.txt -share/snmp/mibs/SNMP-VIEW-BASED-ACM-MIB.txt -share/snmp/mibs/IANAifType-MIB.txt -share/snmp/mibs/IF-MIB.txt -share/snmp/mibs/IP-MIB.txt -share/snmp/mibs/TCP-MIB.txt -share/snmp/mibs/UDP-MIB.txt -share/snmp/mibs/EtherLike-MIB.txt -share/snmp/mibs/HOST-RESOURCES-MIB.txt -share/snmp/mibs/RFC1271-MIB.txt -share/snmp/mibs/UCD-SNMP-MIB.txt -share/snmp/mibs/IPFWACC-MIB.txt -@unexec rm -f %D/share/snmp/mibs/.index -@dirrm share/snmp/mibs -@dirrm share/snmp -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %D/lib -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R diff --git a/net-mgmt/nocol/Makefile b/net-mgmt/nocol/Makefile deleted file mode 100644 index 52b44e01df33..000000000000 --- a/net-mgmt/nocol/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# New ports collection makefile for: NOCOL -# Version required: 4.2.2beta1 -# Date created: 21 Nov 1998 -# Whom: bradh -# -# $Id: Makefile,v 1.1.1.1 1998/11/23 00:35:43 flathill Exp $ -# - -DISTNAME= nocol-4.2.2beta1 -PKGNAME= nocol-4.2.2b1 -CATEGORIES= net -MASTER_SITES= http://www.netplex-tech.com/software/nocol/downloads/ - -MAINTAINER= bradh@iafrica.com - -MANPREFIX= ${PREFIX}/nocol/ -MAN1= netconsole.1 -MAN3= nocol-prog.3 perlnocol.3 -MAN8= etherload.8 eventselect.8 genmon.8 multiping.8 noclogd.8 \ - nocol-overview.8 nocol-utility.8 nsmon.8 ntpmon.8 pingmon.8 \ - portmon.8 tpmon.8 trapmon.8 - -GNU_CONFIGURE= yes -CONFIGURE_SCRIPT= Configure - -NO_PACKAGE= Hostname is needed. - -post-install: - @cd ${WRKSRC} && make root - -.include <bsd.port.mk> diff --git a/net-mgmt/nocol/distinfo b/net-mgmt/nocol/distinfo deleted file mode 100644 index e274625c3d01..000000000000 --- a/net-mgmt/nocol/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (nocol-4.2.2beta1.tar.gz) = 35944d3bf7493c41f277f8378d58b1a7 diff --git a/net-mgmt/nocol/files/patch-aa b/net-mgmt/nocol/files/patch-aa deleted file mode 100644 index 606fdc3ee39f..000000000000 --- a/net-mgmt/nocol/files/patch-aa +++ /dev/null @@ -1,21 +0,0 @@ -*** Configure Fri Oct 2 21:50:16 1998 ---- Configure Sat Nov 21 18:57:22 1998 -*************** -*** 92,107 **** - a VAR directory (or alternately create soft links to these directories). - ! - -- echo "Enter top level directory [${ROOTDIR}]: " | tr -d '\012' -- read input ; if [ "X$input" != "X" ]; then ROOTDIR=${input}; fi -- -- MANDIR=${ROOTDIR}/man -- echo "Enter location of man pages [${MANDIR}]: " | tr -d '\012' -- read input ; if [ "X$input" != "X" ]; then MANDIR=${input} ; fi -- -- echo "Enter extension for man pages [${MANEXT}]: " | tr -d '\012' -- read input ; if [ "X$input" != "X" ]; then MANEXT=${input} ; fi -- - echo " SELECT A LOGHOST" - echo " The various monitors will log messages to a loghost. It might" - echo " be useful to create a CNAME entry for ${package}.your.domain..." ---- 92,97 ---- diff --git a/net-mgmt/nocol/files/patch-ab b/net-mgmt/nocol/files/patch-ab deleted file mode 100644 index c9c7dcc41ff0..000000000000 --- a/net-mgmt/nocol/files/patch-ab +++ /dev/null @@ -1,37 +0,0 @@ ---- doc/Makefile.mid.orig Fri Aug 28 12:28:12 1998 -+++ doc/Makefile.mid Mon Nov 23 09:26:25 1998 -@@ -6,26 +6,26 @@ - MANPAGES1 = netconsole.1 - MANPAGES3 = perlnocol.3 nocol-prog.3 - MANPAGES8 = etherload.8 eventselect.8 genmon.8 multiping.8 \ -- noclogd.8 nocol-overview.8 nocol-utility.8 nsmon.8 \ -+ noclogd.8 nocol-overview.8 nocol-utility.8 nsmon.8 ntpmon.8 \ - pingmon.8 portmon.8 tpmon.8 trapmon.8 - - all: - @echo "Building all in 'doc'" - --install: installdir -+install: # installdir - @echo "Installing in 'doc'" - @- [ -d $(MANDIR) ] || mkdir $(MANDIR) --# @-for d in $(MANDIR)/man1 $(MANDIR)/man3 $(MANDIR)/man8; do \ --# [! -d $$d ] && mkdir $$d ;\ --# done -+ @-for d in $(MANDIR)/man1 $(MANDIR)/man3 $(MANDIR)/man8; do \ -+ [ -d $$d ] || mkdir $$d ;\ -+ done - @- for m in $(MANPAGES1); do \ -- $(INSTALL) -c -m 644 $$m $(MANDIR)/`basename $$m 1`$(MANEXT) ;\ -+ $(INSTALL) -c -m 644 $$m $(MANDIR)/man1/ ;\ - done - @- for m in $(MANPAGES3); do \ -- $(INSTALL) -c -m 644 $$m $(MANDIR)/`basename $$m 3`$(MANEXT) ;\ -+ $(INSTALL) -c -m 644 $$m $(MANDIR)/man3/ ;\ - done - @- for m in $(MANPAGES8); do \ -- $(INSTALL) -c -m 644 $$m $(MANDIR)/`basename $$m 8`$(MANEXT) ;\ -+ $(INSTALL) -c -m 644 $$m $(MANDIR)/man8/ ;\ - done - - clean: diff --git a/net-mgmt/nocol/pkg-comment b/net-mgmt/nocol/pkg-comment deleted file mode 100644 index cbdf0ab7f785..000000000000 --- a/net-mgmt/nocol/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Network/Service monitoring software. diff --git a/net-mgmt/nocol/pkg-descr b/net-mgmt/nocol/pkg-descr deleted file mode 100644 index a9739c0199c4..000000000000 --- a/net-mgmt/nocol/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -NOCOL/NetConsole (Network Operation Center On-Line) is a network monitoring -package that runs on Unix platforms and is capable of monitoring network and -system variables such as ICMP or RPC reachability, RMON variables, -nameservers, ethernet load, port reachability, host performance, SNMP traps, -modem line usage, appletalk & novell routes/services, BGP peers, syslog -files, etc. The software is extensible and new monitors can be added easily. - -WWW: http://www.netplex-tech.com/software/nocol/ - --- -brad hendrickse -bradh@iafrica.com diff --git a/net-mgmt/nocol/pkg-plist b/net-mgmt/nocol/pkg-plist deleted file mode 100644 index c8da5989475e..000000000000 --- a/net-mgmt/nocol/pkg-plist +++ /dev/null @@ -1,97 +0,0 @@ -@exec mkdir -p %D/nocol/data %D/nocol/msgs %D/nocol/run -nocol/etc/samples/pm3dmmon-confg -nocol/etc/samples/pm3t1e1mon-confg -nocol/etc/samples/etherload-confg -nocol/etc/samples/noclogd-confg -nocol/etc/samples/nsmon-confg -nocol/etc/samples/ntpmon-confg -nocol/etc/samples/apcmon-confg -nocol/etc/samples/armon-confg -nocol/etc/samples/bgpmon-confg -nocol/etc/samples/bpmon-confg -nocol/etc/samples/hostmon-confg -nocol/etc/samples/modemmon-confg -nocol/etc/samples/novellmon-confg -nocol/etc/samples/snmpmon-client-confg -nocol/etc/samples/snmpmon-confg -nocol/etc/samples/syslogmon-confg -nocol/etc/samples/ippingmon-confg -nocol/etc/samples/rpcpingmon-confg -nocol/etc/samples/portmon-confg -nocol/etc/samples/radiusmon-confg -nocol/etc/samples/tpmon-confg -nocol/etc/samples/notifier-confg -nocol/etc/netconsole-help -nocol/etc/mibII.txt -nocol/bin/crontab.nocol -nocol/bin/eventselect -nocol/bin/etherload -nocol/bin/genmon -nocol/bin/netconsole -nocol/bin/noclogd -nocol/bin/nsmon -nocol/bin/ntpmon -nocol/bin/hostmon-osclients/hostmon-client -nocol/bin/hostmon-osclients/hostmon-client.aix -nocol/bin/hostmon-osclients/hostmon-client.bsdi -nocol/bin/hostmon-osclients/hostmon-client.freebsd -nocol/bin/hostmon-osclients/hostmon-client.hpux -nocol/bin/hostmon-osclients/hostmon-client.irix5 -nocol/bin/hostmon-osclients/hostmon-client.irix6 -nocol/bin/hostmon-osclients/hostmon-client.linux -nocol/bin/hostmon-osclients/hostmon-client.osf1 -nocol/bin/hostmon-osclients/hostmon-client.seds -nocol/bin/hostmon-osclients/hostmon-client.solaris2 -nocol/bin/hostmon-osclients/hostmon-client.sunos4 -nocol/bin/hostmon-osclients/hostmon-client.ultrix -nocol/bin/hostmon-osclients/newsys.sh -nocol/bin/apcmon -nocol/bin/armon -nocol/bin/bgpmon -nocol/bin/bpmon -nocol/bin/ciscomon -nocol/bin/modemmon -nocol/bin/novellmon -nocol/bin/nrmon -nocol/bin/nocollib.pl -nocol/bin/hostmon -nocol/bin/snmpmon -nocol/bin/snmpmon-client -nocol/bin/syslogmon -nocol/bin/rcisco -nocol/bin/testlog -nocol/bin/snmpwalk -nocol/bin/ippingmon -nocol/bin/osipingmon -nocol/bin/rpcpingmon -nocol/bin/portmon -nocol/bin/portmon2 -nocol/bin/radiusmon -nocol/bin/tpmon -nocol/bin/trapmon -nocol/bin/display_nocol_datafile -nocol/bin/show_nocol_struct_sizes -nocol/bin/keepalive_monitors -nocol/bin/log-maint -nocol/bin/notifier -nocol/bin/logstats -nocol/bin/docrypt.pl -nocol/bin/notifier.pl -nocol/bin/genweb.pl -nocol/bin/webnocol.cgi -nocol/bin/multiping -nocol/bin/rpcping -nocol/help/default -@dirrm nocol/bin/hostmon-osclients -@dirrm nocol/bin -@dirrm nocol/data -@dirrm nocol/etc/samples -@dirrm nocol/etc -@dirrm nocol/help -@dirrm nocol/man/man1 -@dirrm nocol/man/man3 -@dirrm nocol/man/man8 -@dirrm nocol/man -@dirrm nocol/msgs -@dirrm nocol/run -@dirrm nocol diff --git a/net-mgmt/p5-SNMP/Makefile b/net-mgmt/p5-SNMP/Makefile deleted file mode 100644 index df8050514000..000000000000 --- a/net-mgmt/p5-SNMP/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# New ports collection makefile for: p5-SNMP -# Version required: 1.8b3 -# Date created: May 5th 1997 -# Whom: James FitzGibbon <jfitz@FreeBSD.org> -# -# $Id: Makefile,v 1.4 1998/10/21 10:07:50 markm Exp $ -# - -DISTNAME= SNMP-1.8b5 -PKGNAME= p5-SNMP-1.8b5 -CATEGORIES= net perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= SNMP - -MAINTAINER= jfitz@FreeBSD.ORG - -LIB_DEPENDS= snmp.3:${PORTSDIR}/net/ucd-snmp - -USE_PERL5= YES - -do-configure: - @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL - -post-install: - @ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/lib/perl5/site_perl/README.SNMP - -.include <bsd.port.mk> diff --git a/net-mgmt/p5-SNMP/distinfo b/net-mgmt/p5-SNMP/distinfo deleted file mode 100644 index 43c48b9ca017..000000000000 --- a/net-mgmt/p5-SNMP/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (SNMP-1.8b5.tar.gz) = 0da22ccbc7d64f70f55f6eff611e9287 diff --git a/net-mgmt/p5-SNMP/files/patch-aa b/net-mgmt/p5-SNMP/files/patch-aa deleted file mode 100644 index 92d2fff56acf..000000000000 --- a/net-mgmt/p5-SNMP/files/patch-aa +++ /dev/null @@ -1,24 +0,0 @@ ---- Makefile.PL.ORIG Wed Oct 21 11:12:12 1998 -+++ Makefile.PL Wed Oct 21 11:24:10 1998 -@@ -26,6 +26,10 @@ - $snmp_lib = 'libsnmp.dll'; - $snmp_llib = 'libsnmp'; - $sep = '\\'; -+} elsif ($Config{'osname'} eq 'freebsd') { -+ $snmp_lib = 'libsnmp.so'; -+ $snmp_llib = 'snmp'; -+ $sep = '/'; - } else { - $snmp_lib = 'libsnmp.a'; - $snmp_llib = 'snmp'; -@@ -79,8 +83,8 @@ - } - $host ||= 'localhost'; - $comm ||= 'private'; -- my $resp = prompt("Enter host and community for SNMP tests: ", -- "$host $comm"); -+ $resp = "$host $comm"; -+ # my $resp = prompt("Enter host and community for SNMP tests: ", "$host $comm"); - open(H, ">host") || die "Error: could not open file 'host' ($!)"; - print H "$resp\n"; - close H; diff --git a/net-mgmt/p5-SNMP/pkg-comment b/net-mgmt/p5-SNMP/pkg-comment deleted file mode 100644 index a5faff815b4e..000000000000 --- a/net-mgmt/p5-SNMP/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -a perl5 module for interfacing with the CMU SNMP library diff --git a/net-mgmt/p5-SNMP/pkg-descr b/net-mgmt/p5-SNMP/pkg-descr deleted file mode 100644 index cd4684825f48..000000000000 --- a/net-mgmt/p5-SNMP/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -This is a Perl5 extension module which provides an interface to the -UCD-SNMP library. - -Description: - -The basic operations offered by SNMP are provided through an object -oriented interface for modularity and ease of use. The primary object is -SNMP::Session which is implemented as a blessed hash reference. The -object supports 'get', 'set', and 'getNext' method calls. All calls are -blocking/synchronous (i.e., they must receive a response or timeout -before control is returned to the caller). The methods take a variety of -input argument formats (example/* for examples). A description of the -objects data fields follow. diff --git a/net-mgmt/p5-SNMP/pkg-plist b/net-mgmt/p5-SNMP/pkg-plist deleted file mode 100644 index 4a2f34fadba3..000000000000 --- a/net-mgmt/p5-SNMP/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/SNMP/SNMP.bs -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/SNMP/SNMP.so -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/SNMP/autosplit.ix -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/SNMP.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/SNMP/.packlist -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/SNMP diff --git a/net-mgmt/scotty3/Makefile b/net-mgmt/scotty3/Makefile deleted file mode 100644 index 9889c96b21e1..000000000000 --- a/net-mgmt/scotty3/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# New ports collection makefile for: scotty -# Version required: 2.1.9 -# Date created: 18 February 1995 -# Whom: Gennady Sorokopud <gena@netvisions.net.il> -# -# $Id: Makefile,v 1.35 1999/02/03 20:19:11 billf Exp $ -# - -DISTNAME= scotty-2.1.9 -CATEGORIES= net tk80 -MASTER_SITES= ftp://ftp.ibr.cs.tu-bs.de/pub/local/tkined/ - -MAINTAINER= phk@freebsd.org - -LIB_DEPENDS= tk80.1:${PORTSDIR}/x11-toolkits/tk80 - -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-tcl-config=/usr/local/lib/tcl8.0 \ - --with-tk-config=/usr/local/lib/tk8.0 - - -WRKSRC=${WRKDIR}/${DISTNAME}/unix -MAN1= tkined.1 scotty.1 -MAN8= ntping.8 straps.8 -MANN= Tnm.n cmip.n dns.n gdmo.n http.n icmp.n ined.n job.n \ - mib.n msqltcl.n netdb.n ntp.n rpc.n snmp.n sunrpc.n \ - syslog.n udp.n -PLIST_SUB= FREEBSD_VERSION=${FREEBSD_VERSION} \ - SCOTTY_VERSION=2.1.9 TKINED_VERSION=1.4.9 -FREEBSD_VERSION!= echo `uname -m`-`uname`-`uname -r` - -pre-install: - @cd ${WRKSRC};make sinstall - @${CP} ${WRKSRC}/../tnm/ntping/ntping.8 ${WRKSRC}/../doc - -.include <bsd.port.mk> diff --git a/net-mgmt/scotty3/distinfo b/net-mgmt/scotty3/distinfo deleted file mode 100644 index baf6535aa8e8..000000000000 --- a/net-mgmt/scotty3/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (scotty-2.1.9.tar.gz) = e05307f54f3cf0a56eea39cf1fe73b0c diff --git a/net-mgmt/scotty3/files/patch-aa b/net-mgmt/scotty3/files/patch-aa deleted file mode 100644 index 0b0a5ed3c4ec..000000000000 --- a/net-mgmt/scotty3/files/patch-aa +++ /dev/null @@ -1,12 +0,0 @@ ---- tkined.sh.in~ Fri Sep 13 09:30:41 1996 -+++ tkined.sh.in Fri Sep 13 09:26:21 1996 -@@ -0,0 +1,3 @@ -+#!/bin/sh -+export TCLLIBPATH="@PREFIX@/lib/tkined1.4.9 @PREFIX@/lib/tnm2.1.9" -+exec @PREFIX@/bin/tkined1.4.9 $* ---- scotty.sh.in~ Fri Sep 13 09:30:41 1996 -+++ scotty.sh.in Fri Sep 13 09:26:21 1996 -@@ -0,0 +1,3 @@ -+#!/bin/sh -+export TCLLIBPATH="@PREFIX@/lib/tnm2.1.9" -+exec @PREFIX@/bin/scotty2.1.9 diff --git a/net-mgmt/scotty3/files/patch-ab b/net-mgmt/scotty3/files/patch-ab deleted file mode 100644 index fea4b9f9de78..000000000000 --- a/net-mgmt/scotty3/files/patch-ab +++ /dev/null @@ -1,15 +0,0 @@ ---- ../tkined/apps/snmp_monitor.tcl Mon Sep 2 18:30:19 1996 -+++ ..//tkined/apps/snmp_monitor.tcl Mon Mar 3 14:43:52 1997 -@@ -482,8 +482,11 @@ - - set args $ip - set i 0 -+ set snmpconfig [ined attribute $id "SNMP:Config"] - foreach if $iflist { -- lappend args [CreateChart $id [expr 30+$i] [expr 30+$i]] -+ set nid [CreateChart $id [expr 30+$i] [expr 30+$i]] -+ lappend args $nid -+ ined -noupdate attribute $nid "SNMP:Config" $snmpconfig - lappend args $if - incr i - } diff --git a/net-mgmt/scotty3/files/patch-ac b/net-mgmt/scotty3/files/patch-ac deleted file mode 100644 index da052c31d3cd..000000000000 --- a/net-mgmt/scotty3/files/patch-ac +++ /dev/null @@ -1,30 +0,0 @@ ---- Makefile.in.orig Thu Jun 4 12:15:55 1998 -+++ Makefile.in Thu Jun 4 12:22:39 1998 -@@ -490,7 +490,7 @@ - @$(INSTALL_PROGRAM) scotty $(BIN_INSTALL_DIR)/scotty$(TNM_VERSION) - @$(INSTALL_DATA) tnm$(SHLIB_SUFFIX) $(LIB_RUNTIME_DIR)/tnm$(TNM_VERSION)$(SHLIB_SUFFIX) - @chmod 555 $(LIB_RUNTIME_DIR)/tnm$(TNM_VERSION)$(SHLIB_SUFFIX) -- @echo 'package ifneeded Tnm $(TNM_VERSION) "load $(LIB_RUNTIME_DIR)/tnm$(TNM_VERSION)[info sharedlibextension]"' > $(TNM_INSTALL_DIR)/pkgIndex.tcl -+ @echo 'package ifneeded Tnm $(TNM_VERSION) "load $(LIB_RUNTIME_DIR)/tnm$(TNM_VERSION).so"' > $(TNM_INSTALL_DIR)/pkgIndex.tcl - - tnm-install-mibs: - @for i in $(TNM_INSTALL_DIR)/mibs ; \ -@@ -589,11 +590,15 @@ - else true; \ - fi; \ - done; -- @echo "Installing tkined$(TNM_VERSION) and tkined$(TNM_VERSION)$(SHLIB_SUFFIX)" -- @$(INSTALL_PROGRAM) tkined $(BIN_INSTALL_DIR)/tkined$(TKI_VERSION) -+ @echo "Installing tkined$(TKI_VERSION) and tkined$(TKI_VERSION)$(SHLIB_SUFFIX)" -+ @$(INSTALL_DATA) -m 555 tkined $(BIN_INSTALL_DIR)/tkined$(TKI_VERSION) -+ @sed s,@PREFIX@,${prefix},g tkined.sh.in >tkined.sh -+ @sed s,@PREFIX@,${prefix},g scotty.sh.in >scotty.sh -+ @$(INSTALL_DATA) -m 555 tkined.sh ${BIN_INSTALL_DIR}/tkined -+ @$(INSTALL_DATA) -m 555 scotty.sh ${BIN_INSTALL_DIR}/scotty - @$(INSTALL_DATA) tkined$(SHLIB_SUFFIX) $(LIB_RUNTIME_DIR)/tkined$(TKI_VERSION)$(SHLIB_SUFFIX) - @chmod 555 $(LIB_RUNTIME_DIR)/tkined$(TKI_VERSION)$(SHLIB_SUFFIX) -- @echo 'package ifneeded Tkined $(TKI_VERSION) "load $(LIB_RUNTIME_DIR)/tkined$(TKI_VERSION)[info sharedlibextension]"' > $(TKI_INSTALL_DIR)/pkgIndex.tcl -+ @echo 'package ifneeded Tkined $(TKI_VERSION) "load $(LIB_RUNTIME_DIR)/tkined$(TKI_VERSION).so"' > $(TKI_INSTALL_DIR)/pkgIndex.tcl - @$(INSTALL_DATA) $(TKI_DIR)/tkined.defaults $(TKI_INSTALL_DIR) - - tki-install-library: diff --git a/net-mgmt/scotty3/files/patch-ae b/net-mgmt/scotty3/files/patch-ae deleted file mode 100644 index 3acac9b44a79..000000000000 --- a/net-mgmt/scotty3/files/patch-ae +++ /dev/null @@ -1,19 +0,0 @@ ---- ../tnm/ntping/ntping.c Thu Sep 19 10:59:13 1996 -+++ ../tnm/ntping/ntping.c Thu Mar 6 17:32:03 1997 -@@ -749,7 +749,15 @@ - return; - } - -- dprintf (stderr, "* .. got host %s .. ", job->hname); -+ dprintf (stderr, "* .. got host %s .. %x %x ", job->hname, -+ sfrom.sin_addr.s_addr, job->sa.sin_addr.s_addr ); -+ -+ if ( type == ping && sfrom.sin_addr.s_addr != job->sa.sin_addr.s_addr) -+ { -+ dprintf (stderr, "* non-matching IP# was: %x should be:%x.\n", -+ sfrom.sin_addr.s_addr, job->sa.sin_addr.s_addr ); -+ return; -+ } - - switch (type) - { diff --git a/net-mgmt/scotty3/pkg-comment b/net-mgmt/scotty3/pkg-comment deleted file mode 100644 index 83edca3d4f29..000000000000 --- a/net-mgmt/scotty3/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -network management extensions to tcl diff --git a/net-mgmt/scotty3/pkg-descr b/net-mgmt/scotty3/pkg-descr deleted file mode 100644 index 097292955b3f..000000000000 --- a/net-mgmt/scotty3/pkg-descr +++ /dev/null @@ -1,43 +0,0 @@ - - scotty - network management extensions to tcl - - -scotty is a tcl extension which allows to set up TCP and UDP -connections, to send various ICMP packets, to query the domain name -system (DNS), to check clock skew using the NTP protocol and to query -various SUN RPC services (like rstat and mountd). - -Included in this package is an interface to SNMPv1 and SNMPv2. The -SNMP stack was written from scratch to provide an efficient and -portable tcl SNMP extension. MIB extensions can be written in tcl by -running the scotty extension as an SNMP agent. This allows you to -implement your own specific MIB without getting in contact with the -lowlevel ASN.1/BER stuff. - -The scotty package includes scripts for the tkined network editor to -troubleshoot your IP network (ping, traceroute, finger, query tcp -services, query RPC services), for monitoring network status plus -scripts to discover and layout the topology of your IP network. SNMP -based scripts can be used to dump routing tables, to query interface -status and to monitor SNMP variables. There is also a MIB browser to -inspect the MIB hierarchy. - -More information is available via WWW under the URL: - -WWW: http://wwwhome.cs.utwente.nl/~schoenw/scotty/ - -If you have problems installing scotty or if you have made any changes -to run scotty on your hardware or if you have found any bugs, please -contact us. Discussion about scotty is currently done on the tkined -mailing list. To join, send a request to - - tkined-request@ibr.cs.tu-bs.de. - -Messages to the list should be send to tkined@ibr.cs.tu-bs.de. - - Juergen - ---- -Juergen Schoenwaelder (schoenw@ibr.cs.tu-bs.de) http://www.cs.tu-bs.de/~schoenw -Technical University Braunschweig, Dept. Operating Systems & Computer Networks -Bueltenweg 74/75, D-38106 Braunschweig, Germany. (Tel. +49 531 / 391-3249) diff --git a/net-mgmt/scotty3/pkg-plist b/net-mgmt/scotty3/pkg-plist deleted file mode 100644 index 805927a80ab9..000000000000 --- a/net-mgmt/scotty3/pkg-plist +++ /dev/null @@ -1,373 +0,0 @@ -bin/ntping -bin/straps -bin/scotty -bin/scotty%%SCOTTY_VERSION%% -bin/tkined -bin/tkined%%TKINED_VERSION%% -lib/tnm%%SCOTTY_VERSION%%/mibs/cisco.mib -lib/tnm%%SCOTTY_VERSION%%/mibs/dvmrp.mib -lib/tnm%%SCOTTY_VERSION%%/mibs/hp-unix.mib -lib/tnm%%SCOTTY_VERSION%%/mibs/ncd.mib -lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1213.mib -lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1238.mib -lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1269.mib -lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1285.mib -lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1315.mib -lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1354.mib -lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1381.mib -lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1382.mib -lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1406.mib -lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1407.mib -lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1414.mib -lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1461.mib -lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1471.mib -lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1472.mib -lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1473.mib -lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1474.mib -lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1493.mib -lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1512.mib -lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1513.mib -lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1514.mib -lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1515.mib -lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1516.mib -lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1525.mib -lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1559.mib -lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1565.mib -lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1566.mib -lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1567.mib -lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1573.mib -lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1595.mib -lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1604.mib -lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1611.mib -lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1612.mib -lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1628.mib -lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1643.mib -lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1650.mib -lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1657.mib -lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1658.mib -lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1659.mib -lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1660.mib -lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1666.mib -lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1694.mib -lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1695.mib -lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1696.mib -lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1697.mib -lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1724.mib -lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1742.mib -lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1747.mib -lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1748.mib -lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1749.mib -lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1757.mib -lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1759.mib -lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1792.mib -lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1850.mib -lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1906.mib -lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1907.mib -lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1910.mib -lib/tnm%%SCOTTY_VERSION%%/mibs/rfc2020.mib -lib/tnm%%SCOTTY_VERSION%%/mibs/synoptics.mib -lib/tnm%%SCOTTY_VERSION%%/mibs/tubs-linux.mib -lib/tnm%%SCOTTY_VERSION%%/mibs/tubs-mlm.mib -lib/tnm%%SCOTTY_VERSION%%/mibs/tubs-nfs.mib -lib/tnm%%SCOTTY_VERSION%%/mibs/tubs-proc.mib -lib/tnm%%SCOTTY_VERSION%%/mibs/tubs-tnm.mib -lib/tnm%%SCOTTY_VERSION%%/mibs/unix.mib -lib/tnm%%SCOTTY_VERSION%%/mibs/wellfleet.mib -lib/tnm%%SCOTTY_VERSION%%/mibs/xxx.mib -lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1155.smi -lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1573.smi -lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1902.smi -lib/tnm%%SCOTTY_VERSION%%/mibs/compat.tc -lib/tnm%%SCOTTY_VERSION%%/mibs/rfc1903.tc -lib/tnm%%SCOTTY_VERSION%%/mibs/OIM.gdmo -lib/tnm%%SCOTTY_VERSION%%/mibs/X721.gdmo -lib/tnm%%SCOTTY_VERSION%%/mibs/X722.gdmo -lib/tnm%%SCOTTY_VERSION%%/mibs/X739.gdmo -lib/tnm%%SCOTTY_VERSION%%/pkgIndex.tcl -lib/tnm%%SCOTTY_VERSION%%/library/README -lib/tnm%%SCOTTY_VERSION%%/library/dialog.tcl -lib/tnm%%SCOTTY_VERSION%%/library/output.tcl -lib/tnm%%SCOTTY_VERSION%%/library/snmp.tcl -lib/tnm%%SCOTTY_VERSION%%/library/monitor.tcl -lib/tnm%%SCOTTY_VERSION%%/library/obsolete.tcl -lib/tnm%%SCOTTY_VERSION%%/library/init.tcl -lib/tnm%%SCOTTY_VERSION%%/library/tclIndex -lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1155.smi.idy -lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1902.smi.idy -lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1903.tc.idy -lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/compat.tc.idy -lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1906.mib.idy -lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1907.mib.idy -lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1213.mib.idy -lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1910.mib.idy -lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1269.mib.idy -lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1238.mib.idy -lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1757.mib.idy -lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1315.mib.idy -lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1354.mib.idy -lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1381.mib.idy -lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1382.mib.idy -lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1406.mib.idy -lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1407.mib.idy -lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1414.mib.idy -lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1461.mib.idy -lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1471.mib.idy -lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1472.mib.idy -lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1473.mib.idy -lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1474.mib.idy -lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1493.mib.idy -lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1512.mib.idy -lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1513.mib.idy -lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1514.mib.idy -lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1515.mib.idy -lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1516.mib.idy -lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1525.mib.idy -lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1559.mib.idy -lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1565.mib.idy -lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1566.mib.idy -lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1567.mib.idy -lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1573.smi.idy -lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1573.mib.idy -lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1595.mib.idy -lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1604.mib.idy -lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1611.mib.idy -lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1612.mib.idy -lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1628.mib.idy -lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1643.mib.idy -lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1650.mib.idy -lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1657.mib.idy -lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1658.mib.idy -lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1659.mib.idy -lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1660.mib.idy -lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1666.mib.idy -lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1694.mib.idy -lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1695.mib.idy -lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1696.mib.idy -lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1697.mib.idy -lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1724.mib.idy -lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1742.mib.idy -lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1747.mib.idy -lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1748.mib.idy -lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1749.mib.idy -lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1759.mib.idy -lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1792.mib.idy -lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc1850.mib.idy -lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/rfc2020.mib.idy -lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/tubs-tnm.mib.idy -lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/tubs-nfs.mib.idy -lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/tubs-proc.mib.idy -lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/tubs-mlm.mib.idy -lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/xxx.mib.idy -lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%%/dvmrp.mib.idy -lib/tnm%%SCOTTY_VERSION%%/agents/snmpd -lib/tnm%%SCOTTY_VERSION%%/agents/snmpd-tnm.tcl -lib/tnm%%SCOTTY_VERSION%%/agents/snmpd-mlm.tcl -lib/tnm%%SCOTTY_VERSION%%/agents/snmpd-nfs.tcl -lib/tnm%%SCOTTY_VERSION%%/agents/snmpd-proc.tcl -lib/tnm%%SCOTTY_VERSION%%/agents/snmpd-http.tcl -lib/tnm%%SCOTTY_VERSION%%/agents/README -lib/tnm%%SCOTTY_VERSION%%/examples/discover -lib/tnm%%SCOTTY_VERSION%%/examples/discover.n -lib/tnm%%SCOTTY_VERSION%%/examples/emok -lib/tnm%%SCOTTY_VERSION%%/examples/emok.n -lib/tnm%%SCOTTY_VERSION%%/examples/etherload -lib/tnm%%SCOTTY_VERSION%%/examples/etherload.n -lib/tnm%%SCOTTY_VERSION%%/examples/ifload -lib/tnm%%SCOTTY_VERSION%%/examples/ifload.n -lib/tnm%%SCOTTY_VERSION%%/examples/ifload2gif -lib/tnm%%SCOTTY_VERSION%%/examples/ifload2gif.n -lib/tnm%%SCOTTY_VERSION%%/examples/snmptrapd -lib/tnm%%SCOTTY_VERSION%%/examples/snmptrapd.n -lib/tnm%%SCOTTY_VERSION%%/examples/mibtree -lib/tnm%%SCOTTY_VERSION%%/examples/mibtree.n -lib/tnm%%SCOTTY_VERSION%%/examples/nslook -lib/tnm%%SCOTTY_VERSION%%/examples/nslook.n -lib/tnm%%SCOTTY_VERSION%%/examples/rpcprobe -lib/tnm%%SCOTTY_VERSION%%/examples/rpcprobe.n -lib/tnm%%SCOTTY_VERSION%%/examples/rstat -lib/tnm%%SCOTTY_VERSION%%/examples/rstat.n -lib/tnm%%SCOTTY_VERSION%%/examples/snmpwalk -lib/tnm%%SCOTTY_VERSION%%/examples/snmpwalk.n -lib/tnm%%SCOTTY_VERSION%%/examples/tcpspeed -lib/tnm%%SCOTTY_VERSION%%/examples/tcpspeed.n -lib/tnm%%SCOTTY_VERSION%%/examples/traceroute -lib/tnm%%SCOTTY_VERSION%%/examples/traceroute.n -lib/tnm%%SCOTTY_VERSION%%/examples/udploss -lib/tnm%%SCOTTY_VERSION%%/examples/udploss.n -lib/tnm%%SCOTTY_VERSION%%/examples/udpspeed -lib/tnm%%SCOTTY_VERSION%%/examples/udpspeed.n -lib/tnm%%SCOTTY_VERSION%%/examples/uiping -lib/tnm%%SCOTTY_VERSION%%/examples/uiping.n -lib/tnm%%SCOTTY_VERSION%%/examples/yanny -lib/tnm%%SCOTTY_VERSION%%/examples/yanny.n -lib/tnm%%SCOTTY_VERSION%%/examples/pcnfs -lib/tnm%%SCOTTY_VERSION%%/examples/pcnfs.n -lib/tnm%%SCOTTY_VERSION%%/examples/mibgrep -lib/tnm%%SCOTTY_VERSION%%/examples/mibgrep.n -lib/tnm%%SCOTTY_VERSION%%.so -lib/tkined%%TKINED_VERSION%%/pkgIndex.tcl -lib/tkined%%TKINED_VERSION%%/tkined.defaults -lib/tkined%%TKINED_VERSION%%/library/Editor.tcl -lib/tkined%%TKINED_VERSION%%/library/Diagram.tcl -lib/tkined%%TKINED_VERSION%%/library/Command.tcl -lib/tkined%%TKINED_VERSION%%/library/Tool.tcl -lib/tkined%%TKINED_VERSION%%/library/Objects.tcl -lib/tkined%%TKINED_VERSION%%/library/Dialog.tcl -lib/tkined%%TKINED_VERSION%%/library/Event.tcl -lib/tkined%%TKINED_VERSION%%/library/Help.tcl -lib/tkined%%TKINED_VERSION%%/library/Misc.tcl -lib/tkined%%TKINED_VERSION%%/library/pkgIndex.tcl -lib/tkined%%TKINED_VERSION%%/bitmaps/Box.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/BoxMask.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/DEC-Server.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/DEC-ServerMask.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/DEC.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/DECMask.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/HP.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/HP7550.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/HP7550Mask.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/HPMask.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/HPdj.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/HPdjMask.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/HPsj.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/HPsjMask.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/IPC.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/IPCMask.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/NFS-client.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/NFS-clientMask.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/NFS-server.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/NFS-serverMask.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/RS6000.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/RS6000Mask.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/SLC.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/SLCMask.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/SUN-Server.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/SUN-ServerMask.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/SUN3.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/SUN3Mask.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/SparcStation.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/SparcStationMask.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/Xstation.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/XstationMask.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/action.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/actionMask.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/backbone.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/backboneMask.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/bigBox.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/bigBoxMask.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/bone.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/boneMask.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/bridge.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/bridgeMask.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/bus.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/busMask.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/cisco.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/ciscoMask.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/clock.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/clockMask.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/concent.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/concentMask.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/connector.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/connectorMask.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/corner.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/explode.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/explodeMask.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/graph.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/group.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/groupMask.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/hand.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/handMask.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/hyper.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/hyperMask.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/icon.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/ined.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/inedMask.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/laser.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/laserMask.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/link.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/linkMask.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/locker.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/lockerMask.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/mac.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/macMask.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/machine.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/machineMask.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/modem.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/modemMask.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/mx.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/mxMask.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/network.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/networkMask.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/noicon.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/parsytec.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/parsytecMask.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/pc.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/pcMask.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/phone.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/phoneMask.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/pointer.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/pointerMask.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/printer.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/printerMask.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/pserver.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/pserverMask.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/reference.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/referenceMask.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/ring.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/ringMask.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/router.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/routerMask.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/smallBox.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/smallBoxMask.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/spock.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/switch.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/switchMask.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/text.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/textMask.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/tkined.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/tkinedMask.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/tserver.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/tserverMask.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/unixpc.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/unixpcMask.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/world.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/worldMask.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/zoomin.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/zoomout.xbm -lib/tkined%%TKINED_VERSION%%/apps/manager.tcl -lib/tkined%%TKINED_VERSION%%/apps/event.tcl -lib/tkined%%TKINED_VERSION%%/apps/movie.tcl -lib/tkined%%TKINED_VERSION%%/apps/bones.tcl -lib/tkined%%TKINED_VERSION%%/apps/ip_trouble.tcl -lib/tkined%%TKINED_VERSION%%/apps/ip_monitor.tcl -lib/tkined%%TKINED_VERSION%%/apps/ip_layout.tcl -lib/tkined%%TKINED_VERSION%%/apps/ip_discover.tcl -lib/tkined%%TKINED_VERSION%%/apps/ip_world.tcl -lib/tkined%%TKINED_VERSION%%/apps/snmp_trouble.tcl -lib/tkined%%TKINED_VERSION%%/apps/snmp_monitor.tcl -lib/tkined%%TKINED_VERSION%%/apps/snmp_browser.tcl -lib/tkined%%TKINED_VERSION%%/apps/snmp_host.tcl -lib/tkined%%TKINED_VERSION%%/apps/snmp_cisco.tcl -lib/tkined%%TKINED_VERSION%%/apps/snmp_hp.tcl -lib/tkined%%TKINED_VERSION%%/apps/cmip_trouble.tcl -lib/tkined%%TKINED_VERSION%%/apps/clock.tcl -lib/tkined%%TKINED_VERSION%%/apps/game.tcl -lib/tkined%%TKINED_VERSION%%/apps/mibtree -lib/tkined%%TKINED_VERSION%%/apps/library.tcl -lib/tkined%%TKINED_VERSION%%/apps/README -lib/tkined%%TKINED_VERSION%%/apps/world-map.xbm -lib/tkined%%TKINED_VERSION%%/apps/usa-map.xbm -lib/tkined%%TKINED_VERSION%%/apps/germany-map.xbm -lib/tkined%%TKINED_VERSION%%/apps/locations -lib/tkined%%TKINED_VERSION%%/apps/tclIndex -lib/tkined%%TKINED_VERSION%%.so -@dirrm lib/tkined%%TKINED_VERSION%%/library -@dirrm lib/tkined%%TKINED_VERSION%%/bitmaps -@dirrm lib/tkined%%TKINED_VERSION%%/apps -@dirrm lib/tkined%%TKINED_VERSION%% -@dirrm lib/tnm%%SCOTTY_VERSION%%/mibs -@dirrm lib/tnm%%SCOTTY_VERSION%%/library -@dirrm lib/tnm%%SCOTTY_VERSION%%/%%FREEBSD_VERSION%% -@dirrm lib/tnm%%SCOTTY_VERSION%%/examples -@dirrm lib/tnm%%SCOTTY_VERSION%%/agents -@dirrm lib/tnm%%SCOTTY_VERSION%% diff --git a/net-mgmt/wide-dhcp/Makefile b/net-mgmt/wide-dhcp/Makefile deleted file mode 100644 index f19ff48f9e81..000000000000 --- a/net-mgmt/wide-dhcp/Makefile +++ /dev/null @@ -1,74 +0,0 @@ -# New ports collection makefile for: dhcp -# Version required: 1.4.0p1 -# Date created: 21 November 1995 -# Whom: Yoshiro MIHIRA <sanpei@yy.cs.keio.ac.jp> -# -# $Id: Makefile,v 1.14 1998/12/05 11:24:05 obrien Exp $ -# - -DISTNAME= dhcp-1.4.0p5 -PKGNAME= wide-dhcp-1.4.0p5 -CATEGORIES= net -MASTER_SITES= ftp://sh.wide.ad.jp/WIDE/free-ware/dhcp/ \ - ftp://ftp.netlab.is.tsukuba.ac.jp/pub/network/wide-dhcp/ \ - ftp://ftp.st.ryukoku.ac.jp/pub/network/dhcp/wide/ \ - ftp://ftp.sage-au.org.au/pub/network/boot/wide-dhcp/ - -MAINTAINER= hideyuki@sat.t.u-tokyo.ac.jp - -MAKE_ENV= OSTYPE=${OPSYS} - -MAN5= dhcpdb.server.5 dhcpdb.pool.5 dhcpdb.relay.5 -MAN8= dhcpc.8 dhcps.8 relay.8 dhcpm.8 - -STARTUP_SCRIPT= ${PREFIX}/etc/rc.d/wide-dhcps.sh.sample - -post-install: -.if !defined(NOPORTDOCS) - @if [ ! -d ${PREFIX}/share/doc/dhcp ]; then \ - ${MKDIR} ${PREFIX}/share/doc/dhcp; \ - fi - @if [ ! -d ${PREFIX}/share/examples/dhcp ]; then \ - ${MKDIR} ${PREFIX}/share/examples/dhcp; \ - fi - @${CP} ${WRKSRC}/README ${PREFIX}/share/doc/dhcp/ - @${CP} ${WRKSRC}/README.jis ${PREFIX}/share/doc/dhcp/ - @${CP} ${WRKSRC}/db_sample/dhcpdb.pool ${PREFIX}/share/examples/dhcp/dhcpdb.pool.sample - @${CP} ${WRKSRC}/db_sample/dhcpdb.relay ${PREFIX}/share/examples/dhcp/dhcpdb.relay.sample - @${CP} ${WRKSRC}/db_sample/dhcpdb.server ${PREFIX}/share/examples/dhcp/dhcpdb.server.sample - @${CP} ${WRKSRC}/db_sample/intro.dhcp ${PREFIX}/share/doc/dhcp/ - @${CP} ${WRKSRC}/db_sample/intro.dhcp.jis ${PREFIX}/share/doc/dhcp/ -.endif - @if [ ! -f ${STARTUP_SCRIPT} ]; then \ - echo "Installing ${STARTUP_SCRIPT} startup file."; \ - echo '#!/bin/sh' > ${STARTUP_SCRIPT}; \ - echo 'DB_POOL=/etc/dhcpdb.pool' >> ${STARTUP_SCRIPT}; \ - echo 'DB_RELAY=/etc/dhcpdb.relay' >> ${STARTUP_SCRIPT}; \ - echo 'DB_BIND=/var/db/dhcpdb.bind' >> ${STARTUP_SCRIPT};\ - echo 'if [ -f $${DB_POOL} -a -f $${DB_RELAY} \'\ - >> ${STARTUP_SCRIPT}; \ - echo ' -a -x /usr/local/sbin/dhcps ]; then' \ - >> ${STARTUP_SCRIPT}; \ - echo ' if [ -f $${DB_BIND} ]; then' >> ${STARTUP_SCRIPT};\ - echo ' find $${DB_POOL} -newer $${DB_BIND} -exec rm $${DB_BIND} \;'\ - >> ${STARTUP_SCRIPT}; \ - echo ' fi' >> ${STARTUP_SCRIPT}; \ - echo " ${PREFIX}/sbin/dhcps [Interface Name]" \ - >> ${STARTUP_SCRIPT}; \ - echo " echo -n ' dhcps'" \ - >> ${STARTUP_SCRIPT}; \ - echo 'fi' >> ${STARTUP_SCRIPT}; \ - chmod 755 ${STARTUP_SCRIPT}; \ - chown bin.bin ${STARTUP_SCRIPT}; \ - fi - @if [ ! -c /dev/bpf1 ]; then \ - echo "**********************************************************";\ - echo "* W a r n i n g *";\ - echo "* This DHCP program needs Berkeley packet filter (bpf). *";\ - echo "* To use DHCP, your kernel must be rebuilt with bpf, and *";\ - echo "* make bpf devices on /dev directory. *";\ - echo "* Please read some info file with \`pkg_info ${PKGNAME}'. *";\ - echo "**********************************************************";\ - fi - -.include <bsd.port.mk> diff --git a/net-mgmt/wide-dhcp/distinfo b/net-mgmt/wide-dhcp/distinfo deleted file mode 100644 index bc48aa3df36d..000000000000 --- a/net-mgmt/wide-dhcp/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (dhcp-1.4.0p5.tar.gz) = f0e6ea0a22b249c85a44b5ab836fde58 diff --git a/net-mgmt/wide-dhcp/files/patch-aa b/net-mgmt/wide-dhcp/files/patch-aa deleted file mode 100644 index d76aca16f6d9..000000000000 --- a/net-mgmt/wide-dhcp/files/patch-aa +++ /dev/null @@ -1,22 +0,0 @@ ---- client/Makefile.FreeBSD.orig Fri Jan 1 06:21:32 1999 -+++ client/Makefile.FreeBSD Sun Feb 7 10:38:40 1999 -@@ -2,16 +2,16 @@ - OBJ = dhcpc_subr.o flushroute.o getmac.o common_subr.o dhcpc.o - - CC = cc --CFLAGS = -O2 -I. -I../server -DRETRY_FOREVER #-DMOBILE_IP -DDEBUG -+CFLAGS += -O2 -I. -I../server -DRETRY_FOREVER #-DMOBILE_IP -DDEBUG - LDFLAGS = - --PREFIX = /usr/local -+#PREFIX = /usr/local - SBIN = $(PREFIX)/sbin - LIBEXEC = $(PREFIX)/libexec - MAN = $(PREFIX)/man - CP = /bin/cp - RM = /bin/rm --GZIP = /usr/bin/gzip -+GZIP = /usr/bin/touch # don't `gzip' anything for FreeBSD - - dhcpc: ${OBJ} - ${CC} ${CFLAGS} -o dhcpc ${OBJ} ${LDFLAGS} diff --git a/net-mgmt/wide-dhcp/files/patch-ac b/net-mgmt/wide-dhcp/files/patch-ac deleted file mode 100644 index 36fcc36aa7d7..000000000000 --- a/net-mgmt/wide-dhcp/files/patch-ac +++ /dev/null @@ -1,53 +0,0 @@ ---- client/dhcpc_subr.c.orig Fri Jan 1 06:21:08 1999 -+++ client/dhcpc_subr.c Sun Feb 7 10:46:25 1999 -@@ -170,6 +170,8 @@ - - int config_if(); - void set_route(); -+void set_resolv(); -+void set_hostname(); - void make_decline(); - void make_release(); - Long generate_xid(); -@@ -3221,4 +3223,41 @@ - - buf += OPTLEN(buf) + 1; - return(0); -+} -+ -+void -+set_resolv(param) -+struct dhcp_param *param; -+{ -+ FILE *fp; -+ int i; -+ -+ /* -+ * set resolv.conf -+ */ -+ if (param && param->dns_server != NULL) { -+ if (param->dns_server->num && param->dns_server->addr != NULL) { -+ unlink(_PATH_RESCONF); -+ if ((fp = fopen(_PATH_RESCONF, "w")) == NULL) { -+ return; -+ } -+ if (param->dns_domain != NULL) -+ fprintf(fp, "domain %s\n", param->dns_domain); -+ if (param->dns_server->addr) -+ for (i = 0; i < param->dns_server->num; i++) { -+ fprintf(fp,"nameserver %s\n",inet_ntoa(param->dns_server->addr[i])); -+ } -+ fclose(fp); -+ } -+ } -+} -+ -+void -+set_hostname(param) -+struct dhcp_param *param; -+{ -+ if (param && param->hostname != NULL) { -+ sethostname(param->hostname,strlen(param->hostname)); -+ } -+ return; - } diff --git a/net-mgmt/wide-dhcp/files/patch-ae b/net-mgmt/wide-dhcp/files/patch-ae deleted file mode 100644 index 2b565f37a4e9..000000000000 --- a/net-mgmt/wide-dhcp/files/patch-ae +++ /dev/null @@ -1,18 +0,0 @@ ---- server/Makefile.FreeBSD.orig Tue Jan 26 02:13:13 1999 -+++ server/Makefile.FreeBSD Sun Feb 7 10:54:41 1999 -@@ -5,13 +5,13 @@ - CFLAGS = -O2 -I. #-DMAC_FILTER #-DCOMPAT_RFC1541 #-DNOICMPCHK - LDFLAGS = - --PREFIX = /usr/local -+#PREFIX = /usr/local - SBIN = ${PREFIX}/sbin - LIBEXEC = ${PREFIX}/libexec - MAN = ${PREFIX}/man - CP = /bin/cp - RM = /bin/rm --GZIP = /usr/bin/gzip -+GZIP = /usr/bin/touch # don't `gzip' anything for FreeBSD - - dhcps: ${OBJ} - ${CC} ${CFLAGS} -o dhcps ${OBJ} ${LDFLAGS} diff --git a/net-mgmt/wide-dhcp/files/patch-ag b/net-mgmt/wide-dhcp/files/patch-ag deleted file mode 100644 index 403705393395..000000000000 --- a/net-mgmt/wide-dhcp/files/patch-ag +++ /dev/null @@ -1,18 +0,0 @@ ---- relay/Makefile.FreeBSD.orig Fri Jan 1 02:25:43 1999 -+++ relay/Makefile.FreeBSD Sun Feb 7 10:56:47 1999 -@@ -4,13 +4,13 @@ - CFLAGS = -O2 -I. -I../server - LDFLAGS = - --PREFIX = /usr/local -+#PREFIX = /usr/local - SBIN = ${PREFIX}/sbin - LIBEXEC = ${PREFIX}/libexec - MAN = ${PREFIX}/man - CP = /bin/cp - RM = /bin/rm --GZIP = /usr/bin/gzip -+GZIP = /usr/bin/touch # don't `gzip' anything for FreeBSD - - relay: ${OBJ} - ${CC} ${CFLAGS} -o relay ${OBJ} ${LDFLAGS} diff --git a/net-mgmt/wide-dhcp/files/patch-aq b/net-mgmt/wide-dhcp/files/patch-aq deleted file mode 100644 index c2b9b0000741..000000000000 --- a/net-mgmt/wide-dhcp/files/patch-aq +++ /dev/null @@ -1,19 +0,0 @@ ---- tools/Makefile.FreeBSD.orig Fri Jan 1 02:31:45 1999 -+++ tools/Makefile.FreeBSD Sun Feb 7 11:00:20 1999 -@@ -1,14 +1,14 @@ - CC = cc - CFLAGS = -O2 -I. -I../server - --PREFIX = /usr/local -+#PREFIX = /usr/local - SBIN = ${PREFIX}/sbin - LIBEXEC = ${PREFIX}/libexec - MAN = ${PREFIX}/man - - CP = /bin/cp - RM = /bin/rm --GZIP = /usr/bin/gzip -+GZIP = /usr/bin/touch # don't `gzip' anything for FreeBSD - - dhcpm: dhcpm.c ../server/dhcp.h - $(CC) $(CFLAGS) dhcpm.c -o dhcpm diff --git a/net-mgmt/wide-dhcp/files/patch-as b/net-mgmt/wide-dhcp/files/patch-as deleted file mode 100644 index c7263ff2a1a4..000000000000 --- a/net-mgmt/wide-dhcp/files/patch-as +++ /dev/null @@ -1,122 +0,0 @@ ---- client/dhcpc.c.orig Fri Jan 1 05:20:08 1999 -+++ client/dhcpc.c Sun Feb 7 11:17:59 1999 -@@ -88,6 +88,7 @@ - struct dhcp_reqspec reqspec; - struct if_info intface; - struct dhcp_param *param_list; -+int f_resolv, f_hostname; - char pid_filename[MAXPATHLEN]; - char cache_filename[MAXPATHLEN]; - -@@ -256,6 +257,14 @@ - if (config_if(&intface, &addr, &mask, &brdaddr) == 0) { - set_route(paramp); - } -+#ifdef __FreeBSD__ -+ if (f_resolv) { -+ set_resolv(param_list); -+ } -+ if (f_hostname) { -+ set_hostname(param_list); -+ } -+#endif - #endif - - return; -@@ -293,7 +302,7 @@ - /* - * split conditions into pieces for debugging - */ --#ifndef sun -+#if !defined(sun) && !defined(__FreeBSD__) - if (ntohs(rcv.ip->ip_len) < MINDHCPLEN + UDPHL + IPHL) - return(0); - if (ntohs(rcv.udp->uh_ulen) < MINDHCPLEN + UDPHL) -@@ -350,7 +359,7 @@ - /* - * split conditions into pieces for debugging - */ --#ifndef sun -+#if !defined(sun) && !defined(__FreeBSD__) - if (ntohs(rcv.ip->ip_len) < MINDHCPLEN + UDPHL + IPHL) - return(0); - if (ntohs(rcv.udp->uh_ulen) < MINDHCPLEN + UDPHL) -@@ -1789,7 +1798,11 @@ - void - usage() - { -- fprintf(stderr, "Usage: dhcpc [-d] if_name\n"); -+#ifdef __FreeBSD__ -+ fprintf(stderr, "Usage: dhcpc [-v] [-drn] if_name\n"); -+#else -+ fprintf(stderr, "Usage: dhcpc [-v] [-d] if_name\n"); -+#endif - exit(1); - } - -@@ -1809,26 +1822,39 @@ - { - int debug = 0; - int n = 0; -+ int count; - struct if_info ifinfo; - - bzero(&reqspec, sizeof(reqspec)); - bzero(&ifinfo, sizeof(ifinfo)); - -- while (*++argv && argv[0][0] == '-') { -- switch (argv[0][1]) { -- case 'v': -- version(); -- break; -- case 'd': -- debug = 1; -- break; -- default: -- usage(); -- break; -- } -- } -- if (argv[0] == NULL) usage(); -+#ifdef __FreeBSD__ -+#define COM_OPTS "vdrn" -+#else -+#define COM_OPTS "vd" -+#endif - -+ while ((count = getopt(argc, argv, COM_OPTS)) != EOF) { -+ switch (count) { -+ case 'v': -+ version(); -+ case 'd': -+ debug = 1; -+ break; -+#ifdef __FreeBSD__ -+ case 'r': -+ f_resolv = 1; -+ break; -+ case 'n': -+ f_hostname = 1; -+ break; -+#endif -+ } -+ } -+ argc -= optind; -+ argv += optind; -+ -+ if (argc < 1) usage(); - strcpy(ifinfo.name, argv[0]); - - /* -@@ -1859,6 +1885,11 @@ - reqspec.reqlist.list[reqspec.reqlist.len++] = SUBNET_MASK; - reqspec.reqlist.list[reqspec.reqlist.len++] = ROUTER; - reqspec.reqlist.list[reqspec.reqlist.len++] = BRDCAST_ADDR; -+#ifdef __FreeBSD__ -+ reqspec.reqlist.list[reqspec.reqlist.len++] = DNS_DOMAIN; -+ reqspec.reqlist.list[reqspec.reqlist.len++] = DNS_SERVER; -+ reqspec.reqlist.list[reqspec.reqlist.len++] = HOSTNAME; -+#endif - - n = dhcp_client(&ifinfo); - unlink(pid_filename); diff --git a/net-mgmt/wide-dhcp/files/patch-aw b/net-mgmt/wide-dhcp/files/patch-aw deleted file mode 100644 index 23a9473fa546..000000000000 --- a/net-mgmt/wide-dhcp/files/patch-aw +++ /dev/null @@ -1,20 +0,0 @@ ---- db_sample.bak/dhcpdb.pool Thu Jul 21 19:39:46 1994 -+++ db_sample/dhcpdb.pool Sun Mar 23 00:07:21 1997 -@@ -2,12 +2,14 @@ - global:!snmk=255.255.255.224:tmof=32400: - - # define different master entries for each subnet. . . -+# `dnsv' is IP address of DNS server. -+# `dnsd' is domain name of your domain. - subnet30:tblc=global:rout=133.4.30.1:dht1=500:dht2=850:\ -- :brda=133.4.30.31: -+ :brda=133.4.30.31:dnsv=133.4.30.10:dnsd=you.domain.name: - - # entries for manual allocation (DHCP, BOOTP) --3001: :ipad=133.4.30.1:tblc=subnet30:clid="1:0x0080c75fdc03": --3002: :ipad=133.4.30.2:tblc=subnet30:clid="1:0x08004600e5d5": -+3001: :ipad=133.4.30.1:hstn="yourclient1.host.name":tblc=subnet30:clid="1:0x0080c75fdc03": -+3002: :ipad=133.4.30.2:hstn="yourclient2.host.name":tblc=subnet30:clid="1:0x08004600e5d5": - - # entries for dynamic allocation (DHCP) - 3003: :ipad=133.4.30.3:dfll=3600:maxl=7200:tblc=subnet30: diff --git a/net-mgmt/wide-dhcp/files/patch-az b/net-mgmt/wide-dhcp/files/patch-az deleted file mode 100644 index ab04b6ed492f..000000000000 --- a/net-mgmt/wide-dhcp/files/patch-az +++ /dev/null @@ -1,53 +0,0 @@ ---- client/dhcpc.8.orig Sat Jan 9 20:54:01 1999 -+++ client/dhcpc.8 Sun Feb 7 11:27:29 1999 -@@ -5,7 +5,7 @@ - .SH SYNOPSIS - .B dhcpc - [ --.B \-d -+.B \-drn - ] - .I interface - .SH DESCRIPTION -@@ -26,7 +26,7 @@ - requests server to assign the same address as before. - To get the same address, - .B dhcpc --creates file named /etc/dhcpc_cache.interface -+creates file named /var/db/dhcpc_cache.interface - (or /var/db/dhcpc_cache.interface for BSD/OS and FreeBSD). This - file name could be configured when it is compiled. But it is required - that the file must remains after the host reboot. For example, the -@@ -38,6 +38,21 @@ - .B dhcpc - runs in foreground and debugging mode. - .LP -+If the -+.B \-r -+option is specified, and if your DHCP server supplies the DNS address, -+.B dhcpc -+overwrites "/etc/resolv.conf" with supplied address. -+.LP -+If the -+.B \-n -+option is specified, and if your DHCP server supplies the hostname of -+the client, -+.B dhcpc -+call -+.B sethostname(3) -+with supplied name. -+.LP - The DHCP client can verify whether its assigned information is still - valid at any time. - .B dhcpc -@@ -70,6 +85,10 @@ - .TP - .B /etc/dhcpc_cache.interface - The file to record previously assigned informations (for others) -+.TP -+.B /var/run/dhcpc.[interface name].pid -+File which includes process ID -+.PD - .PD - .SH SEE ALSO - R. Droms, diff --git a/net-mgmt/wide-dhcp/files/patch-ba b/net-mgmt/wide-dhcp/files/patch-ba deleted file mode 100644 index c98ed7d460fe..000000000000 --- a/net-mgmt/wide-dhcp/files/patch-ba +++ /dev/null @@ -1,11 +0,0 @@ ---- server/dhcps.8.orig Fri Jan 1 05:28:25 1999 -+++ server/dhcps.8 Sun Feb 7 11:30:56 1999 -@@ -37,7 +37,7 @@ - .B dhcps - manages these with files, /etc/dhcpdb.pool and /etc/dhcpdb.bind - (/var/db/dhcpdb.bind for BSD/OS and FreeBSD). It is possible to change --these path with command line option. -+this path with command line options. - .LP - Also - .B dhcps diff --git a/net-mgmt/wide-dhcp/pkg-comment b/net-mgmt/wide-dhcp/pkg-comment deleted file mode 100644 index 596dd0c1d4df..000000000000 --- a/net-mgmt/wide-dhcp/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Dynamic Host Configuration Protocol, WIDE-Implimentation. diff --git a/net-mgmt/wide-dhcp/pkg-descr b/net-mgmt/wide-dhcp/pkg-descr deleted file mode 100644 index 816bd08fa7f3..000000000000 --- a/net-mgmt/wide-dhcp/pkg-descr +++ /dev/null @@ -1,66 +0,0 @@ - << DHCP WIDE-Implementation, version 1.3.6 >> - - April, 1997. - - This package is a distribution kit of DHCP WIDE-Implementation - version 1.3.6. DHCP (Dynamic Host Configuration Protocol) is a - protocol which provides informations to computer when it boots. - This release includes DHCP server, relay agent, and client. - - -<License> - - See "Copyright" included in this directory. - - Also, portions of this software may fall under the copyrights which - are included the end of this file. These are included corresponded - source code files. - - -<Package> - - You can get the latest version from; - ftp://sh.wide.ad.jp/WIDE/free-ware/dhcp/ - ------------------------------- - -** Attention for this ports file ** - - To use DHCP, your kernel must be rebuilt with the following - line added to your kernel config file (/sys/i386/conf/<YourMachine>): - -pseudo-device bpfilter 4 #Berkeley packet filter - - and make bpf devices in your /dev directory: /dev/bpf[1-3]. - -cd /dev -./MAKEDEV bpf1 -./MAKEDEV bpf2 -./MAKEDEV bpf3 - -** dhcpdb.relay file is need without relay agent ** - - Please read more information in - /usr/local/share/doc/dhcp/intro.dhcp or intro.dhcp.jis. - -** additional function ** - - DHCP client(dhcpc) in this port is supported "dynamic change - /etc/resolv.conf and hostname via DHCP infomation". - - o `-r' is recreate /etc/resolv.conf - (resolv.conf file is overwritten.) - o `-n' is reset HOSTNAME - -** Acknowledgements to this ports file ** - Special thanks to: - Hirotaka TAKETA<taketa@csk.co.jp> - Hajimu UMEMOTO<ume@calm.imasy.or.jp> - Tamotsu KANOH<kanoh@kanoh.iijnet.or.jp> - Junichi SATOH<junichi@astec.co.jp> - Hisashi HIRAMOTO<hiramoto@phys.chs.nihon-u.ac.jp> - Takeshi TAGUCHI<taguchi@tohoku.iij.ad.jp> - Keisuke INOUE<keisuke@aa.cs.keio.ac.jp> - -- Yoshiro MIHIRA -(sanpei@yy.cs.keio.ac.jp) diff --git a/net-mgmt/wide-dhcp/pkg-plist b/net-mgmt/wide-dhcp/pkg-plist deleted file mode 100644 index 9c1f1e8d2445..000000000000 --- a/net-mgmt/wide-dhcp/pkg-plist +++ /dev/null @@ -1,17 +0,0 @@ -sbin/dhcpc -sbin/dhcpm -sbin/relay -sbin/dhcps -share/doc/dhcp/README -share/doc/dhcp/README.jis -share/doc/dhcp/intro.dhcp -share/doc/dhcp/intro.dhcp.jis -share/examples/dhcp/dhcpdb.pool.sample -share/examples/dhcp/dhcpdb.relay.sample -share/examples/dhcp/dhcpdb.server.sample -etc/rc.d/wide-dhcps.sh.sample -@exec echo "updating /etc/services"; cp /etc/services /etc/services.bak; (grep -v ^dhcps /etc/services.bak ; echo "dhcps 67/udp # dhcp server") > /etc/services -@unexec echo "updating /etc/services"; cp /etc/services /etc/services.bak; (grep -v ^dhcps /etc/services.bak ) > /etc/services -@exec echo "updating /etc/services"; cp /etc/services /etc/services.bak; (grep -v ^dhcpc /etc/services.bak ; echo "dhcpc 68/udp # dhcp client") > /etc/services -@unexec echo "updating /etc/services"; cp /etc/services /etc/services.bak; (grep -v ^dhcpc /etc/services.bak ) > /etc/services -@unexec rm -f /var/db/dhcp_cache diff --git a/net-mgmt/wide-dhcp/pkg-req b/net-mgmt/wide-dhcp/pkg-req deleted file mode 100644 index f4b0f7421d4f..000000000000 --- a/net-mgmt/wide-dhcp/pkg-req +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh -if [ "$2" != "INSTALL" ]; then - exit 0 -fi -if [ ! -c /dev/bpf1 ]; then \ - echo "**********************************************************";\ - echo "* W a r n i n g *";\ - echo "* This DHCP program need Berkeley packet filter(bpf). *";\ - echo "* To use DHCP, your kernel must be rebuilt with bpf, and *";\ - echo "* make bpf devices on /dev directory. *";\ - echo "* Please read some info file with \`pkg_info dhcp-1.3b'. *";\ - echo "**********************************************************";\ -fi |