diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2000-11-17 12:19:22 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2000-11-17 12:19:22 +0000 |
commit | d615f4ca564f838b39bd8b504a3107011d951a03 (patch) | |
tree | d799b77773a040bd9f634696266507c9072dd071 /net-mgmt | |
parent | c2ed1d8a3eee6f0edbbd6033ea2f1717399741e2 (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_2_0'.release/4.2.0
Notes
Notes:
svn path=/head/; revision=35216
svn path=/tags/RELEASE_4_2_0/; revision=35217; tag=release/4.2.0
Diffstat (limited to 'net-mgmt')
431 files changed, 0 insertions, 10882 deletions
diff --git a/net-mgmt/airport/Makefile b/net-mgmt/airport/Makefile deleted file mode 100644 index a547f184fcfa..000000000000 --- a/net-mgmt/airport/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -# New ports collection makefile for: airport -# Date created: 2000/09/16 -# Whom: Nick Sayer -# -# $FreeBSD$ -# - -PORTNAME= airport -PORTVERSION= 1.2.2 -CATEGORIES= net java -MASTER_SITES= http://edge.mcs.drexel.edu/GICL/people/sevy/airport/ -DISTFILES= configurator${EXTRACT_SUFX} - -MAINTAINER= nsayer@freebsd.org - -RUN_DEPENDS= ${LOCALBASE}/jdk${JDK_VERSION}/bin/java:${PORTSDIR}/java/jdk \ - ${LOCALBASE}/share/java/classes/jfc-${JFC_VERSION}/swingall.jar:${PORTSDIR}/java/jfc - -USE_ZIP= YES - -NO_WRKSUBDIR= YES - -JDK_VERSION= 1.1.8 -JFC_VERSION= 1.1.1 - -NO_BUILD= yes - -.include <bsd.port.pre.mk> - -do-install: - @cd ${WRKSRC}; \ - ${MKDIR} ${PREFIX}/share/airport; \ - ${CP} -r ${WRKSRC}/* ${PREFIX}/share/airport; \ - ${SED} -e s,%%PREFIX%%,${PREFIX},g \ - -e s/%%JDK_VERSION%%/${JDK_VERSION}/ \ - -e s/%%JFC_VERSION%%/${JFC_VERSION}/ \ - < ${FILESDIR}/airport > ${PREFIX}/bin/airport; \ - ${CHMOD} a+x ${PREFIX}/bin/airport - -.include <bsd.port.post.mk> diff --git a/net-mgmt/airport/distinfo b/net-mgmt/airport/distinfo deleted file mode 100644 index 996913996fbd..000000000000 --- a/net-mgmt/airport/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (configurator.zip) = 02f4057cc5419f661e1032f02bed28f9 diff --git a/net-mgmt/airport/files/airport b/net-mgmt/airport/files/airport deleted file mode 100644 index 54381a2c1299..000000000000 --- a/net-mgmt/airport/files/airport +++ /dev/null @@ -1,5 +0,0 @@ -#! /bin/sh - -exec %%PREFIX%%/jdk%%JDK_VERSION%%/bin/jre -cp "%%PREFIX%%/share/java/classes/jfc-%%JFC_VERSION%%/swingall.jar:%%PREFIX%%/share/airport/AirportBaseStationConfig.jar" AirportBaseStationConfigurator - -exit 1 diff --git a/net-mgmt/airport/pkg-comment b/net-mgmt/airport/pkg-comment deleted file mode 100644 index 212ba7638bcc..000000000000 --- a/net-mgmt/airport/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Apple Airport / Lucent RG-1000 configuration program diff --git a/net-mgmt/airport/pkg-descr b/net-mgmt/airport/pkg-descr deleted file mode 100644 index 42cc9b7a5ba3..000000000000 --- a/net-mgmt/airport/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -This is a configuration program for the Apple Airport and Lucent RG-1000 -in Java. - -The Airport and Lucent RG-1000 are the same, except for one detail: -On the RG-1000 the net name cannot be changed and is overridden by -the hex number on the label on the bottom. - -WWW: http://edge.mcs.drexel.edu/GICL/people/sevy/airport/index.html diff --git a/net-mgmt/airport/pkg-plist b/net-mgmt/airport/pkg-plist deleted file mode 100644 index 68fe8b4f540f..000000000000 --- a/net-mgmt/airport/pkg-plist +++ /dev/null @@ -1,9 +0,0 @@ -bin/airport -share/airport/AUTHORS -share/airport/COPYING -share/airport/AirportBaseStationConfig.jar -share/airport/helpdocs/ReadMe.txt -share/airport/helpdocs/mainscreen.jpg -share/airport/helpdocs/manual.html -@dirrm share/airport/helpdocs -@dirrm share/airport diff --git a/net-mgmt/argus/Makefile b/net-mgmt/argus/Makefile deleted file mode 100644 index 31370adc070b..000000000000 --- a/net-mgmt/argus/Makefile +++ /dev/null @@ -1,45 +0,0 @@ -# New ports collection makefile for: argus -# Date created: 26 November 1998 -# Whom: Jonathan Hanna <jhanna@home.com> -# -# $FreeBSD$ -# - -PORTNAME= argus -PORTVERSION= 1.8.1 -CATEGORIES= net security -MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/argus/current/ - -MAINTAINER= se@freebsd.org - -.if !exists(/usr/include/tcpd.h) -LIB_DEPENDS= wrap.7:${PORTSDIR}/security/tcp_wrapper -.endif - -GNU_CONFIGURE= true - -MAN1= connections.1 ra.1 rasort.1 services.1 -MAN5= argus.5 -MAN8= argus.8 - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/bin/argus_bpf ${PREFIX}/bin/argus -.for i in fullra ra radjacency raconnections racount radnstats raservices rasort - ${INSTALL_PROGRAM} ${WRKSRC}/bin/$i ${PREFIX}/bin -.endfor -.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 - ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/argus/README.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 e4ea11ebedc8..000000000000 --- a/net-mgmt/argus/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (argus-1.8.1.tar.gz) = 863f865cbae42ae63b976c85b30fc288 diff --git a/net-mgmt/argus/files/patch-ae b/net-mgmt/argus/files/patch-ae deleted file mode 100644 index 7c271fc998ef..000000000000 --- a/net-mgmt/argus/files/patch-ae +++ /dev/null @@ -1,11 +0,0 @@ ---- common/addrtoname.c.orig Thu Apr 15 18:15:00 1999 -+++ common/addrtoname.c Tue Aug 15 18:11:25 2000 -@@ -59,7 +59,7 @@ - static SIGRET nohostname(int); - #ifdef ETHER_SERVICE - struct ether_addr; --#ifndef linux -+#if !defined(linux) && !defined(__FreeBSD__) - extern int ether_ntohost(char *, struct ether_addr *); - #endif - #endif diff --git a/net-mgmt/argus/pkg-comment b/net-mgmt/argus/pkg-comment deleted file mode 100644 index 658890340d2b..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 3e7fd3a0f9cb..000000000000 --- a/net-mgmt/argus/pkg-plist +++ /dev/null @@ -1,22 +0,0 @@ -bin/argus -bin/fullra -bin/ra -bin/raconnections -bin/racount -bin/radjacency -bin/radnstats -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/README.argus -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 c1f97ba715e3..000000000000 --- a/net-mgmt/arpwatch-devel/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# New ports collection makefile for: arpwatch -# Date created: March 24 1997 -# Whom: Brian Somers <brian@Awfulhak.org> -# -# $FreeBSD$ -# - -PORTNAME= arpwatch -PORTVERSION= 2.1.a6 -CATEGORIES= net -MASTER_SITES= http://www.Awfulhak.org/arpwatch/ \ - ftp://ftp.ee.lbl.gov/ \ - ftp://ftp.cso.uiuc.edu/pub/security/coast/unix/arpwatch/ -DISTNAME= arpwatch-2.1a6 - -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 800463b2e05d..000000000000 --- a/net-mgmt/arpwatch-devel/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (arpwatch-2.1a6.tar.gz) = fe729b12e8e54133cf24695e4a382952 diff --git a/net-mgmt/arpwatch-devel/files/arpwatch.sh b/net-mgmt/arpwatch-devel/files/arpwatch.sh deleted file mode 100644 index f0c8a797cb54..000000000000 --- a/net-mgmt/arpwatch-devel/files/arpwatch.sh +++ /dev/null @@ -1,18 +0,0 @@ -#!/bin/sh - -case $1 in -start) - if [ -x /usr/local/sbin/arpwatch -a -d /usr/local/arpwatch ]; then - /usr/local/sbin/arpwatch && echo -n ' arpwatch' - fi - ;; -stop) - killall arpwatch && echo -n ' arpwatch' - ;; -*) - echo "Usage: `basename $0` {start|stop}" >&2 - exit 64 - ;; -esac - -exit 0 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/files/patch-ad b/net-mgmt/arpwatch-devel/files/patch-ad deleted file mode 100644 index 02096d9d63bf..000000000000 --- a/net-mgmt/arpwatch-devel/files/patch-ad +++ /dev/null @@ -1,29 +0,0 @@ ---- report.c.orig Fri Jun 9 09:54:48 2000 -+++ report.c Fri Jun 9 10:05:58 2000 -@@ -249,6 +249,9 @@ - char *unknown = "<unknown>"; - char buf[132]; - static int init = 0; -+#ifdef HAVE_MKSTEMP -+ int fd; -+#endif - - /* No report until we're initialized */ - if (initializing) -@@ -286,8 +289,16 @@ - /* Child */ - closelog(); - (void)strcpy(tempfile, "/tmp/arpwatch.XXXXXX"); -+#ifndef HAVE_MKSTEMP - (void)mktemp(tempfile); - if ((f = fopen(tempfile, "w+")) == NULL) { -+#else -+ if ((fd = mkstemp(tempfile)) == -1) { -+ syslog(LOG_ERR, "child mkstemp(%s): %m", tempfile); -+ exit(1); -+ } -+ if ((f = fdopen(fd, "w+")) == NULL) { -+#endif /* HAVE_MKSTEMP */ - syslog(LOG_ERR, "child open(%s): %m", tempfile); - exit(1); - } diff --git a/net-mgmt/arpwatch-devel/files/patch-ae b/net-mgmt/arpwatch-devel/files/patch-ae deleted file mode 100644 index c02ef28aded2..000000000000 --- a/net-mgmt/arpwatch-devel/files/patch-ae +++ /dev/null @@ -1,29 +0,0 @@ ---- configure.orig Thu Jun 15 01:37:53 2000 -+++ configure Tue Sep 5 02:57:33 2000 -@@ -649,7 +649,7 @@ - : - fi - -- V_CCOPT="-O" -+# V_CCOPT="-O" - V_INCLS="" - if test "${srcdir}" != "." ; then - V_INCLS="-I\$\(srcdir\)" -@@ -1207,7 +1207,7 @@ - fi - - --for ac_func in dn_skipname -+for ac_func in dn_skipname mkstemp - do - echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 - echo "configure:1214: checking for $ac_func" >&5 -@@ -2599,7 +2599,7 @@ - fi - V_CCOPT="$V_CCOPT -Wall" - if test $ac_cv_lbl_gcc_vers -gt 1 ; then -- V_CCOPT="$V_CCOPT -Wmissing-prototypes -Wstrict-prototypes" -+# V_CCOPT="$V_CCOPT -Wmissing-prototypes -Wstrict-prototypes" - fi - fi - else diff --git a/net-mgmt/arpwatch-devel/files/patch-af b/net-mgmt/arpwatch-devel/files/patch-af deleted file mode 100644 index 0beb9378c27a..000000000000 --- a/net-mgmt/arpwatch-devel/files/patch-af +++ /dev/null @@ -1,8 +0,0 @@ ---- ethercodes.dat.orig Tue Mar 21 02:37:05 2000 -+++ ethercodes.dat Thu Sep 14 11:18:09 2000 -@@ -897,3 +897,5 @@ - c0:0:0 Western Digital (may be reversed 00 00 C0?) - e2:c:f Kingston Technologies - ec:10:0 Enance Source Co., Ltd. PC clones(?) -+0:bd:11 VMWare Inc -+0:bd:fb VMWare Inc 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 2d3d476f15f1..000000000000 --- a/net-mgmt/arpwatch-devel/pkg-plist +++ /dev/null @@ -1,10 +0,0 @@ -sbin/arpwatch -sbin/arpsnmp -@unexec test -f %D/arpwatch/arp.dat && test -s %D/arpwatch/arp.dat || rm -f %D/arpwatch/arp.dat -arpwatch/arp2ethers -arpwatch/ethercodes.dat -arpwatch/d.awk -arpwatch/e.awk -arpwatch/p.awk -etc/rc.d/arpwatch.sh -@dirrm arpwatch diff --git a/net-mgmt/arpwatch/Makefile b/net-mgmt/arpwatch/Makefile deleted file mode 100644 index c1f97ba715e3..000000000000 --- a/net-mgmt/arpwatch/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# New ports collection makefile for: arpwatch -# Date created: March 24 1997 -# Whom: Brian Somers <brian@Awfulhak.org> -# -# $FreeBSD$ -# - -PORTNAME= arpwatch -PORTVERSION= 2.1.a6 -CATEGORIES= net -MASTER_SITES= http://www.Awfulhak.org/arpwatch/ \ - ftp://ftp.ee.lbl.gov/ \ - ftp://ftp.cso.uiuc.edu/pub/security/coast/unix/arpwatch/ -DISTNAME= arpwatch-2.1a6 - -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 800463b2e05d..000000000000 --- a/net-mgmt/arpwatch/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (arpwatch-2.1a6.tar.gz) = fe729b12e8e54133cf24695e4a382952 diff --git a/net-mgmt/arpwatch/files/arpwatch.sh b/net-mgmt/arpwatch/files/arpwatch.sh deleted file mode 100644 index f0c8a797cb54..000000000000 --- a/net-mgmt/arpwatch/files/arpwatch.sh +++ /dev/null @@ -1,18 +0,0 @@ -#!/bin/sh - -case $1 in -start) - if [ -x /usr/local/sbin/arpwatch -a -d /usr/local/arpwatch ]; then - /usr/local/sbin/arpwatch && echo -n ' arpwatch' - fi - ;; -stop) - killall arpwatch && echo -n ' arpwatch' - ;; -*) - echo "Usage: `basename $0` {start|stop}" >&2 - exit 64 - ;; -esac - -exit 0 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/files/patch-ad b/net-mgmt/arpwatch/files/patch-ad deleted file mode 100644 index 02096d9d63bf..000000000000 --- a/net-mgmt/arpwatch/files/patch-ad +++ /dev/null @@ -1,29 +0,0 @@ ---- report.c.orig Fri Jun 9 09:54:48 2000 -+++ report.c Fri Jun 9 10:05:58 2000 -@@ -249,6 +249,9 @@ - char *unknown = "<unknown>"; - char buf[132]; - static int init = 0; -+#ifdef HAVE_MKSTEMP -+ int fd; -+#endif - - /* No report until we're initialized */ - if (initializing) -@@ -286,8 +289,16 @@ - /* Child */ - closelog(); - (void)strcpy(tempfile, "/tmp/arpwatch.XXXXXX"); -+#ifndef HAVE_MKSTEMP - (void)mktemp(tempfile); - if ((f = fopen(tempfile, "w+")) == NULL) { -+#else -+ if ((fd = mkstemp(tempfile)) == -1) { -+ syslog(LOG_ERR, "child mkstemp(%s): %m", tempfile); -+ exit(1); -+ } -+ if ((f = fdopen(fd, "w+")) == NULL) { -+#endif /* HAVE_MKSTEMP */ - syslog(LOG_ERR, "child open(%s): %m", tempfile); - exit(1); - } diff --git a/net-mgmt/arpwatch/files/patch-ae b/net-mgmt/arpwatch/files/patch-ae deleted file mode 100644 index c02ef28aded2..000000000000 --- a/net-mgmt/arpwatch/files/patch-ae +++ /dev/null @@ -1,29 +0,0 @@ ---- configure.orig Thu Jun 15 01:37:53 2000 -+++ configure Tue Sep 5 02:57:33 2000 -@@ -649,7 +649,7 @@ - : - fi - -- V_CCOPT="-O" -+# V_CCOPT="-O" - V_INCLS="" - if test "${srcdir}" != "." ; then - V_INCLS="-I\$\(srcdir\)" -@@ -1207,7 +1207,7 @@ - fi - - --for ac_func in dn_skipname -+for ac_func in dn_skipname mkstemp - do - echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 - echo "configure:1214: checking for $ac_func" >&5 -@@ -2599,7 +2599,7 @@ - fi - V_CCOPT="$V_CCOPT -Wall" - if test $ac_cv_lbl_gcc_vers -gt 1 ; then -- V_CCOPT="$V_CCOPT -Wmissing-prototypes -Wstrict-prototypes" -+# V_CCOPT="$V_CCOPT -Wmissing-prototypes -Wstrict-prototypes" - fi - fi - else diff --git a/net-mgmt/arpwatch/files/patch-af b/net-mgmt/arpwatch/files/patch-af deleted file mode 100644 index 0beb9378c27a..000000000000 --- a/net-mgmt/arpwatch/files/patch-af +++ /dev/null @@ -1,8 +0,0 @@ ---- ethercodes.dat.orig Tue Mar 21 02:37:05 2000 -+++ ethercodes.dat Thu Sep 14 11:18:09 2000 -@@ -897,3 +897,5 @@ - c0:0:0 Western Digital (may be reversed 00 00 C0?) - e2:c:f Kingston Technologies - ec:10:0 Enance Source Co., Ltd. PC clones(?) -+0:bd:11 VMWare Inc -+0:bd:fb VMWare Inc 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 2d3d476f15f1..000000000000 --- a/net-mgmt/arpwatch/pkg-plist +++ /dev/null @@ -1,10 +0,0 @@ -sbin/arpwatch -sbin/arpsnmp -@unexec test -f %D/arpwatch/arp.dat && test -s %D/arpwatch/arp.dat || rm -f %D/arpwatch/arp.dat -arpwatch/arp2ethers -arpwatch/ethercodes.dat -arpwatch/d.awk -arpwatch/e.awk -arpwatch/p.awk -etc/rc.d/arpwatch.sh -@dirrm arpwatch diff --git a/net-mgmt/arts++/Makefile b/net-mgmt/arts++/Makefile deleted file mode 100644 index 6f735f8da23e..000000000000 --- a/net-mgmt/arts++/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# New ports collection makefile for: arts++ -# Date created: Di 7 Nov 2000 19:48:50 CET -# Whom: Andreas Klemm <andreas@klemm.gtn.com> -# -# $FreeBSD$ -# - -PORTNAME= arts++ -PORTVERSION= 1-1-a6 -CATEGORIES= net -MASTER_SITES= ftp://ftp.caida.org/pub/arts++/ -DISTNAME= ${PORTNAME}-${PORTVERSION} - -MAINTAINER= andreas@FreeBSD.org - -GNU_CONFIGURE= yes -USE_GMAKE= yes -CONFIGURE_ARGS+=--enable-shared - -MANL= artsportagg.l artsports.l artsprotos.l artsnets.l artsdump.l \ - artsases.l artstoc.l artsagg.l artsprotoagg.l artsnetagg.l \ - artsasagg.l artsportms.l artsportmagg.l artsintfms.l \ - artsintfmagg.l artsnexthops.l artsnexthopagg.l artstos.l - -.include <bsd.port.mk> diff --git a/net-mgmt/arts++/distinfo b/net-mgmt/arts++/distinfo deleted file mode 100644 index f8808ab823b7..000000000000 --- a/net-mgmt/arts++/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (arts++-1-1-a6.tar.gz) = b0a0934452a3cc4e07aa53f8121e81e6 diff --git a/net-mgmt/arts++/pkg-comment b/net-mgmt/arts++/pkg-comment deleted file mode 100644 index 9a786e8b04b0..000000000000 --- a/net-mgmt/arts++/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A network data storage and analysis library from CAIDA diff --git a/net-mgmt/arts++/pkg-descr b/net-mgmt/arts++/pkg-descr deleted file mode 100644 index dcfe77237170..000000000000 --- a/net-mgmt/arts++/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -arts++ is a support package for CAIDA's cflowd and skitter. - -It provides a C++ class library and simple applications for handling -data produced by cflowd and skitter. - -See: http://www.caida.org/tools/measurement/cflowd/ - http://www.caida.org/tools/measurement/skitter/ - -WWW: http://www.caida.org/tools/utilities/arts/ diff --git a/net-mgmt/arts++/pkg-plist b/net-mgmt/arts++/pkg-plist deleted file mode 100644 index 93820949c83a..000000000000 --- a/net-mgmt/arts++/pkg-plist +++ /dev/null @@ -1,97 +0,0 @@ -bin/artsagg -bin/artsasagg -bin/artsases -bin/artsdump -bin/artsintfmagg -bin/artsintfms -bin/artsnetagg -bin/artsnets -bin/artsnexthopagg -bin/artsnexthops -bin/artsportagg -bin/artsportmagg -bin/artsportms -bin/artsports -bin/artsprotoagg -bin/artsprotos -bin/artstoc -bin/artstos -include/Arts.hh -include/ArtsAggregatorMapKey.hh -include/ArtsAsMatrix.hh -include/ArtsAsMatrixAggregator.hh -include/ArtsAsMatrixAggregatorMap.hh -include/ArtsAsMatrixData.hh -include/ArtsAsMatrixEntry.hh -include/ArtsAttribute.hh -include/ArtsAttributeVector.hh -include/ArtsBgp4AggregatorAttribute.hh -include/ArtsBgp4AsPathAttribute.hh -include/ArtsBgp4AsPathSegment.hh -include/ArtsBgp4Attribute.hh -include/ArtsBgp4DPAttribute.hh -include/ArtsBgp4Prefix.hh -include/ArtsBgp4RouteEntry.hh -include/ArtsBgp4RouteTable.hh -include/ArtsBgp4RouteTableData.hh -include/ArtsBitString.hh -include/ArtsDebug.hh -include/ArtsFileUtil.hh -include/ArtsHeader.hh -include/ArtsIfIndexSelectionSet.hh -include/ArtsInterfaceMatrix.hh -include/ArtsInterfaceMatrixAggregator.hh -include/ArtsInterfaceMatrixAggregatorMap.hh -include/ArtsInterfaceMatrixData.hh -include/ArtsInterfaceMatrixEntry.hh -include/ArtsIpPath.hh -include/ArtsIpPathData.hh -include/ArtsIpPathEntry.hh -include/ArtsNetMatrix.hh -include/ArtsNetMatrixAggregator.hh -include/ArtsNetMatrixAggregatorMap.hh -include/ArtsNetMatrixData.hh -include/ArtsNetMatrixEntry.hh -include/ArtsNextHopTable.hh -include/ArtsNextHopTableAggregator.hh -include/ArtsNextHopTableAggregatorMap.hh -include/ArtsNextHopTableData.hh -include/ArtsNextHopTableEntry.hh -include/ArtsObjectTypeSelectionSet.hh -include/ArtsPackageVersion.hh -include/ArtsPortChoice.hh -include/ArtsPortChooser.hh -include/ArtsPortMatrix.hh -include/ArtsPortMatrixAggregator.hh -include/ArtsPortMatrixAggregatorMap.hh -include/ArtsPortMatrixData.hh -include/ArtsPortMatrixEntry.hh -include/ArtsPortTable.hh -include/ArtsPortTableAggregator.hh -include/ArtsPortTableData.hh -include/ArtsPortTableEntry.hh -include/ArtsPrimitive.hh -include/ArtsProtocolTable.hh -include/ArtsProtocolTableAggregator.hh -include/ArtsProtocolTableAggregatorMap.hh -include/ArtsProtocolTableData.hh -include/ArtsProtocolTableEntry.hh -include/ArtsRttTimeSeriesTable.hh -include/ArtsRttTimeSeriesTableData.hh -include/ArtsSelectedPortTable.hh -include/ArtsSelectedPortTableData.hh -include/ArtsTimeIntervalSelectionSet.hh -include/ArtsTosTable.hh -include/ArtsTosTableAggregator.hh -include/ArtsTosTableAggregatorMap.hh -include/ArtsTosTableData.hh -include/ArtsTosTableEntry.hh -include/Ipv4Network.hh -include/Ipv4PrefixPatricia.hh -include/artslocal.h -include/caida_t.h -lib/libArts.a -lib/libArts.la -lib/libArts.so.0 -@unexec /usr/bin/env /sbin/ldconfig -R -@exec /usr/bin/env /sbin/ldconfig -m %B diff --git a/net-mgmt/bpft/Makefile b/net-mgmt/bpft/Makefile deleted file mode 100644 index 851e7c25ef5f..000000000000 --- a/net-mgmt/bpft/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# New ports collection makefile for: bpft -# Date created: 17 March 1999 -# Whom: oddbjorn@tricknology.org -# -# $FreeBSD$ -# - -PORTNAME= bpft -PORTVERSION= 2.0 -CATEGORIES= net -MASTER_SITES= ftp://ftp.nsk.su/pub/unix/ -EXTRACT_SUFX= .tgz - -MAINTAINER= oddbjorn@tricknology.org - -MAN1= trafshow2.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 fcfcb2275b7b..000000000000 --- a/net-mgmt/bpft/files/patch-aa +++ /dev/null @@ -1,80 +0,0 @@ -*** Makefile.orig Wed Oct 30 13:38:00 1996 ---- Makefile Wed Jan 5 15:41:25 2000 -*************** -*** 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)/trafshow2 -! install -c -m 644 trafshow/trafshow.1 $(PATH_MANDIR)/trafshow2.1 - @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/files/patch-ad b/net-mgmt/bpft/files/patch-ad deleted file mode 100644 index 938545f4f556..000000000000 --- a/net-mgmt/bpft/files/patch-ad +++ /dev/null @@ -1,10 +0,0 @@ ---- trafshow/show.c.orig Sun Sep 19 18:27:49 1999 -+++ trafshow/show.c Sun Sep 19 18:28:03 1999 -@@ -15,6 +15,7 @@ - - static char copyright[] = "* Copyright (c) 1993-1996 CAD lab, Institute of Telecommunication, Novosibirsk *"; - -+#include <sys/types.h> - #include <curses.h> - #include <stdlib.h> - #include <string.h> diff --git a/net-mgmt/bpft/files/patch-ae b/net-mgmt/bpft/files/patch-ae deleted file mode 100644 index 71e55bf62bbf..000000000000 --- a/net-mgmt/bpft/files/patch-ae +++ /dev/null @@ -1,13 +0,0 @@ ---- trafd/trafstart.orig Wed Oct 27 09:04:52 1993 -+++ trafd/trafstart Mon Oct 25 11:26:55 1999 -@@ -1,3 +1,4 @@ -+#!/bin/sh - # - # trafstart Copyright (c)1993 CAD lab - # -@@ -20,4 +21,4 @@ - #trafd -i ne0 port ftp or ftp-data - # - echo I am storage, before use invoke editor and edit as your need. --trafd -? -+/usr/local/sbin/trafd -? diff --git a/net-mgmt/bpft/files/patch-af b/net-mgmt/bpft/files/patch-af deleted file mode 100644 index 1ecb1dfa036e..000000000000 --- a/net-mgmt/bpft/files/patch-af +++ /dev/null @@ -1,7 +0,0 @@ ---- trafd/trafstop.orig Mon Oct 25 11:27:48 1999 -+++ trafd/trafstop Mon Oct 25 11:28:29 1999 -@@ -1,3 +1,4 @@ -+#!/bin/sh - # - # trafstop Copyright (c)1993 CAD lab - # diff --git a/net-mgmt/bpft/files/patch-ag b/net-mgmt/bpft/files/patch-ag deleted file mode 100644 index c126de30db80..000000000000 --- a/net-mgmt/bpft/files/patch-ag +++ /dev/null @@ -1,228 +0,0 @@ ---- trafd.orig/main.c Sun Jun 6 08:54:09 1999 -+++ trafd/main.c Sun Jun 6 08:53:33 1999 -@@ -53,6 +53,17 @@ - int pflag; /* don't put the interface into promiscuous mode */ - int rflag; /* attempt to resume data from safe file if exist */ - -+int Iflag = 0; /* don't destinguish packets by port/protocol -> only by IP */ -+int Dflag = 1; /* do daemonize */ -+ -+#define MAX_ACC_ADDRESSES 256 -+ -+struct AccRecord AccAddr[MAX_ACC_ADDRESSES]; -+int AccRecNum = 0; -+ -+struct AccRecord AggAddr[MAX_ACC_ADDRESSES]; -+int AggRecNum = 0; -+ - /* Global interrupts flags */ - int flag_hup; /* SIGHUP - drop collected data to tempfile */ - int flag_int; /* SIGINT - append collected data to savefile */ -@@ -80,7 +91,52 @@ - - static int if_fd = -1; - --void -+int getnet(char *s, struct AccRecord *ar) -+{ -+ int rc; -+ char *r; -+ r = strchr(s, '/'); -+ if (r) *r++ = '\0'; -+ rc = inet_aton(s, (struct in_addr *)&ar->network); -+ if (rc != 1 || !r || !atoi(r)) { -+ fprintf(stderr, "Incorrect parametr '%s' must be in XXX.XXX.XXX.XXX/MASKLEN form\n", s); -+ exit(1); -+ } -+ ar->netmask = htonl(~(0xFFFFFFFF >> atoi(r))); -+ ar->network &= ar->netmask; -+ return(0); -+} -+ -+void AccAdd(char *s, struct AccRecord *ar, int *ap) { -+ if (isdigit(*s)) { /* network */ -+ if (*ap + 1 >= MAX_ACC_ADDRESSES) { -+ fprintf( stderr, "too many '-S/-A' flags, only %d allowed for each\n", MAX_ACC_ADDRESSES ); -+ exit(1); -+ } -+ getnet(optarg, &ar[(*ap)++]); -+ } else { /* file */ -+ char buf[256]; -+ FILE *f = fopen(s, "r"); -+ if (!f) { -+ perror("can't open file"); -+ exit(1); -+ } -+ while(fgets(buf, sizeof(buf)-1, f)) { -+ char *ent; -+ if (*ap + 1 >= MAX_ACC_ADDRESSES) { -+ fprintf( stderr, "too many entries in %s, only %d allowed for each\n", s, MAX_ACC_ADDRESSES ); -+ exit(1); -+ } -+ ent = buf; -+ while(*ent && isspace(*ent)) ent++; -+ if (!*ent || *ent == '#') continue; -+ getnet(buf, &ar[(*ap)++]); -+ } -+ fclose(f); -+ } -+} -+ -+int - main(argc, argv) - int argc; - char **argv; -@@ -100,7 +156,7 @@ - program_name = stripdir(argv[0]); - - opterr = 0; -- while ((op = getopt(argc, argv, "c:df:F:i:Opr")) != EOF) -+ while ((op = getopt(argc, argv, "c:df:F:i:OprIS:A:D")) != EOF) - switch (op) { - case 'c': - cnt = atoi(optarg); -@@ -126,6 +182,18 @@ - case 'r': - ++rflag; - break; -+ case 'I': -+ Iflag = 1; -+ break; -+ case 'D': -+ Dflag = 0; -+ break; -+ case 'S': -+ AccAdd(optarg, AccAddr, &AccRecNum); -+ break; -+ case 'A': -+ AccAdd(optarg, AggAddr, &AggRecNum); -+ break; - default: - usage(); - } -@@ -185,7 +253,9 @@ - device_name); - - /* Jump to background */ -- daemon(1, 0); -+ if (Dflag) -+ daemon(1, 0); -+ - if ((fd = fopen(file_pid, "w")) == NULL) - exit(1); - -@@ -207,6 +277,7 @@ - (void)syslog(LOG_ERR, "(%s) traffic collector aborted: %m", - device_name); - exit(1); -+ return(1); - } - - /* make a clean exit on interrupts */ -@@ -284,6 +355,22 @@ - fprintf(stderr, "trafd v%s - tcp/udp data traffic collector daemon\n", - version); - fprintf(stderr, --"Usage: %s [-dOpr] [-c count] [-i iface] [-f ext] [-F file | expr]\n", program_name); -+ "Usage: %s [<flags>] [-F file | expr]\n" -+ "flags:\n" -+ "\t-d\t\tdump packet-matching code\n" -+ "\t-O\t\tdon't run the packet-matching code optimizer\n" -+ "\t-p\t\tdon't put the interface into promiscuous mode\n" -+ "\t-r\t\tattempt to resume data from safe file if exist\n" -+ "\t-I\t\tdon't destinguish ports and protocols\n" -+ "\t-D\t\trun in foreground\n" -+ "\t-c <N>\t\taccount only <N> packets\n" -+ "\t-i <iface>\tlisten interface <iface>\n" -+ "\t-S <net/mlen>\tdo accounting only for this address range\n" -+ "\t-S <filename>\t--\"\"--, read address ranges from file\n" -+ "\t-A <net/mlen>\taggregate addreses from this range to one\n" -+ "\t-A <filename>\t--\"\"--, read address range from file\n" -+ "\t-f <ext>\tuse <ext> as interface name for data files\n" -+ "\n", -+ program_name); - exit(-1); - } -diff -u -N -r trafd.orig/trafd.h trafd/trafd.h ---- trafd.orig/trafd.h Sun Jun 6 08:54:09 1999 -+++ trafd/trafd.h Sun Jun 6 08:16:50 1999 -@@ -32,3 +32,15 @@ - extern void traf_save(); - extern void traf_pipe(); - extern void traf_clear(); -+ -+struct AccRecord { -+ unsigned int network; -+ unsigned int netmask; -+}; -+ -+extern struct AccRecord AccAddr[]; -+extern int AccRecNum; -+ -+extern struct AccRecord AggAddr[]; -+extern int AggRecNum; -+ -\ No newline at end of file -diff -u -N -r trafd.orig/traffic.c trafd/traffic.c ---- trafd.orig/traffic.c Sun Jun 6 08:54:09 1999 -+++ trafd/traffic.c Sun Jun 6 08:53:33 1999 -@@ -138,6 +138,9 @@ - return -2; - } - -+ -+extern int Iflag; -+extern struct bpf_program *Scode; - /* - * Insert entry. - */ -@@ -146,8 +149,48 @@ - register p_entry e; - /* return -1 if success digit if already in table or -2 if table full */ - { -- register int ec = findentry(e); -+ register int ec; - register unsigned inx; -+ -+ if (Iflag) { /* don't match/store protocol&ports */ -+ e->ip_protocol = 0; -+ e->who_srv = 0; -+ e->p_port = 0; -+ } -+ -+ if (AccRecNum) { -+ int i; -+ int src = 0, dst = 0; -+ for(i = 0; i < AccRecNum; i++) { -+ if ((e->in_ip.s_addr & AccAddr[i].netmask) == -+ AccAddr[i].network) src = 1; -+ if ((e->out_ip.s_addr & AccAddr[i].netmask) == -+ AccAddr[i].network) dst = 1; -+ } -+ if (!src) e->in_ip.s_addr = 0xFFFFFFFF; -+ if (!dst) e->out_ip.s_addr = 0xFFFFFFFF; -+ } -+ -+ if (AggRecNum) { -+ int i; -+ int src = 0, dst = 0; -+ for(i = 0; i < AggRecNum; i++) { -+ if (!src && -+ (e->in_ip.s_addr & AggAddr[i].netmask) == -+ AggAddr[i].network) { -+ src = 1; -+ e->in_ip.s_addr = (e->in_ip.s_addr & AggAddr[i].netmask); -+ } -+ if (!dst && -+ (e->out_ip.s_addr & AggAddr[i].netmask) == -+ AggAddr[i].network) { -+ dst = 1; -+ e->out_ip.s_addr = (e->out_ip.s_addr & AggAddr[i].netmask); -+ } -+ } -+ } -+ -+ ec = findentry(e); - if (ec != -1) - return ec; - inx = hash(e); diff --git a/net-mgmt/bpft/pkg-comment b/net-mgmt/bpft/pkg-comment deleted file mode 100644 index f2898ca78fed..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 b09137875231..000000000000 --- a/net-mgmt/bpft/pkg-descr +++ /dev/null @@ -1,21 +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. - -On FreeBSD 4.0 or later versions, use the following line instead: - -pseudo-device bpf 4 # Berkeley packet filter - -- oddbjorn <oddbjorn@tricknology.org> diff --git a/net-mgmt/bpft/pkg-plist b/net-mgmt/bpft/pkg-plist deleted file mode 100644 index 3d3e7c8854d0..000000000000 --- a/net-mgmt/bpft/pkg-plist +++ /dev/null @@ -1,12 +0,0 @@ -bin/trafdump -bin/traflog -bin/trafsave -bin/trafshow2 -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/cflowd/Makefile b/net-mgmt/cflowd/Makefile deleted file mode 100644 index d5375a5e163b..000000000000 --- a/net-mgmt/cflowd/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# New ports collection makefile for: cflowd -# Date created: Di 7 Nov 2000 19:48:50 CET -# Whom: Andreas Klemm <andreas@klemm.gtn.com> -# -# $FreeBSD$ -# - -PORTNAME= cflowd -PORTVERSION= 2-1-b1 -CATEGORIES= net -MASTER_SITES= ftp://ftp.caida.org/pub/cflowd/ -DISTNAME= ${PORTNAME}-${PORTVERSION} - -MAINTAINER= andreas@FreeBSD.org - -GNU_CONFIGURE= yes -USE_GMAKE= yes -CONFIGURE_ARGS+=--enable-shared --with-artspp=${PREFIX} - -MANL= cfdases.l cfdifmatrix.l cfdnets.l cfdnexthops.l \ - cfdportmatrix.l cfdprotos.l cfdtos.l flowdump.l flowwatch.l - -.include <bsd.port.mk> diff --git a/net-mgmt/cflowd/distinfo b/net-mgmt/cflowd/distinfo deleted file mode 100644 index 581d87f4b1be..000000000000 --- a/net-mgmt/cflowd/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (cflowd-2-1-b1.tar.gz) = 6f0543390e9d46c4274f6b12b6517f62 diff --git a/net-mgmt/cflowd/pkg-comment b/net-mgmt/cflowd/pkg-comment deleted file mode 100644 index c1ef04286b5a..000000000000 --- a/net-mgmt/cflowd/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -flow analysis tool currently used for analyzing Cisco's NetFlow switching diff --git a/net-mgmt/cflowd/pkg-descr b/net-mgmt/cflowd/pkg-descr deleted file mode 100644 index 0d330ecd991a..000000000000 --- a/net-mgmt/cflowd/pkg-descr +++ /dev/null @@ -1,16 +0,0 @@ -cflowd is a flow analysis tool currently used for analyzing Cisco's -NetFlow enabled switching method. - -The current release includes the collections, storage, and basic -analysis modules for cflowd and for arts++ libraries. - -This analysis package permits data collection and analysis by ISPs -and network engineers in support of capacity planning, trends analysis, -and characterization of workloads in a network service provider environment. - -Other areas where cflowd may prove useful include usage tracking for Web -hosting, accounting and billing, network planning and analysis, network -monitoring, developing user profiles, data warehousing and mining, -as well as security-related investigations. - -WWW: http://www.caida.org/tools/measurement/cflowd/ diff --git a/net-mgmt/cflowd/pkg-plist b/net-mgmt/cflowd/pkg-plist deleted file mode 100644 index 5a7143f171b2..000000000000 --- a/net-mgmt/cflowd/pkg-plist +++ /dev/null @@ -1,86 +0,0 @@ -bin/cfdases -bin/cfdifmatrix -bin/cfdnets -bin/cfdnexthops -bin/cfdportmatrix -bin/cfdprotos -bin/cfdtos -bin/flowdump -bin/flowwatch -sbin/cfdcollect -sbin/cflowd -sbin/cflowdmux -etc/cfdcollect.conf.example -etc/cflowd.conf.example -lib/cflowd/libCfd.a -lib/cflowd/libCfd.la -lib/cflowd/libCfd.so.0 -lib/cflowd/libsnmp++.a -lib/cflowd/libsnmp++.la -lib/cflowd/libsnmp++.so.0 -include/cflowd/CflowdAsMatrix.hh -include/cflowd/CflowdAsMatrixKey.hh -include/cflowd/CflowdAsMatrixTrafficCounter.hh -include/cflowd/CflowdCisco.hh -include/cflowd/CflowdCiscoFlowEngine.hh -include/cflowd/CflowdCiscoFlowEngineMap.hh -include/cflowd/CflowdCiscoFlowInterface.hh -include/cflowd/CflowdCiscoFlowInterfaceMap.hh -include/cflowd/CflowdCiscoMap.hh -include/cflowd/CflowdCollector.hh -include/cflowd/CflowdCollectorMap.hh -include/cflowd/CflowdConfig.hh -include/cflowd/CflowdConfigLex.hh -include/cflowd/CflowdFlowFilter.hh -include/cflowd/CflowdFlowPdu.h -include/cflowd/CflowdFlowPortList.hh -include/cflowd/CflowdInterfaceInfo.hh -include/cflowd/CflowdInterfaceMatrix.hh -include/cflowd/CflowdInterfaceMatrixKey.hh -include/cflowd/CflowdInterfaceMatrixTrafficCounter.hh -include/cflowd/CflowdNetMatrix.hh -include/cflowd/CflowdNetMatrixKey.hh -include/cflowd/CflowdNetMatrixTrafficCounter.hh -include/cflowd/CflowdNextHopTable.hh -include/cflowd/CflowdNextHopTableTrafficCounter.hh -include/cflowd/CflowdPacketQueue.hh -include/cflowd/CflowdPortMatrix.hh -include/cflowd/CflowdPortMatrixKey.hh -include/cflowd/CflowdPortMatrixTrafficCounter.hh -include/cflowd/CflowdProtocolTable.hh -include/cflowd/CflowdProtocolTableTrafficCounter.hh -include/cflowd/CflowdRawFlow.hh -include/cflowd/CflowdRawFlowConverter.hh -include/cflowd/CflowdRawFlowLogger.hh -include/cflowd/CflowdTableRequest.hh -include/cflowd/CflowdTosTable.hh -include/cflowd/CflowdUint16Uint16Key.hh -include/cflowd/CflowdUint64TrafficCounter.hh -include/cflowd/CflowdVersion.hh -include/cflowd/snmp++/address.h -include/cflowd/snmp++/asn1.h -include/cflowd/snmp++/collect.h -include/cflowd/snmp++/counter.h -include/cflowd/snmp++/ctr64.h -include/cflowd/snmp++/eventlist.h -include/cflowd/snmp++/gauge.h -include/cflowd/snmp++/integer.h -include/cflowd/snmp++/msec.h -include/cflowd/snmp++/msgqueue.h -include/cflowd/snmp++/notifyqueue.h -include/cflowd/snmp++/octet.h -include/cflowd/snmp++/oid.h -include/cflowd/snmp++/oid_def.h -include/cflowd/snmp++/pdu.h -include/cflowd/snmp++/smi.h -include/cflowd/snmp++/smival.h -include/cflowd/snmp++/snmp_pp.h -include/cflowd/snmp++/snmperrs.h -include/cflowd/snmp++/snmpmsg.h -include/cflowd/snmp++/target.h -include/cflowd/snmp++/timetick.h -include/cflowd/snmp++/userdefined.h -include/cflowd/snmp++/usertimeout.h -include/cflowd/snmp++/vb.h -@unexec /usr/bin/env /sbin/ldconfig -R -@exec /usr/bin/env /sbin/ldconfig -m %B diff --git a/net-mgmt/choparp/Makefile b/net-mgmt/choparp/Makefile deleted file mode 100644 index ba9e4d970977..000000000000 --- a/net-mgmt/choparp/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# New ports collection makefile for: choparp -# Date created: 7 October 1997 -# Whom: itojun@itojun.org -# -# $FreeBSD$ -# - -PORTNAME= choparp -PORTVERSION= 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 59c1140147aa..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/cidr/Makefile b/net-mgmt/cidr/Makefile deleted file mode 100644 index 8ea6b9e0c0d2..000000000000 --- a/net-mgmt/cidr/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# New ports collection makefile for: sqsh -# Date created: 18 Jun 2000 -# Whom: Domas Mituzas <midom@dammit.lt> -# -# $FreeBSD$ - -PORTNAME= cidr -PORTVERSION= 2.3 -CATEGORIES= net -MASTER_SITES= http://home.netcom.com/~naym/cidr/ -DISTNAME= cidr-current - -MAINTAINER= midom@dammit.lt - -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -ALL_TARGET= cidr - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/cidr ${PREFIX}/bin/cidr - ${INSTALL_MAN} ${WRKSRC}/cidr.1 ${PREFIX}/man/man1/cidr.1 - -MAN1= cidr.1 - -.include <bsd.port.mk> diff --git a/net-mgmt/cidr/distinfo b/net-mgmt/cidr/distinfo deleted file mode 100644 index 645ae8083b36..000000000000 --- a/net-mgmt/cidr/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (cidr-current.tar.gz) = 59b4c94b2a721a0e47973d0f79d72d91 diff --git a/net-mgmt/cidr/files/patch-aa b/net-mgmt/cidr/files/patch-aa deleted file mode 100644 index 063439a16695..000000000000 --- a/net-mgmt/cidr/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.old Wed Jul 19 12:44:39 2000 -+++ Makefile Sat Jun 17 14:26:22 2000 -@@ -4,7 +4,7 @@ - OBJS = cidr.o - - cidr: $(OBJS) -- gcc -Wall -o cidr cidr.c -+ gcc -Wall -o cidr $(OBJS) - - clean: - rm $(OBJS) cidr diff --git a/net-mgmt/cidr/pkg-comment b/net-mgmt/cidr/pkg-comment deleted file mode 100644 index 44872cd8446e..000000000000 --- a/net-mgmt/cidr/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -RFC 1878 subnet calculator / helper diff --git a/net-mgmt/cidr/pkg-descr b/net-mgmt/cidr/pkg-descr deleted file mode 100644 index 486dc316e448..000000000000 --- a/net-mgmt/cidr/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -cidr is a tiny command-line tool for determining network and broadcast -addresses a la RFC 1878. It takes an IP address and netmask and -outputs the network address, broadcast address, and total number of -addresses for the corresponding subnet. The IP can be in binary, -decimal, hex, or dotted quad. The mask can be in binary, decimal, hex, -dotted quad, or prefix. diff --git a/net-mgmt/cidr/pkg-plist b/net-mgmt/cidr/pkg-plist deleted file mode 100644 index 5485d27b325b..000000000000 --- a/net-mgmt/cidr/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/cidr diff --git a/net-mgmt/ciscoconf/Makefile b/net-mgmt/ciscoconf/Makefile deleted file mode 100644 index 9502de0a3df1..000000000000 --- a/net-mgmt/ciscoconf/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# New ports collection makefile for: ciscoconf -# Date created: 11 September 1998 -# Whom: jabley@clear.co.nz -# -# $FreeBSD$ -# - -PORTNAME= ciscoconf -PORTVERSION= 1.0.b1 -CATEGORIES= net -MASTER_SITES= ftp://ftp.patho.gen.nz/pub/users/jabley/ \ - ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= billf -DISTNAME= ciscoconf-1.0beta1 - -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 7091ef143f43..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 1153e03e57d9..000000000000 --- a/net-mgmt/clog/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# ex:ts=8 -# Ports collection makefile for: clog -# Date created: Tue Nov 04, 1997 -# Whom: David O'Brien (obrien@NUXI.com) -# -# $FreeBSD$ -# - -PORTNAME= clog -PORTVERSION= 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 3b949f50d368..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/cricket/Makefile b/net-mgmt/cricket/Makefile deleted file mode 100644 index 4e4ab5ff5549..000000000000 --- a/net-mgmt/cricket/Makefile +++ /dev/null @@ -1,42 +0,0 @@ -# New ports collection makefile for: Cricket -# Date created: 20 November 1999 -# Whom: torstenb -# -# $FreeBSD$ -# - -PORTNAME= cricket -PORTVERSION= 1.0.2 -CATEGORIES= net -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= torstenb@FreeBSD.org - -RUN_DEPENDS= ${SITE_PERL}/SNMP_Session.pm:${PORTSDIR}/net/p5-SNMP_Session \ - ${SITE_PERL}/RRDs.pm:${PORTSDIR}/net/rrdtool \ - ${SITE_PERL}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ - ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ - ${SITE_PERL}/Time/Zone.pm:${PORTSDIR}/devel/p5-TimeDate \ - ${SITE_PERL}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes - -SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VERSION}/${PERL_ARCH} -NO_PACKAGE= "needs customization" -USE_PERL5= yes -SCRIPTS_ENV+= PERL5=${PERL5} - -do-build: - -do-install: - @${MKDIR} -m 755 ${PREFIX}/cricket - @${CP} -R ${WRKSRC}/* ${PREFIX}/cricket - @find ${PREFIX}/cricket -name \*.orig -or -name \*.bak | xargs ${RM} -f - -post-install: - @${ECHO} "" - @${ECHO} "Cricket has been installed in ${PREFIX}/cricket. You'll find" - @${ECHO} "executables and configfiles there. Please take a look at" - @${ECHO} "http://cricket.sourceforge.net/. The documentation can" - @${ECHO} "be found in ${PREFIX}/cricket/doc/ too." - -.include <bsd.port.mk> diff --git a/net-mgmt/cricket/distinfo b/net-mgmt/cricket/distinfo deleted file mode 100644 index bd65373e363a..000000000000 --- a/net-mgmt/cricket/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (cricket-1.0.2.tar.gz) = 7bba92c227358304a5da7757482c11a2 diff --git a/net-mgmt/cricket/files/patch-aa b/net-mgmt/cricket/files/patch-aa deleted file mode 100644 index 7bce91d18f91..000000000000 --- a/net-mgmt/cricket/files/patch-aa +++ /dev/null @@ -1,19 +0,0 @@ -*** sample-config/news-server/Defaults.orig Sat Jan 22 12:39:37 2000 ---- sample-config/news-server/Defaults Sat Jan 22 12:40:10 2000 -*************** -*** 11,17 **** - # you'll probably want to change this... unless you - # have Cricket in ~/cricket and your config tree in ~/config - util-dir = %auto-base%/../cricket/util -! remexec = "/usr/local/net/bin/ssh -l %user% %server%" - user = news - server = nntp-host - target-type = news-server ---- 11,17 ---- - # you'll probably want to change this... unless you - # have Cricket in ~/cricket and your config tree in ~/config - util-dir = %auto-base%/../cricket/util -! remexec = "%%PREFIX%%/bin/ssh -l %user% %server%" - user = news - server = nntp-host - target-type = news-server diff --git a/net-mgmt/cricket/files/patch-ab b/net-mgmt/cricket/files/patch-ab deleted file mode 100644 index 650ceb627c1f..000000000000 --- a/net-mgmt/cricket/files/patch-ab +++ /dev/null @@ -1,31 +0,0 @@ -*** util/dump-targets.orig Sun Jan 9 09:25:52 2000 ---- util/dump-targets Sun Feb 13 20:46:15 2000 -*************** -*** 1,4 **** -! #!/usr/local/bin/perl -w - # -*- perl -*- - - # Cricket: a configuration, polling and data display wrapper for RRD files ---- 1,4 ---- -! #!%%PATHPERLBIN%% -w - # -*- perl -*- - - # Cricket: a configuration, polling and data display wrapper for RRD files -*************** -*** 20,26 **** - # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - - BEGIN { -! $Common::global::gInstallRoot = (($0 =~ m:^(.*/):)[0] || "./") . "."; - } - - use lib "$Common::global::gInstallRoot/../lib"; ---- 20,27 ---- - # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - - BEGIN { -! # $Common::global::gInstallRoot = (($0 =~ m:^(.*/):)[0] || "./") . "."; -! $Common::global::gInstallRoot = '%%PREFIX%%/cricket'; - } - - use lib "$Common::global::gInstallRoot/../lib"; diff --git a/net-mgmt/cricket/files/patch-ac b/net-mgmt/cricket/files/patch-ac deleted file mode 100644 index 2bdff6c439ff..000000000000 --- a/net-mgmt/cricket/files/patch-ac +++ /dev/null @@ -1,40 +0,0 @@ -*** util/generate-statics.orig Sun Jan 9 09:29:20 2000 ---- util/generate-statics Sun Feb 13 20:47:27 2000 -*************** -*** 1,4 **** -! #!/usr/local/bin/perl -w - # -*- perl -*- - - # Cricket: a configuration, polling and data display wrapper for RRD files ---- 1,4 ---- -! #!%%PATHPERLBIN%% -w - # -*- perl -*- - - # Cricket: a configuration, polling and data display wrapper for RRD files -*************** -*** 20,30 **** - # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - - BEGIN { -! $gInstallRoot = (($0 =~ m:^(.*/):)[0] || "./") . "."; - - # You need to update this to point to the URL - # you use to access Cricket. -! $gBaseURL = "http://localhost/~cricket/grapher.cgi"; - } - - use lib "$gInstallRoot/../lib"; ---- 20,32 ---- - # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - - BEGIN { -! # $gInstallRoot = (($0 =~ m:^(.*/):)[0] || "./") . "."; -! $gInstallRoot = '%%PREFIX%%/cricket'; - - # You need to update this to point to the URL - # you use to access Cricket. -! # $gBaseURL = "http://localhost/~cricket/grapher.cgi"; -! $gBaseURL = "http://localhost/cgi-bin/grapher.cgi"; - } - - use lib "$gInstallRoot/../lib"; diff --git a/net-mgmt/cricket/files/patch-ad b/net-mgmt/cricket/files/patch-ad deleted file mode 100644 index 886df19252f5..000000000000 --- a/net-mgmt/cricket/files/patch-ad +++ /dev/null @@ -1,31 +0,0 @@ -*** util/listInterfaces.orig Mon Jul 19 19:55:45 1999 ---- util/listInterfaces Sun Feb 13 20:48:15 2000 -*************** -*** 1,4 **** -! #!/usr/local/bin/perl -w - # -*- perl -*- - - # Cricket: a configuration, polling and data display wrapper for RRD files ---- 1,4 ---- -! #!%%PATHPERLBIN%% -w - # -*- perl -*- - - # Cricket: a configuration, polling and data display wrapper for RRD files -*************** -*** 20,26 **** - # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - - BEGIN { -! $gInstallRoot = (($0 =~ m:^(.*/):)[0] || "./") . ".."; - } - - use lib "$gInstallRoot/lib"; ---- 20,27 ---- - # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - - BEGIN { -! # $gInstallRoot = (($0 =~ m:^(.*/):)[0] || "./") . ".."; -! $gInstallRoot = '%%PREFIX%%/cricket'; - } - - use lib "$gInstallRoot/lib"; diff --git a/net-mgmt/cricket/files/patch-ae b/net-mgmt/cricket/files/patch-ae deleted file mode 100644 index 11802a51fd23..000000000000 --- a/net-mgmt/cricket/files/patch-ae +++ /dev/null @@ -1,13 +0,0 @@ -*** util/newsstats.orig Sat Jan 22 12:41:06 2000 ---- util/newsstats Sat Jan 22 12:41:12 2000 -*************** -*** 1,4 **** -! #!/usr/local/bin/perl - - ## - # Get simple stats from INND with cleanfeed ---- 1,4 ---- -! #!%%PATHPERLBIN%% - - ## - # Get simple stats from INND with cleanfeed diff --git a/net-mgmt/cricket/files/patch-af b/net-mgmt/cricket/files/patch-af deleted file mode 100644 index 18d6bcb1ef21..000000000000 --- a/net-mgmt/cricket/files/patch-af +++ /dev/null @@ -1,13 +0,0 @@ -*** util/pmlines.pl.orig Sat Jan 22 12:41:27 2000 ---- util/pmlines.pl Sat Jan 22 12:41:35 2000 -*************** -*** 1,4 **** -! #!/usr/local/bin/perl - - # pmlines.pl - # ---- 1,4 ---- -! #!%%PATHPERLBIN%% - - # pmlines.pl - # diff --git a/net-mgmt/cricket/files/patch-ag b/net-mgmt/cricket/files/patch-ag deleted file mode 100644 index 830972963a84..000000000000 --- a/net-mgmt/cricket/files/patch-ag +++ /dev/null @@ -1,28 +0,0 @@ -*** util/rrd-dump.orig Wed Jun 16 04:28:02 1999 ---- util/rrd-dump Sun Feb 13 20:49:13 2000 -*************** -*** 1,11 **** -! #!/usr/local/bin/perl -w - # -*- perl -*- - - # this is a little script to exercise RRD::File -- useful - # when I was developing it, and possibly useful now too - - BEGIN { -! $gInstallRoot = (($0 =~ m:^(.*/):)[0] || "./") . ".."; - } - - use lib "$gInstallRoot/lib"; ---- 1,12 ---- -! #!%%PATHPERLBIN%% -w - # -*- perl -*- - - # this is a little script to exercise RRD::File -- useful - # when I was developing it, and possibly useful now too - - BEGIN { -! # $gInstallRoot = (($0 =~ m:^(.*/):)[0] || "./") . ".."; -! $gInstallRoot = '%%PREFIX%%/cricket'; - } - - use lib "$gInstallRoot/lib"; diff --git a/net-mgmt/cricket/files/patch-ah b/net-mgmt/cricket/files/patch-ah deleted file mode 100644 index 7f204c5d03b2..000000000000 --- a/net-mgmt/cricket/files/patch-ah +++ /dev/null @@ -1,31 +0,0 @@ -*** util/rrd-tune.orig Mon Jan 10 06:38:41 2000 ---- util/rrd-tune Sun Feb 13 20:49:47 2000 -*************** -*** 1,4 **** -! #!/usr/local/bin/perl -w - # -*- perl -*- - - # Cricket: a configuration, polling and data display wrapper for RRD files ---- 1,4 ---- -! #!%%PATHPERLBIN%% -w - # -*- perl -*- - - # Cricket: a configuration, polling and data display wrapper for RRD files -*************** -*** 20,26 **** - # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - - BEGIN { -! $gInstallRoot = (($0 =~ m:^(.*/):)[0] || "./") . "."; - } - - use lib "$gInstallRoot/../lib"; ---- 20,27 ---- - # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - - BEGIN { -! # $gInstallRoot = (($0 =~ m:^(.*/):)[0] || "./") . "."; -! $gInstallRoot = '%%PREFIX%%/cricket'; - } - - use lib "$gInstallRoot/../lib"; diff --git a/net-mgmt/cricket/files/patch-ai b/net-mgmt/cricket/files/patch-ai deleted file mode 100644 index 76da6e08e799..000000000000 --- a/net-mgmt/cricket/files/patch-ai +++ /dev/null @@ -1,13 +0,0 @@ -*** util/test-url.orig Sat Jan 22 12:43:07 2000 ---- util/test-url Sat Jan 22 12:43:15 2000 -*************** -*** 1,4 **** -! #!/usr/local/bin/perl -w - # -*- perl -*- - - # test-url: a simple script to see how fast a webserver is ---- 1,4 ---- -! #!%%PATHPERLBIN%% -w - # -*- perl -*- - - # test-url: a simple script to see how fast a webserver is diff --git a/net-mgmt/cricket/files/patch-aj b/net-mgmt/cricket/files/patch-aj deleted file mode 100644 index ee86b8388f14..000000000000 --- a/net-mgmt/cricket/files/patch-aj +++ /dev/null @@ -1,31 +0,0 @@ -*** util/usrModemUsage.orig Tue Jul 20 03:02:29 1999 ---- util/usrModemUsage Sun Feb 13 20:50:34 2000 -*************** -*** 1,4 **** -! #!/usr/local/bin/perl -w - # -*- perl -*- - - # usrModemUsage ---- 1,4 ---- -! #!%%PATHPERLBIN%% -w - # -*- perl -*- - - # usrModemUsage -*************** -*** 23,29 **** - # modem chassis. - - BEGIN { -! $gInstallRoot = (($0 =~ m:^(.*/):)[0] || "./") . ".."; - } - - # ---- 23,30 ---- - # modem chassis. - - BEGIN { -! # $gInstallRoot = (($0 =~ m:^(.*/):)[0] || "./") . ".."; -! $gInstallRoot = '%%PREFIX%%/cricket'; - } - - # diff --git a/net-mgmt/cricket/files/patch-ak b/net-mgmt/cricket/files/patch-ak deleted file mode 100644 index c856a71a5639..000000000000 --- a/net-mgmt/cricket/files/patch-ak +++ /dev/null @@ -1,31 +0,0 @@ -*** collect-subtrees.orig Mon Jan 24 03:24:13 2000 ---- collect-subtrees Sun Feb 13 20:42:15 2000 -*************** -*** 1,4 **** -! #!/usr/local/bin/perl -w - # -*- perl -*- - - # Cricket: a configuration, polling and data display wrapper for RRD files ---- 1,4 ---- -! #!%%PATHPERLBIN%% -w - # -*- perl -*- - - # Cricket: a configuration, polling and data display wrapper for RRD files -*************** -*** 30,36 **** - # to tell collect-subtrees where to find it. - - BEGIN { -! $gInstallRoot = (($0 =~ m:^(.*/):)[0] || "./") . "."; - } - - use Getopt::Long; ---- 30,37 ---- - # to tell collect-subtrees where to find it. - - BEGIN { -! # $gInstallRoot = (($0 =~ m:^(.*/):)[0] || "./") . "."; -! $gInstallRoot = '%%PREFIX%%/cricket'; - } - - use Getopt::Long; diff --git a/net-mgmt/cricket/files/patch-al b/net-mgmt/cricket/files/patch-al deleted file mode 100644 index c391d5d62086..000000000000 --- a/net-mgmt/cricket/files/patch-al +++ /dev/null @@ -1,31 +0,0 @@ -*** collector.orig Mon Jan 10 06:37:37 2000 ---- collector Sun Feb 13 20:42:06 2000 -*************** -*** 1,4 **** -! #!/usr/local/bin/perl -w - # -*- perl -*- - - # Cricket: a configuration, polling and data display wrapper for RRD files ---- 1,4 ---- -! #!%%PATHPERLBIN%% -w - # -*- perl -*- - - # Cricket: a configuration, polling and data display wrapper for RRD files -*************** -*** 20,26 **** - # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - - BEGIN { -! $Common::global::gInstallRoot = (($0 =~ m:^(.*/):)[0] || "./") . "."; - } - - use lib "$Common::global::gInstallRoot/lib"; ---- 20,27 ---- - # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - - BEGIN { -! # $Common::global::gInstallRoot = (($0 =~ m:^(.*/):)[0] || "./") . "."; -! $Common::global::gInstallRoot = '%%PREFIX%%/cricket'; - } - - use lib "$Common::global::gInstallRoot/lib"; diff --git a/net-mgmt/cricket/files/patch-am b/net-mgmt/cricket/files/patch-am deleted file mode 100644 index 5a5562994c42..000000000000 --- a/net-mgmt/cricket/files/patch-am +++ /dev/null @@ -1,44 +0,0 @@ -*** grapher.cgi.orig Mon Jan 24 08:47:49 2000 ---- grapher.cgi Sun Feb 13 20:44:03 2000 -*************** -*** 1,4 **** -! #!/usr/local/bin/perl -w - # -*- perl -*- - - # Cricket: a configuration, polling and data display wrapper for RRD files ---- 1,4 ---- -! #!%%PATHPERLBIN%% -w - # -*- perl -*- - - # Cricket: a configuration, polling and data display wrapper for RRD files -*************** -*** 27,39 **** - # be prepended. Special care is taken to set $HOME right, - # even when running as user nobody (see fixHome for info). - -! $Common::global::gConfigRoot = 'cricket-config'; # i.e. $HOME/config - - # This magic attempts to guess the install directory based - # on how the script was called. If it fails for you, just - # hardcode it. - -! $Common::global::gInstallRoot = (($0 =~ m:^(.*/):)[0] || './') . '.'; - - # cached images are stored here... there will be no more than - # 5 minutes worth of images, so it won't take too much space. ---- 27,41 ---- - # be prepended. Special care is taken to set $HOME right, - # even when running as user nobody (see fixHome for info). - -! # $Common::global::gConfigRoot = 'cricket-config'; # i.e. $HOME/config -! $Common::global::gConfigRoot = '%%PREFIX%%/cricket/cricket-config'; - - # This magic attempts to guess the install directory based - # on how the script was called. If it fails for you, just - # hardcode it. - -! # $Common::global::gInstallRoot = (($0 =~ m:^(.*/):)[0] || './') . '.'; -! $Common::global::gInstallRoot = '%%PREFIX%%/cricket'; - - # cached images are stored here... there will be no more than - # 5 minutes worth of images, so it won't take too much space. diff --git a/net-mgmt/cricket/files/patch-an b/net-mgmt/cricket/files/patch-an deleted file mode 100644 index b8d06434bef8..000000000000 --- a/net-mgmt/cricket/files/patch-an +++ /dev/null @@ -1,31 +0,0 @@ -*** mini-graph.cgi.orig Sat Jul 10 05:17:41 1999 ---- mini-graph.cgi Sun Feb 13 20:44:34 2000 -*************** -*** 1,4 **** -! #!/usr/local/bin/perl -w - # -*- perl -*- - - # Cricket: a configuration, polling and data display wrapper for RRD files ---- 1,4 ---- -! #!%%PATHPERLBIN%% -w - # -*- perl -*- - - # Cricket: a configuration, polling and data display wrapper for RRD files -*************** -*** 24,30 **** - # on how the script was called. If it fails for you, just - # hardcode it. - -! $gInstallRoot = (($0 =~ m:^(.*/):)[0] || './') . '.'; - - # cached images are stored here... there will be no more than - # 5 minutes worth of images, so it won't take too much space. ---- 24,31 ---- - # on how the script was called. If it fails for you, just - # hardcode it. - -! # $gInstallRoot = (($0 =~ m:^(.*/):)[0] || './') . '.'; -! $gInstallRoot = '%%PREFIX%%/cricket'; - - # cached images are stored here... there will be no more than - # 5 minutes worth of images, so it won't take too much space. diff --git a/net-mgmt/cricket/files/patch-ao b/net-mgmt/cricket/files/patch-ao deleted file mode 100644 index f9834d9dfb96..000000000000 --- a/net-mgmt/cricket/files/patch-ao +++ /dev/null @@ -1,31 +0,0 @@ -*** compile.orig Fri Jul 16 08:07:25 1999 ---- compile Sun Feb 13 20:42:54 2000 -*************** -*** 1,4 **** -! #!/usr/local/bin/perl -w - # -*- perl -*- - - # Cricket: a configuration, polling and data display wrapper for RRD files ---- 1,4 ---- -! #!%%PATHPERLBIN%% -w - # -*- perl -*- - - # Cricket: a configuration, polling and data display wrapper for RRD files -*************** -*** 20,26 **** - # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - - BEGIN { -! $Common::global::gInstallRoot = (($0 =~ m:^(.*/):)[0] || "./") . "."; - } - - use lib "$Common::global::gInstallRoot/lib"; ---- 20,27 ---- - # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - - BEGIN { -! # $Common::global::gInstallRoot = (($0 =~ m:^(.*/):)[0] || "./") . "."; -! $Common::global::gInstallRoot = '%%PREFIX%%/cricket'; - } - - use lib "$Common::global::gInstallRoot/lib"; diff --git a/net-mgmt/cricket/pkg-comment b/net-mgmt/cricket/pkg-comment deleted file mode 100644 index 5bcf5d816419..000000000000 --- a/net-mgmt/cricket/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A high performance, extremely flexible monitoring system diff --git a/net-mgmt/cricket/pkg-descr b/net-mgmt/cricket/pkg-descr deleted file mode 100644 index 5cd78bf82833..000000000000 --- a/net-mgmt/cricket/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Cricket is a high performance, extremely flexible system for monitoring -trends in time-series data. Cricket was expressly developed to help network -managers visualize and understand the traffic on their networks, but it can -be used all kinds of other jobs, as well. -It's similar to mrtg, but has a different approach. - -WWW: http://cricket.sourceforge.net/ diff --git a/net-mgmt/cricket/pkg-plist b/net-mgmt/cricket/pkg-plist deleted file mode 100644 index 7b54fa6ade1d..000000000000 --- a/net-mgmt/cricket/pkg-plist +++ /dev/null @@ -1,115 +0,0 @@ -cricket/CHANGES -cricket/COPYING -cricket/README -cricket/THANKS -cricket/TODO -cricket/VERSION -cricket/collect-subtrees -cricket/collector -cricket/compile -cricket/configure -cricket/doc/beginner.html -cricket/doc/gpl.html -cricket/doc/history.html -cricket/doc/index.html -cricket/doc/inst-mapping.html -cricket/doc/intro.html -cricket/doc/modperl.html -cricket/doc/neta-paper/fig1.gif -cricket/doc/neta-paper/fig2.gif -cricket/doc/neta-paper/paper.html -cricket/doc/neta-paper/paper.ps.gz -cricket/doc/neta-paper/peer1.gif -cricket/doc/neta-paper/peer2.gif -cricket/doc/neta-paper/ss.gif -cricket/doc/new-devices.html -cricket/doc/reference.html -cricket/doc/tools.html -cricket/grapher.cgi -cricket/images/cricket-sm.gif -cricket/images/failed.gif -cricket/images/rrdtool.gif -cricket/lib/Bundle/CricketPrereq.pm -cricket/lib/Common/HandleTarget.pm -cricket/lib/Common/Log.pm -cricket/lib/Common/Map.pm -cricket/lib/Common/Options.pm -cricket/lib/Common/Util.pm -cricket/lib/Common/Version.pm -cricket/lib/ConfigTree/Cache.pm -cricket/lib/ConfigTree/Node.pm -cricket/lib/Monitor.pm -cricket/lib/RPN.pm -cricket/lib/RRD/File.pm -cricket/lib/RRD/Format.pm -cricket/lib/exec.pm -cricket/lib/file.pm -cricket/lib/func.pm -cricket/lib/snmp.pm -cricket/lib/snmpUtils.pm -cricket/mini-graph.cgi -cricket/sample-config/Defaults -cricket/sample-config/atm-interfaces/Defaults -cricket/sample-config/atm-interfaces/atm-intb-pvc/Defaults -cricket/sample-config/atm-interfaces/atm-intb-pvc/interfaces -cricket/sample-config/atm-interfaces/atm-rtr-uni/Defaults -cricket/sample-config/atm-interfaces/atm-rtr-uni/interfaces -cricket/sample-config/atm-interfaces/atm-trunks/Defaults -cricket/sample-config/atm-interfaces/atm-trunks/interfaces -cricket/sample-config/http-performance/Defaults -cricket/sample-config/http-performance/urls -cricket/sample-config/news-server/Defaults -cricket/sample-config/news-server/targets -cricket/sample-config/portmasters/Defaults -cricket/sample-config/portmasters/portmasters -cricket/sample-config/router-interfaces/Defaults -cricket/sample-config/router-interfaces/interfaces -cricket/sample-config/routers/Defaults -cricket/sample-config/routers/Targets -cricket/sample-config/routing/Defaults -cricket/sample-config/routing/Targets -cricket/sample-config/squid-proxy/Defaults -cricket/sample-config/switch-ports/Defaults -cricket/sample-config/switch-ports/switches -cricket/sample-config/switches/Defaults -cricket/sample-config/switches/switches -cricket/sample-config/usr/Defaults -cricket/sample-config/usr/targets -cricket/subtree-sets -cricket/util/README -cricket/util/dump-targets -cricket/util/generate-statics -cricket/util/getFormat.c -cricket/util/listInterfaces -cricket/util/newsstats -cricket/util/pmlines.pl -cricket/util/relocate-perl -cricket/util/rrd-dump -cricket/util/rrd-tune -cricket/util/test-url -cricket/util/usrModemUsage -@dirrm cricket/util -@dirrm cricket/sample-config/usr -@dirrm cricket/sample-config/switches -@dirrm cricket/sample-config/switch-ports -@dirrm cricket/sample-config/squid-proxy -@dirrm cricket/sample-config/routing -@dirrm cricket/sample-config/routers -@dirrm cricket/sample-config/router-interfaces -@dirrm cricket/sample-config/portmasters -@dirrm cricket/sample-config/news-server -@dirrm cricket/sample-config/http-performance -@dirrm cricket/sample-config/atm-interfaces/atm-trunks -@dirrm cricket/sample-config/atm-interfaces/atm-rtr-uni -@dirrm cricket/sample-config/atm-interfaces/atm-intb-pvc -@dirrm cricket/sample-config/atm-interfaces -@dirrm cricket/sample-config -@dirrm cricket/lib/RRD -@dirrm cricket/lib/ConfigTree -@dirrm cricket/lib/Common -@dirrm cricket/lib/Bundle -@dirrm cricket/lib -@dirrm cricket/images -@dirrm cricket/doc/neta-paper -@dirrm cricket/doc -@dirrm cricket diff --git a/net-mgmt/cricket/scripts/configure b/net-mgmt/cricket/scripts/configure deleted file mode 100644 index bcf7568dd6b3..000000000000 --- a/net-mgmt/cricket/scripts/configure +++ /dev/null @@ -1,23 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -echo var set to ${PERL5} >/tmp/debug1 - -FILES_PERLPATH="util/dump-targets util/generate-statics util/listInterfaces \ - compile util/newsstats util/pmlines.pl util/rrd-dump util/rrd-tune \ - util/test-url util/usrModemUsage collect-subtrees collector \ - grapher.cgi mini-graph.cgi" -FILES_PREFIX="sample-config/news-server/Defaults collect-subtrees collector \ - compile grapher.cgi mini-graph.cgi util/dump-targets \ - util/generate-statics util/listInterfaces util/rrd-dump \ - util/rrd-tune util/usrModemUsage" - -for f in $FILES_PERLPATH ; do - mv ${WRKSRC}/${f} ${WRKSRC}/$f.bak && sed <${WRKSRC}/${f}.bak \ - s+%%PATHPERLBIN%%+${PERL5}+g >${WRKSRC}/${f} -done - -for f in $FILES_PREFIX ; do - mv ${WRKSRC}/${f} ${WRKSRC}/$f.bak && sed <${WRKSRC}/${f}.bak \ - s+%%PREFIX%%+${PREFIX}+g >${WRKSRC}/${f} -done diff --git a/net-mgmt/dhcpconf/Makefile b/net-mgmt/dhcpconf/Makefile deleted file mode 100644 index a5d909e42100..000000000000 --- a/net-mgmt/dhcpconf/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# New ports collection makefile for: dhcp-conf -# Date created: 20 Dec 1999 -# Whom: Will Andrews <andrews@technologist.com> -# -# $FreeBSD$ -# - -PORTNAME= dhcpconf -PORTVERSION= 0.7.0 -CATEGORIES= net sysutils -MASTER_SITES= http://members.xoom.com/vschade/dhcp-conf/ -DISTNAME= dhcp-conf -EXTRACT_SUFX= .tgz - -MAINTAINER= ports@FreeBSD.org - -LIB_DEPENDS= gdbm.2:${PORTSDIR}/databases/gdbm \ - newt.0:${PORTSDIR}/devel/newt - -ALL_TARGET= ${DISTNAME} -WRKSRC= ${WRKDIR}/${DISTNAME}_${PORTVERSION} -MAKE_ENV+= PCFLAGS="${CFLAGS}" - -do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/dhcp-conf ${PREFIX}/sbin/dhcpconf -.if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/dhcpconf - @${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/dhcpconf -.endif - -.include <bsd.port.mk> diff --git a/net-mgmt/dhcpconf/distinfo b/net-mgmt/dhcpconf/distinfo deleted file mode 100644 index f7f23a52c2ea..000000000000 --- a/net-mgmt/dhcpconf/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (dhcp-conf.tgz) = 1aceda39e035a1817957896bf2ca1d96 diff --git a/net-mgmt/dhcpconf/files/patch-aa b/net-mgmt/dhcpconf/files/patch-aa deleted file mode 100644 index b1f1467673d7..000000000000 --- a/net-mgmt/dhcpconf/files/patch-aa +++ /dev/null @@ -1,34 +0,0 @@ ---- Makefile Wed Dec 15 12:45:24 1999 -+++ Makefile.new Wed Jan 26 23:15:10 2000 -@@ -1,23 +1,24 @@ - TARGET = dhcp-conf --CC = gcc --LIBS = -lgdbm -lnewt -+CC ?= gcc -+CFLAGS = $(PCFLAGS) -I$(PREFIX)/include -+LIBS = -L$(PREFIX)/lib -lgdbm -lnewt - OBJS = main.o screen.o help.o data.o - #OPTS = -D__DEBUG__ -D__TRACE__ - - $(TARGET) : $(OBJS) -- $(CC) -o $(TARGET) $(LIBS) $(OBJS) -+ $(CC) $(CFLAGS) -o $(TARGET) $(LIBS) $(OBJS) - - main.o : main.c includes.h main-proto.h screen-proto.h -- $(CC) -c main.c $(OPTS) -+ $(CC) $(CFLAGS) -c main.c $(OPTS) - - screen.o : screen.c includes.h screen-proto.h -- $(CC) -c screen.c $(OPTS) -+ $(CC) $(CFLAGS) -c screen.c $(OPTS) - - help.o : help.c includes.h help-proto.h -- $(CC) -c help.c $(OPTS) -+ $(CC) $(CFLAGS) -c help.c $(OPTS) - - data.o : data.c includes.h data-proto.h -- $(CC) -c data.c $(OPTS) -+ $(CC) $(CFLAGS) -c data.c $(OPTS) - - install : $(TARGET) - chown root dhcp-conf diff --git a/net-mgmt/dhcpconf/pkg-comment b/net-mgmt/dhcpconf/pkg-comment deleted file mode 100644 index 4dd22162a099..000000000000 --- a/net-mgmt/dhcpconf/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Neat console-based ISC DHCP server configuration-generating utility diff --git a/net-mgmt/dhcpconf/pkg-descr b/net-mgmt/dhcpconf/pkg-descr deleted file mode 100644 index ab1ffc76967a..000000000000 --- a/net-mgmt/dhcpconf/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -dhcpconf is a neat configuration utility for the ISC DHCP server. -It works by bringing up a couple dialog boxes that look strangely -like they're created using ncurses but really newt - and then checking -your options and generating a dhcpd.conf. - -WWW: http://members.xoom.com/vschade/dhcp-conf/ -Author: Vee Schade <vschade@mindless.com> - ---Will <andrews@technologist.com> diff --git a/net-mgmt/dhcpconf/pkg-plist b/net-mgmt/dhcpconf/pkg-plist deleted file mode 100644 index 7be764c6360f..000000000000 --- a/net-mgmt/dhcpconf/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -sbin/dhcpconf -share/dhcpconf/README -@dirrm share/dhcpconf diff --git a/net-mgmt/flow-tools/Makefile b/net-mgmt/flow-tools/Makefile deleted file mode 100644 index 66d65a5ac031..000000000000 --- a/net-mgmt/flow-tools/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# New ports collection makefile for: flow-tools -# Date created: 2000 Jul 25 -# Whom: @BABOLO <.@babolo.ru> -# -# $FreeBSD$ -# - -PORTNAME= flow-tools -PORTVERSION= 0.34 -CATEGORIES= net -MASTER_SITES= ftp://ftp.net.ohio-state.edu/users/maf/cisco/ - -MAINTAINER= .@babolo.ru - -ALL_TARGET= i386-fbsd docs -USE_GMAKE= yes - -MAN1= flow-capture.1 flow-export.1 flow-stat.1 flow-cat.1 \ - flow-fanout.1 flow-tools.1 flow-dscan.1 flow-filter.1 \ - flow-print.1 flow-expire.1 flow-gen.1 flow-profile.1 - -#MANCOMPRESSED= yes - -.include <bsd.port.mk> diff --git a/net-mgmt/flow-tools/distinfo b/net-mgmt/flow-tools/distinfo deleted file mode 100644 index 1a2c4ae48768..000000000000 --- a/net-mgmt/flow-tools/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (flow-tools-0.34.tar.gz) = 994ba902972cea7497a9fa0f0b927275 diff --git a/net-mgmt/flow-tools/files/patch-aa b/net-mgmt/flow-tools/files/patch-aa deleted file mode 100644 index ab7f5a3e2ff8..000000000000 --- a/net-mgmt/flow-tools/files/patch-aa +++ /dev/null @@ -1,8 +0,0 @@ ---- asn2c.orig Fri May 1 19:35:11 1998 -+++ asn2c Mon Jul 17 19:32:58 2000 -@@ -1,4 +1,4 @@ --#!/usr/local/bin/perl -+#!/usr/bin/perl - - # - # converts internic netinfo/asn.txt to C code diff --git a/net-mgmt/flow-tools/files/patch-ab b/net-mgmt/flow-tools/files/patch-ab deleted file mode 100644 index a1248d461de8..000000000000 --- a/net-mgmt/flow-tools/files/patch-ab +++ /dev/null @@ -1,65 +0,0 @@ ---- Makefile.orig Mon May 1 22:54:20 2000 -+++ Makefile Tue Jul 25 19:30:16 2000 -@@ -32,22 +32,29 @@ - FL="flow-tools" - DIST=flow-tools-0.34 - SHELL=/bin/sh --BINDIR=/usr/local/netflow/bin -+PREFIX ?= /usr/local -+BINDIR ?= ${PREFIX}/bin -+MANDIR ?= ${PREFIX}/man - - LEX=flex - CC=gcc --INSTALL=install -c -m0755 -+ -+BINMODE ?= 0555 -+MANMODE ?= 0444 -+INSTALL_PROGRAM ?= install -c -s -o root -g wheel -m ${BINMODE} -+INSTALL_MAN ?= install -c -o root -g wheel -m ${MANMODE} -+ - - YACC=yacc -t -v - #YACC=bison -y - - POD2MAN=pod2man - POD2HTML=pod2html --P2MFLAGS = --center="OSU FLOW TOOLS" --date="2000-04-26" -+P2MFLAGS = --center="OSU FLOW TOOLS" --date="2000-04-26" --release="OSU flow tools 0.34" - - - #CFLAGS = -g -DPOSIX_SIGNALS -DDEBUG -DLIBWRAP -I/usr/local/include -L/usr/local/lib --CFLAGS = -O2 -funroll-all-loops -ffast-math -I/usr/local/include -L/usr/local/lib -DPOSIX_SIGNALS -DLIBWRAP -+CFLAGS+= -O2 -funroll-all-loops -ffast-math -I/usr/local/include -L/usr/local/lib -DPOSIX_SIGNALS -DLIBWRAP - - LIBS = -L. -lz - -@@ -94,20 +101,23 @@ - #flow-test - - MAN = flow-capture.1 flow-export.1 flow-stat.1 flow-cat.1 \ -- flow-fanout.1 flow-mirror.1 flow-tools.1 flow-dscan.1 flow-filter.1 \ -- flow-print.1 flow-expire.1 flow-gen.1 flow-search.1 flow-profile.1 -+ flow-fanout.1 flow-tools.1 flow-dscan.1 flow-filter.1 \ -+ flow-print.1 flow-expire.1 flow-gen.1 flow-profile.1 - - HTML = flow-capture.html flow-export.html flow-stat.html \ -- flow-cat.html flow-fanout.html flow-mirror.html flow-tools.html \ -+ flow-cat.html flow-fanout.html flow-tools.html \ - flow-dscan.html flow-filter.html flow-print.html flow-expire.html \ -- flow-gen.html flow-search.html flow-profile.html -+ flow-gen.html flow-profile.html - - all: ${BINS} - - install: - mkdir -p ${BINDIR} -- ${INSTALL} ${BINS} flow-mirror ${BINDIR} -+ ${INSTALL_PROGRAM} ${BINS} ${BINDIR} - @echo files installed in ${BINDIR} -+ mkdir -p ${MANDIR}/man1 -+ ${INSTALL_MAN} ${MAN} ${MANDIR}/man1 -+ @echo files installed in ${MANDIR}/man1 - - clean: - /bin/rm -f ${BINS} *.o sym_asn.c *.1 *.html diff --git a/net-mgmt/flow-tools/pkg-comment b/net-mgmt/flow-tools/pkg-comment deleted file mode 100644 index 46496e56824e..000000000000 --- a/net-mgmt/flow-tools/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Programs to work with Cisco NetFlow diff --git a/net-mgmt/flow-tools/pkg-descr b/net-mgmt/flow-tools/pkg-descr deleted file mode 100644 index b5db6104714b..000000000000 --- a/net-mgmt/flow-tools/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Tools to capture, replicate, print, filter, send and other works -on Cisco's NetFlow Export. - -WWW: http://www.usenix.org/publications/login/1999-9/osu.html diff --git a/net-mgmt/flow-tools/pkg-plist b/net-mgmt/flow-tools/pkg-plist deleted file mode 100644 index 5f5b5fc9b122..000000000000 --- a/net-mgmt/flow-tools/pkg-plist +++ /dev/null @@ -1,13 +0,0 @@ -bin/flow-capture -bin/flow-stat -bin/flow-print -bin/flow-cat -bin/flow-dscan -bin/flow-export -bin/flow-filter -bin/flow-fanout -bin/flow-send -bin/flow-receive -bin/flow-gen -bin/flow-profile -bin/flow-expire diff --git a/net-mgmt/icmpquery/Makefile b/net-mgmt/icmpquery/Makefile deleted file mode 100644 index 00c195d2cff7..000000000000 --- a/net-mgmt/icmpquery/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# New ports collection makefile for: icmpquery -# Date created: Jan 7 1999 -# Whom: dom@myrddin.demon.co.uk -# -# $FreeBSD$ -# - -PORTNAME= icmpquery -PORTVERSION= 1.0.3 -CATEGORIES= net -MASTER_SITES= http://www.angio.net/security/ -DISTNAME= icmpquery -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 3487bcab0115..000000000000 --- a/net-mgmt/icmpquery/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (icmpquery.c) = 49ec82cc335951652662211fd1759cbd diff --git a/net-mgmt/icmpquery/files/Makefile b/net-mgmt/icmpquery/files/Makefile deleted file mode 100644 index 45bf000780e4..000000000000 --- a/net-mgmt/icmpquery/files/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -# -# Small Makefile for icmpquery. -# -# $FreeBSD$ -# - -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 5dc48af1e144..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/ipfm/Makefile b/net-mgmt/ipfm/Makefile deleted file mode 100644 index 0f72ee36a687..000000000000 --- a/net-mgmt/ipfm/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# New ports collection makefile for: ipfm -# Date Created: 4 Mar 2000 -# Whom: Roman Shterenzon <roman@xpert.com> -# -# $FreeBSD$ -# - -PORTNAME= ipfm -PORTVERSION= 0.10.4 -CATEGORIES= net -MASTER_SITES= http://www.via.ecp.fr/~tibob/ipfm/archive/ -EXTRACT_SUFX= .tgz - -MAINTAINER= roman@xpert.com - -PATCH_STRIP= -p1 - -GNU_CONFIGURE= yes - -.include <bsd.port.mk> diff --git a/net-mgmt/ipfm/distinfo b/net-mgmt/ipfm/distinfo deleted file mode 100644 index 49137eecea7e..000000000000 --- a/net-mgmt/ipfm/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (ipfm-0.10.4.tgz) = bf5b0adc9301449dce2da0d42a0116d0 diff --git a/net-mgmt/ipfm/files/patch-aa b/net-mgmt/ipfm/files/patch-aa deleted file mode 100644 index 0778be48bd19..000000000000 --- a/net-mgmt/ipfm/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- ipfm-0.10.4.orig/configure Sat Oct 16 17:18:30 1999 -+++ ipfm-0.10.4/configure Sat Mar 4 23:57:54 2000 -@@ -1370,7 +1370,7 @@ - done - - --sysconfdir=/etc -+sysconfdir=$prefix/etc - - trap '' 1 2 15 - cat > confcache <<\EOF diff --git a/net-mgmt/ipfm/files/patch-ab b/net-mgmt/ipfm/files/patch-ab deleted file mode 100644 index 996ed7f79691..000000000000 --- a/net-mgmt/ipfm/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- ipfm-0.10.4/Makefile.in Mon Oct 11 15:45:58 1999 -+++ ipfm-0.10.4.orig/Makefile.in Sun Mar 5 00:48:36 2000 -@@ -15,7 +15,7 @@ - - install: all - $(INSTALL) -d -m 755 $(SBINDIR) -- $(INSTALL) -m 755 source/ipfm $(SBINDIR)/ipfm -+ $(INSTALL) -s -m 755 source/ipfm $(SBINDIR)/ipfm - $(INSTALL) -d -m 755 $(ETCDIR) - [ -f $(CONFIGURATION_FILE) ] || \ - $(INSTALL) -m 644 ipfm.conf.sample $(CONFIGURATION_FILE) diff --git a/net-mgmt/ipfm/pkg-comment b/net-mgmt/ipfm/pkg-comment deleted file mode 100644 index 6e7a86b484a7..000000000000 --- a/net-mgmt/ipfm/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A bandwidth analysis tool diff --git a/net-mgmt/ipfm/pkg-descr b/net-mgmt/ipfm/pkg-descr deleted file mode 100644 index 7cd5879ab32a..000000000000 --- a/net-mgmt/ipfm/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -IP Flow Meter is a bandwidth analysis tool, that measures how much bandwidth -specified hosts use on their Internet link. - -It is written using libpcap ( ftp://ftp.ee.lbl.gov/libpcap.tar.Z ), -so it ought to be portable. - -WWW: http://www.via.ecp.fr/~tibob/ipfm/ diff --git a/net-mgmt/ipfm/pkg-plist b/net-mgmt/ipfm/pkg-plist deleted file mode 100644 index 8d60c11b7b4f..000000000000 --- a/net-mgmt/ipfm/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -sbin/ipfm -man/man5/ipfm.conf.5 -man/man8/ipfm.8 -etc/ipfm.conf -@unexec rm -rf /var/log/ipfm diff --git a/net-mgmt/irrtoolset/Makefile b/net-mgmt/irrtoolset/Makefile deleted file mode 100644 index 1e5a2c29bc26..000000000000 --- a/net-mgmt/irrtoolset/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection makefile for: RAToolSet -# Date created: May 4th 1997 -# Whom: James FitzGibbon <jfitz@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= ratoolset -PORTVERSION= 3.5.8 -CATEGORIES= net tk82 -MASTER_SITES= ftp://ftp.isi.edu/ra/RAToolSet/ -DISTNAME= RAToolSet-3.5.8 - -MAINTAINER= ports@FreeBSD.org - -LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82 - -USE_BISON= yes -GNU_CONFIGURE= Yes -CONFIGURE_ENV= TCL_TK_INCLUDE_DIR="${PREFIX}/include/tcl8.2:${PREFIX}/include/tk8.2" \ - TCL_TK_LIBRARY_DIR=${PREFIX}/lib \ - TCL_LIBRARY=${PREFIX}/lib/tcl8.2 \ - TK_LIBRARY=${PREFIX}/lib/tk8.2 \ - LD_TCL_TK_LIBS="-ltk82 -ltcl82" - -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 bf0f43d9ff9e..000000000000 --- a/net-mgmt/irrtoolset/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (RAToolSet-3.5.8.tar.gz) = 4c7a04539a878ba3bcc5a6de3d12ac38 diff --git a/net-mgmt/irrtoolset/files/patch-aa b/net-mgmt/irrtoolset/files/patch-aa deleted file mode 100644 index b4052b639c36..000000000000 --- a/net-mgmt/irrtoolset/files/patch-aa +++ /dev/null @@ -1,45 +0,0 @@ ---- src/misc/net.hh.orig Wed Jan 28 17:40:42 1998 -+++ src/misc/net.hh Sat Nov 27 18:11:23 1999 -@@ -86,12 +86,12 @@ - int bind (...); - int listen (...); - int accept (...); --int recvfrom(...); -+ssize_t recvfrom(...); - int gethostname (...); - int setsockopt (...); - int select (...); --int sendto (...); --int send (...); -+ssize_t sendto (...); -+ssize_t send (...); - int gettimeofday (...); - } - -@@ -132,7 +132,7 @@ - class Timer { - struct timeval tv; - struct timezone tz; -- init_time () { -+ void init_time () { - bzero ((char *) &tv, sizeof (struct timeval)); - ::gettimeofday (&tv, &tz); - } -@@ -256,7 +256,7 @@ - return ptr; - } - u_long getInaddr () { return hexaddr; } -- print () { printf ("%s\n%s\n0x%x\n", hostname, dottedaddr, hexaddr); } -+ void print () { printf ("%s\n%s\n0x%x\n", hostname, dottedaddr, hexaddr); } - - Error error; - }; -@@ -331,7 +331,7 @@ - error.warn("listen"); - return error(); - } -- accept () { -+ int accept () { - //u_long addrlen; - int addrlen = sizeof (struct sockaddr); - bzero ((char *) &socknew, sizeof (socknew)); diff --git a/net-mgmt/irrtoolset/files/patch-ab b/net-mgmt/irrtoolset/files/patch-ab deleted file mode 100644 index 6566ed2b1af4..000000000000 --- a/net-mgmt/irrtoolset/files/patch-ab +++ /dev/null @@ -1,20 +0,0 @@ ---- src/dbase/Route.hh.orig Sat Nov 27 18:08:21 1999 -+++ src/dbase/Route.hh Sat Nov 27 18:08:41 1999 -@@ -92,7 +92,7 @@ - clear(); - } - -- clear () { -+ void clear () { - pix = NULL; - _dontcare = 0; - } -@@ -248,7 +248,7 @@ - pref = 0; - } - -- set (Pix asn, int p) { -+ void set (Pix asn, int p) { - asno = asn; - pref = p; - } diff --git a/net-mgmt/irrtoolset/files/patch-ac b/net-mgmt/irrtoolset/files/patch-ac deleted file mode 100644 index ca2b0e1d8f1f..000000000000 --- a/net-mgmt/irrtoolset/files/patch-ac +++ /dev/null @@ -1,208 +0,0 @@ ---- src/dbase/Node.h.orig Sat Nov 27 18:11:57 1999 -+++ src/dbase/Node.h Sat Nov 27 18:16:21 1999 -@@ -101,7 +101,7 @@ - protected: - virtual void print(ostream &os) = 0; - public: -- virtual operator== (Node &b) = 0; -+ virtual int operator== (Node &b) = 0; - virtual void InOrderPrint() = 0; - virtual void PostOrderPrint() { InOrderPrint(); } - virtual ~Node() {}; -@@ -144,7 +144,7 @@ - virtual void print(ostream &os) = 0; - - public: -- virtual Execute(Route &r) = 0; -+ virtual void Execute(Route &r) = 0; - virtual ActionNode *FindFirst(Node_t _type) = 0; - int operator< (ActionNode &b); - friend ostream &operator<<(ostream &os, ActionNode *an) { -@@ -172,7 +172,7 @@ - type = T_ANDNode; - } - -- virtual operator== (Node& b) { -+ virtual int operator== (Node& b) { - return b.type == T_ANDNode - && left == ((ANDNode&) b).left - && right == ((ANDNode&) b).right; -@@ -200,7 +200,7 @@ - type = T_ORNode; - } - -- virtual operator== (Node& b) { -+ virtual int operator== (Node& b) { - return b.type == T_ORNode - && left == ((ORNode&) b).left - && right == ((ORNode&) b).right; -@@ -227,7 +227,7 @@ - type = T_NotNode; - } - -- virtual operator== (Node& b) { -+ virtual int operator== (Node& b) { - return b.type == T_NotNode - && left == ((NotNode&) b).left; - } -@@ -256,7 +256,7 @@ - type = T_AssignNode; - } - -- virtual operator== (Node& b) { -+ virtual int operator== (Node& b) { - return b.type == T_AssignNode - && val == ((AssignNode&) b).val - && left == ((AssignNode&) b).left; -@@ -281,7 +281,7 @@ - type = T_ANYNode; - } - -- virtual operator== (Node& b) { -+ virtual int operator== (Node& b) { - return b.type == T_ANYNode; - } - -@@ -305,7 +305,7 @@ - type = T_ASNode; - } - -- virtual operator== (Node& b) { -+ virtual int operator== (Node& b) { - return b.type == T_ASNode - && val == ((ASNode&) b).val; - } -@@ -330,7 +330,7 @@ - type = T_ASMacroNode; - } - -- virtual operator== (Node& b) { -+ virtual int operator== (Node& b) { - return b.type == T_ASMacroNode - && val == ((ASMacroNode&) b).val; - } -@@ -355,7 +355,7 @@ - type = T_CommNode; - } - -- virtual operator== (Node& b) { -+ virtual int operator== (Node& b) { - return b.type == T_CommNode - && val == ((CommNode&) b).val; - } -@@ -382,7 +382,7 @@ - cidr_root = NULL; - } - -- virtual operator== (Node& b) { -+ virtual int operator== (Node& b) { - return b.type == T_NetListNode - && nets == ((NetListNode&) b).nets; - } -@@ -391,7 +391,7 @@ - virtual NormalExpression *Evaluate(int expand); - virtual int match(Route &r, char dontcare); - virtual int match_exact_or_more_specific(Route &r, char dontcare); -- add(Pix pi) { nets.add(pi); } -+ void add(Pix pi) { nets.add(pi); } - }; - - ////////////////////////////// ASPathNode ////////////////////////////// -@@ -412,7 +412,7 @@ - type = T_ASPathNode; - } - -- virtual operator== (Node& b) { -+ virtual int operator== (Node& b) { - ASSERT(0); - return 0; - } -@@ -438,7 +438,7 @@ - type = T_RegisterNode; - } - -- virtual operator== (Node& b) { -+ virtual int operator== (Node& b) { - return b.type == T_RegisterNode - && val == ((RegisterNode&) b).val; - } -@@ -460,13 +460,13 @@ - type = T_PrefNode; - } - -- virtual operator== (Node& b) { -+ virtual int operator== (Node& b) { - return b.type == T_PrefNode - && val == ((PrefNode&) b).val; - } - - virtual void InOrderPrint(); -- virtual Execute(Route &r) { -+ virtual void Execute(Route &r) { - } - virtual ActionNode *FindFirst(Node_t _type) { - if (type == _type) -@@ -492,13 +492,13 @@ - type = T_MEDNode; - } - -- virtual operator== (Node& b) { -+ virtual int operator== (Node& b) { - return b.type == T_MEDNode - && val == ((MEDNode&) b).val; - } - - virtual void InOrderPrint(); -- virtual Execute(Route &r) { -+ virtual void Execute(Route &r) { - } - virtual ActionNode *FindFirst(Node_t _type) { - if (type == _type) -@@ -524,13 +524,13 @@ - type = T_DPANode; - } - -- virtual operator== (Node& b) { -+ virtual int operator== (Node& b) { - return b.type == T_DPANode - && val == ((DPANode&) b).val; - } - - virtual void InOrderPrint(); -- virtual Execute(Route &r) { -+ virtual void Execute(Route &r) { - } - virtual ActionNode *FindFirst(Node_t _type) { - if (type == _type) -@@ -552,12 +552,12 @@ - type = T_NoopNode; - } - -- virtual operator== (Node& b) { -+ virtual int operator== (Node& b) { - return b.type == T_NoopNode; - } - - virtual void InOrderPrint(); -- virtual Execute(Route &r) {} -+ virtual void Execute(Route &r) {} - virtual ActionNode *FindFirst(Node_t _type) { - if (type == _type) - return this; -@@ -581,14 +581,14 @@ - } - virtual ~ComposeNode(); - -- virtual operator== (Node& b) { -+ virtual int operator== (Node& b) { - return b.type == T_ComposeNode - && left == ((ComposeNode&) b).left - && right == ((ComposeNode&) b).right; - } - - virtual void InOrderPrint(); -- virtual Execute(Route &r) {} -+ virtual void Execute(Route &r) {} - virtual ActionNode *FindFirst(Node_t _type) { - ActionNode *r; - if (type == _type) diff --git a/net-mgmt/irrtoolset/files/patch-ad b/net-mgmt/irrtoolset/files/patch-ad deleted file mode 100644 index d0560a973b2a..000000000000 --- a/net-mgmt/irrtoolset/files/patch-ad +++ /dev/null @@ -1,11 +0,0 @@ ---- src/misc/Error.hh.orig Sat Nov 27 18:17:24 1999 -+++ src/misc/Error.hh Sat Nov 27 18:17:31 1999 -@@ -378,7 +378,7 @@ - reset(); - } - -- reset() { -+ void reset() { - errno = 0; - level_ = ErrorNone; - messages_.clear(); diff --git a/net-mgmt/irrtoolset/files/patch-ae b/net-mgmt/irrtoolset/files/patch-ae deleted file mode 100644 index 8c3005236be0..000000000000 --- a/net-mgmt/irrtoolset/files/patch-ae +++ /dev/null @@ -1,11 +0,0 @@ ---- src/peval/xx_lexer.y.orig Sat Nov 27 18:18:56 1999 -+++ src/peval/xx_lexer.y Sat Nov 27 18:19:07 1999 -@@ -94,7 +94,7 @@ - NULL, ERROR_TKN - }; - --static inline strtoupper(char *c) { -+static inline void strtoupper(char *c) { - for (; *c; c++) - if (isascii(*c) && isalpha(*c)) - *c = toupper(*c); diff --git a/net-mgmt/irrtoolset/files/patch-af b/net-mgmt/irrtoolset/files/patch-af deleted file mode 100644 index 50022888976a..000000000000 --- a/net-mgmt/irrtoolset/files/patch-af +++ /dev/null @@ -1,10 +0,0 @@ ---- src/misc/net.cc.orig Sat Nov 27 18:20:31 1999 -+++ src/misc/net.cc Sat Nov 27 18:21:15 1999 -@@ -215,6 +215,7 @@ - init_server (p); - } - -+int - TCP::init_server (int p) { - setLocalPort (p); - bind(); diff --git a/net-mgmt/irrtoolset/files/patch-ag b/net-mgmt/irrtoolset/files/patch-ag deleted file mode 100644 index f5519df2a198..000000000000 --- a/net-mgmt/irrtoolset/files/patch-ag +++ /dev/null @@ -1,11 +0,0 @@ ---- src/dbase/irr_lexer.y.orig Sat Nov 27 18:22:22 1999 -+++ src/dbase/irr_lexer.y Sat Nov 27 18:22:44 1999 -@@ -73,7 +73,7 @@ - - #include <cctype> - --static inline strtoupper(char *c) { -+static inline void strtoupper(char *c) { - for (; *c; c++) - if (isascii(*c) && isalpha(*c)) - *c = toupper(*c); diff --git a/net-mgmt/irrtoolset/files/patch-ah b/net-mgmt/irrtoolset/files/patch-ah deleted file mode 100644 index 4278782c08ab..000000000000 --- a/net-mgmt/irrtoolset/files/patch-ah +++ /dev/null @@ -1,20 +0,0 @@ ---- src/dbase/irr_parser.y.orig Sat Nov 27 18:23:53 1999 -+++ src/dbase/irr_parser.y Sat Nov 27 18:25:00 1999 -@@ -90,7 +90,7 @@ - char *error_while_expecting = NULL; - - static regexp_symbol *re_symbol; --static insert_or_update_filter_action(ListHead<Filter_Action> &l, -+static void insert_or_update_filter_action(ListHead<Filter_Action> &l, - ActionNode *action, FilterNode *filter); - static ASPolicy *find_or_insert_peer_as(Pix peer); - static InterASPolicy *find_or_insert_peering(ASPolicy *p, Pix laddr, Pix raddr); -@@ -635,7 +635,7 @@ - return(0); - } - --static insert_or_update_filter_action(ListHead<Filter_Action> &l, -+static void insert_or_update_filter_action(ListHead<Filter_Action> &l, - ActionNode *action, FilterNode *filter) { - Filter_Action *fap, *fap2; - diff --git a/net-mgmt/irrtoolset/files/patch-ai b/net-mgmt/irrtoolset/files/patch-ai deleted file mode 100644 index 18de9569197e..000000000000 --- a/net-mgmt/irrtoolset/files/patch-ai +++ /dev/null @@ -1,11 +0,0 @@ ---- src/roe/roe_config.hh.orig Sat Nov 27 18:35:37 1999 -+++ src/roe/roe_config.hh Sat Nov 27 18:36:14 1999 -@@ -42,7 +42,7 @@ - - class Configure { - public: -- const int size = 12; -+ static const int size = 12; - - class DBUpdate { - public: diff --git a/net-mgmt/irrtoolset/files/patch-aj b/net-mgmt/irrtoolset/files/patch-aj deleted file mode 100644 index 6d190fb677b6..000000000000 --- a/net-mgmt/irrtoolset/files/patch-aj +++ /dev/null @@ -1,14 +0,0 @@ ---- src/aoe/TclApp.cc.orig Sat Nov 27 18:38:25 1999 -+++ src/aoe/TclApp.cc Sat Nov 27 18:43:51 1999 -@@ -186,9 +186,9 @@ - // Call Tcl function to create a Tcl command - if (Tcl_CreateCommand(ptInterp, - pcCommand->getName(), -- TclCommand::command, -+ &TclCommand::command, - (ClientData)pcCommand, -- TclCommand::cleanUp) == NULL) return 0; -+ &TclCommand::cleanUp) == NULL) return 0; - return 1; - } - diff --git a/net-mgmt/irrtoolset/files/patch-ak b/net-mgmt/irrtoolset/files/patch-ak deleted file mode 100644 index 05060ae5f711..000000000000 --- a/net-mgmt/irrtoolset/files/patch-ak +++ /dev/null @@ -1,11 +0,0 @@ ---- src/aoe/TclLabel.cc.orig Sat Nov 27 18:45:09 1999 -+++ src/aoe/TclLabel.cc Sat Nov 27 18:45:24 1999 -@@ -47,7 +47,7 @@ - #include "TclLabel.hh" - #include "TclApp.hh" - --TclLabel::clear(void) -+int TclLabel::clear(void) - { - TclApplication *pcApp = (TclApplication *)getExtraArgument(); - return (pcApp->evalf("%s configure -text {}", getName())); diff --git a/net-mgmt/irrtoolset/files/patch-al b/net-mgmt/irrtoolset/files/patch-al deleted file mode 100644 index 49b068f99199..000000000000 --- a/net-mgmt/irrtoolset/files/patch-al +++ /dev/null @@ -1,11 +0,0 @@ ---- src/prtraceroute/netraw.hh.orig Sat Nov 27 18:46:27 1999 -+++ src/prtraceroute/netraw.hh Sat Nov 27 18:46:49 1999 -@@ -121,7 +121,7 @@ - rawIP (int protocol = IPPROTO_RAW); - rawIP (char *hostname, int protocol = IPPROTO_RAW); - -- setIpaddresses (); // can be used for incoming packets. -+ void setIpaddresses (); // can be used for incoming packets. - - int write (){return rawPacket::write ((char *) ip_hdr, ip_hdr->ip_len);} - int send (){return rawPacket::send ((char *) ip_hdr, ip_hdr->ip_len);} diff --git a/net-mgmt/irrtoolset/files/patch-am b/net-mgmt/irrtoolset/files/patch-am deleted file mode 100644 index 70e7cb9572ed..000000000000 --- a/net-mgmt/irrtoolset/files/patch-am +++ /dev/null @@ -1,11 +0,0 @@ ---- src/prtraceroute/prtraceroute.hh.orig Sat Nov 27 18:47:35 1999 -+++ src/prtraceroute/prtraceroute.hh Sat Nov 27 18:47:45 1999 -@@ -121,7 +121,7 @@ - u_int flags; - void _add (ipAddr *ipaddr); - -- _hop () { -+ void _hop () { - ipaddr = (ipAddr *) NULL; - autnum = NULL; - route = new Route(); diff --git a/net-mgmt/irrtoolset/pkg-comment b/net-mgmt/irrtoolset/pkg-comment deleted file mode 100644 index 74aadb1512e4..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/isic/Makefile b/net-mgmt/isic/Makefile deleted file mode 100644 index ea030d38ee2f..000000000000 --- a/net-mgmt/isic/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# New ports collection makefile for: isic -# Date created: 25 February 2000 -# Whom: Brad Hendrickse <bradh@uunet.co.za> -# -# $FreeBSD$ -# - -PORTNAME= isic -PORTVERSION= 0.05 -CATEGORIES= net -MASTER_SITES= http://expert.cc.purdue.edu/~frantzen/ -EXTRACT_SUFX= .tgz - -MAINTAINER= bradh@uunet.co.za - -BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet - -GNU_CONFIGURE= yes - -.include <bsd.port.mk> diff --git a/net-mgmt/isic/distinfo b/net-mgmt/isic/distinfo deleted file mode 100644 index b638a5b32d6b..000000000000 --- a/net-mgmt/isic/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (isic-0.05.tgz) = da75f4ff2b78477396b0ab30fbdbb616 diff --git a/net-mgmt/isic/pkg-comment b/net-mgmt/isic/pkg-comment deleted file mode 100644 index 3e352a228b5f..000000000000 --- a/net-mgmt/isic/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -IP Stack Integrity Checker diff --git a/net-mgmt/isic/pkg-descr b/net-mgmt/isic/pkg-descr deleted file mode 100644 index fdef77e362ef..000000000000 --- a/net-mgmt/isic/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -IP Stack Integrity Checker - -Its purpose is to test the stability of an IP Stack and its component stacks -(TCP, UDP, ICMP et. al.) It does this be generating random packets of the -desired protocol. The packets can have tendancies. ie by default all packets -have a 50% chance of having IP Options. The packets are then sent against the -target machine to either penetrate its firewall rules or find bugs in the IP -stack. - -WWW: http://expert.cc.purdue.edu/~frantzen/ - --- -Brad Hendrickse -bradh@uunet.co.za diff --git a/net-mgmt/isic/pkg-plist b/net-mgmt/isic/pkg-plist deleted file mode 100644 index 4ab4bf83b0a0..000000000000 --- a/net-mgmt/isic/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -bin/isic -bin/tcpsic -bin/udpsic -bin/icmpsic -bin/esic diff --git a/net-mgmt/libsmi/Makefile b/net-mgmt/libsmi/Makefile deleted file mode 100644 index ac4ff91f0596..000000000000 --- a/net-mgmt/libsmi/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# New ports collection makefile for: libsmi -# Date created: Tue Jan 27 2000 -# Whom: Marcin Cieslak <saper@system.pl> -# -# $FreeBSD$ -# - -PORTNAME= libsmi -PORTVERSION= 0.2.6 -CATEGORIES= net -MASTER_SITES= ftp://ftp.ibr.cs.tu-bs.de/pub/local/libsmi/ - -MAINTAINER= saper@system.pl - -#LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 - -#USE_X_PREFIX= yes - -GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes -USE_GMAKE= yes -MIBDIR= ${PREFIX}/share/smi/mibs -CONFIGURE_ARGS+=--with-data-dir=${PREFIX}/share/smi \ - --with-mibdir=${MIBDIR} - -MAN1= smiquery.1 smilint.1 smidump.1 smistrip.1 -MAN3= libsmi.3 smi_config.3 smi_module.3 smi_macro.3 smi_node.3 smi_type.3 - -.include <bsd.port.mk> diff --git a/net-mgmt/libsmi/distinfo b/net-mgmt/libsmi/distinfo deleted file mode 100644 index 49edb689c62f..000000000000 --- a/net-mgmt/libsmi/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (libsmi-0.2.6.tar.gz) = dfff4f32e8b911b867ed2db414a61bfd diff --git a/net-mgmt/libsmi/pkg-comment b/net-mgmt/libsmi/pkg-comment deleted file mode 100644 index 671a84fd6453..000000000000 --- a/net-mgmt/libsmi/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A library to access SMI MIB information diff --git a/net-mgmt/libsmi/pkg-descr b/net-mgmt/libsmi/pkg-descr deleted file mode 100644 index 19cd35ea0acb..000000000000 --- a/net-mgmt/libsmi/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -The purpose of libsmi is to give network management applications -a concise programmer-friendly interface to access MIB module information, -separate the knowledge on SMI from the main parts of management applications, -allow to add new kinds of MIB repositories without the need -to adapt applications that make use of libsmi. - -There are also simple tools to handle MIBs included. - -WWW: http://www.ibr.cs.tu-bs.de/projects/libsmi/ - --- - << Marcin Cieslak // saper@system.pl >> diff --git a/net-mgmt/libsmi/pkg-plist b/net-mgmt/libsmi/pkg-plist deleted file mode 100644 index 21a8d7b606c1..000000000000 --- a/net-mgmt/libsmi/pkg-plist +++ /dev/null @@ -1,176 +0,0 @@ -bin/smidump -bin/smilint -bin/smiquery -bin/smistrip -include/smi.h -lib/libsmi.a -lib/libsmi.la -lib/libsmi.so -lib/libsmi.so.2 -share/smi/mibs/iana/IANA-ADDRESS-FAMILY-NUMBERS-MIB -share/smi/mibs/iana/IANA-LANGUAGE-MIB -share/smi/mibs/iana/IANA-RTPROTO-MIB -share/smi/mibs/iana/IANATn3270eTC-MIB -share/smi/mibs/iana/IANAifType-MIB -share/smi/mibs/ietf/ACCOUNTING-CONTROL-MIB -share/smi/mibs/ietf/ADSL-LINE-MIB -share/smi/mibs/ietf/ADSL-TC-MIB -share/smi/mibs/ietf/AGENTX-MIB -share/smi/mibs/ietf/APPC-MIB -share/smi/mibs/ietf/APPLETALK-MIB -share/smi/mibs/ietf/APPLICATION-MIB -share/smi/mibs/ietf/APPN-DLUR-MIB -share/smi/mibs/ietf/APPN-MIB -share/smi/mibs/ietf/APPN-TRAP-MIB -share/smi/mibs/ietf/ATM-ACCOUNTING-INFORMATION-MIB -share/smi/mibs/ietf/ATM-MIB -share/smi/mibs/ietf/ATM-TC-MIB -share/smi/mibs/ietf/BGP4-MIB -share/smi/mibs/ietf/BRIDGE-MIB -share/smi/mibs/ietf/CHARACTER-MIB -share/smi/mibs/ietf/CLNS-MIB -share/smi/mibs/ietf/DECNET-PHIV-MIB -share/smi/mibs/ietf/DIAL-CONTROL-MIB -share/smi/mibs/ietf/DIRECTORY-SERVER-MIB -share/smi/mibs/ietf/DISMAN-NSLOOKUP-MIB -share/smi/mibs/ietf/DISMAN-PING-MIB -share/smi/mibs/ietf/DISMAN-SCHEDULE-MIB -share/smi/mibs/ietf/DISMAN-SCRIPT-MIB -share/smi/mibs/ietf/DISMAN-TRACEROUTE-MIB -share/smi/mibs/ietf/DLSW-MIB -share/smi/mibs/ietf/DNS-RESOLVER-MIB -share/smi/mibs/ietf/DNS-SERVER-MIB -share/smi/mibs/ietf/DOCS-CABLE-DEVICE-MIB -share/smi/mibs/ietf/DOCS-IF-MIB -share/smi/mibs/ietf/DOT12-IF-MIB -share/smi/mibs/ietf/DOT12-RPTR-MIB -share/smi/mibs/ietf/DS0-MIB -share/smi/mibs/ietf/DS0BUNDLE-MIB -share/smi/mibs/ietf/DS1-MIB -share/smi/mibs/ietf/DS3-MIB -share/smi/mibs/ietf/DSA-MIB -share/smi/mibs/ietf/EBN-MIB -share/smi/mibs/ietf/ENTITY-MIB -share/smi/mibs/ietf/ETHER-CHIPSET-MIB -share/smi/mibs/ietf/EtherLike-MIB -share/smi/mibs/ietf/FDDI-SMT73-MIB -share/smi/mibs/ietf/FIBRE-CHANNEL-FE-MIB -share/smi/mibs/ietf/FLOW-METER-MIB -share/smi/mibs/ietf/FRAME-RELAY-DTE-MIB -share/smi/mibs/ietf/FRNETSERV-MIB -share/smi/mibs/ietf/HCNUM-TC -share/smi/mibs/ietf/HOST-RESOURCES-MIB -share/smi/mibs/ietf/HOST-RESOURCES-TYPES -share/smi/mibs/ietf/HPR-IP-MIB -share/smi/mibs/ietf/HPR-MIB -share/smi/mibs/ietf/IF-INVERTED-STACK-MIB -share/smi/mibs/ietf/IF-MIB -share/smi/mibs/ietf/INET-ADDRESS-MIB -share/smi/mibs/ietf/INTEGRATED-SERVICES-GUARANTEED-MIB -share/smi/mibs/ietf/INTEGRATED-SERVICES-MIB -share/smi/mibs/ietf/IP-FORWARD-MIB -share/smi/mibs/ietf/IP-MIB -share/smi/mibs/ietf/IPATM-IPMC-MIB -share/smi/mibs/ietf/IPOA-MIB -share/smi/mibs/ietf/IPV6-ICMP-MIB -share/smi/mibs/ietf/IPV6-MIB -share/smi/mibs/ietf/IPV6-TC -share/smi/mibs/ietf/IPV6-TCP-MIB -share/smi/mibs/ietf/IPV6-UDP-MIB -share/smi/mibs/ietf/ISDN-MIB -share/smi/mibs/ietf/Job-Monitoring-MIB -share/smi/mibs/ietf/MAU-MIB -share/smi/mibs/ietf/MIOX25-MIB -share/smi/mibs/ietf/MIP-MIB -share/smi/mibs/ietf/MTA-MIB -share/smi/mibs/ietf/Modem-MIB -share/smi/mibs/ietf/NETWORK-SERVICES-MIB -share/smi/mibs/ietf/NHRP-MIB -share/smi/mibs/ietf/OSPF-MIB -share/smi/mibs/ietf/OSPF-TRAP-MIB -share/smi/mibs/ietf/P-BRIDGE-MIB -share/smi/mibs/ietf/PARALLEL-MIB -share/smi/mibs/ietf/PPP-BRIDGE-NCP-MIB -share/smi/mibs/ietf/PPP-IP-NCP-MIB -share/smi/mibs/ietf/PPP-LCP-MIB -share/smi/mibs/ietf/PPP-SEC-MIB -share/smi/mibs/ietf/PTOPO-MIB -share/smi/mibs/ietf/PerfHist-TC-MIB -share/smi/mibs/ietf/Printer-MIB -share/smi/mibs/ietf/Q-BRIDGE-MIB -share/smi/mibs/ietf/RADIUS-ACC-CLIENT-MIB -share/smi/mibs/ietf/RADIUS-ACC-SERVER-MIB -share/smi/mibs/ietf/RADIUS-AUTH-CLIENT-MIB -share/smi/mibs/ietf/RADIUS-AUTH-SERVER-MIB -share/smi/mibs/ietf/RDBMS-MIB -share/smi/mibs/ietf/RFC-1212 -share/smi/mibs/ietf/RFC-1215 -share/smi/mibs/ietf/RFC1155-SMI -share/smi/mibs/ietf/RFC1158-MIB -share/smi/mibs/ietf/RFC1213-MIB -share/smi/mibs/ietf/RFC1269-MIB -share/smi/mibs/ietf/RFC1271-MIB -share/smi/mibs/ietf/RFC1285-MIB -share/smi/mibs/ietf/RFC1316-MIB -share/smi/mibs/ietf/RFC1381-MIB -share/smi/mibs/ietf/RFC1382-MIB -share/smi/mibs/ietf/RFC1414-MIB -share/smi/mibs/ietf/RIPv2-MIB -share/smi/mibs/ietf/RMON-MIB -share/smi/mibs/ietf/RMON2-MIB -share/smi/mibs/ietf/RS-232-MIB -share/smi/mibs/ietf/RSVP-MIB -share/smi/mibs/ietf/SIP-MIB -share/smi/mibs/ietf/SLAPM-MIB -share/smi/mibs/ietf/SMON-MIB -share/smi/mibs/ietf/SNA-NAU-MIB -share/smi/mibs/ietf/SNA-SDLC-MIB -share/smi/mibs/ietf/SNMP-COMMUNITY-MIB -share/smi/mibs/ietf/SNMP-FRAMEWORK-MIB -share/smi/mibs/ietf/SNMP-MPD-MIB -share/smi/mibs/ietf/SNMP-NOTIFICATION-MIB -share/smi/mibs/ietf/SNMP-PROXY-MIB -share/smi/mibs/ietf/SNMP-REPEATER-MIB -share/smi/mibs/ietf/SNMP-TARGET-MIB -share/smi/mibs/ietf/SNMP-USER-BASED-SM-MIB -share/smi/mibs/ietf/SNMP-USM-DH-OBJECTS-MIB -share/smi/mibs/ietf/SNMP-VIEW-BASED-ACM-MIB -share/smi/mibs/ietf/SNMPv2-CONF -share/smi/mibs/ietf/SNMPv2-MIB -share/smi/mibs/ietf/SNMPv2-SMI -share/smi/mibs/ietf/SNMPv2-TC -share/smi/mibs/ietf/SNMPv2-TM -share/smi/mibs/ietf/SNMPv2-USEC-MIB -share/smi/mibs/ietf/SONET-MIB -share/smi/mibs/ietf/SOURCE-ROUTING-MIB -share/smi/mibs/ietf/SYSAPPL-MIB -share/smi/mibs/ietf/TCP-MIB -share/smi/mibs/ietf/TCPIPX-MIB -share/smi/mibs/ietf/TN3270E-MIB -share/smi/mibs/ietf/TN3270E-RT-MIB -share/smi/mibs/ietf/TOKEN-RING-RMON-MIB -share/smi/mibs/ietf/TOKENRING-MIB -share/smi/mibs/ietf/TOKENRING-STATION-SR-MIB -share/smi/mibs/ietf/TUNNEL-MIB -share/smi/mibs/ietf/UDP-MIB -share/smi/mibs/ietf/UPS-MIB -share/smi/mibs/ietf/VRRP-MIB -share/smi/mibs/ietf/WWW-MIB -share/smi/mibs/irtf/IRTF-NMRG-SMING -share/smi/mibs/irtf/IRTF-NMRG-SMING-EXTENSIONS -share/smi/mibs/irtf/IRTF-NMRG-SMING-TYPES -share/smi/mibs/tubs/TUBS-IBR-AGENT-CAPABILITIES -share/smi/mibs/tubs/TUBS-IBR-LINUX-MIB -share/smi/mibs/tubs/TUBS-IBR-NFS-MIB -share/smi/mibs/tubs/TUBS-IBR-PING-MIB -share/smi/mibs/tubs/TUBS-IBR-PROC-MIB -share/smi/mibs/tubs/TUBS-IBR-TEST-MIB -share/smi/mibs/tubs/TUBS-IBR-TNM-MIB -share/smi/mibs/tubs/TUBS-SMI -@dirrm share/smi/mibs/iana -@dirrm share/smi/mibs/ietf -@dirrm share/smi/mibs/irtf -@dirrm share/smi/mibs/site -@dirrm share/smi/mibs/tubs -@dirrm share/smi/mibs -@dirrm share/smi diff --git a/net-mgmt/mrtg/Makefile b/net-mgmt/mrtg/Makefile deleted file mode 100644 index cd2dbb49d4bd..000000000000 --- a/net-mgmt/mrtg/Makefile +++ /dev/null @@ -1,65 +0,0 @@ -# New ports collection makefile for: MRTG -# Date created: April 18th 1997 -# Whom: James FitzGibbon <jfitz@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= mrtg -PORTVERSION= 2.9.4 -CATEGORIES= net -MASTER_SITES= http://ee-staff.ethz.ch/~oetiker/webtools/mrtg/pub/ \ - ${MASTER_SITE_RINGSERVER} -MASTER_SITE_SUBDIR= net/mrtg - -MAINTAINER= demon@FreeBSD.org - -LIB_DEPENDS= gd.1:${PORTSDIR}/graphics/gd - -USE_PERL5= YES -MAKE_ENV+= PERL=${PERL} - -GNU_CONFIGURE= YES - -CONFIGURE_ARGS= --with-gd-lib=${LOCALBASE}/lib \ - --with-gd-inc=${LOCALBASE}/include/gd - -CONFIGURE_ENV= PERL=${PERL} - -MAN1= cfgmaker.1 contrib.1 faq.1 forum.1 indexmaker.1 logfile.1 \ - mibhelp.1 mrtg-rrd.1 nt-guide.1 reference.1 squid.1 \ - unix-guide.1 webserver.1 mrtg.1 - -do-install: - ${MKDIR} -m 755 ${PREFIX}/etc/mrtg - ${MKDIR} -m 755 ${PREFIX}/lib/perl5/site_perl/${PERL_VER} - ${MKDIR} -m 755 ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/Pod - ${MKDIR} -m 755 ${PREFIX}/share/mrtg -.if !defined(NOPORTDOCS) - ${MKDIR} -m 755 ${PREFIX}/share/doc/mrtg - for file in ANNOUNCE CHANGES COPYRIGHT MANIFEST README \ - doc/*.html doc/*.pod doc/*.txt doc/*wml doc/*.png ; do \ - ${INSTALL_DATA} ${WRKSRC}/$$file ${PREFIX}/share/doc/mrtg/; \ - done -.endif - ${INSTALL_DATA} ${WRKSRC}/contrib/mrtgmk/cfg/mrtg.cfg ${PREFIX}/etc/mrtg/mrtg.cfg.sample - ${INSTALL_DATA} ${WRKSRC}/images/* ${PREFIX}/share/mrtg - ${INSTALL_DATA} ${WRKSRC}/doc/*.1 ${PREFIX}/man/man1 - ${INSTALL_DATA} ${WRKSRC}/lib/mrtg2/*.pm ${PREFIX}/lib/perl5/site_perl/${PERL_VER} - ${INSTALL_DATA} ${WRKSRC}/lib/mrtg2/Pod/*.pm ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/Pod - ${INSTALL_PROGRAM} ${WRKSRC}/bin/rateup ${PREFIX}/bin/ - for file in mrtg cfgmaker indexmaker; do \ - ${INSTALL_SCRIPT} ${WRKSRC}/bin/$$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 mrtg.cfg.sample #" - @${ECHO} "############################################################################" -.endif - -.include <bsd.port.mk> diff --git a/net-mgmt/mrtg/distinfo b/net-mgmt/mrtg/distinfo deleted file mode 100644 index 506ffafdd62d..000000000000 --- a/net-mgmt/mrtg/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (mrtg-2.9.4.tar.gz) = aa5c954668ca95ef432d03ea66b06015 diff --git a/net-mgmt/mrtg/pkg-comment b/net-mgmt/mrtg/pkg-comment deleted file mode 100644 index ab1a2ba323ed..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 ec4a61fe1c15..000000000000 --- a/net-mgmt/mrtg/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -The Multi Router Traffic Grapher (MRTG) is a tool to monitor the traffic -load on network-links. MRTG generates HTML pages containing PNG images which -provide a LIVE visual representation of this traffic. Check - -WWW: http://www.mrtg.org/ - -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: -http://ee-staff.ethz.ch/~oetiker/webtools/mrtg/users.html diff --git a/net-mgmt/mrtg/pkg-plist b/net-mgmt/mrtg/pkg-plist deleted file mode 100644 index 20861e0e162f..000000000000 --- a/net-mgmt/mrtg/pkg-plist +++ /dev/null @@ -1,81 +0,0 @@ -bin/cfgmaker -bin/indexmaker -bin/mrtg -bin/rateup -etc/mrtg/mrtg.cfg.sample -lib/perl5/site_perl/%%PERL_VER%%/BER.pm -lib/perl5/site_perl/%%PERL_VER%%/MRTG_lib.pm -lib/perl5/site_perl/%%PERL_VER%%/Pod/InputObjects.pm -lib/perl5/site_perl/%%PERL_VER%%/Pod/Parser.pm -lib/perl5/site_perl/%%PERL_VER%%/Pod/PlainText.pm -lib/perl5/site_perl/%%PERL_VER%%/Pod/Select.pm -lib/perl5/site_perl/%%PERL_VER%%/Pod/Usage.pm -lib/perl5/site_perl/%%PERL_VER%%/SNMP_Session.pm -lib/perl5/site_perl/%%PERL_VER%%/SNMP_util.pm -lib/perl5/site_perl/%%PERL_VER%%/locales_mrtg.pm -share/doc/mrtg/ANNOUNCE -share/doc/mrtg/CHANGES -share/doc/mrtg/COPYRIGHT -share/doc/mrtg/MANIFEST -share/doc/mrtg/README -share/doc/mrtg/cfgmaker.html -share/doc/mrtg/cfgmaker.pod -share/doc/mrtg/cfgmaker.txt -share/doc/mrtg/contrib.html -share/doc/mrtg/contrib.pod -share/doc/mrtg/contrib.txt -share/doc/mrtg/faq.html -share/doc/mrtg/faq.pod -share/doc/mrtg/faq.txt -share/doc/mrtg/forum.html -share/doc/mrtg/forum.pod -share/doc/mrtg/forum.txt -share/doc/mrtg/index.html -share/doc/mrtg/index.txt -share/doc/mrtg/index.wml -share/doc/mrtg/indexmaker.html -share/doc/mrtg/indexmaker.pod -share/doc/mrtg/indexmaker.txt -share/doc/mrtg/logfile.html -share/doc/mrtg/logfile.pod -share/doc/mrtg/logfile.txt -share/doc/mrtg/mibhelp.html -share/doc/mrtg/mibhelp.pod -share/doc/mrtg/mibhelp.txt -share/doc/mrtg/mrtg-l.png -share/doc/mrtg/mrtg-m.png -share/doc/mrtg/mrtg-r.png -share/doc/mrtg/mrtg-rrd.html -share/doc/mrtg/mrtg-rrd.pod -share/doc/mrtg/mrtg-rrd.txt -share/doc/mrtg/mrtg-ti.png -share/doc/mrtg/mrtg.html
-share/doc/mrtg/mrtg.pod
-share/doc/mrtg/mrtg.txt
-share/doc/mrtg/nt-guide.html -share/doc/mrtg/nt-guide.pod -share/doc/mrtg/nt-guide.txt -share/doc/mrtg/reference.html -share/doc/mrtg/reference.pod -share/doc/mrtg/reference.txt -share/doc/mrtg/squid.html -share/doc/mrtg/squid.pod -share/doc/mrtg/squid.txt -share/doc/mrtg/unix-guide.html -share/doc/mrtg/unix-guide.pod -share/doc/mrtg/unix-guide.txt -share/doc/mrtg/webserver.html -share/doc/mrtg/webserver.pod -share/doc/mrtg/webserver.txt -share/mrtg/mrtg-l.gif -share/mrtg/mrtg-l.png -share/mrtg/mrtg-m.gif -share/mrtg/mrtg-m.png -share/mrtg/mrtg-r.gif -share/mrtg/mrtg-r.png -share/mrtg/mrtg-ti.gif -share/mrtg/mrtg-ti.png -@dirrm etc/mrtg -@dirrm lib/perl5/site_perl/%%PERL_VER%%/Pod -@dirrm share/doc/mrtg -@dirrm share/mrtg diff --git a/net-mgmt/nagios-plugins/Makefile b/net-mgmt/nagios-plugins/Makefile deleted file mode 100644 index b80ee2d2c7f2..000000000000 --- a/net-mgmt/nagios-plugins/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# New ports collection makefile for: netsaint-plugins -# Date created: Wed 12 Jul 2000 -# Whom: will -# -# $FreeBSD$ -# - -PORTNAME= netsaint-plugins -PORTVERSION= 1.2.8.4 -CATEGORIES= net -MASTER_SITES= http://netsaintplug.sourceforge.net/src/ -DISTNAME= ${PORTNAME}-1.2.8-4 - -MAINTAINER= will@FreeBSD.org - -# make absolutely sure we have the user/group added! -BUILD_DEPENDS= netsaint:${PORTSDIR}/net/netsaint -RUN_DEPENDS= netsaint:${PORTSDIR}/net/netsaint -.if defined(WANT_QSTAT) -BUILD_DEPENDS+= qstat:${PORTSDIR}/games/qstat -RUN_DEPENDS+= qstat:${PORTSDIR}/games/qstat -.endif -.if defined(WANT_FPING) -BUILD_DEPENDS+= fping:${PORTSDIR}/net/fping -RUN_DEPENDS+= fping:${PORTSDIR}/net/fping -.endif -.if defined(WANT_SNMP) -BUILD_DEPENDS+= snmpcheck:${PORTSDIR}/net/ucd-snmp -RUN_DEPENDS+= snmpcheck:${PORTSDIR}/net/ucd-snmp -.endif - -GNU_CONFIGURE= yes - -.include <bsd.port.mk> diff --git a/net-mgmt/nagios-plugins/distinfo b/net-mgmt/nagios-plugins/distinfo deleted file mode 100644 index c23159a62bc9..000000000000 --- a/net-mgmt/nagios-plugins/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (netsaint-plugins-1.2.8-4.tar.gz) = a08534e928e9355a098ad73a37d1c685 diff --git a/net-mgmt/nagios-plugins/files/patch-aa b/net-mgmt/nagios-plugins/files/patch-aa deleted file mode 100644 index a4e5f9a7fed9..000000000000 --- a/net-mgmt/nagios-plugins/files/patch-aa +++ /dev/null @@ -1,238 +0,0 @@ ---- configure Mon Jun 26 11:49:40 2000 -+++ configure.new Wed Jul 12 12:17:48 2000 -@@ -11,7 +11,7 @@ - ac_help= - ac_default_prefix=/usr/local - # Any additions from configure.in: --ac_default_prefix=/usr/local/netsaint -+#ac_default_prefix=/usr/local/netsaint - ac_help="$ac_help - --with-cgiurl=<dir> sets URL for cgi programs" - ac_help="$ac_help -@@ -47,12 +47,12 @@ - x_includes=NONE - x_libraries=NONE - bindir='${exec_prefix}/bin' --sbindir='${exec_prefix}/sbin' --libexecdir='${exec_prefix}/libexec' --datadir='${prefix}/share' --sysconfdir='${prefix}/etc' -+sbindir='${exec_prefix}/share/netsaint/sbin' -+libexecdir='${exec_prefix}/libexec/netsaint' -+datadir='${prefix}/share/netsaint' -+sysconfdir='${prefix}/etc/netsaint' - sharedstatedir='${prefix}/com' --localstatedir='${prefix}/var' -+localstatedir='${prefix}/var/netsaint' - libdir='${exec_prefix}/lib' - includedir='${prefix}/include' - oldincludedir='/usr/include' -@@ -3116,15 +3116,15 @@ - EOF - - echo " ps syntax... $PATH_TO_PS -eo 's comm vsz rss user ppid args'" --elif ps -Ao 's comm vsz rss uid user ppid args' 2>/dev/null | egrep -i "^S[TAUES]* +C[OMDNA]+ +V[SIZE]+ +RSS +UID +USER +PPID +[RGSCOMDNA]+" >/dev/null -+elif ps -axo 's comm vsz rss uid user ppid args' 2>/dev/null | egrep -i "^S[TAUES]* +C[OMDNA]+ +V[SIZE]+ +RSS +UID +USER +PPID +[RGSCOMDNA]+" >/dev/null - then - cat >> confdefs.h <<EOF --#define PS_RAW_COMMAND "$PATH_TO_PS -Ao 's user ppid args'" -+#define PS_RAW_COMMAND "$PATH_TO_PS -axo 's user ppid args'" - EOF - - EXTRAS="$EXTRAS check_netsaint" - cat >> confdefs.h <<EOF --#define PS_COMMAND "$PATH_TO_PS -Ao 's uid ppid comm args'" -+#define PS_COMMAND "$PATH_TO_PS -axo 's uid ppid comm args'" - EOF - - cat >> confdefs.h <<EOF -@@ -3132,7 +3132,7 @@ - EOF - - cat >> confdefs.h <<EOF --#define VSZ_COMMAND "$PATH_TO_PS -Ao 'vsz comm'" -+#define VSZ_COMMAND "$PATH_TO_PS -axo 'vsz comm'" - EOF - - cat >> confdefs.h <<EOF -@@ -3140,23 +3140,23 @@ - EOF - - cat >> confdefs.h <<EOF --#define RSS_COMMAND "$PATH_TO_PS -Ao 'rss comm'" -+#define RSS_COMMAND "$PATH_TO_PS -axo 'rss comm'" - EOF - - cat >> confdefs.h <<EOF - #define RSS_FORMAT "%d %s" - EOF - -- echo " ps syntax... $PATH_TO_PS -Ao 's comm vsz rss'" --elif ps -Ao 'status comm vsz rss uid user ppid args' 2>/dev/null | egrep -i "^S[TAUES]* +C[OMDNA]+ +V[SIZE]+ +RSS +UID +USER +PPID +[RGSCOMDNA]+" >/dev/null -+ echo " ps syntax... $PATH_TO_PS -axo 's comm vsz rss'" -+elif ps -axo 'status comm vsz rss uid user ppid args' 2>/dev/null | egrep -i "^S[TAUES]* +C[OMDNA]+ +V[SIZE]+ +RSS +UID +USER +PPID +[RGSCOMDNA]+" >/dev/null - then - cat >> confdefs.h <<EOF --#define PS_RAW_COMMAND "$PATH_TO_PS -Ao 'status user ppid args'" -+#define PS_RAW_COMMAND "$PATH_TO_PS -axo 'status user ppid args'" - EOF - - EXTRAS="$EXTRAS check_netsaint" - cat >> confdefs.h <<EOF --#define PS_COMMAND "$PATH_TO_PS -Ao 'status uid ppid comm args'" -+#define PS_COMMAND "$PATH_TO_PS -axo 'status uid ppid comm args'" - EOF - - cat >> confdefs.h <<EOF -@@ -3164,7 +3164,7 @@ - EOF - - cat >> confdefs.h <<EOF --#define VSZ_COMMAND "$PATH_TO_PS -Ao 'vsz comm'" -+#define VSZ_COMMAND "$PATH_TO_PS -axo 'vsz comm'" - EOF - - cat >> confdefs.h <<EOF -@@ -3172,23 +3172,23 @@ - EOF - - cat >> confdefs.h <<EOF --#define RSS_COMMAND "$PATH_TO_PS -Ao 'rss comm'" -+#define RSS_COMMAND "$PATH_TO_PS -axo 'rss comm'" - EOF - - cat >> confdefs.h <<EOF - #define RSS_FORMAT "%d %s" - EOF - -- echo " ps syntax... $PATH_TO_PS -Ao 'status comm vsz rss'" --elif ps -Ao 'state comm vsz rss uid user ppid args' 2>/dev/null | egrep -i "^S[TAUES]* +C[OMDNA]+ +V[SIZE]+ +RSS +UID +USER +PPID +[RGSCOMDNA]+" >/dev/null -+ echo " ps syntax... $PATH_TO_PS -axo 'status comm vsz rss'" -+elif ps -axo 'state comm vsz rss uid user ppid args' 2>/dev/null | egrep -i "^S[TAUES]* +C[OMDNA]+ +V[SIZE]+ +RSS +UID +USER +PPID +[RGSCOMDNA]+" >/dev/null - then - cat >> confdefs.h <<EOF --#define PS_RAW_COMMAND "$PATH_TO_PS -Ao 'state user ppid args'" -+#define PS_RAW_COMMAND "$PATH_TO_PS -axo 'state user ppid args'" - EOF - - EXTRAS="$EXTRAS check_netsaint" - cat >> confdefs.h <<EOF --#define PS_COMMAND "$PATH_TO_PS -Ao 'state uid ppid comm args'" -+#define PS_COMMAND "$PATH_TO_PS -axo 'state uid ppid comm args'" - EOF - - cat >> confdefs.h <<EOF -@@ -3196,7 +3196,7 @@ - EOF - - cat >> confdefs.h <<EOF --#define VSZ_COMMAND "$PATH_TO_PS -Ao 'vsz comm'" -+#define VSZ_COMMAND "$PATH_TO_PS -axo 'vsz comm'" - EOF - - cat >> confdefs.h <<EOF -@@ -3204,14 +3204,14 @@ - EOF - - cat >> confdefs.h <<EOF --#define RSS_COMMAND "$PATH_TO_PS -Ao 'rss comm'" -+#define RSS_COMMAND "$PATH_TO_PS -axo 'rss comm'" - EOF - - cat >> confdefs.h <<EOF - #define RSS_FORMAT "%d %s" - EOF - -- echo " ps syntax... $PATH_TO_PS -Ao 'state comm vsz rss'" -+ echo " ps syntax... $PATH_TO_PS -axo 'state comm vsz rss'" - elif ps -ao 'state command vsz rss user ppid args' 2>/dev/null | egrep -i "^S[TAUES]* +C[OMDNA]+ +V[SIZE]+ +RSS +UID +USER +PPID +[RGSCOMDNA]+" >/dev/null - then - cat >> confdefs.h <<EOF -@@ -3228,7 +3228,7 @@ - EOF - - cat >> confdefs.h <<EOF --#define VSZ_COMMAND "$PATH_TO_PS -ao 'vsz command'" -+#define VSZ_COMMAND "$PATH_TO_PS -axo 'vsz command'" - EOF - - cat >> confdefs.h <<EOF -@@ -3243,16 +3243,16 @@ - #define RSS_FORMAT "%d %s" - EOF - -- echo " ps syntax... $PATH_TO_PS -Ao 'state command vsz rss'" --elif ps waxco 'state command vsz rss uid user ppid' 2>/dev/null | egrep -i "^STAT +COMMAND +VSZ +RSS +UID +USER +PPID" >/dev/null -+ echo " ps syntax... $PATH_TO_PS -axo 'state command vsz rss'" -+elif ps waxo 'state command vsz rss uid user ppid' 2>/dev/null | egrep -i "^STAT +COMMAND +VSZ +RSS +UID +USER +PPID" >/dev/null - then - cat >> confdefs.h <<EOF --#define PS_RAW_COMMAND "$PATH_TO_PS waxco 'state uid ppid command'" -+#define PS_RAW_COMMAND "$PATH_TO_PS waxo 'state uid ppid command'" - EOF - - EXTRAS="$EXTRAS check_netsaint" - cat >> confdefs.h <<EOF --#define PS_COMMAND "$PATH_TO_PS waxco 'state uid ppid command'" -+#define PS_COMMAND "$PATH_TO_PS waxo 'state uid ppid command'" - EOF - - cat >> confdefs.h <<EOF -@@ -3260,7 +3260,7 @@ - EOF - - cat >> confdefs.h <<EOF --#define VSZ_COMMAND "$PATH_TO_PS waxco 'vsz command'" -+#define VSZ_COMMAND "$PATH_TO_PS waxo 'vsz command'" - EOF - - cat >> confdefs.h <<EOF -@@ -3268,18 +3268,18 @@ - EOF - - cat >> confdefs.h <<EOF --#define RSS_COMMAND "$PATH_TO_PS waxco 'rss command'" -+#define RSS_COMMAND "$PATH_TO_PS waxo 'rss command'" - EOF - - cat >> confdefs.h <<EOF - #define RSS_FORMAT "%d %s" - EOF - -- echo " ps syntax... $PATH_TO_PS -Ao 'state command vsz rss'" -+ echo " ps syntax... $PATH_TO_PS -axo 'state command vsz rss'" - elif ps waxno 'state comm vsz rss uid user ppid args' 2>/dev/null | egrep -i "^S +COMMAND +VSZ +RSS +UID +USER +PPID +[RGSCOMDNA]+" >/dev/null - then - cat >> confdefs.h <<EOF --#define PS_RAW_COMMAND "$PATH_TO_PS waxco 'state user ppid command'" -+#define PS_RAW_COMMAND "$PATH_TO_PS waxo 'state user ppid command'" - EOF - - EXTRAS="$EXTRAS check_netsaint" -@@ -3307,7 +3307,7 @@ - #define RSS_FORMAT "%d %s" - EOF - -- echo " ps syntax... $PATH_TO_PS -Ao 'state command vsz rss'" -+ echo " ps syntax... $PATH_TO_PS -axo 'state command vsz rss'" - elif ps -el 2>/dev/null | egrep -i "^ *F +S +UID +PID +PPID +C +PRI +NI +P +SZ +RSS +WCHAN +TTY +TIME +[RGSCOMDNA]+" >/dev/null - then - cat >> confdefs.h <<EOF -@@ -3597,17 +3597,6 @@ - EOF - - echo " ping syntax... $PATH_TO_PING -n -h <host> -s 56 -c <count>" --elif ping -n -s 56 -c 1 127.0.0.1 2>/dev/null | egrep -i "^round-trip" >/dev/null --then -- cat >> confdefs.h <<EOF --#define PING_COMMAND "$PATH_TO_PING -n -s 56 -c %d %s" --EOF -- -- cat >> confdefs.h <<EOF --#define PING_PACKETS_FIRST "$PATH_TO_PING -n -s 56 -c %d %s" --EOF -- -- echo " ping syntax... $PATH_TO_PING -n -s 56 -c <count> <host>" - elif ping -n -c 1 127.0.0.1 2>/dev/null | egrep -i "^round-trip" >/dev/null - then - cat >> confdefs.h <<EOF diff --git a/net-mgmt/nagios-plugins/files/patch-ab b/net-mgmt/nagios-plugins/files/patch-ab deleted file mode 100644 index 89a0e0278d51..000000000000 --- a/net-mgmt/nagios-plugins/files/patch-ab +++ /dev/null @@ -1,104 +0,0 @@ ---- configure.in Wed Jul 12 12:18:15 2000 -+++ configure.in.new Wed Jul 12 12:22:11 2000 -@@ -223,39 +223,39 @@ - AC_DEFINE_UNQUOTED(RSS_COMMAND,"$PATH_TO_PS -eo 'rss comm'") - AC_DEFINE_UNQUOTED(RSS_FORMAT,"%d %s") - echo " ps syntax... $PATH_TO_PS -eo 's comm vsz rss user ppid args'" --elif [ps -Ao 's comm vsz rss uid user ppid args' 2>/dev/null | egrep -i "^S[TAUES]* +C[OMDNA]+ +V[SIZE]+ +RSS +UID +USER +PPID +[RGSCOMDNA]+" >/dev/null] -+elif [ps -axo 's comm vsz rss uid user ppid args' 2>/dev/null | egrep -i "^S[TAUES]* +C[OMDNA]+ +V[SIZE]+ +RSS +UID +USER +PPID +[RGSCOMDNA]+" >/dev/null] - then -- AC_DEFINE_UNQUOTED(PS_RAW_COMMAND,"$PATH_TO_PS -Ao 's user ppid args'") -+ AC_DEFINE_UNQUOTED(PS_RAW_COMMAND,"$PATH_TO_PS -axo 's user ppid args'") - EXTRAS="$EXTRAS check_netsaint" -- AC_DEFINE_UNQUOTED(PS_COMMAND,"$PATH_TO_PS -Ao 's uid ppid comm args'") -+ AC_DEFINE_UNQUOTED(PS_COMMAND,"$PATH_TO_PS -axo 's uid ppid comm args'") - AC_DEFINE_UNQUOTED(PS_FORMAT,"%s %d %d %s") -- AC_DEFINE_UNQUOTED(VSZ_COMMAND,"$PATH_TO_PS -Ao 'vsz comm'") -+ AC_DEFINE_UNQUOTED(VSZ_COMMAND,"$PATH_TO_PS -axo 'vsz comm'") - AC_DEFINE_UNQUOTED(VSZ_FORMAT,"%d %s") -- AC_DEFINE_UNQUOTED(RSS_COMMAND,"$PATH_TO_PS -Ao 'rss comm'") -+ AC_DEFINE_UNQUOTED(RSS_COMMAND,"$PATH_TO_PS -axo 'rss comm'") - AC_DEFINE_UNQUOTED(RSS_FORMAT,"%d %s") -- echo " ps syntax... $PATH_TO_PS -Ao 's comm vsz rss'" --elif [ps -Ao 'status comm vsz rss uid user ppid args' 2>/dev/null | egrep -i "^S[TAUES]* +C[OMDNA]+ +V[SIZE]+ +RSS +UID +USER +PPID +[RGSCOMDNA]+" >/dev/null] -+ echo " ps syntax... $PATH_TO_PS -axo 's comm vsz rss'" -+elif [ps -axo 'status comm vsz rss uid user ppid args' 2>/dev/null | egrep -i "^S[TAUES]* +C[OMDNA]+ +V[SIZE]+ +RSS +UID +USER +PPID +[RGSCOMDNA]+" >/dev/null] - then -- AC_DEFINE_UNQUOTED(PS_RAW_COMMAND,"$PATH_TO_PS -Ao 'status user ppid args'") -+ AC_DEFINE_UNQUOTED(PS_RAW_COMMAND,"$PATH_TO_PS -axo 'status user ppid args'") - EXTRAS="$EXTRAS check_netsaint" -- AC_DEFINE_UNQUOTED(PS_COMMAND,"$PATH_TO_PS -Ao 'status uid ppid comm args'") -+ AC_DEFINE_UNQUOTED(PS_COMMAND,"$PATH_TO_PS -axo 'status uid ppid comm args'") - AC_DEFINE_UNQUOTED(PS_FORMAT,"%s %d %d %s") -- AC_DEFINE_UNQUOTED(VSZ_COMMAND,"$PATH_TO_PS -Ao 'vsz comm'") -+ AC_DEFINE_UNQUOTED(VSZ_COMMAND,"$PATH_TO_PS -axo 'vsz comm'") - AC_DEFINE_UNQUOTED(VSZ_FORMAT,"%d %s") -- AC_DEFINE_UNQUOTED(RSS_COMMAND,"$PATH_TO_PS -Ao 'rss comm'") -+ AC_DEFINE_UNQUOTED(RSS_COMMAND,"$PATH_TO_PS -axo 'rss comm'") - AC_DEFINE_UNQUOTED(RSS_FORMAT,"%d %s") -- echo " ps syntax... $PATH_TO_PS -Ao 'status comm vsz rss'" --elif [ps -Ao 'state comm vsz rss uid user ppid args' 2>/dev/null | egrep -i "^S[TAUES]* +C[OMDNA]+ +V[SIZE]+ +RSS +UID +USER +PPID +[RGSCOMDNA]+" >/dev/null] -+ echo " ps syntax... $PATH_TO_PS -axo 'status comm vsz rss'" -+elif [ps -axo 'state comm vsz rss uid user ppid args' 2>/dev/null | egrep -i "^S[TAUES]* +C[OMDNA]+ +V[SIZE]+ +RSS +UID +USER +PPID +[RGSCOMDNA]+" >/dev/null] - then -- AC_DEFINE_UNQUOTED(PS_RAW_COMMAND,"$PATH_TO_PS -Ao 'state user ppid args'") -+ AC_DEFINE_UNQUOTED(PS_RAW_COMMAND,"$PATH_TO_PS -axo 'state user ppid args'") - EXTRAS="$EXTRAS check_netsaint" -- AC_DEFINE_UNQUOTED(PS_COMMAND,"$PATH_TO_PS -Ao 'state uid ppid comm args'") -+ AC_DEFINE_UNQUOTED(PS_COMMAND,"$PATH_TO_PS -axo 'state uid ppid comm args'") - AC_DEFINE_UNQUOTED(PS_FORMAT,"%s %d %d %s") -- AC_DEFINE_UNQUOTED(VSZ_COMMAND,"$PATH_TO_PS -Ao 'vsz comm'") -+ AC_DEFINE_UNQUOTED(VSZ_COMMAND,"$PATH_TO_PS -axo 'vsz comm'") - AC_DEFINE_UNQUOTED(VSZ_FORMAT,"%d %s") -- AC_DEFINE_UNQUOTED(RSS_COMMAND,"$PATH_TO_PS -Ao 'rss comm'") -+ AC_DEFINE_UNQUOTED(RSS_COMMAND,"$PATH_TO_PS -axo 'rss comm'") - AC_DEFINE_UNQUOTED(RSS_FORMAT,"%d %s") -- echo " ps syntax... $PATH_TO_PS -Ao 'state comm vsz rss'" -+ echo " ps syntax... $PATH_TO_PS -axo 'state comm vsz rss'" - elif [ps -ao 'state command vsz rss user ppid args' 2>/dev/null | egrep -i "^S[TAUES]* +C[OMDNA]+ +V[SIZE]+ +RSS +UID +USER +PPID +[RGSCOMDNA]+" >/dev/null] - then - AC_DEFINE_UNQUOTED(PS_RAW_COMMAND,"$PATH_TO_PS -ao 'state user ppid args'") -@@ -266,23 +266,23 @@ - AC_DEFINE_UNQUOTED(VSZ_FORMAT,"%d %s") - AC_DEFINE_UNQUOTED(RSS_COMMAND,"$PATH_TO_PS -ao 'rss command'") - AC_DEFINE_UNQUOTED(RSS_FORMAT,"%d %s") -- echo " ps syntax... $PATH_TO_PS -Ao 'state command vsz rss'" -+ echo " ps syntax... $PATH_TO_PS -axo 'state command vsz rss'" - dnl FreeBSD --elif [ps waxco 'state command vsz rss uid user ppid' 2>/dev/null | egrep -i "^STAT +COMMAND +VSZ +RSS +UID +USER +PPID" >/dev/null] -+elif [ps waxo 'state command vsz rss uid user ppid' 2>/dev/null | egrep -i "^STAT +COMMAND +VSZ +RSS +UID +USER +PPID" >/dev/null] - then -- AC_DEFINE_UNQUOTED(PS_RAW_COMMAND,"$PATH_TO_PS waxco 'state uid ppid command'") -+ AC_DEFINE_UNQUOTED(PS_RAW_COMMAND,"$PATH_TO_PS waxo 'state uid ppid command'") - EXTRAS="$EXTRAS check_netsaint" -- AC_DEFINE_UNQUOTED(PS_COMMAND,"$PATH_TO_PS waxco 'state uid ppid command'") -+ AC_DEFINE_UNQUOTED(PS_COMMAND,"$PATH_TO_PS waxo 'state uid ppid command'") - AC_DEFINE_UNQUOTED(PS_FORMAT,"%s %d %d %s") -- AC_DEFINE_UNQUOTED(VSZ_COMMAND,"$PATH_TO_PS waxco 'vsz command'") -+ AC_DEFINE_UNQUOTED(VSZ_COMMAND,"$PATH_TO_PS waxo 'vsz command'") - AC_DEFINE_UNQUOTED(VSZ_FORMAT,"%d %s") -- AC_DEFINE_UNQUOTED(RSS_COMMAND,"$PATH_TO_PS waxco 'rss command'") -+ AC_DEFINE_UNQUOTED(RSS_COMMAND,"$PATH_TO_PS waxo 'rss command'") - AC_DEFINE_UNQUOTED(RSS_FORMAT,"%d %s") -- echo " ps syntax... $PATH_TO_PS -Ao 'state command vsz rss'" -+ echo " ps syntax... $PATH_TO_PS -axo 'state command vsz rss'" - dnl BSD-like mode in RH 6.1 - elif [ps waxno 'state comm vsz rss uid user ppid args' 2>/dev/null | egrep -i "^S +COMMAND +VSZ +RSS +UID +USER +PPID +[RGSCOMDNA]+" >/dev/null] - then -- AC_DEFINE_UNQUOTED(PS_RAW_COMMAND,"$PATH_TO_PS waxco 'state user ppid command'") -+ AC_DEFINE_UNQUOTED(PS_RAW_COMMAND,"$PATH_TO_PS waxo 'state user ppid command'") - EXTRAS="$EXTRAS check_netsaint" - AC_DEFINE_UNQUOTED(PS_COMMAND,"$PATH_TO_PS waxno 'state uid ppid comm args'") - AC_DEFINE_UNQUOTED(PS_FORMAT,"%s %d %d %s") -@@ -386,11 +386,6 @@ - then - AC_DEFINE_UNQUOTED(PING_COMMAND,"$PATH_TO_PING -n -h %s -s 56 -c %d") - echo " ping syntax... $PATH_TO_PING -n -h <host> -s 56 -c <count>" --elif [ping -n -s 56 -c 1 127.0.0.1 2>/dev/null | egrep -i "^round-trip" >/dev/null] --then -- AC_DEFINE_UNQUOTED(PING_COMMAND,"$PATH_TO_PING -n -s 56 -c %d %s") -- AC_DEFINE_UNQUOTED(PING_PACKETS_FIRST,"$PATH_TO_PING -n -s 56 -c %d %s") -- echo " ping syntax... $PATH_TO_PING -n -s 56 -c <count> <host>" - elif [ping -n -c 1 127.0.0.1 2>/dev/null | egrep -i "^round-trip" >/dev/null] - then - AC_DEFINE_UNQUOTED(PING_COMMAND,"$PATH_TO_PING -n -c %d %s") diff --git a/net-mgmt/nagios-plugins/pkg-comment b/net-mgmt/nagios-plugins/pkg-comment deleted file mode 100644 index e5f08464789b..000000000000 --- a/net-mgmt/nagios-plugins/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Plugins for netsaint diff --git a/net-mgmt/nagios-plugins/pkg-descr b/net-mgmt/nagios-plugins/pkg-descr deleted file mode 100644 index 0abedd7de10a..000000000000 --- a/net-mgmt/nagios-plugins/pkg-descr +++ /dev/null @@ -1,16 +0,0 @@ -This is a plugin package for Netsaint. Quoting from the -main Netsaint package: - -NetSaint is a program that will monitor hosts and services -on your network. It has the ability to email or page you -when a problem arises and when it gets resolved. NetSaint -is written in C and is designed to run under Linux, although -it should work under most other *NIX variants. It can run -either as a normal process or as a daemon, intermittently -running checks on various services that you specify. The -actual service checks are performed by external "plugins" -which return service information to NetSaint. Several CGI -programs are included with NetSaint in order to allow you -to view the current service status, history, etc. via a web browser. - -WWW: http://www.netsaint.org/ diff --git a/net-mgmt/nagios-plugins/pkg-plist b/net-mgmt/nagios-plugins/pkg-plist deleted file mode 100644 index 854009e56233..000000000000 --- a/net-mgmt/nagios-plugins/pkg-plist +++ /dev/null @@ -1,42 +0,0 @@ -libexec/netsaint/check_disk -libexec/netsaint/check_dns -libexec/netsaint/check_dummy -libexec/netsaint/check_ftp -libexec/netsaint/check_http -libexec/netsaint/check_imap -libexec/netsaint/check_load -libexec/netsaint/check_mrtg -libexec/netsaint/check_mrtgtraf -libexec/netsaint/check_netsaint -libexec/netsaint/check_nntp -libexec/netsaint/check_nwstat -libexec/netsaint/check_overcr -libexec/netsaint/check_ping -libexec/netsaint/check_pop -libexec/netsaint/check_procs -libexec/netsaint/check_real -libexec/netsaint/check_reply -libexec/netsaint/check_smtp -libexec/netsaint/check_ssh -libexec/netsaint/check_tcp -libexec/netsaint/check_time -libexec/netsaint/check_udp -libexec/netsaint/check_ups -libexec/netsaint/check_users -libexec/netsaint/check_vsz -libexec/netsaint/check_by_ssh -libexec/netsaint/urlize -libexec/netsaint/check_game -libexec/netsaint/check_fping -libexec/netsaint/check_swap -libexec/netsaint/check_breeze -libexec/netsaint/check_disk_smb -libexec/netsaint/check_flexlm -libexec/netsaint/check_ircd -libexec/netsaint/check_log -libexec/netsaint/check_ntp -libexec/netsaint/check_oracle -libexec/netsaint/check_rpc -libexec/netsaint/check_sensors -libexec/netsaint/check_wave -@dirrm libexec/netsaint diff --git a/net-mgmt/nagios/Makefile b/net-mgmt/nagios/Makefile deleted file mode 100644 index 8deae2a59135..000000000000 --- a/net-mgmt/nagios/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# New ports collection makefile for: netsaint -# Date created: Wed 12 Jul 2000 -# Whom: will -# -# $FreeBSD$ -# - -PORTNAME= netsaint -PORTVERSION= 0.0.5.2 -CATEGORIES= net -MASTER_SITES= http://www.netsaint.org/download/ -DISTNAME= ${PORTNAME}-0.0.5-2 - -MAINTAINER= will@FreeBSD.org - -LIB_DEPENDS= gd.1:${PORTSDIR}/graphics/gd - -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib -lgd" -INSTALL_TARGET= install-all - -pre-fetch: - @${SH} ${SCRIPTDIR}/checkps - -pre-install: - ${PERL} ${SCRIPTDIR}/createuser - -.include <bsd.port.mk> diff --git a/net-mgmt/nagios/distinfo b/net-mgmt/nagios/distinfo deleted file mode 100644 index b77e807a2a4d..000000000000 --- a/net-mgmt/nagios/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (netsaint-0.0.5-2.tar.gz) = 19af41fb74ca4efbb1f6a4a915adc76f diff --git a/net-mgmt/nagios/files/patch-aa b/net-mgmt/nagios/files/patch-aa deleted file mode 100644 index 3eb6719e49f6..000000000000 --- a/net-mgmt/nagios/files/patch-aa +++ /dev/null @@ -1,31 +0,0 @@ ---- Makefile.in Fri Apr 7 11:11:31 2000 -+++ Makefile.in.new Mon Jun 12 19:33:19 2000 -@@ -36,7 +36,7 @@ - @echo "Please supply a command line argument (i.e. 'make all'). Other targets are:" - @echo " netsaint cgis config" - @echo " clean distclean devclean" -- @echo " install install-html install-config install-init install-daemoninit install-commandmode" -+ @echo " install install-html install-config install-init install-daemoninit install-commandmode install-all" - @echo " uninstall" - - # FreeBSD make does not support -C option, so we'll use the Apache style... (patch by Stanley Hopcroft 12/27/1999) -@@ -99,13 +99,17 @@ - $(INSTALL) -m 664 $(INSTALL_OPTS) nscgi.cfg $(CGIDIR) - - install-init: -- $(INSTALL) -m 774 -o root -g root init-script /etc/rc.d/init.d/netsaint -+ $(INSTALL) -m 774 -o root -g wheel init-script /usr/local/etc/rc.d/netsaint.sh -+ $(INSTALL) -m 774 -o netsaint -g netsaint functions /usr/local/etc/netsaint/functions - - install-daemoninit: -- $(INSTALL) -m 774 -o root -g root daemon-init /etc/rc.d/init.d/netsaint -+ $(INSTALL) -m 774 -o root -g wheel daemon-init /usr/local/etc/rc.d/netsaint.sh -+ $(INSTALL) -m 774 -o netsaint -g netsaint functions /usr/local/etc/netsaint/functions - - install-commandmode: - $(INSTALL) -m 775 $(COMMAND_OPTS) -d $(LOGDIR)/rw - - uninstall: - rm -rf $(BINDIR)/netsaint $(CGIDIR)/*.cgi $(CFGDIR)/*.cfg $(HTMLDIR) -+ -+install-all: all install config install-config install-daemoninit diff --git a/net-mgmt/nagios/files/patch-ab b/net-mgmt/nagios/files/patch-ab deleted file mode 100644 index f7ce712a1276..000000000000 --- a/net-mgmt/nagios/files/patch-ab +++ /dev/null @@ -1,8 +0,0 @@ ---- base/Makefile.in Fri Apr 7 11:11:32 2000 -+++ base/Makefile.in.new Sat Jun 10 21:45:15 2000 -@@ -52,5 +52,4 @@ - rm -f *~ - - install: -- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(BINDIR) - $(INSTALL) -m 774 $(INSTALL_OPTS) netsaint $(BINDIR) diff --git a/net-mgmt/nagios/files/patch-ac b/net-mgmt/nagios/files/patch-ac deleted file mode 100644 index 1eb997a043fc..000000000000 --- a/net-mgmt/nagios/files/patch-ac +++ /dev/null @@ -1,29 +0,0 @@ ---- common/locations.sub Wed Apr 26 21:10:13 2000 -+++ common/locations.sub.new Mon Jun 12 21:29:23 2000 -@@ -19,16 +19,16 @@ - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - ************************************************************************/ - --#define DEFAULT_TEMP_FILE "${prefix}/var/netsaint.tmp" --#define DEFAULT_STATUS_FILE "${prefix}/var/status.log" --#define DEFAULT_LOG_FILE "${prefix}/var/netsaint.log" --#define DEFAULT_LOG_ARCHIVE_PATH "${prefix}/var/archives/" --#define DEFAULT_COMMENT_FILE "${prefix}/var/comment.log" --#define DEFAULT_COMMAND_FILE "${prefix}/var/rw/netsaint.cmd" --#define DEFAULT_PHYSICAL_HTML_PATH "${prefix}/share" -+#define DEFAULT_TEMP_FILE "${prefix}/var/netsaint/netsaint.tmp" -+#define DEFAULT_STATUS_FILE "${prefix}/var/netsaint/status.log" -+#define DEFAULT_LOG_FILE "${prefix}/var/netsaint/netsaint.log" -+#define DEFAULT_LOG_ARCHIVE_PATH "${prefix}/var/netsaint/archives/" -+#define DEFAULT_COMMENT_FILE "${prefix}/var/netsaint/comment.log" -+#define DEFAULT_COMMAND_FILE "${prefix}/var/netsaint/rw/netsaint.cmd" -+#define DEFAULT_PHYSICAL_HTML_PATH "${prefix}/share/netsaint" - #define DEFAULT_URL_HTML_PATH "/netsaint" --#define DEFAULT_PHYSICAL_CGIBIN_PATH "${exec_prefix}/sbin" -+#define DEFAULT_PHYSICAL_CGIBIN_PATH "${exec_prefix}/share/netsaint/sbin" - #define DEFAULT_URL_CGIBIN_PATH "/cgi-bin/netsaint" --#define DEFAULT_CGI_CONFIG_FILE "${exec_prefix}/sbin/nscgi.cfg" -+#define DEFAULT_CGI_CONFIG_FILE "${exec_prefix}/share/netsaint/sbin/nscgi.cfg" - --#define LOCKFILE "${prefix}/var/netsaint.lock" -+#define LOCKFILE "${prefix}/var/netsaint/netsaint.lock" diff --git a/net-mgmt/nagios/files/patch-ad b/net-mgmt/nagios/files/patch-ad deleted file mode 100644 index 33826d5aec6c..000000000000 --- a/net-mgmt/nagios/files/patch-ad +++ /dev/null @@ -1,60 +0,0 @@ ---- configure Fri Apr 7 11:11:34 2000 -+++ configure.new Sat Jun 10 21:21:25 2000 -@@ -11,7 +11,7 @@ - ac_help= - ac_default_prefix=/usr/local - # Any additions from configure.in: --ac_default_prefix=/usr/local/netsaint -+#ac_default_prefix=/usr/local/netsaint - ac_help="$ac_help - --with-netsaint-user=<user> sets user name to run netsaint" - ac_help="$ac_help -@@ -61,12 +61,12 @@ - x_includes=NONE - x_libraries=NONE - bindir='${exec_prefix}/bin' --sbindir='${exec_prefix}/sbin' --libexecdir='${exec_prefix}/libexec' --datadir='${prefix}/share' --sysconfdir='${prefix}/etc' -+sbindir='${exec_prefix}/share/netsaint/sbin' -+libexecdir='${exec_prefix}/libexec/netsaint' -+datadir='${prefix}/share/netsaint' -+sysconfdir='${prefix}/etc/netsaint' - sharedstatedir='${prefix}/com' --localstatedir='${prefix}/var' -+localstatedir='${prefix}/var/netsaint' - libdir='${exec_prefix}/lib' - includedir='${prefix}/include' - oldincludedir='/usr/include' -@@ -505,9 +505,9 @@ - # Prefer explicitly selected file to automatically selected ones. - if test -z "$CONFIG_SITE"; then - if test "x$prefix" != xNONE; then -- CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site" -+ CONFIG_SITE="$prefix/share/netsaint/config.site $prefix/etc/netsaint/config.site" - else -- CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site" -+ CONFIG_SITE="$ac_default_prefix/share/netsaint/config.site $ac_default_prefix/etc/netsaint/config.site" - fi - fi - for ac_site_file in $CONFIG_SITE; do -@@ -679,6 +679,9 @@ - LDFLAGS="${LDFLAGS} -L${withval}" - LD_RUN_PATH="${withval}${LD_RUN_PATH:+:}${LD_RUN_PATH}" - -+else -+ LDFLAGS="${LDFLAGS} -L/usr/local/lib" -+ LD_RUN_PATH="/usr/local/ib${LD_RUN_PATH:+:}${LD_RUN_PATH}" - fi - - # Check whether --with-gd-inc or --without-gd-inc was given. -@@ -686,6 +689,8 @@ - withval="$with_gd_inc" - - CFLAGS="${CFLAGS} -I${withval}" -+else -+ CFLAGS="${CFLAGS} -I/usr/local/include/gd" - - fi - diff --git a/net-mgmt/nagios/files/patch-ae b/net-mgmt/nagios/files/patch-ae deleted file mode 100644 index 6cbf9e27ebbf..000000000000 --- a/net-mgmt/nagios/files/patch-ae +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.in Fri Apr 7 11:11:34 2000 -+++ configure.in.new Mon Jun 5 16:09:21 2000 -@@ -1,7 +1,7 @@ - dnl Process this file with autoconf to produce a configure script. - AC_INIT(base/netsaint.c) - AC_CONFIG_HEADER(common/config.h base/netsaint.h cgi/cgiutils.h) --AC_PREFIX_DEFAULT(/usr/local/netsaint) -+AC_PREFIX_DEFAULT(/usr/local) - - dnl Figure out how to invoke "install" and what install options to use. - diff --git a/net-mgmt/nagios/files/patch-af b/net-mgmt/nagios/files/patch-af deleted file mode 100644 index 58d7998ff8d8..000000000000 --- a/net-mgmt/nagios/files/patch-af +++ /dev/null @@ -1,24 +0,0 @@ ---- daemon-init.in Fri Apr 7 11:11:34 2000 -+++ daemon-init.in.new Mon Jun 5 16:11:44 2000 -@@ -27,10 +27,11 @@ - - # Source function library - # Solaris doesn't have an rc.d directory, so do a test first --if [ -f /etc/rc.d/init.d/functions ]; then --. /etc/rc.d/init.d/functions --elif [ -f /etc/init.d/functions ]; then --. /etc/init.d/functions -+if [ -f /usr/local/etc/netsaint/functions ]; then -+. /usr/local/etc/netsaint/functions -+else -+ echo "/usr/local/etc/netsaint/functions missing" -+ exit 1 - fi - - prefix=@prefix@ -@@ -85,4 +86,4 @@ - exit 1 - esac - --# End of this script -+# End of this script diff --git a/net-mgmt/nagios/files/patch-ag b/net-mgmt/nagios/files/patch-ag deleted file mode 100644 index 14027c5d9cc9..000000000000 --- a/net-mgmt/nagios/files/patch-ag +++ /dev/null @@ -1,31 +0,0 @@ ---- functions Fri Apr 7 11:11:34 2000 -+++ functions.new Sat Jun 10 13:31:31 2000 -@@ -11,7 +11,7 @@ - # - - # First set up a default search path. --PATH=/opt/gnu/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin -+PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin - export PATH - - # Get a sane screen width -@@ -174,7 +174,7 @@ - # fi - - # Finally try to extract it from ps -- pid=`ps -eo pid,ppid,fname | egrep -v $$ | awk 'BEGIN { prog=ARGV[1]; ARGC=1 } { if ((prog == $3) || (("(" prog ")") == $3) || (("[" prog "]") == $3) || ((prog ":") == $3)) { print $1 ; exit 0 } }' $1` -+ pid=`ps -axco pid,ppid,command | egrep -v $$ | awk 'BEGIN { prog=ARGV[1]; ARGC=1 } { if ((prog == $3) || (("(" prog ")") == $3) || (("[" prog "]") == $3) || ((prog ":") == $3)) { print $1 ; exit 0 } }' $1` - if [ "$pid" != "" ] ; then - echo $pid - return 0 -@@ -206,8 +206,8 @@ - fi - fi - -- # See if /var/lock/subsys/$1 exists -- if [ -f /var/lock/subsys/$1 ]; then -+ # See if /var/spool/lock/$1 exists -+ if [ -f /var/spool/lock/$1 ]; then - echo "$1 dead but subsys locked" - return 2 - fi diff --git a/net-mgmt/nagios/files/patch-ah b/net-mgmt/nagios/files/patch-ah deleted file mode 100644 index a8023ecea7f1..000000000000 --- a/net-mgmt/nagios/files/patch-ah +++ /dev/null @@ -1,71 +0,0 @@ ---- hosts.cfg.in Fri Apr 7 11:11:34 2000 -+++ hosts.cfg.in.new Thu Jun 15 10:19:42 2000 -@@ -151,10 +151,10 @@ - - hostgroup[novell-servers]=All Novell Servers;novell-admins;es-gra,es-esp - hostgroup[nt-servers]=All NT Servers;nt-admins;rosie,dev,liatris --hostgroup[linux-boxes]=All Linux Servers;linux-admins;real -+hostgroup[freebsd-boxes]=All FreeBSD Servers;freebsd-admins;real - hostgroup[switches]=Switches;switch-admins;switch-4hlan,switch-esplan,switch-gralan,switch-cetslan,switch-hrdlan - hostgroup[routers]=Routers;router-admins;ageng-router --hostgroup[printers]=Printers;printer-admins,linux-admins;cofh-475-lj4m,cofh-415-lj4,cofh-405-lj4000 -+hostgroup[printers]=Printers;printer-admins,freebsd-admins;cofh-475-lj4m,cofh-415-lj4,cofh-405-lj4000 - - - ################################################################################ -@@ -183,19 +183,19 @@ - - # Service notification command - send email with problem summary - --command[notify-by-email]=/bin/echo -e $SUMMARY$ | /bin/mail -s '** $SERVICESTATE$ alert for $HOSTALIAS$/$SERVICEDESC$ **' $CONTACTEMAIL$ -+command[notify-by-email]=/usr/bin/printf $SUMMARY$ | /usr/bin/mail -s '** $SERVICESTATE$ alert for $HOSTALIAS$/$SERVICEDESC$ **' $CONTACTEMAIL$ - - # Service notification command - send email to alphanumeric pager gateway - # The notify-by-epager command assumes that each contact has a pager email gateway, and - # that the address has been entered into the appropriate contact field instead of an - # actual pager number. (i.e. 'pagejoe@nowhere.com' routes mail to Joe's alphanumeric pager) - --command[notify-by-epager]=/bin/echo -e 'Service: $SERVICEDESC$\nHost: $HOSTNAME$\nAddress: $HOSTADDRESS$\nInfo: $OUTPUT$' | /bin/mail -s '$SERVICESTATE$ alert for $HOSTALIAS$/$SERVICEDESC$' $CONTACTPAGER$ -+command[notify-by-epager]=/usr/bin/printf 'Service: $SERVICEDESC$\nHost: $HOSTNAME$\nAddress: $HOSTADDRESS$\nInfo: $OUTPUT$' | /usr/bin/mail -s '$SERVICESTATE$ alert for $HOSTALIAS$/$SERVICEDESC$' $CONTACTPAGER$ - - # Host notification commands (one for email, one for alphanumeric pager with email gateway) - --command[host-notify-by-email]=/bin/echo -e '***** NetSaint 0.0.5 *****\n\nHost "$HOSTALIAS$" is $HOSTSTATE$!\n\nDate/Time: $DATETIME$\n' | /bin/mail -s 'Host $HOSTNAME$ is $HOSTSTATE$!' $CONTACTEMAIL$ --command[host-notify-by-epager]=/bin/echo -e 'Host "$HOSTALIAS$" is $HOSTSTATE$!' | /bin/mail -s 'Host $HOSTNAME$ is $HOSTSTATE$!' $CONTACTPAGER$ -+command[host-notify-by-email]=/usr/bin/printf '***** NetSaint 0.0.5 *****\n\nHost "$HOSTALIAS$" is $HOSTSTATE$!\n\nDate/Time: $DATETIME$\n' | /usr/bin/mail -s 'Host $HOSTNAME$ is $HOSTSTATE$!' $CONTACTEMAIL$ -+command[host-notify-by-epager]=/usr/bin/printf 'Host "$HOSTALIAS$" is $HOSTSTATE$!' | /usr/bin/mail -s 'Host $HOSTNAME$ is $HOSTSTATE$!' $CONTACTPAGER$ - - # These are some example service check commands. See the HTML documentation on the plugins for - # examples of how to configure command definitions. -@@ -316,7 +316,7 @@ - - contactgroup[novell-admins]=Novell Administrators;@netsaint_user@ - contactgroup[nt-admins]=NT Administrators;@netsaint_user@,jdoe --contactgroup[linux-admins]=Linux Administrators;@netsaint_user@ -+contactgroup[freebsd-admins]=FreeBSD Administrators;@netsaint_user@ - contactgroup[switch-admins]=Etherswitch Administrators;@netsaint_user@ - contactgroup[router-admins]=Router Technicians;@netsaint_user@ - contactgroup[printer-admins]=Etherswitch Administrators;@netsaint_user@,jdoe -@@ -428,14 +428,14 @@ - service[liatris]=PING;24x7;3;5;1;maes-admins;240;workhours;1;1;0;;check_ping - service[liatris]=MAES Publications;24x7;3;2;1;maes-admins;240;workhours;1;1;1;;check_http2!192.168.2.2!/publications - --# Linux Box --service[real]=PING;24x7;3;5;1;linux-admins;240;24x7;1;1;0;;check_ping --service[real]=HTTP;24x7;3;2;1;linux-admins;240;24x7;1;1;1;;check_http --service[real]=Current Users;24x7;3;5;2;linux-admins;240;24x7;1;1;1;;check_users!75!150 --service[real]=Zombie Processes;24x7;3;5;2;linux-admins;240;24x7;1;1;1;;check_procs!5!10!Z --service[real]=Total Processes;24x7;3;5;2;linux-admins;240;24x7;1;1;1;;check_procs!150!200 --service[real]=Drive 1 Free Space;24x7;3;5;1;linux-admins;120;24x7;1;1;1;;check_disk!/dev/hda1 --service[real]=Drive 2 Free Space;24x7;3;5;1;linux-admins;120;24x7;1;1;1;;check_disk!/dev/hdb2 -+# FreeBSD Box -+service[real]=PING;24x7;3;5;1;freebsd-admins;240;24x7;1;1;0;;check_ping -+service[real]=HTTP;24x7;3;2;1;freebsd-admins;240;24x7;1;1;1;;check_http -+service[real]=Current Users;24x7;3;5;2;freebsd-admins;240;24x7;1;1;1;;check_users!75!150 -+service[real]=Zombie Processes;24x7;3;5;2;freebsd-admins;240;24x7;1;1;1;;check_procs!5!10!Z -+service[real]=Total Processes;24x7;3;5;2;freebsd-admins;240;24x7;1;1;1;;check_procs!150!200 -+service[real]=Drive 1 Free Space;24x7;3;5;1;freebsd-admins;120;24x7;1;1;1;;check_disk!/dev/hda1 -+service[real]=Drive 2 Free Space;24x7;3;5;1;freebsd-admins;120;24x7;1;1;1;;check_disk!/dev/hdb2 - - # Switches - service[switch-esplan]=Traffic Rate;24x7;1;5;6;switch-admins;60;24x7;0;0;0;;traffic_average!/home/httpd/html/mrtg/esp-lan.log!600000!800000!600000!800000 diff --git a/net-mgmt/nagios/files/patch-ai b/net-mgmt/nagios/files/patch-ai deleted file mode 100644 index 7f1b2a014d5e..000000000000 --- a/net-mgmt/nagios/files/patch-ai +++ /dev/null @@ -1,22 +0,0 @@ ---- init-script.in Fri Apr 7 11:11:37 2000 -+++ init-script.in.new Mon Jun 12 19:28:55 2000 -@@ -26,11 +26,8 @@ - # - - # Source function library --# Solaris doesn't have an rc.d directory, so do a test first --if [ -f /etc/rc.d/init.d/functions ]; then --. /etc/rc.d/init.d/functions --elif [ -f /etc/init.d/functions ]; then --. /etc/init.d/functions -+if [ -f /usr/local/etc/netsaint/functions ]; then -+. /usr/local/etc/netsaint/functions - fi - - prefix=@prefix@ -@@ -92,4 +89,4 @@ - - # End of this script - -- -+ diff --git a/net-mgmt/nagios/pkg-comment b/net-mgmt/nagios/pkg-comment deleted file mode 100644 index 5641db14d8cc..000000000000 --- a/net-mgmt/nagios/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Extremely powerful network monitoring system diff --git a/net-mgmt/nagios/pkg-descr b/net-mgmt/nagios/pkg-descr deleted file mode 100644 index e16ce94fefe6..000000000000 --- a/net-mgmt/nagios/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -NetSaint is a program that will monitor hosts and services -on your network. It has the ability to email or page you -when a problem arises and when it gets resolved. NetSaint -is written in C and is designed to run under Linux, although -it should work under most other *NIX variants. It can run -either as a normal process or as a daemon, intermittently -running checks on various services that you specify. The -actual service checks are performed by external "plugins" -which return service information to NetSaint. Several CGI -programs are included with NetSaint in order to allow you -to view the current service status, history, etc. via a web browser. - -WWW: http://www.netsaint.org/ diff --git a/net-mgmt/nagios/pkg-plist b/net-mgmt/nagios/pkg-plist deleted file mode 100644 index dac9eed45ef4..000000000000 --- a/net-mgmt/nagios/pkg-plist +++ /dev/null @@ -1,222 +0,0 @@ -bin/netsaint -etc/netsaint/netsaint.cfg -etc/netsaint/hosts.cfg -etc/netsaint/functions -etc/rc.d/netsaint.sh -share/netsaint/docs/about.html -share/netsaint/docs/addons.html -share/netsaint/docs/cgiauth.html -share/netsaint/docs/cgis.html -share/netsaint/docs/config.html -share/netsaint/docs/configcgi.html -share/netsaint/docs/confighost.html -share/netsaint/docs/configmain.html -share/netsaint/docs/eventhandlers.html -share/netsaint/docs/extcommands.html -share/netsaint/docs/faqs.html -share/netsaint/docs/funstuff.html -share/netsaint/docs/images/cmd_cgi.gif -share/netsaint/docs/images/config_cgi.gif -share/netsaint/docs/images/extinfo_cgi_a.gif -share/netsaint/docs/images/extinfo_cgi_b.gif -share/netsaint/docs/images/extinfo_cgi_c.gif -share/netsaint/docs/images/extinfo_cgi_d.gif -share/netsaint/docs/images/history_cgi.gif -share/netsaint/docs/images/logic-host-event-handler.gif -share/netsaint/docs/images/logic-host-notification.gif -share/netsaint/docs/images/logic-host-state-handler.gif -share/netsaint/docs/images/logic-route-check.gif -share/netsaint/docs/images/logic-service-event-handler.gif -share/netsaint/docs/images/logic-service-notification.gif -share/netsaint/docs/images/logic-service-problem.gif -share/netsaint/docs/images/logic-service-recovery.gif -share/netsaint/docs/images/logic-top.gif -share/netsaint/docs/images/network-heirarchy.gif -share/netsaint/docs/images/notification-process.gif -share/netsaint/docs/images/notifications_cgi.gif -share/netsaint/docs/images/physical-network.gif -share/netsaint/docs/images/redundancy-1.gif -share/netsaint/docs/images/redundancy-2.gif -share/netsaint/docs/images/relationship-complex.gif -share/netsaint/docs/images/relationship-simple.gif -share/netsaint/docs/images/showlog_cgi.gif -share/netsaint/docs/images/status_cgi_a.gif -share/netsaint/docs/images/status_cgi_b.gif -share/netsaint/docs/images/statusmap_cgi.gif -share/netsaint/docs/images/statuswrl_cgi.gif -share/netsaint/docs/index.html -share/netsaint/docs/installing.html -share/netsaint/docs/installweb.html -share/netsaint/docs/macros.html -share/netsaint/docs/makehtml.html -share/netsaint/docs/networkreachability.html -share/netsaint/docs/notifications.html -share/netsaint/docs/parallelization.html -share/netsaint/docs/pluginhowto.html -share/netsaint/docs/plugins.html -share/netsaint/docs/programmodes.html -share/netsaint/docs/redundancy.html -share/netsaint/docs/robots.txt -share/netsaint/docs/starting.html -share/netsaint/docs/statetypes.html -share/netsaint/docs/statuslevels.html -share/netsaint/docs/stoprestart.html -share/netsaint/docs/theory-network.html -share/netsaint/docs/theory-time.html -share/netsaint/docs/theory.html -share/netsaint/docs/timeperiods.html -share/netsaint/docs/verifyconfig.html -share/netsaint/docs/whatsnew.html -share/netsaint/images/active.gif -share/netsaint/images/command.gif -share/netsaint/images/commandsbar.gif -share/netsaint/images/comment.gif -share/netsaint/images/config.gif -share/netsaint/images/contact.gif -share/netsaint/images/contactgroup.gif -share/netsaint/images/contactgroupsbar.gif -share/netsaint/images/contactsbar.gif -share/netsaint/images/critical.gif -share/netsaint/images/delay.gif -share/netsaint/images/delete.gif -share/netsaint/images/disabled.gif -share/netsaint/images/docbar.gif -share/netsaint/images/enabled.gif -share/netsaint/images/greendot.gif -share/netsaint/images/history.gif -share/netsaint/images/historybar.gif -share/netsaint/images/homebar.gif -share/netsaint/images/host.gif -share/netsaint/images/hostevent.gif -share/netsaint/images/hostgroupsbar.gif -share/netsaint/images/hostsbar.gif -share/netsaint/images/info.gif -share/netsaint/images/left.gif -share/netsaint/images/logfilebar.gif -share/netsaint/images/logofullsize.gif -share/netsaint/images/logos/aix.gd2 -share/netsaint/images/logos/aix.gif -share/netsaint/images/logos/amiga.gd2 -share/netsaint/images/logos/amiga.gif -share/netsaint/images/logos/apple.gd2 -share/netsaint/images/logos/apple.gif -share/netsaint/images/logos/beos.gd2 -share/netsaint/images/logos/beos.gif -share/netsaint/images/logos/caldera.gd2 -share/netsaint/images/logos/caldera.gif -share/netsaint/images/logos/cat1900.gd2 -share/netsaint/images/logos/cat2900.gd2 -share/netsaint/images/logos/cat5000.gd2 -share/netsaint/images/logos/debian.gd2 -share/netsaint/images/logos/debian.gif -share/netsaint/images/logos/freebsd40.gd2 -share/netsaint/images/logos/freebsd40.gif -share/netsaint/images/logos/hp-printer40.gd2 -share/netsaint/images/logos/hp-printer40.gif -share/netsaint/images/logos/hpux.gd2 -share/netsaint/images/logos/hpux.gif -share/netsaint/images/logos/irix.gd2 -share/netsaint/images/logos/irix.gif -share/netsaint/images/logos/linux40.gd2 -share/netsaint/images/logos/linux40.gif -share/netsaint/images/logos/logo.gd2 -share/netsaint/images/logos/mac40.gd2 -share/netsaint/images/logos/mac40.gif -share/netsaint/images/logos/mandrake.gd2 -share/netsaint/images/logos/mandrake.gif -share/netsaint/images/logos/next.gd2 -share/netsaint/images/logos/next.gif -share/netsaint/images/logos/ng-switch40.gd2 -share/netsaint/images/logos/ng-switch40.gif -share/netsaint/images/logos/novell40.gd2 -share/netsaint/images/logos/novell40.gif -share/netsaint/images/logos/openbsd.gd2 -share/netsaint/images/logos/openbsd.gif -share/netsaint/images/logos/redhat.gd2 -share/netsaint/images/logos/redhat.gif -share/netsaint/images/logos/router40.gd2 -share/netsaint/images/logos/router40.gif -share/netsaint/images/logos/slackware.gd2 -share/netsaint/images/logos/slackware.gif -share/netsaint/images/logos/stampede.gd2 -share/netsaint/images/logos/stampede.gif -share/netsaint/images/logos/storm.gd2 -share/netsaint/images/logos/storm.gif -share/netsaint/images/logos/sun40.gd2 -share/netsaint/images/logos/sun40.gif -share/netsaint/images/logos/sunlogo.gd2 -share/netsaint/images/logos/sunlogo.gif -share/netsaint/images/logos/switch40.gd2 -share/netsaint/images/logos/switch40.gif -share/netsaint/images/logos/turbolinux.gd2 -share/netsaint/images/logos/turbolinux.gif -share/netsaint/images/logos/ultrapenguin.gd2 -share/netsaint/images/logos/ultrapenguin.gif -share/netsaint/images/logos/unicos.gd2 -share/netsaint/images/logos/unicos.gif -share/netsaint/images/logos/unknown.gd2 -share/netsaint/images/logos/win40.gd2 -share/netsaint/images/logos/win40.gif -share/netsaint/images/logos/yellowdog.gd2 -share/netsaint/images/logos/yellowdog.gif -share/netsaint/images/logrotate.gif -share/netsaint/images/logs.gif -share/netsaint/images/ndisabled.gif -share/netsaint/images/networkhealthbar.gif -share/netsaint/images/notes.gif -share/netsaint/images/notificationsbar.gif -share/netsaint/images/notify.gif -share/netsaint/images/orangedot.gif -share/netsaint/images/parentup.gif -share/netsaint/images/processinfobar.gif -share/netsaint/images/recovery.gif -share/netsaint/images/restart.gif -share/netsaint/images/right.gif -share/netsaint/images/sbbg.gif -share/netsaint/images/sbconfig.gif -share/netsaint/images/sbgeneral.gif -share/netsaint/images/sblogo.gif -share/netsaint/images/sbmonitor.gif -share/netsaint/images/scale.gif -share/netsaint/images/serviceevent.gif -share/netsaint/images/servicesbar.gif -share/netsaint/images/standby.gif -share/netsaint/images/start.gif -share/netsaint/images/statudetailbar.gif -share/netsaint/images/status.gif -share/netsaint/images/status2.gif -share/netsaint/images/status3.gif -share/netsaint/images/status4.gif -share/netsaint/images/statusdetailbar.gif -share/netsaint/images/statusmapbar.gif -share/netsaint/images/statusoverviewbar.gif -share/netsaint/images/statusworldbar.gif -share/netsaint/images/stop.gif -share/netsaint/images/thermcrit.gif -share/netsaint/images/thermok.gif -share/netsaint/images/thermwarn.gif -share/netsaint/images/timeperiodsbar.gif -share/netsaint/images/unknown.gif -share/netsaint/images/warning.gif -share/netsaint/images/xinfo.gif -share/netsaint/images/zombie.gif -share/netsaint/index.html -share/netsaint/main.html -share/netsaint/robots.txt -share/netsaint/sbin/cmd.cgi -share/netsaint/sbin/config.cgi -share/netsaint/sbin/extinfo.cgi -share/netsaint/sbin/history.cgi -share/netsaint/sbin/notifications.cgi -share/netsaint/sbin/nscgi.cfg -share/netsaint/sbin/showlog.cgi -share/netsaint/sbin/status.cgi -share/netsaint/sbin/statusmap.cgi -share/netsaint/sbin/statuswrl.cgi -share/netsaint/side.html -@dirrm share/netsaint/sbin -@dirrm share/netsaint/images/logos -@dirrm share/netsaint/images -@dirrm share/netsaint/docs/images -@dirrm share/netsaint/docs -@dirrm share/netsaint diff --git a/net-mgmt/nagios/scripts/checkps b/net-mgmt/nagios/scripts/checkps deleted file mode 100644 index 61a4d67baaa7..000000000000 --- a/net-mgmt/nagios/scripts/checkps +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh -/bin/ps 999999 2>&1 >/dev/null -if [ $? = 0 ]; then - echo "You need to upgrade to RELENG_3, RELENG_4, or HEAD sometime" - echo "after July 8, 2000 around 5:15AM UTC, so that ps(1) will" - echo "return an error code if a PID does not exist. Netsaint needs this!" - exit -else - echo "Great, you have a working ps(1)! Netsaint can build." -fi diff --git a/net-mgmt/nagios/scripts/createuser b/net-mgmt/nagios/scripts/createuser deleted file mode 100644 index ce858d738462..000000000000 --- a/net-mgmt/nagios/scripts/createuser +++ /dev/null @@ -1,49 +0,0 @@ -#!/usr/bin/perl -# - -eval '(exit $?0)' && eval 'exec /usr/bin/perl -S $0 ${1+"$@"}' -& eval 'exec /usr/bin/perl -S $0 $argv:q' -if 0; - -if( $> ) { - print "\nYou must be root to run this step!\n\n"; - exit 1; -} - -if( getpwnam( "netsaint" ) ) { - ( $null, $null, $nsUID ) = getpwnam( "netsaint" ); -} else { - $nsUID = 70; - while( getpwuid( $nsUID ) ) { - $nsUID++; - } -} - -if( getgrnam( "netsaint" ) ) { - ( $null, $null, $nsGID ) = getgrnam( "netsaint" ); -} else { - $nsGID = 70; - while( getgrgid( $nsGID ) ) { - $nsGID++; - } - &append_file( "/etc/group", "netsaint:*:$nsGID:" ); -} - -print "netsaint user using uid $nsUID and gid $nsGID\n"; - -system( "/usr/bin/chpass -a \"netsaint:*:$nsUID:$nsGID\:\:0:0:Netsaint pseudo-user:$ENV{'PREFIX'}/netsaint:/bin/sh\"" ); - -sub append_file { - local($file,@list) = @_; - local($LOCK_EX) = 2; - local($LOCK_NB) = 4; - local($LOCK_UN) = 8; - - open(F, ">> $file") || die "$file: $!\n"; - while( ! flock( F, $LOCK_EX | $LOCK_NB ) ) { - exit 1; - } - print F join( "\n", @list) . "\n"; - close F; - flock( F, $LOCK_UN ); -} diff --git a/net-mgmt/nagios12/Makefile b/net-mgmt/nagios12/Makefile deleted file mode 100644 index 8deae2a59135..000000000000 --- a/net-mgmt/nagios12/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# New ports collection makefile for: netsaint -# Date created: Wed 12 Jul 2000 -# Whom: will -# -# $FreeBSD$ -# - -PORTNAME= netsaint -PORTVERSION= 0.0.5.2 -CATEGORIES= net -MASTER_SITES= http://www.netsaint.org/download/ -DISTNAME= ${PORTNAME}-0.0.5-2 - -MAINTAINER= will@FreeBSD.org - -LIB_DEPENDS= gd.1:${PORTSDIR}/graphics/gd - -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib -lgd" -INSTALL_TARGET= install-all - -pre-fetch: - @${SH} ${SCRIPTDIR}/checkps - -pre-install: - ${PERL} ${SCRIPTDIR}/createuser - -.include <bsd.port.mk> diff --git a/net-mgmt/nagios12/distinfo b/net-mgmt/nagios12/distinfo deleted file mode 100644 index b77e807a2a4d..000000000000 --- a/net-mgmt/nagios12/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (netsaint-0.0.5-2.tar.gz) = 19af41fb74ca4efbb1f6a4a915adc76f diff --git a/net-mgmt/nagios12/files/patch-aa b/net-mgmt/nagios12/files/patch-aa deleted file mode 100644 index 3eb6719e49f6..000000000000 --- a/net-mgmt/nagios12/files/patch-aa +++ /dev/null @@ -1,31 +0,0 @@ ---- Makefile.in Fri Apr 7 11:11:31 2000 -+++ Makefile.in.new Mon Jun 12 19:33:19 2000 -@@ -36,7 +36,7 @@ - @echo "Please supply a command line argument (i.e. 'make all'). Other targets are:" - @echo " netsaint cgis config" - @echo " clean distclean devclean" -- @echo " install install-html install-config install-init install-daemoninit install-commandmode" -+ @echo " install install-html install-config install-init install-daemoninit install-commandmode install-all" - @echo " uninstall" - - # FreeBSD make does not support -C option, so we'll use the Apache style... (patch by Stanley Hopcroft 12/27/1999) -@@ -99,13 +99,17 @@ - $(INSTALL) -m 664 $(INSTALL_OPTS) nscgi.cfg $(CGIDIR) - - install-init: -- $(INSTALL) -m 774 -o root -g root init-script /etc/rc.d/init.d/netsaint -+ $(INSTALL) -m 774 -o root -g wheel init-script /usr/local/etc/rc.d/netsaint.sh -+ $(INSTALL) -m 774 -o netsaint -g netsaint functions /usr/local/etc/netsaint/functions - - install-daemoninit: -- $(INSTALL) -m 774 -o root -g root daemon-init /etc/rc.d/init.d/netsaint -+ $(INSTALL) -m 774 -o root -g wheel daemon-init /usr/local/etc/rc.d/netsaint.sh -+ $(INSTALL) -m 774 -o netsaint -g netsaint functions /usr/local/etc/netsaint/functions - - install-commandmode: - $(INSTALL) -m 775 $(COMMAND_OPTS) -d $(LOGDIR)/rw - - uninstall: - rm -rf $(BINDIR)/netsaint $(CGIDIR)/*.cgi $(CFGDIR)/*.cfg $(HTMLDIR) -+ -+install-all: all install config install-config install-daemoninit diff --git a/net-mgmt/nagios12/files/patch-ab b/net-mgmt/nagios12/files/patch-ab deleted file mode 100644 index f7ce712a1276..000000000000 --- a/net-mgmt/nagios12/files/patch-ab +++ /dev/null @@ -1,8 +0,0 @@ ---- base/Makefile.in Fri Apr 7 11:11:32 2000 -+++ base/Makefile.in.new Sat Jun 10 21:45:15 2000 -@@ -52,5 +52,4 @@ - rm -f *~ - - install: -- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(BINDIR) - $(INSTALL) -m 774 $(INSTALL_OPTS) netsaint $(BINDIR) diff --git a/net-mgmt/nagios12/files/patch-ac b/net-mgmt/nagios12/files/patch-ac deleted file mode 100644 index 1eb997a043fc..000000000000 --- a/net-mgmt/nagios12/files/patch-ac +++ /dev/null @@ -1,29 +0,0 @@ ---- common/locations.sub Wed Apr 26 21:10:13 2000 -+++ common/locations.sub.new Mon Jun 12 21:29:23 2000 -@@ -19,16 +19,16 @@ - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - ************************************************************************/ - --#define DEFAULT_TEMP_FILE "${prefix}/var/netsaint.tmp" --#define DEFAULT_STATUS_FILE "${prefix}/var/status.log" --#define DEFAULT_LOG_FILE "${prefix}/var/netsaint.log" --#define DEFAULT_LOG_ARCHIVE_PATH "${prefix}/var/archives/" --#define DEFAULT_COMMENT_FILE "${prefix}/var/comment.log" --#define DEFAULT_COMMAND_FILE "${prefix}/var/rw/netsaint.cmd" --#define DEFAULT_PHYSICAL_HTML_PATH "${prefix}/share" -+#define DEFAULT_TEMP_FILE "${prefix}/var/netsaint/netsaint.tmp" -+#define DEFAULT_STATUS_FILE "${prefix}/var/netsaint/status.log" -+#define DEFAULT_LOG_FILE "${prefix}/var/netsaint/netsaint.log" -+#define DEFAULT_LOG_ARCHIVE_PATH "${prefix}/var/netsaint/archives/" -+#define DEFAULT_COMMENT_FILE "${prefix}/var/netsaint/comment.log" -+#define DEFAULT_COMMAND_FILE "${prefix}/var/netsaint/rw/netsaint.cmd" -+#define DEFAULT_PHYSICAL_HTML_PATH "${prefix}/share/netsaint" - #define DEFAULT_URL_HTML_PATH "/netsaint" --#define DEFAULT_PHYSICAL_CGIBIN_PATH "${exec_prefix}/sbin" -+#define DEFAULT_PHYSICAL_CGIBIN_PATH "${exec_prefix}/share/netsaint/sbin" - #define DEFAULT_URL_CGIBIN_PATH "/cgi-bin/netsaint" --#define DEFAULT_CGI_CONFIG_FILE "${exec_prefix}/sbin/nscgi.cfg" -+#define DEFAULT_CGI_CONFIG_FILE "${exec_prefix}/share/netsaint/sbin/nscgi.cfg" - --#define LOCKFILE "${prefix}/var/netsaint.lock" -+#define LOCKFILE "${prefix}/var/netsaint/netsaint.lock" diff --git a/net-mgmt/nagios12/files/patch-ad b/net-mgmt/nagios12/files/patch-ad deleted file mode 100644 index 33826d5aec6c..000000000000 --- a/net-mgmt/nagios12/files/patch-ad +++ /dev/null @@ -1,60 +0,0 @@ ---- configure Fri Apr 7 11:11:34 2000 -+++ configure.new Sat Jun 10 21:21:25 2000 -@@ -11,7 +11,7 @@ - ac_help= - ac_default_prefix=/usr/local - # Any additions from configure.in: --ac_default_prefix=/usr/local/netsaint -+#ac_default_prefix=/usr/local/netsaint - ac_help="$ac_help - --with-netsaint-user=<user> sets user name to run netsaint" - ac_help="$ac_help -@@ -61,12 +61,12 @@ - x_includes=NONE - x_libraries=NONE - bindir='${exec_prefix}/bin' --sbindir='${exec_prefix}/sbin' --libexecdir='${exec_prefix}/libexec' --datadir='${prefix}/share' --sysconfdir='${prefix}/etc' -+sbindir='${exec_prefix}/share/netsaint/sbin' -+libexecdir='${exec_prefix}/libexec/netsaint' -+datadir='${prefix}/share/netsaint' -+sysconfdir='${prefix}/etc/netsaint' - sharedstatedir='${prefix}/com' --localstatedir='${prefix}/var' -+localstatedir='${prefix}/var/netsaint' - libdir='${exec_prefix}/lib' - includedir='${prefix}/include' - oldincludedir='/usr/include' -@@ -505,9 +505,9 @@ - # Prefer explicitly selected file to automatically selected ones. - if test -z "$CONFIG_SITE"; then - if test "x$prefix" != xNONE; then -- CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site" -+ CONFIG_SITE="$prefix/share/netsaint/config.site $prefix/etc/netsaint/config.site" - else -- CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site" -+ CONFIG_SITE="$ac_default_prefix/share/netsaint/config.site $ac_default_prefix/etc/netsaint/config.site" - fi - fi - for ac_site_file in $CONFIG_SITE; do -@@ -679,6 +679,9 @@ - LDFLAGS="${LDFLAGS} -L${withval}" - LD_RUN_PATH="${withval}${LD_RUN_PATH:+:}${LD_RUN_PATH}" - -+else -+ LDFLAGS="${LDFLAGS} -L/usr/local/lib" -+ LD_RUN_PATH="/usr/local/ib${LD_RUN_PATH:+:}${LD_RUN_PATH}" - fi - - # Check whether --with-gd-inc or --without-gd-inc was given. -@@ -686,6 +689,8 @@ - withval="$with_gd_inc" - - CFLAGS="${CFLAGS} -I${withval}" -+else -+ CFLAGS="${CFLAGS} -I/usr/local/include/gd" - - fi - diff --git a/net-mgmt/nagios12/files/patch-ae b/net-mgmt/nagios12/files/patch-ae deleted file mode 100644 index 6cbf9e27ebbf..000000000000 --- a/net-mgmt/nagios12/files/patch-ae +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.in Fri Apr 7 11:11:34 2000 -+++ configure.in.new Mon Jun 5 16:09:21 2000 -@@ -1,7 +1,7 @@ - dnl Process this file with autoconf to produce a configure script. - AC_INIT(base/netsaint.c) - AC_CONFIG_HEADER(common/config.h base/netsaint.h cgi/cgiutils.h) --AC_PREFIX_DEFAULT(/usr/local/netsaint) -+AC_PREFIX_DEFAULT(/usr/local) - - dnl Figure out how to invoke "install" and what install options to use. - diff --git a/net-mgmt/nagios12/files/patch-af b/net-mgmt/nagios12/files/patch-af deleted file mode 100644 index 58d7998ff8d8..000000000000 --- a/net-mgmt/nagios12/files/patch-af +++ /dev/null @@ -1,24 +0,0 @@ ---- daemon-init.in Fri Apr 7 11:11:34 2000 -+++ daemon-init.in.new Mon Jun 5 16:11:44 2000 -@@ -27,10 +27,11 @@ - - # Source function library - # Solaris doesn't have an rc.d directory, so do a test first --if [ -f /etc/rc.d/init.d/functions ]; then --. /etc/rc.d/init.d/functions --elif [ -f /etc/init.d/functions ]; then --. /etc/init.d/functions -+if [ -f /usr/local/etc/netsaint/functions ]; then -+. /usr/local/etc/netsaint/functions -+else -+ echo "/usr/local/etc/netsaint/functions missing" -+ exit 1 - fi - - prefix=@prefix@ -@@ -85,4 +86,4 @@ - exit 1 - esac - --# End of this script -+# End of this script diff --git a/net-mgmt/nagios12/files/patch-ag b/net-mgmt/nagios12/files/patch-ag deleted file mode 100644 index 14027c5d9cc9..000000000000 --- a/net-mgmt/nagios12/files/patch-ag +++ /dev/null @@ -1,31 +0,0 @@ ---- functions Fri Apr 7 11:11:34 2000 -+++ functions.new Sat Jun 10 13:31:31 2000 -@@ -11,7 +11,7 @@ - # - - # First set up a default search path. --PATH=/opt/gnu/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin -+PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin - export PATH - - # Get a sane screen width -@@ -174,7 +174,7 @@ - # fi - - # Finally try to extract it from ps -- pid=`ps -eo pid,ppid,fname | egrep -v $$ | awk 'BEGIN { prog=ARGV[1]; ARGC=1 } { if ((prog == $3) || (("(" prog ")") == $3) || (("[" prog "]") == $3) || ((prog ":") == $3)) { print $1 ; exit 0 } }' $1` -+ pid=`ps -axco pid,ppid,command | egrep -v $$ | awk 'BEGIN { prog=ARGV[1]; ARGC=1 } { if ((prog == $3) || (("(" prog ")") == $3) || (("[" prog "]") == $3) || ((prog ":") == $3)) { print $1 ; exit 0 } }' $1` - if [ "$pid" != "" ] ; then - echo $pid - return 0 -@@ -206,8 +206,8 @@ - fi - fi - -- # See if /var/lock/subsys/$1 exists -- if [ -f /var/lock/subsys/$1 ]; then -+ # See if /var/spool/lock/$1 exists -+ if [ -f /var/spool/lock/$1 ]; then - echo "$1 dead but subsys locked" - return 2 - fi diff --git a/net-mgmt/nagios12/files/patch-ah b/net-mgmt/nagios12/files/patch-ah deleted file mode 100644 index a8023ecea7f1..000000000000 --- a/net-mgmt/nagios12/files/patch-ah +++ /dev/null @@ -1,71 +0,0 @@ ---- hosts.cfg.in Fri Apr 7 11:11:34 2000 -+++ hosts.cfg.in.new Thu Jun 15 10:19:42 2000 -@@ -151,10 +151,10 @@ - - hostgroup[novell-servers]=All Novell Servers;novell-admins;es-gra,es-esp - hostgroup[nt-servers]=All NT Servers;nt-admins;rosie,dev,liatris --hostgroup[linux-boxes]=All Linux Servers;linux-admins;real -+hostgroup[freebsd-boxes]=All FreeBSD Servers;freebsd-admins;real - hostgroup[switches]=Switches;switch-admins;switch-4hlan,switch-esplan,switch-gralan,switch-cetslan,switch-hrdlan - hostgroup[routers]=Routers;router-admins;ageng-router --hostgroup[printers]=Printers;printer-admins,linux-admins;cofh-475-lj4m,cofh-415-lj4,cofh-405-lj4000 -+hostgroup[printers]=Printers;printer-admins,freebsd-admins;cofh-475-lj4m,cofh-415-lj4,cofh-405-lj4000 - - - ################################################################################ -@@ -183,19 +183,19 @@ - - # Service notification command - send email with problem summary - --command[notify-by-email]=/bin/echo -e $SUMMARY$ | /bin/mail -s '** $SERVICESTATE$ alert for $HOSTALIAS$/$SERVICEDESC$ **' $CONTACTEMAIL$ -+command[notify-by-email]=/usr/bin/printf $SUMMARY$ | /usr/bin/mail -s '** $SERVICESTATE$ alert for $HOSTALIAS$/$SERVICEDESC$ **' $CONTACTEMAIL$ - - # Service notification command - send email to alphanumeric pager gateway - # The notify-by-epager command assumes that each contact has a pager email gateway, and - # that the address has been entered into the appropriate contact field instead of an - # actual pager number. (i.e. 'pagejoe@nowhere.com' routes mail to Joe's alphanumeric pager) - --command[notify-by-epager]=/bin/echo -e 'Service: $SERVICEDESC$\nHost: $HOSTNAME$\nAddress: $HOSTADDRESS$\nInfo: $OUTPUT$' | /bin/mail -s '$SERVICESTATE$ alert for $HOSTALIAS$/$SERVICEDESC$' $CONTACTPAGER$ -+command[notify-by-epager]=/usr/bin/printf 'Service: $SERVICEDESC$\nHost: $HOSTNAME$\nAddress: $HOSTADDRESS$\nInfo: $OUTPUT$' | /usr/bin/mail -s '$SERVICESTATE$ alert for $HOSTALIAS$/$SERVICEDESC$' $CONTACTPAGER$ - - # Host notification commands (one for email, one for alphanumeric pager with email gateway) - --command[host-notify-by-email]=/bin/echo -e '***** NetSaint 0.0.5 *****\n\nHost "$HOSTALIAS$" is $HOSTSTATE$!\n\nDate/Time: $DATETIME$\n' | /bin/mail -s 'Host $HOSTNAME$ is $HOSTSTATE$!' $CONTACTEMAIL$ --command[host-notify-by-epager]=/bin/echo -e 'Host "$HOSTALIAS$" is $HOSTSTATE$!' | /bin/mail -s 'Host $HOSTNAME$ is $HOSTSTATE$!' $CONTACTPAGER$ -+command[host-notify-by-email]=/usr/bin/printf '***** NetSaint 0.0.5 *****\n\nHost "$HOSTALIAS$" is $HOSTSTATE$!\n\nDate/Time: $DATETIME$\n' | /usr/bin/mail -s 'Host $HOSTNAME$ is $HOSTSTATE$!' $CONTACTEMAIL$ -+command[host-notify-by-epager]=/usr/bin/printf 'Host "$HOSTALIAS$" is $HOSTSTATE$!' | /usr/bin/mail -s 'Host $HOSTNAME$ is $HOSTSTATE$!' $CONTACTPAGER$ - - # These are some example service check commands. See the HTML documentation on the plugins for - # examples of how to configure command definitions. -@@ -316,7 +316,7 @@ - - contactgroup[novell-admins]=Novell Administrators;@netsaint_user@ - contactgroup[nt-admins]=NT Administrators;@netsaint_user@,jdoe --contactgroup[linux-admins]=Linux Administrators;@netsaint_user@ -+contactgroup[freebsd-admins]=FreeBSD Administrators;@netsaint_user@ - contactgroup[switch-admins]=Etherswitch Administrators;@netsaint_user@ - contactgroup[router-admins]=Router Technicians;@netsaint_user@ - contactgroup[printer-admins]=Etherswitch Administrators;@netsaint_user@,jdoe -@@ -428,14 +428,14 @@ - service[liatris]=PING;24x7;3;5;1;maes-admins;240;workhours;1;1;0;;check_ping - service[liatris]=MAES Publications;24x7;3;2;1;maes-admins;240;workhours;1;1;1;;check_http2!192.168.2.2!/publications - --# Linux Box --service[real]=PING;24x7;3;5;1;linux-admins;240;24x7;1;1;0;;check_ping --service[real]=HTTP;24x7;3;2;1;linux-admins;240;24x7;1;1;1;;check_http --service[real]=Current Users;24x7;3;5;2;linux-admins;240;24x7;1;1;1;;check_users!75!150 --service[real]=Zombie Processes;24x7;3;5;2;linux-admins;240;24x7;1;1;1;;check_procs!5!10!Z --service[real]=Total Processes;24x7;3;5;2;linux-admins;240;24x7;1;1;1;;check_procs!150!200 --service[real]=Drive 1 Free Space;24x7;3;5;1;linux-admins;120;24x7;1;1;1;;check_disk!/dev/hda1 --service[real]=Drive 2 Free Space;24x7;3;5;1;linux-admins;120;24x7;1;1;1;;check_disk!/dev/hdb2 -+# FreeBSD Box -+service[real]=PING;24x7;3;5;1;freebsd-admins;240;24x7;1;1;0;;check_ping -+service[real]=HTTP;24x7;3;2;1;freebsd-admins;240;24x7;1;1;1;;check_http -+service[real]=Current Users;24x7;3;5;2;freebsd-admins;240;24x7;1;1;1;;check_users!75!150 -+service[real]=Zombie Processes;24x7;3;5;2;freebsd-admins;240;24x7;1;1;1;;check_procs!5!10!Z -+service[real]=Total Processes;24x7;3;5;2;freebsd-admins;240;24x7;1;1;1;;check_procs!150!200 -+service[real]=Drive 1 Free Space;24x7;3;5;1;freebsd-admins;120;24x7;1;1;1;;check_disk!/dev/hda1 -+service[real]=Drive 2 Free Space;24x7;3;5;1;freebsd-admins;120;24x7;1;1;1;;check_disk!/dev/hdb2 - - # Switches - service[switch-esplan]=Traffic Rate;24x7;1;5;6;switch-admins;60;24x7;0;0;0;;traffic_average!/home/httpd/html/mrtg/esp-lan.log!600000!800000!600000!800000 diff --git a/net-mgmt/nagios12/files/patch-ai b/net-mgmt/nagios12/files/patch-ai deleted file mode 100644 index 7f1b2a014d5e..000000000000 --- a/net-mgmt/nagios12/files/patch-ai +++ /dev/null @@ -1,22 +0,0 @@ ---- init-script.in Fri Apr 7 11:11:37 2000 -+++ init-script.in.new Mon Jun 12 19:28:55 2000 -@@ -26,11 +26,8 @@ - # - - # Source function library --# Solaris doesn't have an rc.d directory, so do a test first --if [ -f /etc/rc.d/init.d/functions ]; then --. /etc/rc.d/init.d/functions --elif [ -f /etc/init.d/functions ]; then --. /etc/init.d/functions -+if [ -f /usr/local/etc/netsaint/functions ]; then -+. /usr/local/etc/netsaint/functions - fi - - prefix=@prefix@ -@@ -92,4 +89,4 @@ - - # End of this script - -- -+ diff --git a/net-mgmt/nagios12/pkg-comment b/net-mgmt/nagios12/pkg-comment deleted file mode 100644 index 5641db14d8cc..000000000000 --- a/net-mgmt/nagios12/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Extremely powerful network monitoring system diff --git a/net-mgmt/nagios12/pkg-descr b/net-mgmt/nagios12/pkg-descr deleted file mode 100644 index e16ce94fefe6..000000000000 --- a/net-mgmt/nagios12/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -NetSaint is a program that will monitor hosts and services -on your network. It has the ability to email or page you -when a problem arises and when it gets resolved. NetSaint -is written in C and is designed to run under Linux, although -it should work under most other *NIX variants. It can run -either as a normal process or as a daemon, intermittently -running checks on various services that you specify. The -actual service checks are performed by external "plugins" -which return service information to NetSaint. Several CGI -programs are included with NetSaint in order to allow you -to view the current service status, history, etc. via a web browser. - -WWW: http://www.netsaint.org/ diff --git a/net-mgmt/nagios12/pkg-plist b/net-mgmt/nagios12/pkg-plist deleted file mode 100644 index dac9eed45ef4..000000000000 --- a/net-mgmt/nagios12/pkg-plist +++ /dev/null @@ -1,222 +0,0 @@ -bin/netsaint -etc/netsaint/netsaint.cfg -etc/netsaint/hosts.cfg -etc/netsaint/functions -etc/rc.d/netsaint.sh -share/netsaint/docs/about.html -share/netsaint/docs/addons.html -share/netsaint/docs/cgiauth.html -share/netsaint/docs/cgis.html -share/netsaint/docs/config.html -share/netsaint/docs/configcgi.html -share/netsaint/docs/confighost.html -share/netsaint/docs/configmain.html -share/netsaint/docs/eventhandlers.html -share/netsaint/docs/extcommands.html -share/netsaint/docs/faqs.html -share/netsaint/docs/funstuff.html -share/netsaint/docs/images/cmd_cgi.gif -share/netsaint/docs/images/config_cgi.gif -share/netsaint/docs/images/extinfo_cgi_a.gif -share/netsaint/docs/images/extinfo_cgi_b.gif -share/netsaint/docs/images/extinfo_cgi_c.gif -share/netsaint/docs/images/extinfo_cgi_d.gif -share/netsaint/docs/images/history_cgi.gif -share/netsaint/docs/images/logic-host-event-handler.gif -share/netsaint/docs/images/logic-host-notification.gif -share/netsaint/docs/images/logic-host-state-handler.gif -share/netsaint/docs/images/logic-route-check.gif -share/netsaint/docs/images/logic-service-event-handler.gif -share/netsaint/docs/images/logic-service-notification.gif -share/netsaint/docs/images/logic-service-problem.gif -share/netsaint/docs/images/logic-service-recovery.gif -share/netsaint/docs/images/logic-top.gif -share/netsaint/docs/images/network-heirarchy.gif -share/netsaint/docs/images/notification-process.gif -share/netsaint/docs/images/notifications_cgi.gif -share/netsaint/docs/images/physical-network.gif -share/netsaint/docs/images/redundancy-1.gif -share/netsaint/docs/images/redundancy-2.gif -share/netsaint/docs/images/relationship-complex.gif -share/netsaint/docs/images/relationship-simple.gif -share/netsaint/docs/images/showlog_cgi.gif -share/netsaint/docs/images/status_cgi_a.gif -share/netsaint/docs/images/status_cgi_b.gif -share/netsaint/docs/images/statusmap_cgi.gif -share/netsaint/docs/images/statuswrl_cgi.gif -share/netsaint/docs/index.html -share/netsaint/docs/installing.html -share/netsaint/docs/installweb.html -share/netsaint/docs/macros.html -share/netsaint/docs/makehtml.html -share/netsaint/docs/networkreachability.html -share/netsaint/docs/notifications.html -share/netsaint/docs/parallelization.html -share/netsaint/docs/pluginhowto.html -share/netsaint/docs/plugins.html -share/netsaint/docs/programmodes.html -share/netsaint/docs/redundancy.html -share/netsaint/docs/robots.txt -share/netsaint/docs/starting.html -share/netsaint/docs/statetypes.html -share/netsaint/docs/statuslevels.html -share/netsaint/docs/stoprestart.html -share/netsaint/docs/theory-network.html -share/netsaint/docs/theory-time.html -share/netsaint/docs/theory.html -share/netsaint/docs/timeperiods.html -share/netsaint/docs/verifyconfig.html -share/netsaint/docs/whatsnew.html -share/netsaint/images/active.gif -share/netsaint/images/command.gif -share/netsaint/images/commandsbar.gif -share/netsaint/images/comment.gif -share/netsaint/images/config.gif -share/netsaint/images/contact.gif -share/netsaint/images/contactgroup.gif -share/netsaint/images/contactgroupsbar.gif -share/netsaint/images/contactsbar.gif -share/netsaint/images/critical.gif -share/netsaint/images/delay.gif -share/netsaint/images/delete.gif -share/netsaint/images/disabled.gif -share/netsaint/images/docbar.gif -share/netsaint/images/enabled.gif -share/netsaint/images/greendot.gif -share/netsaint/images/history.gif -share/netsaint/images/historybar.gif -share/netsaint/images/homebar.gif -share/netsaint/images/host.gif -share/netsaint/images/hostevent.gif -share/netsaint/images/hostgroupsbar.gif -share/netsaint/images/hostsbar.gif -share/netsaint/images/info.gif -share/netsaint/images/left.gif -share/netsaint/images/logfilebar.gif -share/netsaint/images/logofullsize.gif -share/netsaint/images/logos/aix.gd2 -share/netsaint/images/logos/aix.gif -share/netsaint/images/logos/amiga.gd2 -share/netsaint/images/logos/amiga.gif -share/netsaint/images/logos/apple.gd2 -share/netsaint/images/logos/apple.gif -share/netsaint/images/logos/beos.gd2 -share/netsaint/images/logos/beos.gif -share/netsaint/images/logos/caldera.gd2 -share/netsaint/images/logos/caldera.gif -share/netsaint/images/logos/cat1900.gd2 -share/netsaint/images/logos/cat2900.gd2 -share/netsaint/images/logos/cat5000.gd2 -share/netsaint/images/logos/debian.gd2 -share/netsaint/images/logos/debian.gif -share/netsaint/images/logos/freebsd40.gd2 -share/netsaint/images/logos/freebsd40.gif -share/netsaint/images/logos/hp-printer40.gd2 -share/netsaint/images/logos/hp-printer40.gif -share/netsaint/images/logos/hpux.gd2 -share/netsaint/images/logos/hpux.gif -share/netsaint/images/logos/irix.gd2 -share/netsaint/images/logos/irix.gif -share/netsaint/images/logos/linux40.gd2 -share/netsaint/images/logos/linux40.gif -share/netsaint/images/logos/logo.gd2 -share/netsaint/images/logos/mac40.gd2 -share/netsaint/images/logos/mac40.gif -share/netsaint/images/logos/mandrake.gd2 -share/netsaint/images/logos/mandrake.gif -share/netsaint/images/logos/next.gd2 -share/netsaint/images/logos/next.gif -share/netsaint/images/logos/ng-switch40.gd2 -share/netsaint/images/logos/ng-switch40.gif -share/netsaint/images/logos/novell40.gd2 -share/netsaint/images/logos/novell40.gif -share/netsaint/images/logos/openbsd.gd2 -share/netsaint/images/logos/openbsd.gif -share/netsaint/images/logos/redhat.gd2 -share/netsaint/images/logos/redhat.gif -share/netsaint/images/logos/router40.gd2 -share/netsaint/images/logos/router40.gif -share/netsaint/images/logos/slackware.gd2 -share/netsaint/images/logos/slackware.gif -share/netsaint/images/logos/stampede.gd2 -share/netsaint/images/logos/stampede.gif -share/netsaint/images/logos/storm.gd2 -share/netsaint/images/logos/storm.gif -share/netsaint/images/logos/sun40.gd2 -share/netsaint/images/logos/sun40.gif -share/netsaint/images/logos/sunlogo.gd2 -share/netsaint/images/logos/sunlogo.gif -share/netsaint/images/logos/switch40.gd2 -share/netsaint/images/logos/switch40.gif -share/netsaint/images/logos/turbolinux.gd2 -share/netsaint/images/logos/turbolinux.gif -share/netsaint/images/logos/ultrapenguin.gd2 -share/netsaint/images/logos/ultrapenguin.gif -share/netsaint/images/logos/unicos.gd2 -share/netsaint/images/logos/unicos.gif -share/netsaint/images/logos/unknown.gd2 -share/netsaint/images/logos/win40.gd2 -share/netsaint/images/logos/win40.gif -share/netsaint/images/logos/yellowdog.gd2 -share/netsaint/images/logos/yellowdog.gif -share/netsaint/images/logrotate.gif -share/netsaint/images/logs.gif -share/netsaint/images/ndisabled.gif -share/netsaint/images/networkhealthbar.gif -share/netsaint/images/notes.gif -share/netsaint/images/notificationsbar.gif -share/netsaint/images/notify.gif -share/netsaint/images/orangedot.gif -share/netsaint/images/parentup.gif -share/netsaint/images/processinfobar.gif -share/netsaint/images/recovery.gif -share/netsaint/images/restart.gif -share/netsaint/images/right.gif -share/netsaint/images/sbbg.gif -share/netsaint/images/sbconfig.gif -share/netsaint/images/sbgeneral.gif -share/netsaint/images/sblogo.gif -share/netsaint/images/sbmonitor.gif -share/netsaint/images/scale.gif -share/netsaint/images/serviceevent.gif -share/netsaint/images/servicesbar.gif -share/netsaint/images/standby.gif -share/netsaint/images/start.gif -share/netsaint/images/statudetailbar.gif -share/netsaint/images/status.gif -share/netsaint/images/status2.gif -share/netsaint/images/status3.gif -share/netsaint/images/status4.gif -share/netsaint/images/statusdetailbar.gif -share/netsaint/images/statusmapbar.gif -share/netsaint/images/statusoverviewbar.gif -share/netsaint/images/statusworldbar.gif -share/netsaint/images/stop.gif -share/netsaint/images/thermcrit.gif -share/netsaint/images/thermok.gif -share/netsaint/images/thermwarn.gif -share/netsaint/images/timeperiodsbar.gif -share/netsaint/images/unknown.gif -share/netsaint/images/warning.gif -share/netsaint/images/xinfo.gif -share/netsaint/images/zombie.gif -share/netsaint/index.html -share/netsaint/main.html -share/netsaint/robots.txt -share/netsaint/sbin/cmd.cgi -share/netsaint/sbin/config.cgi -share/netsaint/sbin/extinfo.cgi -share/netsaint/sbin/history.cgi -share/netsaint/sbin/notifications.cgi -share/netsaint/sbin/nscgi.cfg -share/netsaint/sbin/showlog.cgi -share/netsaint/sbin/status.cgi -share/netsaint/sbin/statusmap.cgi -share/netsaint/sbin/statuswrl.cgi -share/netsaint/side.html -@dirrm share/netsaint/sbin -@dirrm share/netsaint/images/logos -@dirrm share/netsaint/images -@dirrm share/netsaint/docs/images -@dirrm share/netsaint/docs -@dirrm share/netsaint diff --git a/net-mgmt/nagios12/scripts/checkps b/net-mgmt/nagios12/scripts/checkps deleted file mode 100644 index 61a4d67baaa7..000000000000 --- a/net-mgmt/nagios12/scripts/checkps +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh -/bin/ps 999999 2>&1 >/dev/null -if [ $? = 0 ]; then - echo "You need to upgrade to RELENG_3, RELENG_4, or HEAD sometime" - echo "after July 8, 2000 around 5:15AM UTC, so that ps(1) will" - echo "return an error code if a PID does not exist. Netsaint needs this!" - exit -else - echo "Great, you have a working ps(1)! Netsaint can build." -fi diff --git a/net-mgmt/nagios12/scripts/createuser b/net-mgmt/nagios12/scripts/createuser deleted file mode 100644 index ce858d738462..000000000000 --- a/net-mgmt/nagios12/scripts/createuser +++ /dev/null @@ -1,49 +0,0 @@ -#!/usr/bin/perl -# - -eval '(exit $?0)' && eval 'exec /usr/bin/perl -S $0 ${1+"$@"}' -& eval 'exec /usr/bin/perl -S $0 $argv:q' -if 0; - -if( $> ) { - print "\nYou must be root to run this step!\n\n"; - exit 1; -} - -if( getpwnam( "netsaint" ) ) { - ( $null, $null, $nsUID ) = getpwnam( "netsaint" ); -} else { - $nsUID = 70; - while( getpwuid( $nsUID ) ) { - $nsUID++; - } -} - -if( getgrnam( "netsaint" ) ) { - ( $null, $null, $nsGID ) = getgrnam( "netsaint" ); -} else { - $nsGID = 70; - while( getgrgid( $nsGID ) ) { - $nsGID++; - } - &append_file( "/etc/group", "netsaint:*:$nsGID:" ); -} - -print "netsaint user using uid $nsUID and gid $nsGID\n"; - -system( "/usr/bin/chpass -a \"netsaint:*:$nsUID:$nsGID\:\:0:0:Netsaint pseudo-user:$ENV{'PREFIX'}/netsaint:/bin/sh\"" ); - -sub append_file { - local($file,@list) = @_; - local($LOCK_EX) = 2; - local($LOCK_NB) = 4; - local($LOCK_UN) = 8; - - open(F, ">> $file") || die "$file: $!\n"; - while( ! flock( F, $LOCK_EX | $LOCK_NB ) ) { - exit 1; - } - print F join( "\n", @list) . "\n"; - close F; - flock( F, $LOCK_UN ); -} diff --git a/net-mgmt/nagios2/Makefile b/net-mgmt/nagios2/Makefile deleted file mode 100644 index 8deae2a59135..000000000000 --- a/net-mgmt/nagios2/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# New ports collection makefile for: netsaint -# Date created: Wed 12 Jul 2000 -# Whom: will -# -# $FreeBSD$ -# - -PORTNAME= netsaint -PORTVERSION= 0.0.5.2 -CATEGORIES= net -MASTER_SITES= http://www.netsaint.org/download/ -DISTNAME= ${PORTNAME}-0.0.5-2 - -MAINTAINER= will@FreeBSD.org - -LIB_DEPENDS= gd.1:${PORTSDIR}/graphics/gd - -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib -lgd" -INSTALL_TARGET= install-all - -pre-fetch: - @${SH} ${SCRIPTDIR}/checkps - -pre-install: - ${PERL} ${SCRIPTDIR}/createuser - -.include <bsd.port.mk> diff --git a/net-mgmt/nagios2/distinfo b/net-mgmt/nagios2/distinfo deleted file mode 100644 index b77e807a2a4d..000000000000 --- a/net-mgmt/nagios2/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (netsaint-0.0.5-2.tar.gz) = 19af41fb74ca4efbb1f6a4a915adc76f diff --git a/net-mgmt/nagios2/files/patch-aa b/net-mgmt/nagios2/files/patch-aa deleted file mode 100644 index 3eb6719e49f6..000000000000 --- a/net-mgmt/nagios2/files/patch-aa +++ /dev/null @@ -1,31 +0,0 @@ ---- Makefile.in Fri Apr 7 11:11:31 2000 -+++ Makefile.in.new Mon Jun 12 19:33:19 2000 -@@ -36,7 +36,7 @@ - @echo "Please supply a command line argument (i.e. 'make all'). Other targets are:" - @echo " netsaint cgis config" - @echo " clean distclean devclean" -- @echo " install install-html install-config install-init install-daemoninit install-commandmode" -+ @echo " install install-html install-config install-init install-daemoninit install-commandmode install-all" - @echo " uninstall" - - # FreeBSD make does not support -C option, so we'll use the Apache style... (patch by Stanley Hopcroft 12/27/1999) -@@ -99,13 +99,17 @@ - $(INSTALL) -m 664 $(INSTALL_OPTS) nscgi.cfg $(CGIDIR) - - install-init: -- $(INSTALL) -m 774 -o root -g root init-script /etc/rc.d/init.d/netsaint -+ $(INSTALL) -m 774 -o root -g wheel init-script /usr/local/etc/rc.d/netsaint.sh -+ $(INSTALL) -m 774 -o netsaint -g netsaint functions /usr/local/etc/netsaint/functions - - install-daemoninit: -- $(INSTALL) -m 774 -o root -g root daemon-init /etc/rc.d/init.d/netsaint -+ $(INSTALL) -m 774 -o root -g wheel daemon-init /usr/local/etc/rc.d/netsaint.sh -+ $(INSTALL) -m 774 -o netsaint -g netsaint functions /usr/local/etc/netsaint/functions - - install-commandmode: - $(INSTALL) -m 775 $(COMMAND_OPTS) -d $(LOGDIR)/rw - - uninstall: - rm -rf $(BINDIR)/netsaint $(CGIDIR)/*.cgi $(CFGDIR)/*.cfg $(HTMLDIR) -+ -+install-all: all install config install-config install-daemoninit diff --git a/net-mgmt/nagios2/files/patch-ab b/net-mgmt/nagios2/files/patch-ab deleted file mode 100644 index f7ce712a1276..000000000000 --- a/net-mgmt/nagios2/files/patch-ab +++ /dev/null @@ -1,8 +0,0 @@ ---- base/Makefile.in Fri Apr 7 11:11:32 2000 -+++ base/Makefile.in.new Sat Jun 10 21:45:15 2000 -@@ -52,5 +52,4 @@ - rm -f *~ - - install: -- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(BINDIR) - $(INSTALL) -m 774 $(INSTALL_OPTS) netsaint $(BINDIR) diff --git a/net-mgmt/nagios2/files/patch-ac b/net-mgmt/nagios2/files/patch-ac deleted file mode 100644 index 1eb997a043fc..000000000000 --- a/net-mgmt/nagios2/files/patch-ac +++ /dev/null @@ -1,29 +0,0 @@ ---- common/locations.sub Wed Apr 26 21:10:13 2000 -+++ common/locations.sub.new Mon Jun 12 21:29:23 2000 -@@ -19,16 +19,16 @@ - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - ************************************************************************/ - --#define DEFAULT_TEMP_FILE "${prefix}/var/netsaint.tmp" --#define DEFAULT_STATUS_FILE "${prefix}/var/status.log" --#define DEFAULT_LOG_FILE "${prefix}/var/netsaint.log" --#define DEFAULT_LOG_ARCHIVE_PATH "${prefix}/var/archives/" --#define DEFAULT_COMMENT_FILE "${prefix}/var/comment.log" --#define DEFAULT_COMMAND_FILE "${prefix}/var/rw/netsaint.cmd" --#define DEFAULT_PHYSICAL_HTML_PATH "${prefix}/share" -+#define DEFAULT_TEMP_FILE "${prefix}/var/netsaint/netsaint.tmp" -+#define DEFAULT_STATUS_FILE "${prefix}/var/netsaint/status.log" -+#define DEFAULT_LOG_FILE "${prefix}/var/netsaint/netsaint.log" -+#define DEFAULT_LOG_ARCHIVE_PATH "${prefix}/var/netsaint/archives/" -+#define DEFAULT_COMMENT_FILE "${prefix}/var/netsaint/comment.log" -+#define DEFAULT_COMMAND_FILE "${prefix}/var/netsaint/rw/netsaint.cmd" -+#define DEFAULT_PHYSICAL_HTML_PATH "${prefix}/share/netsaint" - #define DEFAULT_URL_HTML_PATH "/netsaint" --#define DEFAULT_PHYSICAL_CGIBIN_PATH "${exec_prefix}/sbin" -+#define DEFAULT_PHYSICAL_CGIBIN_PATH "${exec_prefix}/share/netsaint/sbin" - #define DEFAULT_URL_CGIBIN_PATH "/cgi-bin/netsaint" --#define DEFAULT_CGI_CONFIG_FILE "${exec_prefix}/sbin/nscgi.cfg" -+#define DEFAULT_CGI_CONFIG_FILE "${exec_prefix}/share/netsaint/sbin/nscgi.cfg" - --#define LOCKFILE "${prefix}/var/netsaint.lock" -+#define LOCKFILE "${prefix}/var/netsaint/netsaint.lock" diff --git a/net-mgmt/nagios2/files/patch-ad b/net-mgmt/nagios2/files/patch-ad deleted file mode 100644 index 33826d5aec6c..000000000000 --- a/net-mgmt/nagios2/files/patch-ad +++ /dev/null @@ -1,60 +0,0 @@ ---- configure Fri Apr 7 11:11:34 2000 -+++ configure.new Sat Jun 10 21:21:25 2000 -@@ -11,7 +11,7 @@ - ac_help= - ac_default_prefix=/usr/local - # Any additions from configure.in: --ac_default_prefix=/usr/local/netsaint -+#ac_default_prefix=/usr/local/netsaint - ac_help="$ac_help - --with-netsaint-user=<user> sets user name to run netsaint" - ac_help="$ac_help -@@ -61,12 +61,12 @@ - x_includes=NONE - x_libraries=NONE - bindir='${exec_prefix}/bin' --sbindir='${exec_prefix}/sbin' --libexecdir='${exec_prefix}/libexec' --datadir='${prefix}/share' --sysconfdir='${prefix}/etc' -+sbindir='${exec_prefix}/share/netsaint/sbin' -+libexecdir='${exec_prefix}/libexec/netsaint' -+datadir='${prefix}/share/netsaint' -+sysconfdir='${prefix}/etc/netsaint' - sharedstatedir='${prefix}/com' --localstatedir='${prefix}/var' -+localstatedir='${prefix}/var/netsaint' - libdir='${exec_prefix}/lib' - includedir='${prefix}/include' - oldincludedir='/usr/include' -@@ -505,9 +505,9 @@ - # Prefer explicitly selected file to automatically selected ones. - if test -z "$CONFIG_SITE"; then - if test "x$prefix" != xNONE; then -- CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site" -+ CONFIG_SITE="$prefix/share/netsaint/config.site $prefix/etc/netsaint/config.site" - else -- CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site" -+ CONFIG_SITE="$ac_default_prefix/share/netsaint/config.site $ac_default_prefix/etc/netsaint/config.site" - fi - fi - for ac_site_file in $CONFIG_SITE; do -@@ -679,6 +679,9 @@ - LDFLAGS="${LDFLAGS} -L${withval}" - LD_RUN_PATH="${withval}${LD_RUN_PATH:+:}${LD_RUN_PATH}" - -+else -+ LDFLAGS="${LDFLAGS} -L/usr/local/lib" -+ LD_RUN_PATH="/usr/local/ib${LD_RUN_PATH:+:}${LD_RUN_PATH}" - fi - - # Check whether --with-gd-inc or --without-gd-inc was given. -@@ -686,6 +689,8 @@ - withval="$with_gd_inc" - - CFLAGS="${CFLAGS} -I${withval}" -+else -+ CFLAGS="${CFLAGS} -I/usr/local/include/gd" - - fi - diff --git a/net-mgmt/nagios2/files/patch-ae b/net-mgmt/nagios2/files/patch-ae deleted file mode 100644 index 6cbf9e27ebbf..000000000000 --- a/net-mgmt/nagios2/files/patch-ae +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.in Fri Apr 7 11:11:34 2000 -+++ configure.in.new Mon Jun 5 16:09:21 2000 -@@ -1,7 +1,7 @@ - dnl Process this file with autoconf to produce a configure script. - AC_INIT(base/netsaint.c) - AC_CONFIG_HEADER(common/config.h base/netsaint.h cgi/cgiutils.h) --AC_PREFIX_DEFAULT(/usr/local/netsaint) -+AC_PREFIX_DEFAULT(/usr/local) - - dnl Figure out how to invoke "install" and what install options to use. - diff --git a/net-mgmt/nagios2/files/patch-af b/net-mgmt/nagios2/files/patch-af deleted file mode 100644 index 58d7998ff8d8..000000000000 --- a/net-mgmt/nagios2/files/patch-af +++ /dev/null @@ -1,24 +0,0 @@ ---- daemon-init.in Fri Apr 7 11:11:34 2000 -+++ daemon-init.in.new Mon Jun 5 16:11:44 2000 -@@ -27,10 +27,11 @@ - - # Source function library - # Solaris doesn't have an rc.d directory, so do a test first --if [ -f /etc/rc.d/init.d/functions ]; then --. /etc/rc.d/init.d/functions --elif [ -f /etc/init.d/functions ]; then --. /etc/init.d/functions -+if [ -f /usr/local/etc/netsaint/functions ]; then -+. /usr/local/etc/netsaint/functions -+else -+ echo "/usr/local/etc/netsaint/functions missing" -+ exit 1 - fi - - prefix=@prefix@ -@@ -85,4 +86,4 @@ - exit 1 - esac - --# End of this script -+# End of this script diff --git a/net-mgmt/nagios2/files/patch-ag b/net-mgmt/nagios2/files/patch-ag deleted file mode 100644 index 14027c5d9cc9..000000000000 --- a/net-mgmt/nagios2/files/patch-ag +++ /dev/null @@ -1,31 +0,0 @@ ---- functions Fri Apr 7 11:11:34 2000 -+++ functions.new Sat Jun 10 13:31:31 2000 -@@ -11,7 +11,7 @@ - # - - # First set up a default search path. --PATH=/opt/gnu/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin -+PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin - export PATH - - # Get a sane screen width -@@ -174,7 +174,7 @@ - # fi - - # Finally try to extract it from ps -- pid=`ps -eo pid,ppid,fname | egrep -v $$ | awk 'BEGIN { prog=ARGV[1]; ARGC=1 } { if ((prog == $3) || (("(" prog ")") == $3) || (("[" prog "]") == $3) || ((prog ":") == $3)) { print $1 ; exit 0 } }' $1` -+ pid=`ps -axco pid,ppid,command | egrep -v $$ | awk 'BEGIN { prog=ARGV[1]; ARGC=1 } { if ((prog == $3) || (("(" prog ")") == $3) || (("[" prog "]") == $3) || ((prog ":") == $3)) { print $1 ; exit 0 } }' $1` - if [ "$pid" != "" ] ; then - echo $pid - return 0 -@@ -206,8 +206,8 @@ - fi - fi - -- # See if /var/lock/subsys/$1 exists -- if [ -f /var/lock/subsys/$1 ]; then -+ # See if /var/spool/lock/$1 exists -+ if [ -f /var/spool/lock/$1 ]; then - echo "$1 dead but subsys locked" - return 2 - fi diff --git a/net-mgmt/nagios2/files/patch-ah b/net-mgmt/nagios2/files/patch-ah deleted file mode 100644 index a8023ecea7f1..000000000000 --- a/net-mgmt/nagios2/files/patch-ah +++ /dev/null @@ -1,71 +0,0 @@ ---- hosts.cfg.in Fri Apr 7 11:11:34 2000 -+++ hosts.cfg.in.new Thu Jun 15 10:19:42 2000 -@@ -151,10 +151,10 @@ - - hostgroup[novell-servers]=All Novell Servers;novell-admins;es-gra,es-esp - hostgroup[nt-servers]=All NT Servers;nt-admins;rosie,dev,liatris --hostgroup[linux-boxes]=All Linux Servers;linux-admins;real -+hostgroup[freebsd-boxes]=All FreeBSD Servers;freebsd-admins;real - hostgroup[switches]=Switches;switch-admins;switch-4hlan,switch-esplan,switch-gralan,switch-cetslan,switch-hrdlan - hostgroup[routers]=Routers;router-admins;ageng-router --hostgroup[printers]=Printers;printer-admins,linux-admins;cofh-475-lj4m,cofh-415-lj4,cofh-405-lj4000 -+hostgroup[printers]=Printers;printer-admins,freebsd-admins;cofh-475-lj4m,cofh-415-lj4,cofh-405-lj4000 - - - ################################################################################ -@@ -183,19 +183,19 @@ - - # Service notification command - send email with problem summary - --command[notify-by-email]=/bin/echo -e $SUMMARY$ | /bin/mail -s '** $SERVICESTATE$ alert for $HOSTALIAS$/$SERVICEDESC$ **' $CONTACTEMAIL$ -+command[notify-by-email]=/usr/bin/printf $SUMMARY$ | /usr/bin/mail -s '** $SERVICESTATE$ alert for $HOSTALIAS$/$SERVICEDESC$ **' $CONTACTEMAIL$ - - # Service notification command - send email to alphanumeric pager gateway - # The notify-by-epager command assumes that each contact has a pager email gateway, and - # that the address has been entered into the appropriate contact field instead of an - # actual pager number. (i.e. 'pagejoe@nowhere.com' routes mail to Joe's alphanumeric pager) - --command[notify-by-epager]=/bin/echo -e 'Service: $SERVICEDESC$\nHost: $HOSTNAME$\nAddress: $HOSTADDRESS$\nInfo: $OUTPUT$' | /bin/mail -s '$SERVICESTATE$ alert for $HOSTALIAS$/$SERVICEDESC$' $CONTACTPAGER$ -+command[notify-by-epager]=/usr/bin/printf 'Service: $SERVICEDESC$\nHost: $HOSTNAME$\nAddress: $HOSTADDRESS$\nInfo: $OUTPUT$' | /usr/bin/mail -s '$SERVICESTATE$ alert for $HOSTALIAS$/$SERVICEDESC$' $CONTACTPAGER$ - - # Host notification commands (one for email, one for alphanumeric pager with email gateway) - --command[host-notify-by-email]=/bin/echo -e '***** NetSaint 0.0.5 *****\n\nHost "$HOSTALIAS$" is $HOSTSTATE$!\n\nDate/Time: $DATETIME$\n' | /bin/mail -s 'Host $HOSTNAME$ is $HOSTSTATE$!' $CONTACTEMAIL$ --command[host-notify-by-epager]=/bin/echo -e 'Host "$HOSTALIAS$" is $HOSTSTATE$!' | /bin/mail -s 'Host $HOSTNAME$ is $HOSTSTATE$!' $CONTACTPAGER$ -+command[host-notify-by-email]=/usr/bin/printf '***** NetSaint 0.0.5 *****\n\nHost "$HOSTALIAS$" is $HOSTSTATE$!\n\nDate/Time: $DATETIME$\n' | /usr/bin/mail -s 'Host $HOSTNAME$ is $HOSTSTATE$!' $CONTACTEMAIL$ -+command[host-notify-by-epager]=/usr/bin/printf 'Host "$HOSTALIAS$" is $HOSTSTATE$!' | /usr/bin/mail -s 'Host $HOSTNAME$ is $HOSTSTATE$!' $CONTACTPAGER$ - - # These are some example service check commands. See the HTML documentation on the plugins for - # examples of how to configure command definitions. -@@ -316,7 +316,7 @@ - - contactgroup[novell-admins]=Novell Administrators;@netsaint_user@ - contactgroup[nt-admins]=NT Administrators;@netsaint_user@,jdoe --contactgroup[linux-admins]=Linux Administrators;@netsaint_user@ -+contactgroup[freebsd-admins]=FreeBSD Administrators;@netsaint_user@ - contactgroup[switch-admins]=Etherswitch Administrators;@netsaint_user@ - contactgroup[router-admins]=Router Technicians;@netsaint_user@ - contactgroup[printer-admins]=Etherswitch Administrators;@netsaint_user@,jdoe -@@ -428,14 +428,14 @@ - service[liatris]=PING;24x7;3;5;1;maes-admins;240;workhours;1;1;0;;check_ping - service[liatris]=MAES Publications;24x7;3;2;1;maes-admins;240;workhours;1;1;1;;check_http2!192.168.2.2!/publications - --# Linux Box --service[real]=PING;24x7;3;5;1;linux-admins;240;24x7;1;1;0;;check_ping --service[real]=HTTP;24x7;3;2;1;linux-admins;240;24x7;1;1;1;;check_http --service[real]=Current Users;24x7;3;5;2;linux-admins;240;24x7;1;1;1;;check_users!75!150 --service[real]=Zombie Processes;24x7;3;5;2;linux-admins;240;24x7;1;1;1;;check_procs!5!10!Z --service[real]=Total Processes;24x7;3;5;2;linux-admins;240;24x7;1;1;1;;check_procs!150!200 --service[real]=Drive 1 Free Space;24x7;3;5;1;linux-admins;120;24x7;1;1;1;;check_disk!/dev/hda1 --service[real]=Drive 2 Free Space;24x7;3;5;1;linux-admins;120;24x7;1;1;1;;check_disk!/dev/hdb2 -+# FreeBSD Box -+service[real]=PING;24x7;3;5;1;freebsd-admins;240;24x7;1;1;0;;check_ping -+service[real]=HTTP;24x7;3;2;1;freebsd-admins;240;24x7;1;1;1;;check_http -+service[real]=Current Users;24x7;3;5;2;freebsd-admins;240;24x7;1;1;1;;check_users!75!150 -+service[real]=Zombie Processes;24x7;3;5;2;freebsd-admins;240;24x7;1;1;1;;check_procs!5!10!Z -+service[real]=Total Processes;24x7;3;5;2;freebsd-admins;240;24x7;1;1;1;;check_procs!150!200 -+service[real]=Drive 1 Free Space;24x7;3;5;1;freebsd-admins;120;24x7;1;1;1;;check_disk!/dev/hda1 -+service[real]=Drive 2 Free Space;24x7;3;5;1;freebsd-admins;120;24x7;1;1;1;;check_disk!/dev/hdb2 - - # Switches - service[switch-esplan]=Traffic Rate;24x7;1;5;6;switch-admins;60;24x7;0;0;0;;traffic_average!/home/httpd/html/mrtg/esp-lan.log!600000!800000!600000!800000 diff --git a/net-mgmt/nagios2/files/patch-ai b/net-mgmt/nagios2/files/patch-ai deleted file mode 100644 index 7f1b2a014d5e..000000000000 --- a/net-mgmt/nagios2/files/patch-ai +++ /dev/null @@ -1,22 +0,0 @@ ---- init-script.in Fri Apr 7 11:11:37 2000 -+++ init-script.in.new Mon Jun 12 19:28:55 2000 -@@ -26,11 +26,8 @@ - # - - # Source function library --# Solaris doesn't have an rc.d directory, so do a test first --if [ -f /etc/rc.d/init.d/functions ]; then --. /etc/rc.d/init.d/functions --elif [ -f /etc/init.d/functions ]; then --. /etc/init.d/functions -+if [ -f /usr/local/etc/netsaint/functions ]; then -+. /usr/local/etc/netsaint/functions - fi - - prefix=@prefix@ -@@ -92,4 +89,4 @@ - - # End of this script - -- -+ diff --git a/net-mgmt/nagios2/pkg-comment b/net-mgmt/nagios2/pkg-comment deleted file mode 100644 index 5641db14d8cc..000000000000 --- a/net-mgmt/nagios2/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Extremely powerful network monitoring system diff --git a/net-mgmt/nagios2/pkg-descr b/net-mgmt/nagios2/pkg-descr deleted file mode 100644 index e16ce94fefe6..000000000000 --- a/net-mgmt/nagios2/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -NetSaint is a program that will monitor hosts and services -on your network. It has the ability to email or page you -when a problem arises and when it gets resolved. NetSaint -is written in C and is designed to run under Linux, although -it should work under most other *NIX variants. It can run -either as a normal process or as a daemon, intermittently -running checks on various services that you specify. The -actual service checks are performed by external "plugins" -which return service information to NetSaint. Several CGI -programs are included with NetSaint in order to allow you -to view the current service status, history, etc. via a web browser. - -WWW: http://www.netsaint.org/ diff --git a/net-mgmt/nagios2/pkg-plist b/net-mgmt/nagios2/pkg-plist deleted file mode 100644 index dac9eed45ef4..000000000000 --- a/net-mgmt/nagios2/pkg-plist +++ /dev/null @@ -1,222 +0,0 @@ -bin/netsaint -etc/netsaint/netsaint.cfg -etc/netsaint/hosts.cfg -etc/netsaint/functions -etc/rc.d/netsaint.sh -share/netsaint/docs/about.html -share/netsaint/docs/addons.html -share/netsaint/docs/cgiauth.html -share/netsaint/docs/cgis.html -share/netsaint/docs/config.html -share/netsaint/docs/configcgi.html -share/netsaint/docs/confighost.html -share/netsaint/docs/configmain.html -share/netsaint/docs/eventhandlers.html -share/netsaint/docs/extcommands.html -share/netsaint/docs/faqs.html -share/netsaint/docs/funstuff.html -share/netsaint/docs/images/cmd_cgi.gif -share/netsaint/docs/images/config_cgi.gif -share/netsaint/docs/images/extinfo_cgi_a.gif -share/netsaint/docs/images/extinfo_cgi_b.gif -share/netsaint/docs/images/extinfo_cgi_c.gif -share/netsaint/docs/images/extinfo_cgi_d.gif -share/netsaint/docs/images/history_cgi.gif -share/netsaint/docs/images/logic-host-event-handler.gif -share/netsaint/docs/images/logic-host-notification.gif -share/netsaint/docs/images/logic-host-state-handler.gif -share/netsaint/docs/images/logic-route-check.gif -share/netsaint/docs/images/logic-service-event-handler.gif -share/netsaint/docs/images/logic-service-notification.gif -share/netsaint/docs/images/logic-service-problem.gif -share/netsaint/docs/images/logic-service-recovery.gif -share/netsaint/docs/images/logic-top.gif -share/netsaint/docs/images/network-heirarchy.gif -share/netsaint/docs/images/notification-process.gif -share/netsaint/docs/images/notifications_cgi.gif -share/netsaint/docs/images/physical-network.gif -share/netsaint/docs/images/redundancy-1.gif -share/netsaint/docs/images/redundancy-2.gif -share/netsaint/docs/images/relationship-complex.gif -share/netsaint/docs/images/relationship-simple.gif -share/netsaint/docs/images/showlog_cgi.gif -share/netsaint/docs/images/status_cgi_a.gif -share/netsaint/docs/images/status_cgi_b.gif -share/netsaint/docs/images/statusmap_cgi.gif -share/netsaint/docs/images/statuswrl_cgi.gif -share/netsaint/docs/index.html -share/netsaint/docs/installing.html -share/netsaint/docs/installweb.html -share/netsaint/docs/macros.html -share/netsaint/docs/makehtml.html -share/netsaint/docs/networkreachability.html -share/netsaint/docs/notifications.html -share/netsaint/docs/parallelization.html -share/netsaint/docs/pluginhowto.html -share/netsaint/docs/plugins.html -share/netsaint/docs/programmodes.html -share/netsaint/docs/redundancy.html -share/netsaint/docs/robots.txt -share/netsaint/docs/starting.html -share/netsaint/docs/statetypes.html -share/netsaint/docs/statuslevels.html -share/netsaint/docs/stoprestart.html -share/netsaint/docs/theory-network.html -share/netsaint/docs/theory-time.html -share/netsaint/docs/theory.html -share/netsaint/docs/timeperiods.html -share/netsaint/docs/verifyconfig.html -share/netsaint/docs/whatsnew.html -share/netsaint/images/active.gif -share/netsaint/images/command.gif -share/netsaint/images/commandsbar.gif -share/netsaint/images/comment.gif -share/netsaint/images/config.gif -share/netsaint/images/contact.gif -share/netsaint/images/contactgroup.gif -share/netsaint/images/contactgroupsbar.gif -share/netsaint/images/contactsbar.gif -share/netsaint/images/critical.gif -share/netsaint/images/delay.gif -share/netsaint/images/delete.gif -share/netsaint/images/disabled.gif -share/netsaint/images/docbar.gif -share/netsaint/images/enabled.gif -share/netsaint/images/greendot.gif -share/netsaint/images/history.gif -share/netsaint/images/historybar.gif -share/netsaint/images/homebar.gif -share/netsaint/images/host.gif -share/netsaint/images/hostevent.gif -share/netsaint/images/hostgroupsbar.gif -share/netsaint/images/hostsbar.gif -share/netsaint/images/info.gif -share/netsaint/images/left.gif -share/netsaint/images/logfilebar.gif -share/netsaint/images/logofullsize.gif -share/netsaint/images/logos/aix.gd2 -share/netsaint/images/logos/aix.gif -share/netsaint/images/logos/amiga.gd2 -share/netsaint/images/logos/amiga.gif -share/netsaint/images/logos/apple.gd2 -share/netsaint/images/logos/apple.gif -share/netsaint/images/logos/beos.gd2 -share/netsaint/images/logos/beos.gif -share/netsaint/images/logos/caldera.gd2 -share/netsaint/images/logos/caldera.gif -share/netsaint/images/logos/cat1900.gd2 -share/netsaint/images/logos/cat2900.gd2 -share/netsaint/images/logos/cat5000.gd2 -share/netsaint/images/logos/debian.gd2 -share/netsaint/images/logos/debian.gif -share/netsaint/images/logos/freebsd40.gd2 -share/netsaint/images/logos/freebsd40.gif -share/netsaint/images/logos/hp-printer40.gd2 -share/netsaint/images/logos/hp-printer40.gif -share/netsaint/images/logos/hpux.gd2 -share/netsaint/images/logos/hpux.gif -share/netsaint/images/logos/irix.gd2 -share/netsaint/images/logos/irix.gif -share/netsaint/images/logos/linux40.gd2 -share/netsaint/images/logos/linux40.gif -share/netsaint/images/logos/logo.gd2 -share/netsaint/images/logos/mac40.gd2 -share/netsaint/images/logos/mac40.gif -share/netsaint/images/logos/mandrake.gd2 -share/netsaint/images/logos/mandrake.gif -share/netsaint/images/logos/next.gd2 -share/netsaint/images/logos/next.gif -share/netsaint/images/logos/ng-switch40.gd2 -share/netsaint/images/logos/ng-switch40.gif -share/netsaint/images/logos/novell40.gd2 -share/netsaint/images/logos/novell40.gif -share/netsaint/images/logos/openbsd.gd2 -share/netsaint/images/logos/openbsd.gif -share/netsaint/images/logos/redhat.gd2 -share/netsaint/images/logos/redhat.gif -share/netsaint/images/logos/router40.gd2 -share/netsaint/images/logos/router40.gif -share/netsaint/images/logos/slackware.gd2 -share/netsaint/images/logos/slackware.gif -share/netsaint/images/logos/stampede.gd2 -share/netsaint/images/logos/stampede.gif -share/netsaint/images/logos/storm.gd2 -share/netsaint/images/logos/storm.gif -share/netsaint/images/logos/sun40.gd2 -share/netsaint/images/logos/sun40.gif -share/netsaint/images/logos/sunlogo.gd2 -share/netsaint/images/logos/sunlogo.gif -share/netsaint/images/logos/switch40.gd2 -share/netsaint/images/logos/switch40.gif -share/netsaint/images/logos/turbolinux.gd2 -share/netsaint/images/logos/turbolinux.gif -share/netsaint/images/logos/ultrapenguin.gd2 -share/netsaint/images/logos/ultrapenguin.gif -share/netsaint/images/logos/unicos.gd2 -share/netsaint/images/logos/unicos.gif -share/netsaint/images/logos/unknown.gd2 -share/netsaint/images/logos/win40.gd2 -share/netsaint/images/logos/win40.gif -share/netsaint/images/logos/yellowdog.gd2 -share/netsaint/images/logos/yellowdog.gif -share/netsaint/images/logrotate.gif -share/netsaint/images/logs.gif -share/netsaint/images/ndisabled.gif -share/netsaint/images/networkhealthbar.gif -share/netsaint/images/notes.gif -share/netsaint/images/notificationsbar.gif -share/netsaint/images/notify.gif -share/netsaint/images/orangedot.gif -share/netsaint/images/parentup.gif -share/netsaint/images/processinfobar.gif -share/netsaint/images/recovery.gif -share/netsaint/images/restart.gif -share/netsaint/images/right.gif -share/netsaint/images/sbbg.gif -share/netsaint/images/sbconfig.gif -share/netsaint/images/sbgeneral.gif -share/netsaint/images/sblogo.gif -share/netsaint/images/sbmonitor.gif -share/netsaint/images/scale.gif -share/netsaint/images/serviceevent.gif -share/netsaint/images/servicesbar.gif -share/netsaint/images/standby.gif -share/netsaint/images/start.gif -share/netsaint/images/statudetailbar.gif -share/netsaint/images/status.gif -share/netsaint/images/status2.gif -share/netsaint/images/status3.gif -share/netsaint/images/status4.gif -share/netsaint/images/statusdetailbar.gif -share/netsaint/images/statusmapbar.gif -share/netsaint/images/statusoverviewbar.gif -share/netsaint/images/statusworldbar.gif -share/netsaint/images/stop.gif -share/netsaint/images/thermcrit.gif -share/netsaint/images/thermok.gif -share/netsaint/images/thermwarn.gif -share/netsaint/images/timeperiodsbar.gif -share/netsaint/images/unknown.gif -share/netsaint/images/warning.gif -share/netsaint/images/xinfo.gif -share/netsaint/images/zombie.gif -share/netsaint/index.html -share/netsaint/main.html -share/netsaint/robots.txt -share/netsaint/sbin/cmd.cgi -share/netsaint/sbin/config.cgi -share/netsaint/sbin/extinfo.cgi -share/netsaint/sbin/history.cgi -share/netsaint/sbin/notifications.cgi -share/netsaint/sbin/nscgi.cfg -share/netsaint/sbin/showlog.cgi -share/netsaint/sbin/status.cgi -share/netsaint/sbin/statusmap.cgi -share/netsaint/sbin/statuswrl.cgi -share/netsaint/side.html -@dirrm share/netsaint/sbin -@dirrm share/netsaint/images/logos -@dirrm share/netsaint/images -@dirrm share/netsaint/docs/images -@dirrm share/netsaint/docs -@dirrm share/netsaint diff --git a/net-mgmt/nagios2/scripts/checkps b/net-mgmt/nagios2/scripts/checkps deleted file mode 100644 index 61a4d67baaa7..000000000000 --- a/net-mgmt/nagios2/scripts/checkps +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh -/bin/ps 999999 2>&1 >/dev/null -if [ $? = 0 ]; then - echo "You need to upgrade to RELENG_3, RELENG_4, or HEAD sometime" - echo "after July 8, 2000 around 5:15AM UTC, so that ps(1) will" - echo "return an error code if a PID does not exist. Netsaint needs this!" - exit -else - echo "Great, you have a working ps(1)! Netsaint can build." -fi diff --git a/net-mgmt/nagios2/scripts/createuser b/net-mgmt/nagios2/scripts/createuser deleted file mode 100644 index ce858d738462..000000000000 --- a/net-mgmt/nagios2/scripts/createuser +++ /dev/null @@ -1,49 +0,0 @@ -#!/usr/bin/perl -# - -eval '(exit $?0)' && eval 'exec /usr/bin/perl -S $0 ${1+"$@"}' -& eval 'exec /usr/bin/perl -S $0 $argv:q' -if 0; - -if( $> ) { - print "\nYou must be root to run this step!\n\n"; - exit 1; -} - -if( getpwnam( "netsaint" ) ) { - ( $null, $null, $nsUID ) = getpwnam( "netsaint" ); -} else { - $nsUID = 70; - while( getpwuid( $nsUID ) ) { - $nsUID++; - } -} - -if( getgrnam( "netsaint" ) ) { - ( $null, $null, $nsGID ) = getgrnam( "netsaint" ); -} else { - $nsGID = 70; - while( getgrgid( $nsGID ) ) { - $nsGID++; - } - &append_file( "/etc/group", "netsaint:*:$nsGID:" ); -} - -print "netsaint user using uid $nsUID and gid $nsGID\n"; - -system( "/usr/bin/chpass -a \"netsaint:*:$nsUID:$nsGID\:\:0:0:Netsaint pseudo-user:$ENV{'PREFIX'}/netsaint:/bin/sh\"" ); - -sub append_file { - local($file,@list) = @_; - local($LOCK_EX) = 2; - local($LOCK_NB) = 4; - local($LOCK_UN) = 8; - - open(F, ">> $file") || die "$file: $!\n"; - while( ! flock( F, $LOCK_EX | $LOCK_NB ) ) { - exit 1; - } - print F join( "\n", @list) . "\n"; - close F; - flock( F, $LOCK_UN ); -} diff --git a/net-mgmt/net-snmp-devel/Makefile b/net-mgmt/net-snmp-devel/Makefile deleted file mode 100644 index 62f62e75af7f..000000000000 --- a/net-mgmt/net-snmp-devel/Makefile +++ /dev/null @@ -1,76 +0,0 @@ -# New ports collection makefile for: ucd-snmp -# Date created: 26 June 1996 -# Whom: gpalmer -# -# $FreeBSD$ -# - -PORTNAME= ucd-snmp -PORTVERSION= 4.1.2 -CATEGORIES= net ipv6 -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= billf@FreeBSD.org - -USE_AUTOCONF= yes -INSTALLS_SHLIB= yes -CONFIGURE_ARGS+= --enable-shared -.if defined(BATCH) -CONFIGURE_ARGS+= --with-defaults --with-sys-contact=nobody@no.where -.else -IS_INTERACTIVE= yes -.endif -USE_GMAKE= YES - -MAN1= snmpbulkget.1 snmpbulkwalk.1 snmpd.1 snmpdelta.1 snmpget.1 \ - snmpgetnext.1 snmpinform.1 snmpnetstat.1 snmpset.1 \ - snmpstatus.1 snmptable.1 snmptest.1 \ - snmptranslate.1 snmptrap.1 snmpwalk.1 snmpcmd.1 snmpusm.1 -MAN3= default_store.3 read_config.3 mib_api.3 snmp_agent_api.3 \ - snmp_alarm.3 snmp_api.3 snmp_close.3 snmp_free_pdu.3 \ - snmp_open.3 snmp_read.3 snmp_select_info.3 snmp_send.3 \ - snmp_sess_api.3 snmp_sess_async_send.3 snmp_sess_close.3 \ - snmp_sess_error.3 snmp_sess_init.3 snmp_sess_open.3 \ - snmp_sess_read.3 snmp_sess_select_info.3 snmp_sess_send.3 \ - snmp_sess_session.3 snmp_sess_timeout.3 snmp_timeout.3 \ - snmp_trap_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 ${OSVERSION} >= 400014 -CONFIGURE_ARGS+= --enable-ipv6 -.endif - -SHLIB_VERSION= 4 -PLIST_SUB+= shlib=${SHLIB_VERSION} - -post-patch: - @${CP} ${FILESDIR}/freebsd4.h ${WRKSRC}/s - -post-install: - @( cd ${PREFIX}/bin && strip ${BIN} ) - @( cd ${PREFIX}/sbin && strip ${SBIN} ) - @( cd ${PREFIX}/include/ucd-snmp && ${CHMOD} 644 * ) - @( cd ${PREFIX}/share/snmp/mibs && ${CHMOD} 644 * ) - @( cd ${PREFIX}/lib && ${LN} -f libsnmp.so.${SHLIB_VERSION} libsnmp.so ) - @( cd ${PREFIX}/lib && ${LN} -f libucdmibs.so.${SHLIB_VERSION} libucdmibs.so ) - @( cd ${PREFIX}/lib && ${LN} -f libucdagent.so.${SHLIB_VERSION} libucdagent.so ) - @${MKDIR} ${PREFIX}/share/examples/ucd-snmp - @for F in ${WRKSRC}/EXAMPLE.conf ${WRKSRC}/agent/mibgroup/examples/ucdDemoPublic.conf; 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."; \ - ${INSTALL_SCRIPT} -m 751 ${FILESDIR}/snmpd.sh.sample ${STARTUP_FILE}; \ - fi - -.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 8b00c91941d4..000000000000 --- a/net-mgmt/net-snmp-devel/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (ucd-snmp-4.1.2.tar.gz) = 378c8cf99e0845da4662fb72c956d20d 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 6f28af0a528f..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) || defined(freebsd5) -+ 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) || defined(freebsd5) -+ 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 546933895230..000000000000 --- a/net-mgmt/net-snmp-devel/files/patch-af +++ /dev/null @@ -1,14 +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,11 @@ - 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(freebsd5, 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_arch_require(freebsd5, ucd-snmp/memory_freebsd2) - config_add_mib(UCD-SNMP-MIB) diff --git a/net-mgmt/net-snmp-devel/files/patch-ag b/net-mgmt/net-snmp-devel/files/patch-ag deleted file mode 100644 index 4f8dbd1fe650..000000000000 --- a/net-mgmt/net-snmp-devel/files/patch-ag +++ /dev/null @@ -1,11 +0,0 @@ ---- snmplib/ucd-snmp-includes.h.orig Wed Jan 20 18:18:42 1999 -+++ snmplib/ucd-snmp-includes.h Sat Aug 28 02:13:56 1999 -@@ -4,7 +4,7 @@ - #include <netinet/in.h> - - /* uncomment if you don't have in_addr_t in netinet/in.h */ --/* typedef u_int in_addr_t; */ -+typedef u_int in_addr_t; - - #include <ucd-snmp/asn1.h> - #include <ucd-snmp/snmp_api.h> diff --git a/net-mgmt/net-snmp-devel/files/patch-ah b/net-mgmt/net-snmp-devel/files/patch-ah deleted file mode 100644 index b80222ba72eb..000000000000 --- a/net-mgmt/net-snmp-devel/files/patch-ah +++ /dev/null @@ -1,8 +0,0 @@ ---- local/tkmib.orig Wed Jul 21 19:06:52 1999 -+++ local/tkmib Sat Aug 28 02:37:57 1999 -@@ -1,4 +1,4 @@ --#!/usr/local/bin/perl -w -+#!/usr/bin/perl -w - - require 5; - diff --git a/net-mgmt/net-snmp-devel/files/patch-ak b/net-mgmt/net-snmp-devel/files/patch-ak deleted file mode 100644 index 7ca23e85b748..000000000000 --- a/net-mgmt/net-snmp-devel/files/patch-ak +++ /dev/null @@ -1,21 +0,0 @@ ---- agent/Makefile.in.old Tue May 16 19:58:54 2000 -+++ agent/Makefile.in Tue May 16 20:00:26 2000 -@@ -51,10 +51,18 @@ - - libucdagent.$(SHLIB_EXTENSION)$(SHLIB_VERSION): ${LIBAGENTOBJS} libucdmibs.$(SHLIB_EXTENSION)$(SHLIB_VERSION) - $(SHLIB_LD_CMD) libucdagent.$(SHLIB_EXTENSION)$(SHLIB_VERSION) ${LIBAGENTOBJS} $(SHLIB_LD_LIBS) -+ ld -Bshareable -soname libucdagent.$(SHLIB_EXTENSION)$(SHLIB_VERSION) \ -+ -o libucdagent.$(SHLIB_EXTENSION) ${LIBAGENTOBJS} -+ ln -f libucdagent.$(SHLIB_EXTENSION) \ -+ libucdagent.$(SHLIB_EXTENSION)$(SHLIB_VERSION) - $(RANLIB) libucdagent.$(SHLIB_EXTENSION)$(SHLIB_VERSION) - - libucdmibs.$(SHLIB_EXTENSION)$(SHLIB_VERSION): ${MIBOBJS} - $(SHLIB_LD_CMD) libucdmibs.$(SHLIB_EXTENSION)$(SHLIB_VERSION) ${MIBOBJS} $(SHLIB_LD_LIBS) -+ ld -Bshareable -soname libucdmibs.$(SHLIB_EXTENSION)$(SHLIB_VERSION) \ -+ -o libucdmibs.$(SHLIB_EXTENSION) ${MIBOBJS} -+ ln -f libucdmibs.$(SHLIB_EXTENSION) \ -+ libucdmibs.$(SHLIB_EXTENSION)$(SHLIB_VERSION) - $(RANLIB) libucdmibs.$(SHLIB_EXTENSION)$(SHLIB_VERSION) - - clean: diff --git a/net-mgmt/net-snmp-devel/files/patch-al b/net-mgmt/net-snmp-devel/files/patch-al deleted file mode 100644 index c2464056b6bc..000000000000 --- a/net-mgmt/net-snmp-devel/files/patch-al +++ /dev/null @@ -1,29 +0,0 @@ ---- configure.in~ Sat May 6 01:46:26 2000 -+++ configure.in Wed May 17 11:09:08 2000 -@@ -1286,6 +1286,26 @@ - AC_CACHE_CHECK(type of rtentry structure,ac_cv_RTENTRY_TYPE, - [ - -+dnl 4.4 compatible but renamed on FreeBSD -+AC_TRY_COMPILE([ -+#include <sys/types.h> -+#define KERNEL -+#define _KERNEL -+#include <sys/socket.h> -+#undef KERNEL -+#undef _KERNEL -+#include <net/route.h> -+],[ -+ -+#ifndef STRUCT_RTENTRY_HAS_RT_DST -+#define rt_dst rt_nodes->rn_key -+#endif -+ -+ struct rtentry rt; -+ rt.rt_nodes[0].rn_bit = 1; -+ rt.rt_dst; -+ ], ac_cv_RTENTRY_TYPE="BSD-4.4") -+ - dnl 4.4 compat - AC_TRY_COMPILE([ - #include <sys/types.h> diff --git a/net-mgmt/net-snmp-devel/files/patch-am b/net-mgmt/net-snmp-devel/files/patch-am deleted file mode 100644 index 0ad08d546705..000000000000 --- a/net-mgmt/net-snmp-devel/files/patch-am +++ /dev/null @@ -1,12 +0,0 @@ ---- agent/mibgroup/ucd-snmp/vmstat_freebsd2.c~ Sat Dec 18 08:41:14 1999 -+++ agent/mibgroup/ucd-snmp/vmstat_freebsd2.c Wed May 17 11:18:59 2000 -@@ -9,6 +9,9 @@ - #include <sys/time.h> - #include <sys/proc.h> - #include <sys/dkstat.h> -+#ifdef freebsd5 -+#include <sys/bio.h> -+#endif - #include <sys/buf.h> - #include <sys/uio.h> - #include <sys/namei.h> diff --git a/net-mgmt/net-snmp-devel/files/patch-an b/net-mgmt/net-snmp-devel/files/patch-an deleted file mode 100644 index 8153ba8c5653..000000000000 --- a/net-mgmt/net-snmp-devel/files/patch-an +++ /dev/null @@ -1,12 +0,0 @@ ---- agent/mibgroup/ucd-snmp/memory_freebsd2.c~ Tue Mar 14 06:27:00 2000 -+++ agent/mibgroup/ucd-snmp/memory_freebsd2.c Wed May 17 11:19:23 2000 -@@ -10,6 +10,9 @@ - #include <sys/time.h> - #include <sys/proc.h> - #include <sys/dkstat.h> -+#ifdef freebsd5 -+#include <sys/bio.h> -+#endif - #include <sys/buf.h> - #include <sys/uio.h> - #include <sys/namei.h> diff --git a/net-mgmt/net-snmp-devel/files/snmpd.sh.sample b/net-mgmt/net-snmp-devel/files/snmpd.sh.sample deleted file mode 100644 index 71f8b504ce81..000000000000 --- a/net-mgmt/net-snmp-devel/files/snmpd.sh.sample +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/sh - -if ! PREFIX=$(expr $0 : "\(/.*\)/etc/rc\.d/$(basename $0)\$"); then - echo "$0: Cannot determine the PREFIX" >&2 - exit 1 -fi - -case "$1" in -start) - [ -x ${PREFIX}/sbin/snmpd ] && ${PREFIX}/sbin/snmpd && echo -n ' snmpd' - ;; -stop) - killall snmpd && echo -n ' snmpd' - ;; -*) - echo "Usage: `basename $0` {start|stop}" >&2 - ;; -esac - -exit 0 diff --git a/net-mgmt/net-snmp-devel/pkg-comment b/net-mgmt/net-snmp-devel/pkg-comment deleted file mode 100644 index fbaaa7ab347c..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 f14ce4af4ab9..000000000000 --- a/net-mgmt/net-snmp-devel/pkg-plist +++ /dev/null @@ -1,105 +0,0 @@ -bin/encode_keychange -bin/snmpbulkget -bin/snmpbulkwalk -bin/snmpcheck -bin/snmpdelta -bin/snmpget -bin/snmpgetnext -bin/snmpinform -bin/snmpnetstat -bin/snmpset -bin/snmpstatus -bin/snmptable -bin/snmptest -bin/snmptranslate -bin/snmptrap -bin/snmpusm -bin/snmpwalk -bin/tkmib -etc/rc.d/snmpd.sh.sample -include/ucd-snmp/agent_read_config.h -include/ucd-snmp/agent_registry.h -include/ucd-snmp/agent_trap.h -include/ucd-snmp/asn1.h -include/ucd-snmp/auto_nlist.h -include/ucd-snmp/callback.h -include/ucd-snmp/default_store.h -include/ucd-snmp/ds_agent.h -include/ucd-snmp/header_complex.h -include/ucd-snmp/int64.h -include/ucd-snmp/keytools.h -include/ucd-snmp/mib.h -include/ucd-snmp/mibincl.h -include/ucd-snmp/parse.h -include/ucd-snmp/read_config.h -include/ucd-snmp/scapi.h -include/ucd-snmp/snmp.h -include/ucd-snmp/snmp_agent.h -include/ucd-snmp/snmp_alarm.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_logging.h -include/ucd-snmp/snmp_vars.h -include/ucd-snmp/snmpv3.h -include/ucd-snmp/struct.h -include/ucd-snmp/system.h -include/ucd-snmp/tools.h -include/ucd-snmp/transform_oids.h -include/ucd-snmp/ucd-snmp-agent-includes.h -include/ucd-snmp/ucd-snmp-config.h -include/ucd-snmp/ucd-snmp-includes.h -include/ucd-snmp/util_funcs.h -include/ucd-snmp/var_struct.h -include/ucd-snmp/version.h -@dirrm include/ucd-snmp -lib/libsnmp.so -lib/libsnmp.so.%%shlib%% -lib/libucdagent.so -lib/libucdagent.so.%%shlib%% -lib/libucdmibs.so -lib/libucdmibs.so.%%shlib%% -sbin/snmpd -sbin/snmptrapd -share/examples/ucd-snmp/EXAMPLE.conf -share/examples/ucd-snmp/ucdDemoPublic.conf -@dirrm share/examples/ucd-snmp -share/snmp/mibs/DISMAN-SCRIPT-MIB.txt -share/snmp/mibs/EtherLike-MIB.txt -share/snmp/mibs/HOST-RESOURCES-MIB.txt -share/snmp/mibs/HOST-RESOURCES-TYPES.txt -share/snmp/mibs/IANAifType-MIB.txt -share/snmp/mibs/IF-MIB.txt -share/snmp/mibs/IP-MIB.txt -share/snmp/mibs/IPV6-ICMP-MIB.txt -share/snmp/mibs/IPV6-MIB.txt -share/snmp/mibs/IPV6-TC.txt -share/snmp/mibs/IPV6-TCP-MIB.txt -share/snmp/mibs/IPV6-UDP-MIB.txt -share/snmp/mibs/RFC1155-SMI.txt -share/snmp/mibs/RFC1213-MIB.txt -share/snmp/mibs/RMON-MIB.txt -share/snmp/mibs/SNMP-COMMUNITY-MIB.txt -share/snmp/mibs/SNMP-FRAMEWORK-MIB.txt -share/snmp/mibs/SNMP-MPD-MIB.txt -share/snmp/mibs/SNMP-NOTIFICATION-MIB.txt -share/snmp/mibs/SNMP-PROXY-MIB.txt -share/snmp/mibs/SNMP-TARGET-MIB.txt -share/snmp/mibs/SNMP-USER-BASED-SM-MIB.txt -share/snmp/mibs/SNMP-VIEW-BASED-ACM-MIB.txt -share/snmp/mibs/SNMPv2-CONF.txt -share/snmp/mibs/SNMPv2-MIB.txt -share/snmp/mibs/SNMPv2-SMI.txt -share/snmp/mibs/SNMPv2-TC.txt -share/snmp/mibs/SNMPv2-TM.txt -share/snmp/mibs/TCP-MIB.txt -share/snmp/mibs/UCD-DEMO-MIB.txt -share/snmp/mibs/UCD-DISKIO-MIB.txt -share/snmp/mibs/UCD-DLMOD-MIB.txt -share/snmp/mibs/UCD-IPFWACC-MIB.txt -share/snmp/mibs/UCD-SNMP-MIB.txt -share/snmp/mibs/UDP-MIB.txt -@unexec rm -f %D/share/snmp/mibs/.index -@dirrm share/snmp/mibs -@dirrm share/snmp diff --git a/net-mgmt/net-snmp/Makefile b/net-mgmt/net-snmp/Makefile deleted file mode 100644 index 62f62e75af7f..000000000000 --- a/net-mgmt/net-snmp/Makefile +++ /dev/null @@ -1,76 +0,0 @@ -# New ports collection makefile for: ucd-snmp -# Date created: 26 June 1996 -# Whom: gpalmer -# -# $FreeBSD$ -# - -PORTNAME= ucd-snmp -PORTVERSION= 4.1.2 -CATEGORIES= net ipv6 -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= billf@FreeBSD.org - -USE_AUTOCONF= yes -INSTALLS_SHLIB= yes -CONFIGURE_ARGS+= --enable-shared -.if defined(BATCH) -CONFIGURE_ARGS+= --with-defaults --with-sys-contact=nobody@no.where -.else -IS_INTERACTIVE= yes -.endif -USE_GMAKE= YES - -MAN1= snmpbulkget.1 snmpbulkwalk.1 snmpd.1 snmpdelta.1 snmpget.1 \ - snmpgetnext.1 snmpinform.1 snmpnetstat.1 snmpset.1 \ - snmpstatus.1 snmptable.1 snmptest.1 \ - snmptranslate.1 snmptrap.1 snmpwalk.1 snmpcmd.1 snmpusm.1 -MAN3= default_store.3 read_config.3 mib_api.3 snmp_agent_api.3 \ - snmp_alarm.3 snmp_api.3 snmp_close.3 snmp_free_pdu.3 \ - snmp_open.3 snmp_read.3 snmp_select_info.3 snmp_send.3 \ - snmp_sess_api.3 snmp_sess_async_send.3 snmp_sess_close.3 \ - snmp_sess_error.3 snmp_sess_init.3 snmp_sess_open.3 \ - snmp_sess_read.3 snmp_sess_select_info.3 snmp_sess_send.3 \ - snmp_sess_session.3 snmp_sess_timeout.3 snmp_timeout.3 \ - snmp_trap_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 ${OSVERSION} >= 400014 -CONFIGURE_ARGS+= --enable-ipv6 -.endif - -SHLIB_VERSION= 4 -PLIST_SUB+= shlib=${SHLIB_VERSION} - -post-patch: - @${CP} ${FILESDIR}/freebsd4.h ${WRKSRC}/s - -post-install: - @( cd ${PREFIX}/bin && strip ${BIN} ) - @( cd ${PREFIX}/sbin && strip ${SBIN} ) - @( cd ${PREFIX}/include/ucd-snmp && ${CHMOD} 644 * ) - @( cd ${PREFIX}/share/snmp/mibs && ${CHMOD} 644 * ) - @( cd ${PREFIX}/lib && ${LN} -f libsnmp.so.${SHLIB_VERSION} libsnmp.so ) - @( cd ${PREFIX}/lib && ${LN} -f libucdmibs.so.${SHLIB_VERSION} libucdmibs.so ) - @( cd ${PREFIX}/lib && ${LN} -f libucdagent.so.${SHLIB_VERSION} libucdagent.so ) - @${MKDIR} ${PREFIX}/share/examples/ucd-snmp - @for F in ${WRKSRC}/EXAMPLE.conf ${WRKSRC}/agent/mibgroup/examples/ucdDemoPublic.conf; 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."; \ - ${INSTALL_SCRIPT} -m 751 ${FILESDIR}/snmpd.sh.sample ${STARTUP_FILE}; \ - fi - -.include <bsd.port.post.mk> diff --git a/net-mgmt/net-snmp/distinfo b/net-mgmt/net-snmp/distinfo deleted file mode 100644 index 8b00c91941d4..000000000000 --- a/net-mgmt/net-snmp/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (ucd-snmp-4.1.2.tar.gz) = 378c8cf99e0845da4662fb72c956d20d 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 6f28af0a528f..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) || defined(freebsd5) -+ 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) || defined(freebsd5) -+ 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 546933895230..000000000000 --- a/net-mgmt/net-snmp/files/patch-af +++ /dev/null @@ -1,14 +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,11 @@ - 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(freebsd5, 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_arch_require(freebsd5, ucd-snmp/memory_freebsd2) - config_add_mib(UCD-SNMP-MIB) diff --git a/net-mgmt/net-snmp/files/patch-ag b/net-mgmt/net-snmp/files/patch-ag deleted file mode 100644 index 4f8dbd1fe650..000000000000 --- a/net-mgmt/net-snmp/files/patch-ag +++ /dev/null @@ -1,11 +0,0 @@ ---- snmplib/ucd-snmp-includes.h.orig Wed Jan 20 18:18:42 1999 -+++ snmplib/ucd-snmp-includes.h Sat Aug 28 02:13:56 1999 -@@ -4,7 +4,7 @@ - #include <netinet/in.h> - - /* uncomment if you don't have in_addr_t in netinet/in.h */ --/* typedef u_int in_addr_t; */ -+typedef u_int in_addr_t; - - #include <ucd-snmp/asn1.h> - #include <ucd-snmp/snmp_api.h> diff --git a/net-mgmt/net-snmp/files/patch-ah b/net-mgmt/net-snmp/files/patch-ah deleted file mode 100644 index b80222ba72eb..000000000000 --- a/net-mgmt/net-snmp/files/patch-ah +++ /dev/null @@ -1,8 +0,0 @@ ---- local/tkmib.orig Wed Jul 21 19:06:52 1999 -+++ local/tkmib Sat Aug 28 02:37:57 1999 -@@ -1,4 +1,4 @@ --#!/usr/local/bin/perl -w -+#!/usr/bin/perl -w - - require 5; - diff --git a/net-mgmt/net-snmp/files/patch-ak b/net-mgmt/net-snmp/files/patch-ak deleted file mode 100644 index 7ca23e85b748..000000000000 --- a/net-mgmt/net-snmp/files/patch-ak +++ /dev/null @@ -1,21 +0,0 @@ ---- agent/Makefile.in.old Tue May 16 19:58:54 2000 -+++ agent/Makefile.in Tue May 16 20:00:26 2000 -@@ -51,10 +51,18 @@ - - libucdagent.$(SHLIB_EXTENSION)$(SHLIB_VERSION): ${LIBAGENTOBJS} libucdmibs.$(SHLIB_EXTENSION)$(SHLIB_VERSION) - $(SHLIB_LD_CMD) libucdagent.$(SHLIB_EXTENSION)$(SHLIB_VERSION) ${LIBAGENTOBJS} $(SHLIB_LD_LIBS) -+ ld -Bshareable -soname libucdagent.$(SHLIB_EXTENSION)$(SHLIB_VERSION) \ -+ -o libucdagent.$(SHLIB_EXTENSION) ${LIBAGENTOBJS} -+ ln -f libucdagent.$(SHLIB_EXTENSION) \ -+ libucdagent.$(SHLIB_EXTENSION)$(SHLIB_VERSION) - $(RANLIB) libucdagent.$(SHLIB_EXTENSION)$(SHLIB_VERSION) - - libucdmibs.$(SHLIB_EXTENSION)$(SHLIB_VERSION): ${MIBOBJS} - $(SHLIB_LD_CMD) libucdmibs.$(SHLIB_EXTENSION)$(SHLIB_VERSION) ${MIBOBJS} $(SHLIB_LD_LIBS) -+ ld -Bshareable -soname libucdmibs.$(SHLIB_EXTENSION)$(SHLIB_VERSION) \ -+ -o libucdmibs.$(SHLIB_EXTENSION) ${MIBOBJS} -+ ln -f libucdmibs.$(SHLIB_EXTENSION) \ -+ libucdmibs.$(SHLIB_EXTENSION)$(SHLIB_VERSION) - $(RANLIB) libucdmibs.$(SHLIB_EXTENSION)$(SHLIB_VERSION) - - clean: diff --git a/net-mgmt/net-snmp/files/patch-al b/net-mgmt/net-snmp/files/patch-al deleted file mode 100644 index c2464056b6bc..000000000000 --- a/net-mgmt/net-snmp/files/patch-al +++ /dev/null @@ -1,29 +0,0 @@ ---- configure.in~ Sat May 6 01:46:26 2000 -+++ configure.in Wed May 17 11:09:08 2000 -@@ -1286,6 +1286,26 @@ - AC_CACHE_CHECK(type of rtentry structure,ac_cv_RTENTRY_TYPE, - [ - -+dnl 4.4 compatible but renamed on FreeBSD -+AC_TRY_COMPILE([ -+#include <sys/types.h> -+#define KERNEL -+#define _KERNEL -+#include <sys/socket.h> -+#undef KERNEL -+#undef _KERNEL -+#include <net/route.h> -+],[ -+ -+#ifndef STRUCT_RTENTRY_HAS_RT_DST -+#define rt_dst rt_nodes->rn_key -+#endif -+ -+ struct rtentry rt; -+ rt.rt_nodes[0].rn_bit = 1; -+ rt.rt_dst; -+ ], ac_cv_RTENTRY_TYPE="BSD-4.4") -+ - dnl 4.4 compat - AC_TRY_COMPILE([ - #include <sys/types.h> diff --git a/net-mgmt/net-snmp/files/patch-am b/net-mgmt/net-snmp/files/patch-am deleted file mode 100644 index 0ad08d546705..000000000000 --- a/net-mgmt/net-snmp/files/patch-am +++ /dev/null @@ -1,12 +0,0 @@ ---- agent/mibgroup/ucd-snmp/vmstat_freebsd2.c~ Sat Dec 18 08:41:14 1999 -+++ agent/mibgroup/ucd-snmp/vmstat_freebsd2.c Wed May 17 11:18:59 2000 -@@ -9,6 +9,9 @@ - #include <sys/time.h> - #include <sys/proc.h> - #include <sys/dkstat.h> -+#ifdef freebsd5 -+#include <sys/bio.h> -+#endif - #include <sys/buf.h> - #include <sys/uio.h> - #include <sys/namei.h> diff --git a/net-mgmt/net-snmp/files/patch-an b/net-mgmt/net-snmp/files/patch-an deleted file mode 100644 index 8153ba8c5653..000000000000 --- a/net-mgmt/net-snmp/files/patch-an +++ /dev/null @@ -1,12 +0,0 @@ ---- agent/mibgroup/ucd-snmp/memory_freebsd2.c~ Tue Mar 14 06:27:00 2000 -+++ agent/mibgroup/ucd-snmp/memory_freebsd2.c Wed May 17 11:19:23 2000 -@@ -10,6 +10,9 @@ - #include <sys/time.h> - #include <sys/proc.h> - #include <sys/dkstat.h> -+#ifdef freebsd5 -+#include <sys/bio.h> -+#endif - #include <sys/buf.h> - #include <sys/uio.h> - #include <sys/namei.h> diff --git a/net-mgmt/net-snmp/files/snmpd.sh.sample b/net-mgmt/net-snmp/files/snmpd.sh.sample deleted file mode 100644 index 71f8b504ce81..000000000000 --- a/net-mgmt/net-snmp/files/snmpd.sh.sample +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/sh - -if ! PREFIX=$(expr $0 : "\(/.*\)/etc/rc\.d/$(basename $0)\$"); then - echo "$0: Cannot determine the PREFIX" >&2 - exit 1 -fi - -case "$1" in -start) - [ -x ${PREFIX}/sbin/snmpd ] && ${PREFIX}/sbin/snmpd && echo -n ' snmpd' - ;; -stop) - killall snmpd && echo -n ' snmpd' - ;; -*) - echo "Usage: `basename $0` {start|stop}" >&2 - ;; -esac - -exit 0 diff --git a/net-mgmt/net-snmp/pkg-comment b/net-mgmt/net-snmp/pkg-comment deleted file mode 100644 index fbaaa7ab347c..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 f14ce4af4ab9..000000000000 --- a/net-mgmt/net-snmp/pkg-plist +++ /dev/null @@ -1,105 +0,0 @@ -bin/encode_keychange -bin/snmpbulkget -bin/snmpbulkwalk -bin/snmpcheck -bin/snmpdelta -bin/snmpget -bin/snmpgetnext -bin/snmpinform -bin/snmpnetstat -bin/snmpset -bin/snmpstatus -bin/snmptable -bin/snmptest -bin/snmptranslate -bin/snmptrap -bin/snmpusm -bin/snmpwalk -bin/tkmib -etc/rc.d/snmpd.sh.sample -include/ucd-snmp/agent_read_config.h -include/ucd-snmp/agent_registry.h -include/ucd-snmp/agent_trap.h -include/ucd-snmp/asn1.h -include/ucd-snmp/auto_nlist.h -include/ucd-snmp/callback.h -include/ucd-snmp/default_store.h -include/ucd-snmp/ds_agent.h -include/ucd-snmp/header_complex.h -include/ucd-snmp/int64.h -include/ucd-snmp/keytools.h -include/ucd-snmp/mib.h -include/ucd-snmp/mibincl.h -include/ucd-snmp/parse.h -include/ucd-snmp/read_config.h -include/ucd-snmp/scapi.h -include/ucd-snmp/snmp.h -include/ucd-snmp/snmp_agent.h -include/ucd-snmp/snmp_alarm.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_logging.h -include/ucd-snmp/snmp_vars.h -include/ucd-snmp/snmpv3.h -include/ucd-snmp/struct.h -include/ucd-snmp/system.h -include/ucd-snmp/tools.h -include/ucd-snmp/transform_oids.h -include/ucd-snmp/ucd-snmp-agent-includes.h -include/ucd-snmp/ucd-snmp-config.h -include/ucd-snmp/ucd-snmp-includes.h -include/ucd-snmp/util_funcs.h -include/ucd-snmp/var_struct.h -include/ucd-snmp/version.h -@dirrm include/ucd-snmp -lib/libsnmp.so -lib/libsnmp.so.%%shlib%% -lib/libucdagent.so -lib/libucdagent.so.%%shlib%% -lib/libucdmibs.so -lib/libucdmibs.so.%%shlib%% -sbin/snmpd -sbin/snmptrapd -share/examples/ucd-snmp/EXAMPLE.conf -share/examples/ucd-snmp/ucdDemoPublic.conf -@dirrm share/examples/ucd-snmp -share/snmp/mibs/DISMAN-SCRIPT-MIB.txt -share/snmp/mibs/EtherLike-MIB.txt -share/snmp/mibs/HOST-RESOURCES-MIB.txt -share/snmp/mibs/HOST-RESOURCES-TYPES.txt -share/snmp/mibs/IANAifType-MIB.txt -share/snmp/mibs/IF-MIB.txt -share/snmp/mibs/IP-MIB.txt -share/snmp/mibs/IPV6-ICMP-MIB.txt -share/snmp/mibs/IPV6-MIB.txt -share/snmp/mibs/IPV6-TC.txt -share/snmp/mibs/IPV6-TCP-MIB.txt -share/snmp/mibs/IPV6-UDP-MIB.txt -share/snmp/mibs/RFC1155-SMI.txt -share/snmp/mibs/RFC1213-MIB.txt -share/snmp/mibs/RMON-MIB.txt -share/snmp/mibs/SNMP-COMMUNITY-MIB.txt -share/snmp/mibs/SNMP-FRAMEWORK-MIB.txt -share/snmp/mibs/SNMP-MPD-MIB.txt -share/snmp/mibs/SNMP-NOTIFICATION-MIB.txt -share/snmp/mibs/SNMP-PROXY-MIB.txt -share/snmp/mibs/SNMP-TARGET-MIB.txt -share/snmp/mibs/SNMP-USER-BASED-SM-MIB.txt -share/snmp/mibs/SNMP-VIEW-BASED-ACM-MIB.txt -share/snmp/mibs/SNMPv2-CONF.txt -share/snmp/mibs/SNMPv2-MIB.txt -share/snmp/mibs/SNMPv2-SMI.txt -share/snmp/mibs/SNMPv2-TC.txt -share/snmp/mibs/SNMPv2-TM.txt -share/snmp/mibs/TCP-MIB.txt -share/snmp/mibs/UCD-DEMO-MIB.txt -share/snmp/mibs/UCD-DISKIO-MIB.txt -share/snmp/mibs/UCD-DLMOD-MIB.txt -share/snmp/mibs/UCD-IPFWACC-MIB.txt -share/snmp/mibs/UCD-SNMP-MIB.txt -share/snmp/mibs/UDP-MIB.txt -@unexec rm -f %D/share/snmp/mibs/.index -@dirrm share/snmp/mibs -@dirrm share/snmp diff --git a/net-mgmt/net-snmp4/Makefile b/net-mgmt/net-snmp4/Makefile deleted file mode 100644 index 62f62e75af7f..000000000000 --- a/net-mgmt/net-snmp4/Makefile +++ /dev/null @@ -1,76 +0,0 @@ -# New ports collection makefile for: ucd-snmp -# Date created: 26 June 1996 -# Whom: gpalmer -# -# $FreeBSD$ -# - -PORTNAME= ucd-snmp -PORTVERSION= 4.1.2 -CATEGORIES= net ipv6 -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= billf@FreeBSD.org - -USE_AUTOCONF= yes -INSTALLS_SHLIB= yes -CONFIGURE_ARGS+= --enable-shared -.if defined(BATCH) -CONFIGURE_ARGS+= --with-defaults --with-sys-contact=nobody@no.where -.else -IS_INTERACTIVE= yes -.endif -USE_GMAKE= YES - -MAN1= snmpbulkget.1 snmpbulkwalk.1 snmpd.1 snmpdelta.1 snmpget.1 \ - snmpgetnext.1 snmpinform.1 snmpnetstat.1 snmpset.1 \ - snmpstatus.1 snmptable.1 snmptest.1 \ - snmptranslate.1 snmptrap.1 snmpwalk.1 snmpcmd.1 snmpusm.1 -MAN3= default_store.3 read_config.3 mib_api.3 snmp_agent_api.3 \ - snmp_alarm.3 snmp_api.3 snmp_close.3 snmp_free_pdu.3 \ - snmp_open.3 snmp_read.3 snmp_select_info.3 snmp_send.3 \ - snmp_sess_api.3 snmp_sess_async_send.3 snmp_sess_close.3 \ - snmp_sess_error.3 snmp_sess_init.3 snmp_sess_open.3 \ - snmp_sess_read.3 snmp_sess_select_info.3 snmp_sess_send.3 \ - snmp_sess_session.3 snmp_sess_timeout.3 snmp_timeout.3 \ - snmp_trap_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 ${OSVERSION} >= 400014 -CONFIGURE_ARGS+= --enable-ipv6 -.endif - -SHLIB_VERSION= 4 -PLIST_SUB+= shlib=${SHLIB_VERSION} - -post-patch: - @${CP} ${FILESDIR}/freebsd4.h ${WRKSRC}/s - -post-install: - @( cd ${PREFIX}/bin && strip ${BIN} ) - @( cd ${PREFIX}/sbin && strip ${SBIN} ) - @( cd ${PREFIX}/include/ucd-snmp && ${CHMOD} 644 * ) - @( cd ${PREFIX}/share/snmp/mibs && ${CHMOD} 644 * ) - @( cd ${PREFIX}/lib && ${LN} -f libsnmp.so.${SHLIB_VERSION} libsnmp.so ) - @( cd ${PREFIX}/lib && ${LN} -f libucdmibs.so.${SHLIB_VERSION} libucdmibs.so ) - @( cd ${PREFIX}/lib && ${LN} -f libucdagent.so.${SHLIB_VERSION} libucdagent.so ) - @${MKDIR} ${PREFIX}/share/examples/ucd-snmp - @for F in ${WRKSRC}/EXAMPLE.conf ${WRKSRC}/agent/mibgroup/examples/ucdDemoPublic.conf; 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."; \ - ${INSTALL_SCRIPT} -m 751 ${FILESDIR}/snmpd.sh.sample ${STARTUP_FILE}; \ - fi - -.include <bsd.port.post.mk> diff --git a/net-mgmt/net-snmp4/distinfo b/net-mgmt/net-snmp4/distinfo deleted file mode 100644 index 8b00c91941d4..000000000000 --- a/net-mgmt/net-snmp4/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (ucd-snmp-4.1.2.tar.gz) = 378c8cf99e0845da4662fb72c956d20d 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 6f28af0a528f..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) || defined(freebsd5) -+ 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) || defined(freebsd5) -+ 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 546933895230..000000000000 --- a/net-mgmt/net-snmp4/files/patch-af +++ /dev/null @@ -1,14 +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,11 @@ - 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(freebsd5, 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_arch_require(freebsd5, ucd-snmp/memory_freebsd2) - config_add_mib(UCD-SNMP-MIB) diff --git a/net-mgmt/net-snmp4/files/patch-ag b/net-mgmt/net-snmp4/files/patch-ag deleted file mode 100644 index 4f8dbd1fe650..000000000000 --- a/net-mgmt/net-snmp4/files/patch-ag +++ /dev/null @@ -1,11 +0,0 @@ ---- snmplib/ucd-snmp-includes.h.orig Wed Jan 20 18:18:42 1999 -+++ snmplib/ucd-snmp-includes.h Sat Aug 28 02:13:56 1999 -@@ -4,7 +4,7 @@ - #include <netinet/in.h> - - /* uncomment if you don't have in_addr_t in netinet/in.h */ --/* typedef u_int in_addr_t; */ -+typedef u_int in_addr_t; - - #include <ucd-snmp/asn1.h> - #include <ucd-snmp/snmp_api.h> diff --git a/net-mgmt/net-snmp4/files/patch-ah b/net-mgmt/net-snmp4/files/patch-ah deleted file mode 100644 index b80222ba72eb..000000000000 --- a/net-mgmt/net-snmp4/files/patch-ah +++ /dev/null @@ -1,8 +0,0 @@ ---- local/tkmib.orig Wed Jul 21 19:06:52 1999 -+++ local/tkmib Sat Aug 28 02:37:57 1999 -@@ -1,4 +1,4 @@ --#!/usr/local/bin/perl -w -+#!/usr/bin/perl -w - - require 5; - diff --git a/net-mgmt/net-snmp4/files/patch-ak b/net-mgmt/net-snmp4/files/patch-ak deleted file mode 100644 index 7ca23e85b748..000000000000 --- a/net-mgmt/net-snmp4/files/patch-ak +++ /dev/null @@ -1,21 +0,0 @@ ---- agent/Makefile.in.old Tue May 16 19:58:54 2000 -+++ agent/Makefile.in Tue May 16 20:00:26 2000 -@@ -51,10 +51,18 @@ - - libucdagent.$(SHLIB_EXTENSION)$(SHLIB_VERSION): ${LIBAGENTOBJS} libucdmibs.$(SHLIB_EXTENSION)$(SHLIB_VERSION) - $(SHLIB_LD_CMD) libucdagent.$(SHLIB_EXTENSION)$(SHLIB_VERSION) ${LIBAGENTOBJS} $(SHLIB_LD_LIBS) -+ ld -Bshareable -soname libucdagent.$(SHLIB_EXTENSION)$(SHLIB_VERSION) \ -+ -o libucdagent.$(SHLIB_EXTENSION) ${LIBAGENTOBJS} -+ ln -f libucdagent.$(SHLIB_EXTENSION) \ -+ libucdagent.$(SHLIB_EXTENSION)$(SHLIB_VERSION) - $(RANLIB) libucdagent.$(SHLIB_EXTENSION)$(SHLIB_VERSION) - - libucdmibs.$(SHLIB_EXTENSION)$(SHLIB_VERSION): ${MIBOBJS} - $(SHLIB_LD_CMD) libucdmibs.$(SHLIB_EXTENSION)$(SHLIB_VERSION) ${MIBOBJS} $(SHLIB_LD_LIBS) -+ ld -Bshareable -soname libucdmibs.$(SHLIB_EXTENSION)$(SHLIB_VERSION) \ -+ -o libucdmibs.$(SHLIB_EXTENSION) ${MIBOBJS} -+ ln -f libucdmibs.$(SHLIB_EXTENSION) \ -+ libucdmibs.$(SHLIB_EXTENSION)$(SHLIB_VERSION) - $(RANLIB) libucdmibs.$(SHLIB_EXTENSION)$(SHLIB_VERSION) - - clean: diff --git a/net-mgmt/net-snmp4/files/patch-al b/net-mgmt/net-snmp4/files/patch-al deleted file mode 100644 index c2464056b6bc..000000000000 --- a/net-mgmt/net-snmp4/files/patch-al +++ /dev/null @@ -1,29 +0,0 @@ ---- configure.in~ Sat May 6 01:46:26 2000 -+++ configure.in Wed May 17 11:09:08 2000 -@@ -1286,6 +1286,26 @@ - AC_CACHE_CHECK(type of rtentry structure,ac_cv_RTENTRY_TYPE, - [ - -+dnl 4.4 compatible but renamed on FreeBSD -+AC_TRY_COMPILE([ -+#include <sys/types.h> -+#define KERNEL -+#define _KERNEL -+#include <sys/socket.h> -+#undef KERNEL -+#undef _KERNEL -+#include <net/route.h> -+],[ -+ -+#ifndef STRUCT_RTENTRY_HAS_RT_DST -+#define rt_dst rt_nodes->rn_key -+#endif -+ -+ struct rtentry rt; -+ rt.rt_nodes[0].rn_bit = 1; -+ rt.rt_dst; -+ ], ac_cv_RTENTRY_TYPE="BSD-4.4") -+ - dnl 4.4 compat - AC_TRY_COMPILE([ - #include <sys/types.h> diff --git a/net-mgmt/net-snmp4/files/patch-am b/net-mgmt/net-snmp4/files/patch-am deleted file mode 100644 index 0ad08d546705..000000000000 --- a/net-mgmt/net-snmp4/files/patch-am +++ /dev/null @@ -1,12 +0,0 @@ ---- agent/mibgroup/ucd-snmp/vmstat_freebsd2.c~ Sat Dec 18 08:41:14 1999 -+++ agent/mibgroup/ucd-snmp/vmstat_freebsd2.c Wed May 17 11:18:59 2000 -@@ -9,6 +9,9 @@ - #include <sys/time.h> - #include <sys/proc.h> - #include <sys/dkstat.h> -+#ifdef freebsd5 -+#include <sys/bio.h> -+#endif - #include <sys/buf.h> - #include <sys/uio.h> - #include <sys/namei.h> diff --git a/net-mgmt/net-snmp4/files/patch-an b/net-mgmt/net-snmp4/files/patch-an deleted file mode 100644 index 8153ba8c5653..000000000000 --- a/net-mgmt/net-snmp4/files/patch-an +++ /dev/null @@ -1,12 +0,0 @@ ---- agent/mibgroup/ucd-snmp/memory_freebsd2.c~ Tue Mar 14 06:27:00 2000 -+++ agent/mibgroup/ucd-snmp/memory_freebsd2.c Wed May 17 11:19:23 2000 -@@ -10,6 +10,9 @@ - #include <sys/time.h> - #include <sys/proc.h> - #include <sys/dkstat.h> -+#ifdef freebsd5 -+#include <sys/bio.h> -+#endif - #include <sys/buf.h> - #include <sys/uio.h> - #include <sys/namei.h> diff --git a/net-mgmt/net-snmp4/files/snmpd.sh.sample b/net-mgmt/net-snmp4/files/snmpd.sh.sample deleted file mode 100644 index 71f8b504ce81..000000000000 --- a/net-mgmt/net-snmp4/files/snmpd.sh.sample +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/sh - -if ! PREFIX=$(expr $0 : "\(/.*\)/etc/rc\.d/$(basename $0)\$"); then - echo "$0: Cannot determine the PREFIX" >&2 - exit 1 -fi - -case "$1" in -start) - [ -x ${PREFIX}/sbin/snmpd ] && ${PREFIX}/sbin/snmpd && echo -n ' snmpd' - ;; -stop) - killall snmpd && echo -n ' snmpd' - ;; -*) - echo "Usage: `basename $0` {start|stop}" >&2 - ;; -esac - -exit 0 diff --git a/net-mgmt/net-snmp4/pkg-comment b/net-mgmt/net-snmp4/pkg-comment deleted file mode 100644 index fbaaa7ab347c..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 f14ce4af4ab9..000000000000 --- a/net-mgmt/net-snmp4/pkg-plist +++ /dev/null @@ -1,105 +0,0 @@ -bin/encode_keychange -bin/snmpbulkget -bin/snmpbulkwalk -bin/snmpcheck -bin/snmpdelta -bin/snmpget -bin/snmpgetnext -bin/snmpinform -bin/snmpnetstat -bin/snmpset -bin/snmpstatus -bin/snmptable -bin/snmptest -bin/snmptranslate -bin/snmptrap -bin/snmpusm -bin/snmpwalk -bin/tkmib -etc/rc.d/snmpd.sh.sample -include/ucd-snmp/agent_read_config.h -include/ucd-snmp/agent_registry.h -include/ucd-snmp/agent_trap.h -include/ucd-snmp/asn1.h -include/ucd-snmp/auto_nlist.h -include/ucd-snmp/callback.h -include/ucd-snmp/default_store.h -include/ucd-snmp/ds_agent.h -include/ucd-snmp/header_complex.h -include/ucd-snmp/int64.h -include/ucd-snmp/keytools.h -include/ucd-snmp/mib.h -include/ucd-snmp/mibincl.h -include/ucd-snmp/parse.h -include/ucd-snmp/read_config.h -include/ucd-snmp/scapi.h -include/ucd-snmp/snmp.h -include/ucd-snmp/snmp_agent.h -include/ucd-snmp/snmp_alarm.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_logging.h -include/ucd-snmp/snmp_vars.h -include/ucd-snmp/snmpv3.h -include/ucd-snmp/struct.h -include/ucd-snmp/system.h -include/ucd-snmp/tools.h -include/ucd-snmp/transform_oids.h -include/ucd-snmp/ucd-snmp-agent-includes.h -include/ucd-snmp/ucd-snmp-config.h -include/ucd-snmp/ucd-snmp-includes.h -include/ucd-snmp/util_funcs.h -include/ucd-snmp/var_struct.h -include/ucd-snmp/version.h -@dirrm include/ucd-snmp -lib/libsnmp.so -lib/libsnmp.so.%%shlib%% -lib/libucdagent.so -lib/libucdagent.so.%%shlib%% -lib/libucdmibs.so -lib/libucdmibs.so.%%shlib%% -sbin/snmpd -sbin/snmptrapd -share/examples/ucd-snmp/EXAMPLE.conf -share/examples/ucd-snmp/ucdDemoPublic.conf -@dirrm share/examples/ucd-snmp -share/snmp/mibs/DISMAN-SCRIPT-MIB.txt -share/snmp/mibs/EtherLike-MIB.txt -share/snmp/mibs/HOST-RESOURCES-MIB.txt -share/snmp/mibs/HOST-RESOURCES-TYPES.txt -share/snmp/mibs/IANAifType-MIB.txt -share/snmp/mibs/IF-MIB.txt -share/snmp/mibs/IP-MIB.txt -share/snmp/mibs/IPV6-ICMP-MIB.txt -share/snmp/mibs/IPV6-MIB.txt -share/snmp/mibs/IPV6-TC.txt -share/snmp/mibs/IPV6-TCP-MIB.txt -share/snmp/mibs/IPV6-UDP-MIB.txt -share/snmp/mibs/RFC1155-SMI.txt -share/snmp/mibs/RFC1213-MIB.txt -share/snmp/mibs/RMON-MIB.txt -share/snmp/mibs/SNMP-COMMUNITY-MIB.txt -share/snmp/mibs/SNMP-FRAMEWORK-MIB.txt -share/snmp/mibs/SNMP-MPD-MIB.txt -share/snmp/mibs/SNMP-NOTIFICATION-MIB.txt -share/snmp/mibs/SNMP-PROXY-MIB.txt -share/snmp/mibs/SNMP-TARGET-MIB.txt -share/snmp/mibs/SNMP-USER-BASED-SM-MIB.txt -share/snmp/mibs/SNMP-VIEW-BASED-ACM-MIB.txt -share/snmp/mibs/SNMPv2-CONF.txt -share/snmp/mibs/SNMPv2-MIB.txt -share/snmp/mibs/SNMPv2-SMI.txt -share/snmp/mibs/SNMPv2-TC.txt -share/snmp/mibs/SNMPv2-TM.txt -share/snmp/mibs/TCP-MIB.txt -share/snmp/mibs/UCD-DEMO-MIB.txt -share/snmp/mibs/UCD-DISKIO-MIB.txt -share/snmp/mibs/UCD-DLMOD-MIB.txt -share/snmp/mibs/UCD-IPFWACC-MIB.txt -share/snmp/mibs/UCD-SNMP-MIB.txt -share/snmp/mibs/UDP-MIB.txt -@unexec rm -f %D/share/snmp/mibs/.index -@dirrm share/snmp/mibs -@dirrm share/snmp diff --git a/net-mgmt/net-snmp53/Makefile b/net-mgmt/net-snmp53/Makefile deleted file mode 100644 index 62f62e75af7f..000000000000 --- a/net-mgmt/net-snmp53/Makefile +++ /dev/null @@ -1,76 +0,0 @@ -# New ports collection makefile for: ucd-snmp -# Date created: 26 June 1996 -# Whom: gpalmer -# -# $FreeBSD$ -# - -PORTNAME= ucd-snmp -PORTVERSION= 4.1.2 -CATEGORIES= net ipv6 -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= billf@FreeBSD.org - -USE_AUTOCONF= yes -INSTALLS_SHLIB= yes -CONFIGURE_ARGS+= --enable-shared -.if defined(BATCH) -CONFIGURE_ARGS+= --with-defaults --with-sys-contact=nobody@no.where -.else -IS_INTERACTIVE= yes -.endif -USE_GMAKE= YES - -MAN1= snmpbulkget.1 snmpbulkwalk.1 snmpd.1 snmpdelta.1 snmpget.1 \ - snmpgetnext.1 snmpinform.1 snmpnetstat.1 snmpset.1 \ - snmpstatus.1 snmptable.1 snmptest.1 \ - snmptranslate.1 snmptrap.1 snmpwalk.1 snmpcmd.1 snmpusm.1 -MAN3= default_store.3 read_config.3 mib_api.3 snmp_agent_api.3 \ - snmp_alarm.3 snmp_api.3 snmp_close.3 snmp_free_pdu.3 \ - snmp_open.3 snmp_read.3 snmp_select_info.3 snmp_send.3 \ - snmp_sess_api.3 snmp_sess_async_send.3 snmp_sess_close.3 \ - snmp_sess_error.3 snmp_sess_init.3 snmp_sess_open.3 \ - snmp_sess_read.3 snmp_sess_select_info.3 snmp_sess_send.3 \ - snmp_sess_session.3 snmp_sess_timeout.3 snmp_timeout.3 \ - snmp_trap_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 ${OSVERSION} >= 400014 -CONFIGURE_ARGS+= --enable-ipv6 -.endif - -SHLIB_VERSION= 4 -PLIST_SUB+= shlib=${SHLIB_VERSION} - -post-patch: - @${CP} ${FILESDIR}/freebsd4.h ${WRKSRC}/s - -post-install: - @( cd ${PREFIX}/bin && strip ${BIN} ) - @( cd ${PREFIX}/sbin && strip ${SBIN} ) - @( cd ${PREFIX}/include/ucd-snmp && ${CHMOD} 644 * ) - @( cd ${PREFIX}/share/snmp/mibs && ${CHMOD} 644 * ) - @( cd ${PREFIX}/lib && ${LN} -f libsnmp.so.${SHLIB_VERSION} libsnmp.so ) - @( cd ${PREFIX}/lib && ${LN} -f libucdmibs.so.${SHLIB_VERSION} libucdmibs.so ) - @( cd ${PREFIX}/lib && ${LN} -f libucdagent.so.${SHLIB_VERSION} libucdagent.so ) - @${MKDIR} ${PREFIX}/share/examples/ucd-snmp - @for F in ${WRKSRC}/EXAMPLE.conf ${WRKSRC}/agent/mibgroup/examples/ucdDemoPublic.conf; 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."; \ - ${INSTALL_SCRIPT} -m 751 ${FILESDIR}/snmpd.sh.sample ${STARTUP_FILE}; \ - fi - -.include <bsd.port.post.mk> diff --git a/net-mgmt/net-snmp53/distinfo b/net-mgmt/net-snmp53/distinfo deleted file mode 100644 index 8b00c91941d4..000000000000 --- a/net-mgmt/net-snmp53/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (ucd-snmp-4.1.2.tar.gz) = 378c8cf99e0845da4662fb72c956d20d 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 6f28af0a528f..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) || defined(freebsd5) -+ 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) || defined(freebsd5) -+ 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 546933895230..000000000000 --- a/net-mgmt/net-snmp53/files/patch-af +++ /dev/null @@ -1,14 +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,11 @@ - 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(freebsd5, 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_arch_require(freebsd5, ucd-snmp/memory_freebsd2) - config_add_mib(UCD-SNMP-MIB) diff --git a/net-mgmt/net-snmp53/files/patch-ag b/net-mgmt/net-snmp53/files/patch-ag deleted file mode 100644 index 4f8dbd1fe650..000000000000 --- a/net-mgmt/net-snmp53/files/patch-ag +++ /dev/null @@ -1,11 +0,0 @@ ---- snmplib/ucd-snmp-includes.h.orig Wed Jan 20 18:18:42 1999 -+++ snmplib/ucd-snmp-includes.h Sat Aug 28 02:13:56 1999 -@@ -4,7 +4,7 @@ - #include <netinet/in.h> - - /* uncomment if you don't have in_addr_t in netinet/in.h */ --/* typedef u_int in_addr_t; */ -+typedef u_int in_addr_t; - - #include <ucd-snmp/asn1.h> - #include <ucd-snmp/snmp_api.h> diff --git a/net-mgmt/net-snmp53/files/patch-ah b/net-mgmt/net-snmp53/files/patch-ah deleted file mode 100644 index b80222ba72eb..000000000000 --- a/net-mgmt/net-snmp53/files/patch-ah +++ /dev/null @@ -1,8 +0,0 @@ ---- local/tkmib.orig Wed Jul 21 19:06:52 1999 -+++ local/tkmib Sat Aug 28 02:37:57 1999 -@@ -1,4 +1,4 @@ --#!/usr/local/bin/perl -w -+#!/usr/bin/perl -w - - require 5; - diff --git a/net-mgmt/net-snmp53/files/patch-ak b/net-mgmt/net-snmp53/files/patch-ak deleted file mode 100644 index 7ca23e85b748..000000000000 --- a/net-mgmt/net-snmp53/files/patch-ak +++ /dev/null @@ -1,21 +0,0 @@ ---- agent/Makefile.in.old Tue May 16 19:58:54 2000 -+++ agent/Makefile.in Tue May 16 20:00:26 2000 -@@ -51,10 +51,18 @@ - - libucdagent.$(SHLIB_EXTENSION)$(SHLIB_VERSION): ${LIBAGENTOBJS} libucdmibs.$(SHLIB_EXTENSION)$(SHLIB_VERSION) - $(SHLIB_LD_CMD) libucdagent.$(SHLIB_EXTENSION)$(SHLIB_VERSION) ${LIBAGENTOBJS} $(SHLIB_LD_LIBS) -+ ld -Bshareable -soname libucdagent.$(SHLIB_EXTENSION)$(SHLIB_VERSION) \ -+ -o libucdagent.$(SHLIB_EXTENSION) ${LIBAGENTOBJS} -+ ln -f libucdagent.$(SHLIB_EXTENSION) \ -+ libucdagent.$(SHLIB_EXTENSION)$(SHLIB_VERSION) - $(RANLIB) libucdagent.$(SHLIB_EXTENSION)$(SHLIB_VERSION) - - libucdmibs.$(SHLIB_EXTENSION)$(SHLIB_VERSION): ${MIBOBJS} - $(SHLIB_LD_CMD) libucdmibs.$(SHLIB_EXTENSION)$(SHLIB_VERSION) ${MIBOBJS} $(SHLIB_LD_LIBS) -+ ld -Bshareable -soname libucdmibs.$(SHLIB_EXTENSION)$(SHLIB_VERSION) \ -+ -o libucdmibs.$(SHLIB_EXTENSION) ${MIBOBJS} -+ ln -f libucdmibs.$(SHLIB_EXTENSION) \ -+ libucdmibs.$(SHLIB_EXTENSION)$(SHLIB_VERSION) - $(RANLIB) libucdmibs.$(SHLIB_EXTENSION)$(SHLIB_VERSION) - - clean: diff --git a/net-mgmt/net-snmp53/files/patch-al b/net-mgmt/net-snmp53/files/patch-al deleted file mode 100644 index c2464056b6bc..000000000000 --- a/net-mgmt/net-snmp53/files/patch-al +++ /dev/null @@ -1,29 +0,0 @@ ---- configure.in~ Sat May 6 01:46:26 2000 -+++ configure.in Wed May 17 11:09:08 2000 -@@ -1286,6 +1286,26 @@ - AC_CACHE_CHECK(type of rtentry structure,ac_cv_RTENTRY_TYPE, - [ - -+dnl 4.4 compatible but renamed on FreeBSD -+AC_TRY_COMPILE([ -+#include <sys/types.h> -+#define KERNEL -+#define _KERNEL -+#include <sys/socket.h> -+#undef KERNEL -+#undef _KERNEL -+#include <net/route.h> -+],[ -+ -+#ifndef STRUCT_RTENTRY_HAS_RT_DST -+#define rt_dst rt_nodes->rn_key -+#endif -+ -+ struct rtentry rt; -+ rt.rt_nodes[0].rn_bit = 1; -+ rt.rt_dst; -+ ], ac_cv_RTENTRY_TYPE="BSD-4.4") -+ - dnl 4.4 compat - AC_TRY_COMPILE([ - #include <sys/types.h> diff --git a/net-mgmt/net-snmp53/files/patch-am b/net-mgmt/net-snmp53/files/patch-am deleted file mode 100644 index 0ad08d546705..000000000000 --- a/net-mgmt/net-snmp53/files/patch-am +++ /dev/null @@ -1,12 +0,0 @@ ---- agent/mibgroup/ucd-snmp/vmstat_freebsd2.c~ Sat Dec 18 08:41:14 1999 -+++ agent/mibgroup/ucd-snmp/vmstat_freebsd2.c Wed May 17 11:18:59 2000 -@@ -9,6 +9,9 @@ - #include <sys/time.h> - #include <sys/proc.h> - #include <sys/dkstat.h> -+#ifdef freebsd5 -+#include <sys/bio.h> -+#endif - #include <sys/buf.h> - #include <sys/uio.h> - #include <sys/namei.h> diff --git a/net-mgmt/net-snmp53/files/patch-an b/net-mgmt/net-snmp53/files/patch-an deleted file mode 100644 index 8153ba8c5653..000000000000 --- a/net-mgmt/net-snmp53/files/patch-an +++ /dev/null @@ -1,12 +0,0 @@ ---- agent/mibgroup/ucd-snmp/memory_freebsd2.c~ Tue Mar 14 06:27:00 2000 -+++ agent/mibgroup/ucd-snmp/memory_freebsd2.c Wed May 17 11:19:23 2000 -@@ -10,6 +10,9 @@ - #include <sys/time.h> - #include <sys/proc.h> - #include <sys/dkstat.h> -+#ifdef freebsd5 -+#include <sys/bio.h> -+#endif - #include <sys/buf.h> - #include <sys/uio.h> - #include <sys/namei.h> diff --git a/net-mgmt/net-snmp53/files/snmpd.sh.sample b/net-mgmt/net-snmp53/files/snmpd.sh.sample deleted file mode 100644 index 71f8b504ce81..000000000000 --- a/net-mgmt/net-snmp53/files/snmpd.sh.sample +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/sh - -if ! PREFIX=$(expr $0 : "\(/.*\)/etc/rc\.d/$(basename $0)\$"); then - echo "$0: Cannot determine the PREFIX" >&2 - exit 1 -fi - -case "$1" in -start) - [ -x ${PREFIX}/sbin/snmpd ] && ${PREFIX}/sbin/snmpd && echo -n ' snmpd' - ;; -stop) - killall snmpd && echo -n ' snmpd' - ;; -*) - echo "Usage: `basename $0` {start|stop}" >&2 - ;; -esac - -exit 0 diff --git a/net-mgmt/net-snmp53/pkg-comment b/net-mgmt/net-snmp53/pkg-comment deleted file mode 100644 index fbaaa7ab347c..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 f14ce4af4ab9..000000000000 --- a/net-mgmt/net-snmp53/pkg-plist +++ /dev/null @@ -1,105 +0,0 @@ -bin/encode_keychange -bin/snmpbulkget -bin/snmpbulkwalk -bin/snmpcheck -bin/snmpdelta -bin/snmpget -bin/snmpgetnext -bin/snmpinform -bin/snmpnetstat -bin/snmpset -bin/snmpstatus -bin/snmptable -bin/snmptest -bin/snmptranslate -bin/snmptrap -bin/snmpusm -bin/snmpwalk -bin/tkmib -etc/rc.d/snmpd.sh.sample -include/ucd-snmp/agent_read_config.h -include/ucd-snmp/agent_registry.h -include/ucd-snmp/agent_trap.h -include/ucd-snmp/asn1.h -include/ucd-snmp/auto_nlist.h -include/ucd-snmp/callback.h -include/ucd-snmp/default_store.h -include/ucd-snmp/ds_agent.h -include/ucd-snmp/header_complex.h -include/ucd-snmp/int64.h -include/ucd-snmp/keytools.h -include/ucd-snmp/mib.h -include/ucd-snmp/mibincl.h -include/ucd-snmp/parse.h -include/ucd-snmp/read_config.h -include/ucd-snmp/scapi.h -include/ucd-snmp/snmp.h -include/ucd-snmp/snmp_agent.h -include/ucd-snmp/snmp_alarm.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_logging.h -include/ucd-snmp/snmp_vars.h -include/ucd-snmp/snmpv3.h -include/ucd-snmp/struct.h -include/ucd-snmp/system.h -include/ucd-snmp/tools.h -include/ucd-snmp/transform_oids.h -include/ucd-snmp/ucd-snmp-agent-includes.h -include/ucd-snmp/ucd-snmp-config.h -include/ucd-snmp/ucd-snmp-includes.h -include/ucd-snmp/util_funcs.h -include/ucd-snmp/var_struct.h -include/ucd-snmp/version.h -@dirrm include/ucd-snmp -lib/libsnmp.so -lib/libsnmp.so.%%shlib%% -lib/libucdagent.so -lib/libucdagent.so.%%shlib%% -lib/libucdmibs.so -lib/libucdmibs.so.%%shlib%% -sbin/snmpd -sbin/snmptrapd -share/examples/ucd-snmp/EXAMPLE.conf -share/examples/ucd-snmp/ucdDemoPublic.conf -@dirrm share/examples/ucd-snmp -share/snmp/mibs/DISMAN-SCRIPT-MIB.txt -share/snmp/mibs/EtherLike-MIB.txt -share/snmp/mibs/HOST-RESOURCES-MIB.txt -share/snmp/mibs/HOST-RESOURCES-TYPES.txt -share/snmp/mibs/IANAifType-MIB.txt -share/snmp/mibs/IF-MIB.txt -share/snmp/mibs/IP-MIB.txt -share/snmp/mibs/IPV6-ICMP-MIB.txt -share/snmp/mibs/IPV6-MIB.txt -share/snmp/mibs/IPV6-TC.txt -share/snmp/mibs/IPV6-TCP-MIB.txt -share/snmp/mibs/IPV6-UDP-MIB.txt -share/snmp/mibs/RFC1155-SMI.txt -share/snmp/mibs/RFC1213-MIB.txt -share/snmp/mibs/RMON-MIB.txt -share/snmp/mibs/SNMP-COMMUNITY-MIB.txt -share/snmp/mibs/SNMP-FRAMEWORK-MIB.txt -share/snmp/mibs/SNMP-MPD-MIB.txt -share/snmp/mibs/SNMP-NOTIFICATION-MIB.txt -share/snmp/mibs/SNMP-PROXY-MIB.txt -share/snmp/mibs/SNMP-TARGET-MIB.txt -share/snmp/mibs/SNMP-USER-BASED-SM-MIB.txt -share/snmp/mibs/SNMP-VIEW-BASED-ACM-MIB.txt -share/snmp/mibs/SNMPv2-CONF.txt -share/snmp/mibs/SNMPv2-MIB.txt -share/snmp/mibs/SNMPv2-SMI.txt -share/snmp/mibs/SNMPv2-TC.txt -share/snmp/mibs/SNMPv2-TM.txt -share/snmp/mibs/TCP-MIB.txt -share/snmp/mibs/UCD-DEMO-MIB.txt -share/snmp/mibs/UCD-DISKIO-MIB.txt -share/snmp/mibs/UCD-DLMOD-MIB.txt -share/snmp/mibs/UCD-IPFWACC-MIB.txt -share/snmp/mibs/UCD-SNMP-MIB.txt -share/snmp/mibs/UDP-MIB.txt -@unexec rm -f %D/share/snmp/mibs/.index -@dirrm share/snmp/mibs -@dirrm share/snmp diff --git a/net-mgmt/netsaint-plugins/Makefile b/net-mgmt/netsaint-plugins/Makefile deleted file mode 100644 index b80ee2d2c7f2..000000000000 --- a/net-mgmt/netsaint-plugins/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# New ports collection makefile for: netsaint-plugins -# Date created: Wed 12 Jul 2000 -# Whom: will -# -# $FreeBSD$ -# - -PORTNAME= netsaint-plugins -PORTVERSION= 1.2.8.4 -CATEGORIES= net -MASTER_SITES= http://netsaintplug.sourceforge.net/src/ -DISTNAME= ${PORTNAME}-1.2.8-4 - -MAINTAINER= will@FreeBSD.org - -# make absolutely sure we have the user/group added! -BUILD_DEPENDS= netsaint:${PORTSDIR}/net/netsaint -RUN_DEPENDS= netsaint:${PORTSDIR}/net/netsaint -.if defined(WANT_QSTAT) -BUILD_DEPENDS+= qstat:${PORTSDIR}/games/qstat -RUN_DEPENDS+= qstat:${PORTSDIR}/games/qstat -.endif -.if defined(WANT_FPING) -BUILD_DEPENDS+= fping:${PORTSDIR}/net/fping -RUN_DEPENDS+= fping:${PORTSDIR}/net/fping -.endif -.if defined(WANT_SNMP) -BUILD_DEPENDS+= snmpcheck:${PORTSDIR}/net/ucd-snmp -RUN_DEPENDS+= snmpcheck:${PORTSDIR}/net/ucd-snmp -.endif - -GNU_CONFIGURE= yes - -.include <bsd.port.mk> diff --git a/net-mgmt/netsaint-plugins/distinfo b/net-mgmt/netsaint-plugins/distinfo deleted file mode 100644 index c23159a62bc9..000000000000 --- a/net-mgmt/netsaint-plugins/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (netsaint-plugins-1.2.8-4.tar.gz) = a08534e928e9355a098ad73a37d1c685 diff --git a/net-mgmt/netsaint-plugins/files/patch-aa b/net-mgmt/netsaint-plugins/files/patch-aa deleted file mode 100644 index a4e5f9a7fed9..000000000000 --- a/net-mgmt/netsaint-plugins/files/patch-aa +++ /dev/null @@ -1,238 +0,0 @@ ---- configure Mon Jun 26 11:49:40 2000 -+++ configure.new Wed Jul 12 12:17:48 2000 -@@ -11,7 +11,7 @@ - ac_help= - ac_default_prefix=/usr/local - # Any additions from configure.in: --ac_default_prefix=/usr/local/netsaint -+#ac_default_prefix=/usr/local/netsaint - ac_help="$ac_help - --with-cgiurl=<dir> sets URL for cgi programs" - ac_help="$ac_help -@@ -47,12 +47,12 @@ - x_includes=NONE - x_libraries=NONE - bindir='${exec_prefix}/bin' --sbindir='${exec_prefix}/sbin' --libexecdir='${exec_prefix}/libexec' --datadir='${prefix}/share' --sysconfdir='${prefix}/etc' -+sbindir='${exec_prefix}/share/netsaint/sbin' -+libexecdir='${exec_prefix}/libexec/netsaint' -+datadir='${prefix}/share/netsaint' -+sysconfdir='${prefix}/etc/netsaint' - sharedstatedir='${prefix}/com' --localstatedir='${prefix}/var' -+localstatedir='${prefix}/var/netsaint' - libdir='${exec_prefix}/lib' - includedir='${prefix}/include' - oldincludedir='/usr/include' -@@ -3116,15 +3116,15 @@ - EOF - - echo " ps syntax... $PATH_TO_PS -eo 's comm vsz rss user ppid args'" --elif ps -Ao 's comm vsz rss uid user ppid args' 2>/dev/null | egrep -i "^S[TAUES]* +C[OMDNA]+ +V[SIZE]+ +RSS +UID +USER +PPID +[RGSCOMDNA]+" >/dev/null -+elif ps -axo 's comm vsz rss uid user ppid args' 2>/dev/null | egrep -i "^S[TAUES]* +C[OMDNA]+ +V[SIZE]+ +RSS +UID +USER +PPID +[RGSCOMDNA]+" >/dev/null - then - cat >> confdefs.h <<EOF --#define PS_RAW_COMMAND "$PATH_TO_PS -Ao 's user ppid args'" -+#define PS_RAW_COMMAND "$PATH_TO_PS -axo 's user ppid args'" - EOF - - EXTRAS="$EXTRAS check_netsaint" - cat >> confdefs.h <<EOF --#define PS_COMMAND "$PATH_TO_PS -Ao 's uid ppid comm args'" -+#define PS_COMMAND "$PATH_TO_PS -axo 's uid ppid comm args'" - EOF - - cat >> confdefs.h <<EOF -@@ -3132,7 +3132,7 @@ - EOF - - cat >> confdefs.h <<EOF --#define VSZ_COMMAND "$PATH_TO_PS -Ao 'vsz comm'" -+#define VSZ_COMMAND "$PATH_TO_PS -axo 'vsz comm'" - EOF - - cat >> confdefs.h <<EOF -@@ -3140,23 +3140,23 @@ - EOF - - cat >> confdefs.h <<EOF --#define RSS_COMMAND "$PATH_TO_PS -Ao 'rss comm'" -+#define RSS_COMMAND "$PATH_TO_PS -axo 'rss comm'" - EOF - - cat >> confdefs.h <<EOF - #define RSS_FORMAT "%d %s" - EOF - -- echo " ps syntax... $PATH_TO_PS -Ao 's comm vsz rss'" --elif ps -Ao 'status comm vsz rss uid user ppid args' 2>/dev/null | egrep -i "^S[TAUES]* +C[OMDNA]+ +V[SIZE]+ +RSS +UID +USER +PPID +[RGSCOMDNA]+" >/dev/null -+ echo " ps syntax... $PATH_TO_PS -axo 's comm vsz rss'" -+elif ps -axo 'status comm vsz rss uid user ppid args' 2>/dev/null | egrep -i "^S[TAUES]* +C[OMDNA]+ +V[SIZE]+ +RSS +UID +USER +PPID +[RGSCOMDNA]+" >/dev/null - then - cat >> confdefs.h <<EOF --#define PS_RAW_COMMAND "$PATH_TO_PS -Ao 'status user ppid args'" -+#define PS_RAW_COMMAND "$PATH_TO_PS -axo 'status user ppid args'" - EOF - - EXTRAS="$EXTRAS check_netsaint" - cat >> confdefs.h <<EOF --#define PS_COMMAND "$PATH_TO_PS -Ao 'status uid ppid comm args'" -+#define PS_COMMAND "$PATH_TO_PS -axo 'status uid ppid comm args'" - EOF - - cat >> confdefs.h <<EOF -@@ -3164,7 +3164,7 @@ - EOF - - cat >> confdefs.h <<EOF --#define VSZ_COMMAND "$PATH_TO_PS -Ao 'vsz comm'" -+#define VSZ_COMMAND "$PATH_TO_PS -axo 'vsz comm'" - EOF - - cat >> confdefs.h <<EOF -@@ -3172,23 +3172,23 @@ - EOF - - cat >> confdefs.h <<EOF --#define RSS_COMMAND "$PATH_TO_PS -Ao 'rss comm'" -+#define RSS_COMMAND "$PATH_TO_PS -axo 'rss comm'" - EOF - - cat >> confdefs.h <<EOF - #define RSS_FORMAT "%d %s" - EOF - -- echo " ps syntax... $PATH_TO_PS -Ao 'status comm vsz rss'" --elif ps -Ao 'state comm vsz rss uid user ppid args' 2>/dev/null | egrep -i "^S[TAUES]* +C[OMDNA]+ +V[SIZE]+ +RSS +UID +USER +PPID +[RGSCOMDNA]+" >/dev/null -+ echo " ps syntax... $PATH_TO_PS -axo 'status comm vsz rss'" -+elif ps -axo 'state comm vsz rss uid user ppid args' 2>/dev/null | egrep -i "^S[TAUES]* +C[OMDNA]+ +V[SIZE]+ +RSS +UID +USER +PPID +[RGSCOMDNA]+" >/dev/null - then - cat >> confdefs.h <<EOF --#define PS_RAW_COMMAND "$PATH_TO_PS -Ao 'state user ppid args'" -+#define PS_RAW_COMMAND "$PATH_TO_PS -axo 'state user ppid args'" - EOF - - EXTRAS="$EXTRAS check_netsaint" - cat >> confdefs.h <<EOF --#define PS_COMMAND "$PATH_TO_PS -Ao 'state uid ppid comm args'" -+#define PS_COMMAND "$PATH_TO_PS -axo 'state uid ppid comm args'" - EOF - - cat >> confdefs.h <<EOF -@@ -3196,7 +3196,7 @@ - EOF - - cat >> confdefs.h <<EOF --#define VSZ_COMMAND "$PATH_TO_PS -Ao 'vsz comm'" -+#define VSZ_COMMAND "$PATH_TO_PS -axo 'vsz comm'" - EOF - - cat >> confdefs.h <<EOF -@@ -3204,14 +3204,14 @@ - EOF - - cat >> confdefs.h <<EOF --#define RSS_COMMAND "$PATH_TO_PS -Ao 'rss comm'" -+#define RSS_COMMAND "$PATH_TO_PS -axo 'rss comm'" - EOF - - cat >> confdefs.h <<EOF - #define RSS_FORMAT "%d %s" - EOF - -- echo " ps syntax... $PATH_TO_PS -Ao 'state comm vsz rss'" -+ echo " ps syntax... $PATH_TO_PS -axo 'state comm vsz rss'" - elif ps -ao 'state command vsz rss user ppid args' 2>/dev/null | egrep -i "^S[TAUES]* +C[OMDNA]+ +V[SIZE]+ +RSS +UID +USER +PPID +[RGSCOMDNA]+" >/dev/null - then - cat >> confdefs.h <<EOF -@@ -3228,7 +3228,7 @@ - EOF - - cat >> confdefs.h <<EOF --#define VSZ_COMMAND "$PATH_TO_PS -ao 'vsz command'" -+#define VSZ_COMMAND "$PATH_TO_PS -axo 'vsz command'" - EOF - - cat >> confdefs.h <<EOF -@@ -3243,16 +3243,16 @@ - #define RSS_FORMAT "%d %s" - EOF - -- echo " ps syntax... $PATH_TO_PS -Ao 'state command vsz rss'" --elif ps waxco 'state command vsz rss uid user ppid' 2>/dev/null | egrep -i "^STAT +COMMAND +VSZ +RSS +UID +USER +PPID" >/dev/null -+ echo " ps syntax... $PATH_TO_PS -axo 'state command vsz rss'" -+elif ps waxo 'state command vsz rss uid user ppid' 2>/dev/null | egrep -i "^STAT +COMMAND +VSZ +RSS +UID +USER +PPID" >/dev/null - then - cat >> confdefs.h <<EOF --#define PS_RAW_COMMAND "$PATH_TO_PS waxco 'state uid ppid command'" -+#define PS_RAW_COMMAND "$PATH_TO_PS waxo 'state uid ppid command'" - EOF - - EXTRAS="$EXTRAS check_netsaint" - cat >> confdefs.h <<EOF --#define PS_COMMAND "$PATH_TO_PS waxco 'state uid ppid command'" -+#define PS_COMMAND "$PATH_TO_PS waxo 'state uid ppid command'" - EOF - - cat >> confdefs.h <<EOF -@@ -3260,7 +3260,7 @@ - EOF - - cat >> confdefs.h <<EOF --#define VSZ_COMMAND "$PATH_TO_PS waxco 'vsz command'" -+#define VSZ_COMMAND "$PATH_TO_PS waxo 'vsz command'" - EOF - - cat >> confdefs.h <<EOF -@@ -3268,18 +3268,18 @@ - EOF - - cat >> confdefs.h <<EOF --#define RSS_COMMAND "$PATH_TO_PS waxco 'rss command'" -+#define RSS_COMMAND "$PATH_TO_PS waxo 'rss command'" - EOF - - cat >> confdefs.h <<EOF - #define RSS_FORMAT "%d %s" - EOF - -- echo " ps syntax... $PATH_TO_PS -Ao 'state command vsz rss'" -+ echo " ps syntax... $PATH_TO_PS -axo 'state command vsz rss'" - elif ps waxno 'state comm vsz rss uid user ppid args' 2>/dev/null | egrep -i "^S +COMMAND +VSZ +RSS +UID +USER +PPID +[RGSCOMDNA]+" >/dev/null - then - cat >> confdefs.h <<EOF --#define PS_RAW_COMMAND "$PATH_TO_PS waxco 'state user ppid command'" -+#define PS_RAW_COMMAND "$PATH_TO_PS waxo 'state user ppid command'" - EOF - - EXTRAS="$EXTRAS check_netsaint" -@@ -3307,7 +3307,7 @@ - #define RSS_FORMAT "%d %s" - EOF - -- echo " ps syntax... $PATH_TO_PS -Ao 'state command vsz rss'" -+ echo " ps syntax... $PATH_TO_PS -axo 'state command vsz rss'" - elif ps -el 2>/dev/null | egrep -i "^ *F +S +UID +PID +PPID +C +PRI +NI +P +SZ +RSS +WCHAN +TTY +TIME +[RGSCOMDNA]+" >/dev/null - then - cat >> confdefs.h <<EOF -@@ -3597,17 +3597,6 @@ - EOF - - echo " ping syntax... $PATH_TO_PING -n -h <host> -s 56 -c <count>" --elif ping -n -s 56 -c 1 127.0.0.1 2>/dev/null | egrep -i "^round-trip" >/dev/null --then -- cat >> confdefs.h <<EOF --#define PING_COMMAND "$PATH_TO_PING -n -s 56 -c %d %s" --EOF -- -- cat >> confdefs.h <<EOF --#define PING_PACKETS_FIRST "$PATH_TO_PING -n -s 56 -c %d %s" --EOF -- -- echo " ping syntax... $PATH_TO_PING -n -s 56 -c <count> <host>" - elif ping -n -c 1 127.0.0.1 2>/dev/null | egrep -i "^round-trip" >/dev/null - then - cat >> confdefs.h <<EOF diff --git a/net-mgmt/netsaint-plugins/files/patch-ab b/net-mgmt/netsaint-plugins/files/patch-ab deleted file mode 100644 index 89a0e0278d51..000000000000 --- a/net-mgmt/netsaint-plugins/files/patch-ab +++ /dev/null @@ -1,104 +0,0 @@ ---- configure.in Wed Jul 12 12:18:15 2000 -+++ configure.in.new Wed Jul 12 12:22:11 2000 -@@ -223,39 +223,39 @@ - AC_DEFINE_UNQUOTED(RSS_COMMAND,"$PATH_TO_PS -eo 'rss comm'") - AC_DEFINE_UNQUOTED(RSS_FORMAT,"%d %s") - echo " ps syntax... $PATH_TO_PS -eo 's comm vsz rss user ppid args'" --elif [ps -Ao 's comm vsz rss uid user ppid args' 2>/dev/null | egrep -i "^S[TAUES]* +C[OMDNA]+ +V[SIZE]+ +RSS +UID +USER +PPID +[RGSCOMDNA]+" >/dev/null] -+elif [ps -axo 's comm vsz rss uid user ppid args' 2>/dev/null | egrep -i "^S[TAUES]* +C[OMDNA]+ +V[SIZE]+ +RSS +UID +USER +PPID +[RGSCOMDNA]+" >/dev/null] - then -- AC_DEFINE_UNQUOTED(PS_RAW_COMMAND,"$PATH_TO_PS -Ao 's user ppid args'") -+ AC_DEFINE_UNQUOTED(PS_RAW_COMMAND,"$PATH_TO_PS -axo 's user ppid args'") - EXTRAS="$EXTRAS check_netsaint" -- AC_DEFINE_UNQUOTED(PS_COMMAND,"$PATH_TO_PS -Ao 's uid ppid comm args'") -+ AC_DEFINE_UNQUOTED(PS_COMMAND,"$PATH_TO_PS -axo 's uid ppid comm args'") - AC_DEFINE_UNQUOTED(PS_FORMAT,"%s %d %d %s") -- AC_DEFINE_UNQUOTED(VSZ_COMMAND,"$PATH_TO_PS -Ao 'vsz comm'") -+ AC_DEFINE_UNQUOTED(VSZ_COMMAND,"$PATH_TO_PS -axo 'vsz comm'") - AC_DEFINE_UNQUOTED(VSZ_FORMAT,"%d %s") -- AC_DEFINE_UNQUOTED(RSS_COMMAND,"$PATH_TO_PS -Ao 'rss comm'") -+ AC_DEFINE_UNQUOTED(RSS_COMMAND,"$PATH_TO_PS -axo 'rss comm'") - AC_DEFINE_UNQUOTED(RSS_FORMAT,"%d %s") -- echo " ps syntax... $PATH_TO_PS -Ao 's comm vsz rss'" --elif [ps -Ao 'status comm vsz rss uid user ppid args' 2>/dev/null | egrep -i "^S[TAUES]* +C[OMDNA]+ +V[SIZE]+ +RSS +UID +USER +PPID +[RGSCOMDNA]+" >/dev/null] -+ echo " ps syntax... $PATH_TO_PS -axo 's comm vsz rss'" -+elif [ps -axo 'status comm vsz rss uid user ppid args' 2>/dev/null | egrep -i "^S[TAUES]* +C[OMDNA]+ +V[SIZE]+ +RSS +UID +USER +PPID +[RGSCOMDNA]+" >/dev/null] - then -- AC_DEFINE_UNQUOTED(PS_RAW_COMMAND,"$PATH_TO_PS -Ao 'status user ppid args'") -+ AC_DEFINE_UNQUOTED(PS_RAW_COMMAND,"$PATH_TO_PS -axo 'status user ppid args'") - EXTRAS="$EXTRAS check_netsaint" -- AC_DEFINE_UNQUOTED(PS_COMMAND,"$PATH_TO_PS -Ao 'status uid ppid comm args'") -+ AC_DEFINE_UNQUOTED(PS_COMMAND,"$PATH_TO_PS -axo 'status uid ppid comm args'") - AC_DEFINE_UNQUOTED(PS_FORMAT,"%s %d %d %s") -- AC_DEFINE_UNQUOTED(VSZ_COMMAND,"$PATH_TO_PS -Ao 'vsz comm'") -+ AC_DEFINE_UNQUOTED(VSZ_COMMAND,"$PATH_TO_PS -axo 'vsz comm'") - AC_DEFINE_UNQUOTED(VSZ_FORMAT,"%d %s") -- AC_DEFINE_UNQUOTED(RSS_COMMAND,"$PATH_TO_PS -Ao 'rss comm'") -+ AC_DEFINE_UNQUOTED(RSS_COMMAND,"$PATH_TO_PS -axo 'rss comm'") - AC_DEFINE_UNQUOTED(RSS_FORMAT,"%d %s") -- echo " ps syntax... $PATH_TO_PS -Ao 'status comm vsz rss'" --elif [ps -Ao 'state comm vsz rss uid user ppid args' 2>/dev/null | egrep -i "^S[TAUES]* +C[OMDNA]+ +V[SIZE]+ +RSS +UID +USER +PPID +[RGSCOMDNA]+" >/dev/null] -+ echo " ps syntax... $PATH_TO_PS -axo 'status comm vsz rss'" -+elif [ps -axo 'state comm vsz rss uid user ppid args' 2>/dev/null | egrep -i "^S[TAUES]* +C[OMDNA]+ +V[SIZE]+ +RSS +UID +USER +PPID +[RGSCOMDNA]+" >/dev/null] - then -- AC_DEFINE_UNQUOTED(PS_RAW_COMMAND,"$PATH_TO_PS -Ao 'state user ppid args'") -+ AC_DEFINE_UNQUOTED(PS_RAW_COMMAND,"$PATH_TO_PS -axo 'state user ppid args'") - EXTRAS="$EXTRAS check_netsaint" -- AC_DEFINE_UNQUOTED(PS_COMMAND,"$PATH_TO_PS -Ao 'state uid ppid comm args'") -+ AC_DEFINE_UNQUOTED(PS_COMMAND,"$PATH_TO_PS -axo 'state uid ppid comm args'") - AC_DEFINE_UNQUOTED(PS_FORMAT,"%s %d %d %s") -- AC_DEFINE_UNQUOTED(VSZ_COMMAND,"$PATH_TO_PS -Ao 'vsz comm'") -+ AC_DEFINE_UNQUOTED(VSZ_COMMAND,"$PATH_TO_PS -axo 'vsz comm'") - AC_DEFINE_UNQUOTED(VSZ_FORMAT,"%d %s") -- AC_DEFINE_UNQUOTED(RSS_COMMAND,"$PATH_TO_PS -Ao 'rss comm'") -+ AC_DEFINE_UNQUOTED(RSS_COMMAND,"$PATH_TO_PS -axo 'rss comm'") - AC_DEFINE_UNQUOTED(RSS_FORMAT,"%d %s") -- echo " ps syntax... $PATH_TO_PS -Ao 'state comm vsz rss'" -+ echo " ps syntax... $PATH_TO_PS -axo 'state comm vsz rss'" - elif [ps -ao 'state command vsz rss user ppid args' 2>/dev/null | egrep -i "^S[TAUES]* +C[OMDNA]+ +V[SIZE]+ +RSS +UID +USER +PPID +[RGSCOMDNA]+" >/dev/null] - then - AC_DEFINE_UNQUOTED(PS_RAW_COMMAND,"$PATH_TO_PS -ao 'state user ppid args'") -@@ -266,23 +266,23 @@ - AC_DEFINE_UNQUOTED(VSZ_FORMAT,"%d %s") - AC_DEFINE_UNQUOTED(RSS_COMMAND,"$PATH_TO_PS -ao 'rss command'") - AC_DEFINE_UNQUOTED(RSS_FORMAT,"%d %s") -- echo " ps syntax... $PATH_TO_PS -Ao 'state command vsz rss'" -+ echo " ps syntax... $PATH_TO_PS -axo 'state command vsz rss'" - dnl FreeBSD --elif [ps waxco 'state command vsz rss uid user ppid' 2>/dev/null | egrep -i "^STAT +COMMAND +VSZ +RSS +UID +USER +PPID" >/dev/null] -+elif [ps waxo 'state command vsz rss uid user ppid' 2>/dev/null | egrep -i "^STAT +COMMAND +VSZ +RSS +UID +USER +PPID" >/dev/null] - then -- AC_DEFINE_UNQUOTED(PS_RAW_COMMAND,"$PATH_TO_PS waxco 'state uid ppid command'") -+ AC_DEFINE_UNQUOTED(PS_RAW_COMMAND,"$PATH_TO_PS waxo 'state uid ppid command'") - EXTRAS="$EXTRAS check_netsaint" -- AC_DEFINE_UNQUOTED(PS_COMMAND,"$PATH_TO_PS waxco 'state uid ppid command'") -+ AC_DEFINE_UNQUOTED(PS_COMMAND,"$PATH_TO_PS waxo 'state uid ppid command'") - AC_DEFINE_UNQUOTED(PS_FORMAT,"%s %d %d %s") -- AC_DEFINE_UNQUOTED(VSZ_COMMAND,"$PATH_TO_PS waxco 'vsz command'") -+ AC_DEFINE_UNQUOTED(VSZ_COMMAND,"$PATH_TO_PS waxo 'vsz command'") - AC_DEFINE_UNQUOTED(VSZ_FORMAT,"%d %s") -- AC_DEFINE_UNQUOTED(RSS_COMMAND,"$PATH_TO_PS waxco 'rss command'") -+ AC_DEFINE_UNQUOTED(RSS_COMMAND,"$PATH_TO_PS waxo 'rss command'") - AC_DEFINE_UNQUOTED(RSS_FORMAT,"%d %s") -- echo " ps syntax... $PATH_TO_PS -Ao 'state command vsz rss'" -+ echo " ps syntax... $PATH_TO_PS -axo 'state command vsz rss'" - dnl BSD-like mode in RH 6.1 - elif [ps waxno 'state comm vsz rss uid user ppid args' 2>/dev/null | egrep -i "^S +COMMAND +VSZ +RSS +UID +USER +PPID +[RGSCOMDNA]+" >/dev/null] - then -- AC_DEFINE_UNQUOTED(PS_RAW_COMMAND,"$PATH_TO_PS waxco 'state user ppid command'") -+ AC_DEFINE_UNQUOTED(PS_RAW_COMMAND,"$PATH_TO_PS waxo 'state user ppid command'") - EXTRAS="$EXTRAS check_netsaint" - AC_DEFINE_UNQUOTED(PS_COMMAND,"$PATH_TO_PS waxno 'state uid ppid comm args'") - AC_DEFINE_UNQUOTED(PS_FORMAT,"%s %d %d %s") -@@ -386,11 +386,6 @@ - then - AC_DEFINE_UNQUOTED(PING_COMMAND,"$PATH_TO_PING -n -h %s -s 56 -c %d") - echo " ping syntax... $PATH_TO_PING -n -h <host> -s 56 -c <count>" --elif [ping -n -s 56 -c 1 127.0.0.1 2>/dev/null | egrep -i "^round-trip" >/dev/null] --then -- AC_DEFINE_UNQUOTED(PING_COMMAND,"$PATH_TO_PING -n -s 56 -c %d %s") -- AC_DEFINE_UNQUOTED(PING_PACKETS_FIRST,"$PATH_TO_PING -n -s 56 -c %d %s") -- echo " ping syntax... $PATH_TO_PING -n -s 56 -c <count> <host>" - elif [ping -n -c 1 127.0.0.1 2>/dev/null | egrep -i "^round-trip" >/dev/null] - then - AC_DEFINE_UNQUOTED(PING_COMMAND,"$PATH_TO_PING -n -c %d %s") diff --git a/net-mgmt/netsaint-plugins/pkg-comment b/net-mgmt/netsaint-plugins/pkg-comment deleted file mode 100644 index e5f08464789b..000000000000 --- a/net-mgmt/netsaint-plugins/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Plugins for netsaint diff --git a/net-mgmt/netsaint-plugins/pkg-descr b/net-mgmt/netsaint-plugins/pkg-descr deleted file mode 100644 index 0abedd7de10a..000000000000 --- a/net-mgmt/netsaint-plugins/pkg-descr +++ /dev/null @@ -1,16 +0,0 @@ -This is a plugin package for Netsaint. Quoting from the -main Netsaint package: - -NetSaint is a program that will monitor hosts and services -on your network. It has the ability to email or page you -when a problem arises and when it gets resolved. NetSaint -is written in C and is designed to run under Linux, although -it should work under most other *NIX variants. It can run -either as a normal process or as a daemon, intermittently -running checks on various services that you specify. The -actual service checks are performed by external "plugins" -which return service information to NetSaint. Several CGI -programs are included with NetSaint in order to allow you -to view the current service status, history, etc. via a web browser. - -WWW: http://www.netsaint.org/ diff --git a/net-mgmt/netsaint-plugins/pkg-plist b/net-mgmt/netsaint-plugins/pkg-plist deleted file mode 100644 index 854009e56233..000000000000 --- a/net-mgmt/netsaint-plugins/pkg-plist +++ /dev/null @@ -1,42 +0,0 @@ -libexec/netsaint/check_disk -libexec/netsaint/check_dns -libexec/netsaint/check_dummy -libexec/netsaint/check_ftp -libexec/netsaint/check_http -libexec/netsaint/check_imap -libexec/netsaint/check_load -libexec/netsaint/check_mrtg -libexec/netsaint/check_mrtgtraf -libexec/netsaint/check_netsaint -libexec/netsaint/check_nntp -libexec/netsaint/check_nwstat -libexec/netsaint/check_overcr -libexec/netsaint/check_ping -libexec/netsaint/check_pop -libexec/netsaint/check_procs -libexec/netsaint/check_real -libexec/netsaint/check_reply -libexec/netsaint/check_smtp -libexec/netsaint/check_ssh -libexec/netsaint/check_tcp -libexec/netsaint/check_time -libexec/netsaint/check_udp -libexec/netsaint/check_ups -libexec/netsaint/check_users -libexec/netsaint/check_vsz -libexec/netsaint/check_by_ssh -libexec/netsaint/urlize -libexec/netsaint/check_game -libexec/netsaint/check_fping -libexec/netsaint/check_swap -libexec/netsaint/check_breeze -libexec/netsaint/check_disk_smb -libexec/netsaint/check_flexlm -libexec/netsaint/check_ircd -libexec/netsaint/check_log -libexec/netsaint/check_ntp -libexec/netsaint/check_oracle -libexec/netsaint/check_rpc -libexec/netsaint/check_sensors -libexec/netsaint/check_wave -@dirrm libexec/netsaint diff --git a/net-mgmt/netsaint/Makefile b/net-mgmt/netsaint/Makefile deleted file mode 100644 index 8deae2a59135..000000000000 --- a/net-mgmt/netsaint/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# New ports collection makefile for: netsaint -# Date created: Wed 12 Jul 2000 -# Whom: will -# -# $FreeBSD$ -# - -PORTNAME= netsaint -PORTVERSION= 0.0.5.2 -CATEGORIES= net -MASTER_SITES= http://www.netsaint.org/download/ -DISTNAME= ${PORTNAME}-0.0.5-2 - -MAINTAINER= will@FreeBSD.org - -LIB_DEPENDS= gd.1:${PORTSDIR}/graphics/gd - -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib -lgd" -INSTALL_TARGET= install-all - -pre-fetch: - @${SH} ${SCRIPTDIR}/checkps - -pre-install: - ${PERL} ${SCRIPTDIR}/createuser - -.include <bsd.port.mk> diff --git a/net-mgmt/netsaint/distinfo b/net-mgmt/netsaint/distinfo deleted file mode 100644 index b77e807a2a4d..000000000000 --- a/net-mgmt/netsaint/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (netsaint-0.0.5-2.tar.gz) = 19af41fb74ca4efbb1f6a4a915adc76f diff --git a/net-mgmt/netsaint/files/patch-aa b/net-mgmt/netsaint/files/patch-aa deleted file mode 100644 index 3eb6719e49f6..000000000000 --- a/net-mgmt/netsaint/files/patch-aa +++ /dev/null @@ -1,31 +0,0 @@ ---- Makefile.in Fri Apr 7 11:11:31 2000 -+++ Makefile.in.new Mon Jun 12 19:33:19 2000 -@@ -36,7 +36,7 @@ - @echo "Please supply a command line argument (i.e. 'make all'). Other targets are:" - @echo " netsaint cgis config" - @echo " clean distclean devclean" -- @echo " install install-html install-config install-init install-daemoninit install-commandmode" -+ @echo " install install-html install-config install-init install-daemoninit install-commandmode install-all" - @echo " uninstall" - - # FreeBSD make does not support -C option, so we'll use the Apache style... (patch by Stanley Hopcroft 12/27/1999) -@@ -99,13 +99,17 @@ - $(INSTALL) -m 664 $(INSTALL_OPTS) nscgi.cfg $(CGIDIR) - - install-init: -- $(INSTALL) -m 774 -o root -g root init-script /etc/rc.d/init.d/netsaint -+ $(INSTALL) -m 774 -o root -g wheel init-script /usr/local/etc/rc.d/netsaint.sh -+ $(INSTALL) -m 774 -o netsaint -g netsaint functions /usr/local/etc/netsaint/functions - - install-daemoninit: -- $(INSTALL) -m 774 -o root -g root daemon-init /etc/rc.d/init.d/netsaint -+ $(INSTALL) -m 774 -o root -g wheel daemon-init /usr/local/etc/rc.d/netsaint.sh -+ $(INSTALL) -m 774 -o netsaint -g netsaint functions /usr/local/etc/netsaint/functions - - install-commandmode: - $(INSTALL) -m 775 $(COMMAND_OPTS) -d $(LOGDIR)/rw - - uninstall: - rm -rf $(BINDIR)/netsaint $(CGIDIR)/*.cgi $(CFGDIR)/*.cfg $(HTMLDIR) -+ -+install-all: all install config install-config install-daemoninit diff --git a/net-mgmt/netsaint/files/patch-ab b/net-mgmt/netsaint/files/patch-ab deleted file mode 100644 index f7ce712a1276..000000000000 --- a/net-mgmt/netsaint/files/patch-ab +++ /dev/null @@ -1,8 +0,0 @@ ---- base/Makefile.in Fri Apr 7 11:11:32 2000 -+++ base/Makefile.in.new Sat Jun 10 21:45:15 2000 -@@ -52,5 +52,4 @@ - rm -f *~ - - install: -- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(BINDIR) - $(INSTALL) -m 774 $(INSTALL_OPTS) netsaint $(BINDIR) diff --git a/net-mgmt/netsaint/files/patch-ac b/net-mgmt/netsaint/files/patch-ac deleted file mode 100644 index 1eb997a043fc..000000000000 --- a/net-mgmt/netsaint/files/patch-ac +++ /dev/null @@ -1,29 +0,0 @@ ---- common/locations.sub Wed Apr 26 21:10:13 2000 -+++ common/locations.sub.new Mon Jun 12 21:29:23 2000 -@@ -19,16 +19,16 @@ - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - ************************************************************************/ - --#define DEFAULT_TEMP_FILE "${prefix}/var/netsaint.tmp" --#define DEFAULT_STATUS_FILE "${prefix}/var/status.log" --#define DEFAULT_LOG_FILE "${prefix}/var/netsaint.log" --#define DEFAULT_LOG_ARCHIVE_PATH "${prefix}/var/archives/" --#define DEFAULT_COMMENT_FILE "${prefix}/var/comment.log" --#define DEFAULT_COMMAND_FILE "${prefix}/var/rw/netsaint.cmd" --#define DEFAULT_PHYSICAL_HTML_PATH "${prefix}/share" -+#define DEFAULT_TEMP_FILE "${prefix}/var/netsaint/netsaint.tmp" -+#define DEFAULT_STATUS_FILE "${prefix}/var/netsaint/status.log" -+#define DEFAULT_LOG_FILE "${prefix}/var/netsaint/netsaint.log" -+#define DEFAULT_LOG_ARCHIVE_PATH "${prefix}/var/netsaint/archives/" -+#define DEFAULT_COMMENT_FILE "${prefix}/var/netsaint/comment.log" -+#define DEFAULT_COMMAND_FILE "${prefix}/var/netsaint/rw/netsaint.cmd" -+#define DEFAULT_PHYSICAL_HTML_PATH "${prefix}/share/netsaint" - #define DEFAULT_URL_HTML_PATH "/netsaint" --#define DEFAULT_PHYSICAL_CGIBIN_PATH "${exec_prefix}/sbin" -+#define DEFAULT_PHYSICAL_CGIBIN_PATH "${exec_prefix}/share/netsaint/sbin" - #define DEFAULT_URL_CGIBIN_PATH "/cgi-bin/netsaint" --#define DEFAULT_CGI_CONFIG_FILE "${exec_prefix}/sbin/nscgi.cfg" -+#define DEFAULT_CGI_CONFIG_FILE "${exec_prefix}/share/netsaint/sbin/nscgi.cfg" - --#define LOCKFILE "${prefix}/var/netsaint.lock" -+#define LOCKFILE "${prefix}/var/netsaint/netsaint.lock" diff --git a/net-mgmt/netsaint/files/patch-ad b/net-mgmt/netsaint/files/patch-ad deleted file mode 100644 index 33826d5aec6c..000000000000 --- a/net-mgmt/netsaint/files/patch-ad +++ /dev/null @@ -1,60 +0,0 @@ ---- configure Fri Apr 7 11:11:34 2000 -+++ configure.new Sat Jun 10 21:21:25 2000 -@@ -11,7 +11,7 @@ - ac_help= - ac_default_prefix=/usr/local - # Any additions from configure.in: --ac_default_prefix=/usr/local/netsaint -+#ac_default_prefix=/usr/local/netsaint - ac_help="$ac_help - --with-netsaint-user=<user> sets user name to run netsaint" - ac_help="$ac_help -@@ -61,12 +61,12 @@ - x_includes=NONE - x_libraries=NONE - bindir='${exec_prefix}/bin' --sbindir='${exec_prefix}/sbin' --libexecdir='${exec_prefix}/libexec' --datadir='${prefix}/share' --sysconfdir='${prefix}/etc' -+sbindir='${exec_prefix}/share/netsaint/sbin' -+libexecdir='${exec_prefix}/libexec/netsaint' -+datadir='${prefix}/share/netsaint' -+sysconfdir='${prefix}/etc/netsaint' - sharedstatedir='${prefix}/com' --localstatedir='${prefix}/var' -+localstatedir='${prefix}/var/netsaint' - libdir='${exec_prefix}/lib' - includedir='${prefix}/include' - oldincludedir='/usr/include' -@@ -505,9 +505,9 @@ - # Prefer explicitly selected file to automatically selected ones. - if test -z "$CONFIG_SITE"; then - if test "x$prefix" != xNONE; then -- CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site" -+ CONFIG_SITE="$prefix/share/netsaint/config.site $prefix/etc/netsaint/config.site" - else -- CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site" -+ CONFIG_SITE="$ac_default_prefix/share/netsaint/config.site $ac_default_prefix/etc/netsaint/config.site" - fi - fi - for ac_site_file in $CONFIG_SITE; do -@@ -679,6 +679,9 @@ - LDFLAGS="${LDFLAGS} -L${withval}" - LD_RUN_PATH="${withval}${LD_RUN_PATH:+:}${LD_RUN_PATH}" - -+else -+ LDFLAGS="${LDFLAGS} -L/usr/local/lib" -+ LD_RUN_PATH="/usr/local/ib${LD_RUN_PATH:+:}${LD_RUN_PATH}" - fi - - # Check whether --with-gd-inc or --without-gd-inc was given. -@@ -686,6 +689,8 @@ - withval="$with_gd_inc" - - CFLAGS="${CFLAGS} -I${withval}" -+else -+ CFLAGS="${CFLAGS} -I/usr/local/include/gd" - - fi - diff --git a/net-mgmt/netsaint/files/patch-ae b/net-mgmt/netsaint/files/patch-ae deleted file mode 100644 index 6cbf9e27ebbf..000000000000 --- a/net-mgmt/netsaint/files/patch-ae +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.in Fri Apr 7 11:11:34 2000 -+++ configure.in.new Mon Jun 5 16:09:21 2000 -@@ -1,7 +1,7 @@ - dnl Process this file with autoconf to produce a configure script. - AC_INIT(base/netsaint.c) - AC_CONFIG_HEADER(common/config.h base/netsaint.h cgi/cgiutils.h) --AC_PREFIX_DEFAULT(/usr/local/netsaint) -+AC_PREFIX_DEFAULT(/usr/local) - - dnl Figure out how to invoke "install" and what install options to use. - diff --git a/net-mgmt/netsaint/files/patch-af b/net-mgmt/netsaint/files/patch-af deleted file mode 100644 index 58d7998ff8d8..000000000000 --- a/net-mgmt/netsaint/files/patch-af +++ /dev/null @@ -1,24 +0,0 @@ ---- daemon-init.in Fri Apr 7 11:11:34 2000 -+++ daemon-init.in.new Mon Jun 5 16:11:44 2000 -@@ -27,10 +27,11 @@ - - # Source function library - # Solaris doesn't have an rc.d directory, so do a test first --if [ -f /etc/rc.d/init.d/functions ]; then --. /etc/rc.d/init.d/functions --elif [ -f /etc/init.d/functions ]; then --. /etc/init.d/functions -+if [ -f /usr/local/etc/netsaint/functions ]; then -+. /usr/local/etc/netsaint/functions -+else -+ echo "/usr/local/etc/netsaint/functions missing" -+ exit 1 - fi - - prefix=@prefix@ -@@ -85,4 +86,4 @@ - exit 1 - esac - --# End of this script -+# End of this script diff --git a/net-mgmt/netsaint/files/patch-ag b/net-mgmt/netsaint/files/patch-ag deleted file mode 100644 index 14027c5d9cc9..000000000000 --- a/net-mgmt/netsaint/files/patch-ag +++ /dev/null @@ -1,31 +0,0 @@ ---- functions Fri Apr 7 11:11:34 2000 -+++ functions.new Sat Jun 10 13:31:31 2000 -@@ -11,7 +11,7 @@ - # - - # First set up a default search path. --PATH=/opt/gnu/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin -+PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin - export PATH - - # Get a sane screen width -@@ -174,7 +174,7 @@ - # fi - - # Finally try to extract it from ps -- pid=`ps -eo pid,ppid,fname | egrep -v $$ | awk 'BEGIN { prog=ARGV[1]; ARGC=1 } { if ((prog == $3) || (("(" prog ")") == $3) || (("[" prog "]") == $3) || ((prog ":") == $3)) { print $1 ; exit 0 } }' $1` -+ pid=`ps -axco pid,ppid,command | egrep -v $$ | awk 'BEGIN { prog=ARGV[1]; ARGC=1 } { if ((prog == $3) || (("(" prog ")") == $3) || (("[" prog "]") == $3) || ((prog ":") == $3)) { print $1 ; exit 0 } }' $1` - if [ "$pid" != "" ] ; then - echo $pid - return 0 -@@ -206,8 +206,8 @@ - fi - fi - -- # See if /var/lock/subsys/$1 exists -- if [ -f /var/lock/subsys/$1 ]; then -+ # See if /var/spool/lock/$1 exists -+ if [ -f /var/spool/lock/$1 ]; then - echo "$1 dead but subsys locked" - return 2 - fi diff --git a/net-mgmt/netsaint/files/patch-ah b/net-mgmt/netsaint/files/patch-ah deleted file mode 100644 index a8023ecea7f1..000000000000 --- a/net-mgmt/netsaint/files/patch-ah +++ /dev/null @@ -1,71 +0,0 @@ ---- hosts.cfg.in Fri Apr 7 11:11:34 2000 -+++ hosts.cfg.in.new Thu Jun 15 10:19:42 2000 -@@ -151,10 +151,10 @@ - - hostgroup[novell-servers]=All Novell Servers;novell-admins;es-gra,es-esp - hostgroup[nt-servers]=All NT Servers;nt-admins;rosie,dev,liatris --hostgroup[linux-boxes]=All Linux Servers;linux-admins;real -+hostgroup[freebsd-boxes]=All FreeBSD Servers;freebsd-admins;real - hostgroup[switches]=Switches;switch-admins;switch-4hlan,switch-esplan,switch-gralan,switch-cetslan,switch-hrdlan - hostgroup[routers]=Routers;router-admins;ageng-router --hostgroup[printers]=Printers;printer-admins,linux-admins;cofh-475-lj4m,cofh-415-lj4,cofh-405-lj4000 -+hostgroup[printers]=Printers;printer-admins,freebsd-admins;cofh-475-lj4m,cofh-415-lj4,cofh-405-lj4000 - - - ################################################################################ -@@ -183,19 +183,19 @@ - - # Service notification command - send email with problem summary - --command[notify-by-email]=/bin/echo -e $SUMMARY$ | /bin/mail -s '** $SERVICESTATE$ alert for $HOSTALIAS$/$SERVICEDESC$ **' $CONTACTEMAIL$ -+command[notify-by-email]=/usr/bin/printf $SUMMARY$ | /usr/bin/mail -s '** $SERVICESTATE$ alert for $HOSTALIAS$/$SERVICEDESC$ **' $CONTACTEMAIL$ - - # Service notification command - send email to alphanumeric pager gateway - # The notify-by-epager command assumes that each contact has a pager email gateway, and - # that the address has been entered into the appropriate contact field instead of an - # actual pager number. (i.e. 'pagejoe@nowhere.com' routes mail to Joe's alphanumeric pager) - --command[notify-by-epager]=/bin/echo -e 'Service: $SERVICEDESC$\nHost: $HOSTNAME$\nAddress: $HOSTADDRESS$\nInfo: $OUTPUT$' | /bin/mail -s '$SERVICESTATE$ alert for $HOSTALIAS$/$SERVICEDESC$' $CONTACTPAGER$ -+command[notify-by-epager]=/usr/bin/printf 'Service: $SERVICEDESC$\nHost: $HOSTNAME$\nAddress: $HOSTADDRESS$\nInfo: $OUTPUT$' | /usr/bin/mail -s '$SERVICESTATE$ alert for $HOSTALIAS$/$SERVICEDESC$' $CONTACTPAGER$ - - # Host notification commands (one for email, one for alphanumeric pager with email gateway) - --command[host-notify-by-email]=/bin/echo -e '***** NetSaint 0.0.5 *****\n\nHost "$HOSTALIAS$" is $HOSTSTATE$!\n\nDate/Time: $DATETIME$\n' | /bin/mail -s 'Host $HOSTNAME$ is $HOSTSTATE$!' $CONTACTEMAIL$ --command[host-notify-by-epager]=/bin/echo -e 'Host "$HOSTALIAS$" is $HOSTSTATE$!' | /bin/mail -s 'Host $HOSTNAME$ is $HOSTSTATE$!' $CONTACTPAGER$ -+command[host-notify-by-email]=/usr/bin/printf '***** NetSaint 0.0.5 *****\n\nHost "$HOSTALIAS$" is $HOSTSTATE$!\n\nDate/Time: $DATETIME$\n' | /usr/bin/mail -s 'Host $HOSTNAME$ is $HOSTSTATE$!' $CONTACTEMAIL$ -+command[host-notify-by-epager]=/usr/bin/printf 'Host "$HOSTALIAS$" is $HOSTSTATE$!' | /usr/bin/mail -s 'Host $HOSTNAME$ is $HOSTSTATE$!' $CONTACTPAGER$ - - # These are some example service check commands. See the HTML documentation on the plugins for - # examples of how to configure command definitions. -@@ -316,7 +316,7 @@ - - contactgroup[novell-admins]=Novell Administrators;@netsaint_user@ - contactgroup[nt-admins]=NT Administrators;@netsaint_user@,jdoe --contactgroup[linux-admins]=Linux Administrators;@netsaint_user@ -+contactgroup[freebsd-admins]=FreeBSD Administrators;@netsaint_user@ - contactgroup[switch-admins]=Etherswitch Administrators;@netsaint_user@ - contactgroup[router-admins]=Router Technicians;@netsaint_user@ - contactgroup[printer-admins]=Etherswitch Administrators;@netsaint_user@,jdoe -@@ -428,14 +428,14 @@ - service[liatris]=PING;24x7;3;5;1;maes-admins;240;workhours;1;1;0;;check_ping - service[liatris]=MAES Publications;24x7;3;2;1;maes-admins;240;workhours;1;1;1;;check_http2!192.168.2.2!/publications - --# Linux Box --service[real]=PING;24x7;3;5;1;linux-admins;240;24x7;1;1;0;;check_ping --service[real]=HTTP;24x7;3;2;1;linux-admins;240;24x7;1;1;1;;check_http --service[real]=Current Users;24x7;3;5;2;linux-admins;240;24x7;1;1;1;;check_users!75!150 --service[real]=Zombie Processes;24x7;3;5;2;linux-admins;240;24x7;1;1;1;;check_procs!5!10!Z --service[real]=Total Processes;24x7;3;5;2;linux-admins;240;24x7;1;1;1;;check_procs!150!200 --service[real]=Drive 1 Free Space;24x7;3;5;1;linux-admins;120;24x7;1;1;1;;check_disk!/dev/hda1 --service[real]=Drive 2 Free Space;24x7;3;5;1;linux-admins;120;24x7;1;1;1;;check_disk!/dev/hdb2 -+# FreeBSD Box -+service[real]=PING;24x7;3;5;1;freebsd-admins;240;24x7;1;1;0;;check_ping -+service[real]=HTTP;24x7;3;2;1;freebsd-admins;240;24x7;1;1;1;;check_http -+service[real]=Current Users;24x7;3;5;2;freebsd-admins;240;24x7;1;1;1;;check_users!75!150 -+service[real]=Zombie Processes;24x7;3;5;2;freebsd-admins;240;24x7;1;1;1;;check_procs!5!10!Z -+service[real]=Total Processes;24x7;3;5;2;freebsd-admins;240;24x7;1;1;1;;check_procs!150!200 -+service[real]=Drive 1 Free Space;24x7;3;5;1;freebsd-admins;120;24x7;1;1;1;;check_disk!/dev/hda1 -+service[real]=Drive 2 Free Space;24x7;3;5;1;freebsd-admins;120;24x7;1;1;1;;check_disk!/dev/hdb2 - - # Switches - service[switch-esplan]=Traffic Rate;24x7;1;5;6;switch-admins;60;24x7;0;0;0;;traffic_average!/home/httpd/html/mrtg/esp-lan.log!600000!800000!600000!800000 diff --git a/net-mgmt/netsaint/files/patch-ai b/net-mgmt/netsaint/files/patch-ai deleted file mode 100644 index 7f1b2a014d5e..000000000000 --- a/net-mgmt/netsaint/files/patch-ai +++ /dev/null @@ -1,22 +0,0 @@ ---- init-script.in Fri Apr 7 11:11:37 2000 -+++ init-script.in.new Mon Jun 12 19:28:55 2000 -@@ -26,11 +26,8 @@ - # - - # Source function library --# Solaris doesn't have an rc.d directory, so do a test first --if [ -f /etc/rc.d/init.d/functions ]; then --. /etc/rc.d/init.d/functions --elif [ -f /etc/init.d/functions ]; then --. /etc/init.d/functions -+if [ -f /usr/local/etc/netsaint/functions ]; then -+. /usr/local/etc/netsaint/functions - fi - - prefix=@prefix@ -@@ -92,4 +89,4 @@ - - # End of this script - -- -+ diff --git a/net-mgmt/netsaint/pkg-comment b/net-mgmt/netsaint/pkg-comment deleted file mode 100644 index 5641db14d8cc..000000000000 --- a/net-mgmt/netsaint/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Extremely powerful network monitoring system diff --git a/net-mgmt/netsaint/pkg-descr b/net-mgmt/netsaint/pkg-descr deleted file mode 100644 index e16ce94fefe6..000000000000 --- a/net-mgmt/netsaint/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -NetSaint is a program that will monitor hosts and services -on your network. It has the ability to email or page you -when a problem arises and when it gets resolved. NetSaint -is written in C and is designed to run under Linux, although -it should work under most other *NIX variants. It can run -either as a normal process or as a daemon, intermittently -running checks on various services that you specify. The -actual service checks are performed by external "plugins" -which return service information to NetSaint. Several CGI -programs are included with NetSaint in order to allow you -to view the current service status, history, etc. via a web browser. - -WWW: http://www.netsaint.org/ diff --git a/net-mgmt/netsaint/pkg-plist b/net-mgmt/netsaint/pkg-plist deleted file mode 100644 index dac9eed45ef4..000000000000 --- a/net-mgmt/netsaint/pkg-plist +++ /dev/null @@ -1,222 +0,0 @@ -bin/netsaint -etc/netsaint/netsaint.cfg -etc/netsaint/hosts.cfg -etc/netsaint/functions -etc/rc.d/netsaint.sh -share/netsaint/docs/about.html -share/netsaint/docs/addons.html -share/netsaint/docs/cgiauth.html -share/netsaint/docs/cgis.html -share/netsaint/docs/config.html -share/netsaint/docs/configcgi.html -share/netsaint/docs/confighost.html -share/netsaint/docs/configmain.html -share/netsaint/docs/eventhandlers.html -share/netsaint/docs/extcommands.html -share/netsaint/docs/faqs.html -share/netsaint/docs/funstuff.html -share/netsaint/docs/images/cmd_cgi.gif -share/netsaint/docs/images/config_cgi.gif -share/netsaint/docs/images/extinfo_cgi_a.gif -share/netsaint/docs/images/extinfo_cgi_b.gif -share/netsaint/docs/images/extinfo_cgi_c.gif -share/netsaint/docs/images/extinfo_cgi_d.gif -share/netsaint/docs/images/history_cgi.gif -share/netsaint/docs/images/logic-host-event-handler.gif -share/netsaint/docs/images/logic-host-notification.gif -share/netsaint/docs/images/logic-host-state-handler.gif -share/netsaint/docs/images/logic-route-check.gif -share/netsaint/docs/images/logic-service-event-handler.gif -share/netsaint/docs/images/logic-service-notification.gif -share/netsaint/docs/images/logic-service-problem.gif -share/netsaint/docs/images/logic-service-recovery.gif -share/netsaint/docs/images/logic-top.gif -share/netsaint/docs/images/network-heirarchy.gif -share/netsaint/docs/images/notification-process.gif -share/netsaint/docs/images/notifications_cgi.gif -share/netsaint/docs/images/physical-network.gif -share/netsaint/docs/images/redundancy-1.gif -share/netsaint/docs/images/redundancy-2.gif -share/netsaint/docs/images/relationship-complex.gif -share/netsaint/docs/images/relationship-simple.gif -share/netsaint/docs/images/showlog_cgi.gif -share/netsaint/docs/images/status_cgi_a.gif -share/netsaint/docs/images/status_cgi_b.gif -share/netsaint/docs/images/statusmap_cgi.gif -share/netsaint/docs/images/statuswrl_cgi.gif -share/netsaint/docs/index.html -share/netsaint/docs/installing.html -share/netsaint/docs/installweb.html -share/netsaint/docs/macros.html -share/netsaint/docs/makehtml.html -share/netsaint/docs/networkreachability.html -share/netsaint/docs/notifications.html -share/netsaint/docs/parallelization.html -share/netsaint/docs/pluginhowto.html -share/netsaint/docs/plugins.html -share/netsaint/docs/programmodes.html -share/netsaint/docs/redundancy.html -share/netsaint/docs/robots.txt -share/netsaint/docs/starting.html -share/netsaint/docs/statetypes.html -share/netsaint/docs/statuslevels.html -share/netsaint/docs/stoprestart.html -share/netsaint/docs/theory-network.html -share/netsaint/docs/theory-time.html -share/netsaint/docs/theory.html -share/netsaint/docs/timeperiods.html -share/netsaint/docs/verifyconfig.html -share/netsaint/docs/whatsnew.html -share/netsaint/images/active.gif -share/netsaint/images/command.gif -share/netsaint/images/commandsbar.gif -share/netsaint/images/comment.gif -share/netsaint/images/config.gif -share/netsaint/images/contact.gif -share/netsaint/images/contactgroup.gif -share/netsaint/images/contactgroupsbar.gif -share/netsaint/images/contactsbar.gif -share/netsaint/images/critical.gif -share/netsaint/images/delay.gif -share/netsaint/images/delete.gif -share/netsaint/images/disabled.gif -share/netsaint/images/docbar.gif -share/netsaint/images/enabled.gif -share/netsaint/images/greendot.gif -share/netsaint/images/history.gif -share/netsaint/images/historybar.gif -share/netsaint/images/homebar.gif -share/netsaint/images/host.gif -share/netsaint/images/hostevent.gif -share/netsaint/images/hostgroupsbar.gif -share/netsaint/images/hostsbar.gif -share/netsaint/images/info.gif -share/netsaint/images/left.gif -share/netsaint/images/logfilebar.gif -share/netsaint/images/logofullsize.gif -share/netsaint/images/logos/aix.gd2 -share/netsaint/images/logos/aix.gif -share/netsaint/images/logos/amiga.gd2 -share/netsaint/images/logos/amiga.gif -share/netsaint/images/logos/apple.gd2 -share/netsaint/images/logos/apple.gif -share/netsaint/images/logos/beos.gd2 -share/netsaint/images/logos/beos.gif -share/netsaint/images/logos/caldera.gd2 -share/netsaint/images/logos/caldera.gif -share/netsaint/images/logos/cat1900.gd2 -share/netsaint/images/logos/cat2900.gd2 -share/netsaint/images/logos/cat5000.gd2 -share/netsaint/images/logos/debian.gd2 -share/netsaint/images/logos/debian.gif -share/netsaint/images/logos/freebsd40.gd2 -share/netsaint/images/logos/freebsd40.gif -share/netsaint/images/logos/hp-printer40.gd2 -share/netsaint/images/logos/hp-printer40.gif -share/netsaint/images/logos/hpux.gd2 -share/netsaint/images/logos/hpux.gif -share/netsaint/images/logos/irix.gd2 -share/netsaint/images/logos/irix.gif -share/netsaint/images/logos/linux40.gd2 -share/netsaint/images/logos/linux40.gif -share/netsaint/images/logos/logo.gd2 -share/netsaint/images/logos/mac40.gd2 -share/netsaint/images/logos/mac40.gif -share/netsaint/images/logos/mandrake.gd2 -share/netsaint/images/logos/mandrake.gif -share/netsaint/images/logos/next.gd2 -share/netsaint/images/logos/next.gif -share/netsaint/images/logos/ng-switch40.gd2 -share/netsaint/images/logos/ng-switch40.gif -share/netsaint/images/logos/novell40.gd2 -share/netsaint/images/logos/novell40.gif -share/netsaint/images/logos/openbsd.gd2 -share/netsaint/images/logos/openbsd.gif -share/netsaint/images/logos/redhat.gd2 -share/netsaint/images/logos/redhat.gif -share/netsaint/images/logos/router40.gd2 -share/netsaint/images/logos/router40.gif -share/netsaint/images/logos/slackware.gd2 -share/netsaint/images/logos/slackware.gif -share/netsaint/images/logos/stampede.gd2 -share/netsaint/images/logos/stampede.gif -share/netsaint/images/logos/storm.gd2 -share/netsaint/images/logos/storm.gif -share/netsaint/images/logos/sun40.gd2 -share/netsaint/images/logos/sun40.gif -share/netsaint/images/logos/sunlogo.gd2 -share/netsaint/images/logos/sunlogo.gif -share/netsaint/images/logos/switch40.gd2 -share/netsaint/images/logos/switch40.gif -share/netsaint/images/logos/turbolinux.gd2 -share/netsaint/images/logos/turbolinux.gif -share/netsaint/images/logos/ultrapenguin.gd2 -share/netsaint/images/logos/ultrapenguin.gif -share/netsaint/images/logos/unicos.gd2 -share/netsaint/images/logos/unicos.gif -share/netsaint/images/logos/unknown.gd2 -share/netsaint/images/logos/win40.gd2 -share/netsaint/images/logos/win40.gif -share/netsaint/images/logos/yellowdog.gd2 -share/netsaint/images/logos/yellowdog.gif -share/netsaint/images/logrotate.gif -share/netsaint/images/logs.gif -share/netsaint/images/ndisabled.gif -share/netsaint/images/networkhealthbar.gif -share/netsaint/images/notes.gif -share/netsaint/images/notificationsbar.gif -share/netsaint/images/notify.gif -share/netsaint/images/orangedot.gif -share/netsaint/images/parentup.gif -share/netsaint/images/processinfobar.gif -share/netsaint/images/recovery.gif -share/netsaint/images/restart.gif -share/netsaint/images/right.gif -share/netsaint/images/sbbg.gif -share/netsaint/images/sbconfig.gif -share/netsaint/images/sbgeneral.gif -share/netsaint/images/sblogo.gif -share/netsaint/images/sbmonitor.gif -share/netsaint/images/scale.gif -share/netsaint/images/serviceevent.gif -share/netsaint/images/servicesbar.gif -share/netsaint/images/standby.gif -share/netsaint/images/start.gif -share/netsaint/images/statudetailbar.gif -share/netsaint/images/status.gif -share/netsaint/images/status2.gif -share/netsaint/images/status3.gif -share/netsaint/images/status4.gif -share/netsaint/images/statusdetailbar.gif -share/netsaint/images/statusmapbar.gif -share/netsaint/images/statusoverviewbar.gif -share/netsaint/images/statusworldbar.gif -share/netsaint/images/stop.gif -share/netsaint/images/thermcrit.gif -share/netsaint/images/thermok.gif -share/netsaint/images/thermwarn.gif -share/netsaint/images/timeperiodsbar.gif -share/netsaint/images/unknown.gif -share/netsaint/images/warning.gif -share/netsaint/images/xinfo.gif -share/netsaint/images/zombie.gif -share/netsaint/index.html -share/netsaint/main.html -share/netsaint/robots.txt -share/netsaint/sbin/cmd.cgi -share/netsaint/sbin/config.cgi -share/netsaint/sbin/extinfo.cgi -share/netsaint/sbin/history.cgi -share/netsaint/sbin/notifications.cgi -share/netsaint/sbin/nscgi.cfg -share/netsaint/sbin/showlog.cgi -share/netsaint/sbin/status.cgi -share/netsaint/sbin/statusmap.cgi -share/netsaint/sbin/statuswrl.cgi -share/netsaint/side.html -@dirrm share/netsaint/sbin -@dirrm share/netsaint/images/logos -@dirrm share/netsaint/images -@dirrm share/netsaint/docs/images -@dirrm share/netsaint/docs -@dirrm share/netsaint diff --git a/net-mgmt/netsaint/scripts/checkps b/net-mgmt/netsaint/scripts/checkps deleted file mode 100644 index 61a4d67baaa7..000000000000 --- a/net-mgmt/netsaint/scripts/checkps +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh -/bin/ps 999999 2>&1 >/dev/null -if [ $? = 0 ]; then - echo "You need to upgrade to RELENG_3, RELENG_4, or HEAD sometime" - echo "after July 8, 2000 around 5:15AM UTC, so that ps(1) will" - echo "return an error code if a PID does not exist. Netsaint needs this!" - exit -else - echo "Great, you have a working ps(1)! Netsaint can build." -fi diff --git a/net-mgmt/netsaint/scripts/createuser b/net-mgmt/netsaint/scripts/createuser deleted file mode 100644 index ce858d738462..000000000000 --- a/net-mgmt/netsaint/scripts/createuser +++ /dev/null @@ -1,49 +0,0 @@ -#!/usr/bin/perl -# - -eval '(exit $?0)' && eval 'exec /usr/bin/perl -S $0 ${1+"$@"}' -& eval 'exec /usr/bin/perl -S $0 $argv:q' -if 0; - -if( $> ) { - print "\nYou must be root to run this step!\n\n"; - exit 1; -} - -if( getpwnam( "netsaint" ) ) { - ( $null, $null, $nsUID ) = getpwnam( "netsaint" ); -} else { - $nsUID = 70; - while( getpwuid( $nsUID ) ) { - $nsUID++; - } -} - -if( getgrnam( "netsaint" ) ) { - ( $null, $null, $nsGID ) = getgrnam( "netsaint" ); -} else { - $nsGID = 70; - while( getgrgid( $nsGID ) ) { - $nsGID++; - } - &append_file( "/etc/group", "netsaint:*:$nsGID:" ); -} - -print "netsaint user using uid $nsUID and gid $nsGID\n"; - -system( "/usr/bin/chpass -a \"netsaint:*:$nsUID:$nsGID\:\:0:0:Netsaint pseudo-user:$ENV{'PREFIX'}/netsaint:/bin/sh\"" ); - -sub append_file { - local($file,@list) = @_; - local($LOCK_EX) = 2; - local($LOCK_NB) = 4; - local($LOCK_UN) = 8; - - open(F, ">> $file") || die "$file: $!\n"; - while( ! flock( F, $LOCK_EX | $LOCK_NB ) ) { - exit 1; - } - print F join( "\n", @list) . "\n"; - close F; - flock( F, $LOCK_UN ); -} diff --git a/net-mgmt/nocol/Makefile b/net-mgmt/nocol/Makefile deleted file mode 100644 index ad912950c4b8..000000000000 --- a/net-mgmt/nocol/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# New ports collection makefile for: NOCOL -# Date created: 21 Nov 1998 -# Whom: bradh -# -# $FreeBSD$ -# - -PORTNAME= nocol -PORTVERSION= 4.3 -CATEGORIES= net -MASTER_SITES= http://www.netplex-tech.com/software/nocol/downloads/ - -MAINTAINER= bradh@uunet.co.za - -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 - -IS_INTERACTIVE= yes -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 2e8f2c19056c..000000000000 --- a/net-mgmt/nocol/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (nocol-4.3.tar.gz) = 461576cf497f6a35fb87da152151269e 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 04925db55923..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 2190505d828a..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@uunet.co.za 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/nstreams/Makefile b/net-mgmt/nstreams/Makefile deleted file mode 100644 index 7fbcb464ab1c..000000000000 --- a/net-mgmt/nstreams/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# New ports collection makefile for: nstreams -# Date created: 22 September 1999 -# Whom: darius@dons.net.au -# -# $FreeBSD$ -# - -PORTNAME= nstreams -PORTVERSION= 1.0.0 -CATEGORIES= net -MASTER_SITES= http://www.hsc.fr/cabinet/produits/nstreams/ - -MAINTAINER= darius@dons.net.au - -GNU_CONFIGURE= yes -WRKSRC= ${WRKDIR}/nstreams - -MAN1= nstreams.1 - -.include <bsd.port.mk> diff --git a/net-mgmt/nstreams/distinfo b/net-mgmt/nstreams/distinfo deleted file mode 100644 index 6449615d7bc3..000000000000 --- a/net-mgmt/nstreams/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (nstreams-1.0.0.tar.gz) = 2d4ed1be1938a1cc24fabade616f31d0 diff --git a/net-mgmt/nstreams/pkg-comment b/net-mgmt/nstreams/pkg-comment deleted file mode 100644 index 890b9127d712..000000000000 --- a/net-mgmt/nstreams/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Analyses network traffic and produces ipfw rules to allow it diff --git a/net-mgmt/nstreams/pkg-descr b/net-mgmt/nstreams/pkg-descr deleted file mode 100644 index e263b3e88f19..000000000000 --- a/net-mgmt/nstreams/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -Nstreams is a program which analyzes the streams that occur on a network. It -displays which streams are generated by the users between several networks, -and between the networks and the outside. It can optionally generate the -ipchains or ipfw rules that will match these streams, thus only allowing what -is required for the users, and nothing more. - -Nstreams can parse the tcpdump output, or the files generated with the -w -option of tcpdump. It can also directly sniff the data that occurs on the -network (the use of tcpdump is however recommanded as long as nstreams is in -version 0.99.x). - -This product was designed by HSC and coded by Renaud Deraison -(deraison@cvs.nessus.org), author of the Nessus software (www.nessus.org). It -is available for free and under GNU license. diff --git a/net-mgmt/nstreams/pkg-plist b/net-mgmt/nstreams/pkg-plist deleted file mode 100644 index 69e550a05b21..000000000000 --- a/net-mgmt/nstreams/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -bin/nstreams -etc/nstreams-services -etc/nstreams-networks.sample diff --git a/net-mgmt/p0f/Makefile b/net-mgmt/p0f/Makefile deleted file mode 100644 index f5731c383453..000000000000 --- a/net-mgmt/p0f/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# New ports collection makefile for: p0f -# Date created: 2000-06-12 -# Whom: Trevor Johnson -# -# $FreeBSD$ -# - -PORTNAME= p0f -PORTVERSION= 1.7 -CATEGORIES= net -MASTER_SITES= http://lcamtuf.hack.pl/ -DISTNAME= ${PORTNAME} -EXTRACT_SUFX= .tgz - -MAINTAINER= trevor@FreeBSD.org - -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - -post-patch: - @${PERL} -pi -e "s=/etc=${PREFIX}/etc=g" ${WRKSRC}/p0f.c - @${PERL} -pi -e "s=/etc=${PREFIX}/etc=g" ${WRKSRC}/README - -do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/p0f ${PREFIX}/bin - @${INSTALL_DATA} ${WRKSRC}/p0f.fp ${PREFIX}/etc - -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/doc/p0f - @${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/p0f -.endif - -.include <bsd.port.mk> diff --git a/net-mgmt/p0f/distinfo b/net-mgmt/p0f/distinfo deleted file mode 100644 index 198e93223d63..000000000000 --- a/net-mgmt/p0f/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (p0f.tgz) = 5d4242df39c6325683ee02f9e95f2801 diff --git a/net-mgmt/p0f/files/patch-Makefile b/net-mgmt/p0f/files/patch-Makefile deleted file mode 100644 index a5ba44cb2520..000000000000 --- a/net-mgmt/p0f/files/patch-Makefile +++ /dev/null @@ -1,17 +0,0 @@ ---- Makefile.orig Sat Sep 2 17:41:34 2000 -+++ Makefile Sat Sep 2 17:41:48 2000 -@@ -3,11 +3,12 @@ - # (c) <lcamtuf@tpi.pl> - # - --CC = gcc -+CC ?= gcc - CLIBS = -lpcap - SUNLIBS = -lsocket -lnsl -D_SUN_=1 - STRIP = strip --CFLAGS = -O3 -Wall -+CFLAGS ?= -O3 -+CFLAGS += -Wall - FILE = p0f - VERSION = 1.7 - diff --git a/net-mgmt/p0f/files/patch-README b/net-mgmt/p0f/files/patch-README deleted file mode 100644 index 270fb4e42ac1..000000000000 --- a/net-mgmt/p0f/files/patch-README +++ /dev/null @@ -1,78 +0,0 @@ ---- README.orig Mon Jun 12 15:28:41 2000 -+++ README Mon Jun 12 21:15:54 2000 -@@ -27,30 +27,31 @@ - - Background: - -- * What is passive OS fingerprinting? -+ * What is passive OS fingerprinting? - -- Passive OS fingerprinting technique bases on information coming -- from remote host when it establishes connection to our system. Captured -- packets contains enough information to determine OS - and, unlike -- active scanners (nmap, queSO) - without sending anything to this host. -+ Passive OS fingerprinting is based on information coming from a remote host -+ when it establishes a connection to our system. Captured packets contain -+ enough information to identify the operating system. In contrast to active -+ scanners such as nmap and QueSO, p0f does not send anything to the host being -+ identified. - - If you're looking for more information, read Spitzner's text at: - http://www.enteract.com/~lspitz/finger.html - -- * How it works? -+ * How does it work? - - Well, there are some TCP/IP flag settings specific for given systems. - Usually initial TTL (8 bits), window size (16 bits), maximum segment size - (16 bits), don't fragment flag (1 bit), sackOK option (1 bit), nop option -- (1 bit) and window scaling option (8 bits) combined together gives unique, -+ (1 bit) and window scaling option (8 bits) combined together give a unique, - 51-bit signature for every system. - -- * What are main advantages? -+ * What are the main advantages? - -- Passive OS fingerprinting can be done on huge portions of input data - eg. -- information gathered on firewall, proxy, routing device or Internet server, -- without causing any network activity. You can launch passive OS detection -- software on such machine and leave it for days, weeks or months, collecting -+ Passive OS fingerprinting can be done on huge amounts of input data - -+ gathered on a firewall, proxy, routing device or Internet server - without -+ causing any network activity. You can launch passive OS detection -+ software on such a machine and leave it for days or months, collecting - really interesting statistical and - *erm* - just interesting information. - What's really funny - packet filtering firewalls, network address - translation and so on are transparent to p0f-alike software, so you're able -@@ -62,7 +63,7 @@ - Limitations - - Proxy firewalls and other high-level proxy devices are not transparent to -- any tcp fingerprinting software. It applies to p0f, as well. -+ any TCP fingerprinting software. It applies to p0f, as well. - - In order to obtain information required for fingerprinting, you have to - receive at least one SYN packet initializing TCP connection to your -@@ -78,9 +79,9 @@ - window size are constant for initial TCP/IP packet, but changing rapidly - later). - --Why our bubble gum is better? -+Why is our bubble gum better? - -- There is another passive OS detection utility, called 'siphon'. It's -+ There is another passive OS detection utility, called 'siphon'. It's a - pretty good piece of proof-of-concept software, but it isn't perfect. Well, - p0f isn't perfect for sure, but has several improvements: - -@@ -128,8 +129,8 @@ - - Files: - -- /etc/p0f.fp or ./p0f.fp - OS fingerprints database. Format is described -- inside: -+ /etc/p0f.fp or ./p0f.fp - OS fingerprints database. -+ The format is described inside: - - # Valid entry describes the way server starts TCP handshake (first SYN). - # Important options are: window size (wss), maximum segment size (mss), diff --git a/net-mgmt/p0f/pkg-comment b/net-mgmt/p0f/pkg-comment deleted file mode 100644 index acf5b5aa214d..000000000000 --- a/net-mgmt/p0f/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Passive OS fingerprinting tool diff --git a/net-mgmt/p0f/pkg-descr b/net-mgmt/p0f/pkg-descr deleted file mode 100644 index a48562804ca6..000000000000 --- a/net-mgmt/p0f/pkg-descr +++ /dev/null @@ -1,24 +0,0 @@ -from the README: - -Passive OS fingerprinting is based on information coming from a remote host -when it establishes a connection to our system. Captured packets contain -enough information to identify the operating system. In contrast to active -scanners such as nmap and QueSO, p0f does not send anything to the host being -identified. - -For more information, read Spitzner's text at: -http://www.enteract.com/~lspitz/finger.html . - -from the maintainer: - -Use of this program requires read access to the packet filtering -device, typically /dev/bpf0. Granting such access allows the users -who have it to put your Ethernet device into promiscuous mode and -sniff your network. See -http://www.infoworld.com/articles/op/xml/00/05/29/000529opswatch.xml -if you do not understand how this can be harmful. Running p0f with -no options will cause it to analyse packets intended for other -hosts. - -Trevor Johnson -trevor@jpj.net diff --git a/net-mgmt/p0f/pkg-plist b/net-mgmt/p0f/pkg-plist deleted file mode 100644 index ac2c86b8a336..000000000000 --- a/net-mgmt/p0f/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -bin/p0f -etc/p0f.fp -share/doc/p0f/README -@dirrm share/doc/p0f diff --git a/net-mgmt/p5-Mon/Makefile b/net-mgmt/p5-Mon/Makefile deleted file mode 100644 index 2c7d5e121b58..000000000000 --- a/net-mgmt/p5-Mon/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# New ports collection makefile for: p5-Mon -# Date created: October 30th, 2000 -# Whom: Nicholas Esborn <nick@netdot.net> -# -# $FreeBSD$ -# - -PORTNAME= Mon -PORTVERSION= 0.9 -CATEGORIES= net sysutils perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= Mon -PKGNAMEPREFIX= p5- -DISTNAME= Mon-${PORTVERSION} - -MAINTAINER= nick@netdot.net - -USE_PERL5= YES - -MAN3= Mon::SNMP.3 \ - Mon::Client.3 \ - Mon::Protocol.3 - -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} - -do-configure: - @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL - -.include <bsd.port.mk> diff --git a/net-mgmt/p5-Mon/distinfo b/net-mgmt/p5-Mon/distinfo deleted file mode 100644 index 6f3ec6c8ae16..000000000000 --- a/net-mgmt/p5-Mon/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (Mon-0.9.tar.gz) = 7c8cc3469023a4be52d2552bbd550da1 diff --git a/net-mgmt/p5-Mon/pkg-comment b/net-mgmt/p5-Mon/pkg-comment deleted file mode 100644 index bda04ec13b06..000000000000 --- a/net-mgmt/p5-Mon/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A perl module that supports mon, a network and system monitoring daemon diff --git a/net-mgmt/p5-Mon/pkg-descr b/net-mgmt/p5-Mon/pkg-descr deleted file mode 100644 index 5d6b8678a322..000000000000 --- a/net-mgmt/p5-Mon/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -This is the Perl5 module for interfacing with the Mon system monitoring -package. Currently only the client interface is implemented, but more -things like special logging routines and persistent monitors are being -considered. - -"mon" is a tool for monitoring the availability of services. -More information can be found at http://www.kernel.org/software/mon/. diff --git a/net-mgmt/p5-Mon/pkg-plist b/net-mgmt/p5-Mon/pkg-plist deleted file mode 100644 index 2ecd0782ab22..000000000000 --- a/net-mgmt/p5-Mon/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -lib/perl5/site_perl/%%PERL_VER%%/Mon/SNMP.pm -lib/perl5/site_perl/%%PERL_VER%%/Mon/Client.pm -lib/perl5/site_perl/%%PERL_VER%%/Mon/Protocol.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Mon/.packlist -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Mon -@dirrm lib/perl5/site_perl/%%PERL_VER%%/Mon diff --git a/net-mgmt/p5-Net-IPv4Addr/Makefile b/net-mgmt/p5-Net-IPv4Addr/Makefile deleted file mode 100644 index 51b18c597dc7..000000000000 --- a/net-mgmt/p5-Net-IPv4Addr/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# New ports collection makefile for: p5-Net-IPv4Addr -# Date created: 25 February 2000 -# Whom: Brad Hendrickse <bradh@uunet.co.za> -# -# $FreeBSD$ -# - -PORTNAME= Net-IPv4Addr -PORTVERSION= 0.09 -CATEGORIES= net perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= Net -PKGNAMEPREFIX= p5- - -MAINTAINER= bradh@uunet.co.za - -USE_PERL5= yes -MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -MAN1= ipv4calc.1 -MAN3= Net::IPv4Addr.3 - -do-configure: - - @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL \ - PREFIX=${PREFIX} - -.include <bsd.port.mk> diff --git a/net-mgmt/p5-Net-IPv4Addr/distinfo b/net-mgmt/p5-Net-IPv4Addr/distinfo deleted file mode 100644 index 738fa96d1fa7..000000000000 --- a/net-mgmt/p5-Net-IPv4Addr/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (Net-IPv4Addr-0.09.tar.gz) = 9c1a7f72b632c6babb52b7368fe5cf83 diff --git a/net-mgmt/p5-Net-IPv4Addr/pkg-comment b/net-mgmt/p5-Net-IPv4Addr/pkg-comment deleted file mode 100644 index c8377d484065..000000000000 --- a/net-mgmt/p5-Net-IPv4Addr/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Perl extension for manipulating IPv4 addresses diff --git a/net-mgmt/p5-Net-IPv4Addr/pkg-descr b/net-mgmt/p5-Net-IPv4Addr/pkg-descr deleted file mode 100644 index e65ca924a6c6..000000000000 --- a/net-mgmt/p5-Net-IPv4Addr/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -Net::IPv4Addr provides functions to parse IPv4 addresses both -in traditional address/netmask format and in the new CIDR format. -Methods for calculating the network and broadcast address, and -also to check if a given address is in a specific network also exist. - -WWW: http://indev.insu.com/ - --- -Brad Hendrickse -bradh@uunet.co.za diff --git a/net-mgmt/p5-Net-IPv4Addr/pkg-plist b/net-mgmt/p5-Net-IPv4Addr/pkg-plist deleted file mode 100644 index bd8cac8c4d6e..000000000000 --- a/net-mgmt/p5-Net-IPv4Addr/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -bin/ipv4calc -lib/perl5/site_perl/%%PERL_VER%%/Net/IPv4Addr.pm -lib/perl5/site_perl/%%PERL_VER%%/auto/Net/IPv4Addr/autosplit.ix -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/IPv4Addr/.packlist -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/IPv4Addr -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Net 2>/dev/null || true diff --git a/net-mgmt/p5-Net-Netmask/Makefile b/net-mgmt/p5-Net-Netmask/Makefile deleted file mode 100644 index 20028a3bf3ff..000000000000 --- a/net-mgmt/p5-Net-Netmask/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# New ports collection makefile for: p5-Net-Netmask -# Date created: Jan 28 2000 -# Whom: Wei-chun Chao -# -# $FreeBSD$ -# - -PORTNAME= Net-Netmask -PORTVERSION= 1.8 -CATEGORIES= net perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= Net -PKGNAMEPREFIX= p5- - -MAINTAINER= wchao@isi.edu - -USE_PERL5= yes - -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -MAN3= Net::Netmask.3 - -do-configure: - @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL - -.include <bsd.port.mk> diff --git a/net-mgmt/p5-Net-Netmask/distinfo b/net-mgmt/p5-Net-Netmask/distinfo deleted file mode 100644 index 9cf05adc37a2..000000000000 --- a/net-mgmt/p5-Net-Netmask/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (Net-Netmask-1.8.tar.gz) = 31dcfdf69155da58746835a67817970d diff --git a/net-mgmt/p5-Net-Netmask/pkg-comment b/net-mgmt/p5-Net-Netmask/pkg-comment deleted file mode 100644 index df837cb4bdbd..000000000000 --- a/net-mgmt/p5-Net-Netmask/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Perl module to parse, manipulate and lookup IP network blocks diff --git a/net-mgmt/p5-Net-Netmask/pkg-descr b/net-mgmt/p5-Net-Netmask/pkg-descr deleted file mode 100644 index d8c74320657b..000000000000 --- a/net-mgmt/p5-Net-Netmask/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Net::Netmask parses and understand IPv4 CIDR blocks. It's built with an -object-oriented interface. Nearly all functions are methods that operate -on a Net::Netmask object. - -WWW: http://www.cpan.org diff --git a/net-mgmt/p5-Net-Netmask/pkg-plist b/net-mgmt/p5-Net-Netmask/pkg-plist deleted file mode 100644 index 6696839b04e0..000000000000 --- a/net-mgmt/p5-Net-Netmask/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -lib/perl5/site_perl/%%PERL_VER%%/Net/Netmask.pod -lib/perl5/site_perl/%%PERL_VER%%/Net/Netmask.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/Netmask/.packlist -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/Netmask diff --git a/net-mgmt/p5-Net-SNMP/Makefile b/net-mgmt/p5-Net-SNMP/Makefile deleted file mode 100644 index dc4b4b88fe18..000000000000 --- a/net-mgmt/p5-Net-SNMP/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# New ports collection makefile for: p5-Net-SNMP -# Date created: 30 June 2000 -# Whom: Christopher N. Harrell <cnh@ivmg.net> -# -# $FreeBSD$ -# - -PORTNAME= Net-SNMP -PORTVERSION= 3.50 -CATEGORIES= net perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= Net -PKGNAMEPREFIX= p5- - -MAINTAINER= ports@FreeBSD.org - -WRKSRC= ${WRKDIR}/${PORTNAME}-3.5 -USE_PERL5= yes -MAN3= Net::SNMP.3 -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} - -do-configure: - @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL \ - CC="${CC}" CCFLAGS="${CFLAGS}" - -.include <bsd.port.mk> diff --git a/net-mgmt/p5-Net-SNMP/distinfo b/net-mgmt/p5-Net-SNMP/distinfo deleted file mode 100644 index 94dc59a2b014..000000000000 --- a/net-mgmt/p5-Net-SNMP/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (Net-SNMP-3.50.tar.gz) = 03b57f94c8d2fc2a37326924a5bb29a2 diff --git a/net-mgmt/p5-Net-SNMP/pkg-comment b/net-mgmt/p5-Net-SNMP/pkg-comment deleted file mode 100644 index 23cc30a9b8ef..000000000000 --- a/net-mgmt/p5-Net-SNMP/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A perl module for SNMP... Net::SNMP diff --git a/net-mgmt/p5-Net-SNMP/pkg-descr b/net-mgmt/p5-Net-SNMP/pkg-descr deleted file mode 100644 index 753a5e759c62..000000000000 --- a/net-mgmt/p5-Net-SNMP/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -The module Net::SNMP implements an object oriented -interface to the Simple Network Management Protocol. Perl -applications can use the module to retrieve or update -information on a remote host using the SNMP protocol. -Net::SNMP is implemented completely in Perl, requires no -compiling, and uses only standard Perl modules. Both -SNMPv1 and SNMPv2c (Community-Based SNMPv2) are supported -by the module. diff --git a/net-mgmt/p5-Net-SNMP/pkg-plist b/net-mgmt/p5-Net-SNMP/pkg-plist deleted file mode 100644 index c50918a689ad..000000000000 --- a/net-mgmt/p5-Net-SNMP/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -lib/perl5/site_perl/%%PERL_VER%%/Net/SNMP.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/SNMP/.packlist -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/SNMP -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Net 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Net 2>/dev/null || true diff --git a/net-mgmt/p5-Net-SNMP3/Makefile b/net-mgmt/p5-Net-SNMP3/Makefile deleted file mode 100644 index dc4b4b88fe18..000000000000 --- a/net-mgmt/p5-Net-SNMP3/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# New ports collection makefile for: p5-Net-SNMP -# Date created: 30 June 2000 -# Whom: Christopher N. Harrell <cnh@ivmg.net> -# -# $FreeBSD$ -# - -PORTNAME= Net-SNMP -PORTVERSION= 3.50 -CATEGORIES= net perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= Net -PKGNAMEPREFIX= p5- - -MAINTAINER= ports@FreeBSD.org - -WRKSRC= ${WRKDIR}/${PORTNAME}-3.5 -USE_PERL5= yes -MAN3= Net::SNMP.3 -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} - -do-configure: - @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL \ - CC="${CC}" CCFLAGS="${CFLAGS}" - -.include <bsd.port.mk> diff --git a/net-mgmt/p5-Net-SNMP3/distinfo b/net-mgmt/p5-Net-SNMP3/distinfo deleted file mode 100644 index 94dc59a2b014..000000000000 --- a/net-mgmt/p5-Net-SNMP3/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (Net-SNMP-3.50.tar.gz) = 03b57f94c8d2fc2a37326924a5bb29a2 diff --git a/net-mgmt/p5-Net-SNMP3/pkg-comment b/net-mgmt/p5-Net-SNMP3/pkg-comment deleted file mode 100644 index 23cc30a9b8ef..000000000000 --- a/net-mgmt/p5-Net-SNMP3/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A perl module for SNMP... Net::SNMP diff --git a/net-mgmt/p5-Net-SNMP3/pkg-descr b/net-mgmt/p5-Net-SNMP3/pkg-descr deleted file mode 100644 index 753a5e759c62..000000000000 --- a/net-mgmt/p5-Net-SNMP3/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -The module Net::SNMP implements an object oriented -interface to the Simple Network Management Protocol. Perl -applications can use the module to retrieve or update -information on a remote host using the SNMP protocol. -Net::SNMP is implemented completely in Perl, requires no -compiling, and uses only standard Perl modules. Both -SNMPv1 and SNMPv2c (Community-Based SNMPv2) are supported -by the module. diff --git a/net-mgmt/p5-Net-SNMP3/pkg-plist b/net-mgmt/p5-Net-SNMP3/pkg-plist deleted file mode 100644 index c50918a689ad..000000000000 --- a/net-mgmt/p5-Net-SNMP3/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -lib/perl5/site_perl/%%PERL_VER%%/Net/SNMP.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/SNMP/.packlist -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/SNMP -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Net 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Net 2>/dev/null || true diff --git a/net-mgmt/p5-NetAddr-IP/Makefile b/net-mgmt/p5-NetAddr-IP/Makefile deleted file mode 100644 index 8058bf5644a9..000000000000 --- a/net-mgmt/p5-NetAddr-IP/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# New ports collection makefile for: p5-NetAddr-IP -# Date created: 12 July 2000 -# Whom: Christopher N. Harrell <cnh@ivmg.net> -# -# $FreeBSD$ -# - -PORTNAME= NetAddr-IP -PORTVERSION= 2.00 -CATEGORIES= net perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= NetAddr -PKGNAMEPREFIX= p5- - -MAINTAINER= ports@freebsd.org - -USE_PERL5= yes -MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -MAN3= NetAddr::IP.3 - -do-configure: - @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL \ - PREFIX=${PREFIX} - -.include <bsd.port.mk> diff --git a/net-mgmt/p5-NetAddr-IP/distinfo b/net-mgmt/p5-NetAddr-IP/distinfo deleted file mode 100644 index 3c1d44485e34..000000000000 --- a/net-mgmt/p5-NetAddr-IP/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (NetAddr-IP-2.00.tar.gz) = 9f88bd7712d40713c5e0a3edff35f27f diff --git a/net-mgmt/p5-NetAddr-IP/pkg-comment b/net-mgmt/p5-NetAddr-IP/pkg-comment deleted file mode 100644 index 59f71b01edd5..000000000000 --- a/net-mgmt/p5-NetAddr-IP/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Perl module for working with IP addresses and blocks thereof diff --git a/net-mgmt/p5-NetAddr-IP/pkg-descr b/net-mgmt/p5-NetAddr-IP/pkg-descr deleted file mode 100644 index 6cda11436edd..000000000000 --- a/net-mgmt/p5-NetAddr-IP/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This perl module provides a simple interface to the tedious bit manipulation -involved when handling IP address calculations. It also helps by performing -range comparisons between subnets as well as other frequently used functions. diff --git a/net-mgmt/p5-NetAddr-IP/pkg-plist b/net-mgmt/p5-NetAddr-IP/pkg-plist deleted file mode 100644 index 06ce8b14fa22..000000000000 --- a/net-mgmt/p5-NetAddr-IP/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -lib/perl5/site_perl/%%PERL_VER%%/NetAddr/IP.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/NetAddr/IP/.packlist -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/NetAddr/IP -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/NetAddr -@dirrm lib/perl5/site_perl/%%PERL_VER%%/NetAddr diff --git a/net-mgmt/p5-SNMP-Util/Makefile b/net-mgmt/p5-SNMP-Util/Makefile deleted file mode 100644 index e1566db80e67..000000000000 --- a/net-mgmt/p5-SNMP-Util/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# New ports collection makefile for: p5-SNMP-Util -# Date created: September 7 1999 -# Whom: Bill Fenner <fenner@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= SNMP-Util -PORTVERSION= 1.6 -CATEGORIES= net perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= SNMP -PKGNAMEPREFIX= p5- - -MAINTAINER= fenner@FreeBSD.org - -RUN_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/SNMP.pm:${PORTSDIR}/net/p5-SNMP - -USE_PERL5= yes - -MAN3= SNMP::Util.3 -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} - -do-configure: - @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL - -.include <bsd.port.mk> diff --git a/net-mgmt/p5-SNMP-Util/distinfo b/net-mgmt/p5-SNMP-Util/distinfo deleted file mode 100644 index 50212b275c8d..000000000000 --- a/net-mgmt/p5-SNMP-Util/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (SNMP-Util-1.6.tar.gz) = a7fab959fe6eef8c9044a21f7859b024 diff --git a/net-mgmt/p5-SNMP-Util/files/patch-aa b/net-mgmt/p5-SNMP-Util/files/patch-aa deleted file mode 100644 index 1ada2f247c76..000000000000 --- a/net-mgmt/p5-SNMP-Util/files/patch-aa +++ /dev/null @@ -1,24 +0,0 @@ ---- Makefile.PL.orig Tue Sep 7 15:26:45 1999 -+++ Makefile.PL Tue Sep 7 15:27:02 1999 -@@ -12,21 +12,6 @@ - print "ok\n"; - } - --$FILE = new FileHandle; --open($FILE,">t/snmp.data"); -- --print "\nEnter the IP address of the Device: "; --chomp($IP = <stdin>); -- --print "Enter the SNMP community string: "; --chomp($community = <stdin>); -- --print $FILE "IP = $IP\n"; --print $FILE "community = $community\n"; -- --close $FILE; -- -- - # See lib/ExtUtils/MakeMaker.pm for details of how to influence - # the contents of the Makefile that is written. - WriteMakefile( diff --git a/net-mgmt/p5-SNMP-Util/pkg-comment b/net-mgmt/p5-SNMP-Util/pkg-comment deleted file mode 100644 index 94b7a9342c00..000000000000 --- a/net-mgmt/p5-SNMP-Util/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Perl modules to perform SNMP set,get,walk,next,walk_hash etc diff --git a/net-mgmt/p5-SNMP-Util/pkg-descr b/net-mgmt/p5-SNMP-Util/pkg-descr deleted file mode 100644 index 0e94a34f7fc0..000000000000 --- a/net-mgmt/p5-SNMP-Util/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This Perl library is a set of utilities for configuring and monitoring -SNMP based devices. This library requires the UCD port of SNMP and the -SNMP.pm module written by Joe Marzot. diff --git a/net-mgmt/p5-SNMP-Util/pkg-plist b/net-mgmt/p5-SNMP-Util/pkg-plist deleted file mode 100644 index 2bd9951c387f..000000000000 --- a/net-mgmt/p5-SNMP-Util/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -lib/perl5/site_perl/%%PERL_VER%%/SNMP/Util.pm -lib/perl5/site_perl/%%PERL_VER%%/SNMP/Util_env.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/SNMP/Util/.packlist -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/SNMP/Util diff --git a/net-mgmt/p5-SNMP/Makefile b/net-mgmt/p5-SNMP/Makefile deleted file mode 100644 index e4908f78dffc..000000000000 --- a/net-mgmt/p5-SNMP/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# New ports collection makefile for: p5-SNMP -# Date created: May 5th 1997 -# Whom: James FitzGibbon <jfitz@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= SNMP -PORTVERSION= 1.8.1 -CATEGORIES= net perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= SNMP -PKGNAMEPREFIX= p5- - -MAINTAINER= ports@FreeBSD.org - -LIB_DEPENDS= snmp.4:${PORTSDIR}/net/ucd-snmp - -USE_PERL5= yes - -do-configure: - @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL \ - CC="${CC}" CCFLAGS="${CFLAGS}" - -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 a76d9fb90e1d..000000000000 --- a/net-mgmt/p5-SNMP/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (SNMP-1.8.1.tar.gz) = f53a9aa7ae3ae77031b40fdf9d19cba1 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/files/patch-ac b/net-mgmt/p5-SNMP/files/patch-ac deleted file mode 100644 index 06054d198a6d..000000000000 --- a/net-mgmt/p5-SNMP/files/patch-ac +++ /dev/null @@ -1,29 +0,0 @@ ---- SNMP.xs.orig Mon Jun 7 18:02:57 1999 -+++ SNMP.xs Sat Aug 28 01:06:54 1999 -@@ -1778,6 +1778,7 @@ - struct variable_list *vars; - struct variable_list *last_vars; - struct tree *tp; -+ struct sockaddr_in *pduIp; - oid *oid_arr; - int oid_arr_len = MAX_OID_LEN; - SV *tmp_sv; -@@ -1861,14 +1862,15 @@ - &pdu->enterprise_length) != SUCCESS) { - if (verbose) warn("invalid enterprise id: %s", enterprise); - } -+ pduIp = (struct sockaddr_in *)&(pdu->agent_addr); - if (agent && strlen(agent)) { -- pdu->agent_addr.sin_addr.s_addr = __parse_address(agent); -- if (pdu->agent_addr.sin_addr.s_addr == -1 && verbose) { -+ pduIp->sin_addr.s_addr = __parse_address(agent); -+ if (pduIp->sin_addr.s_addr == -1 && verbose) { - warn("invalid agent address: %s", agent); - goto err; - } - } else { -- pdu->agent_addr.sin_addr.s_addr = get_myaddr(); -+ pduIp->sin_addr.s_addr = get_myaddr(); - } - pdu->trap_type = generic; - pdu->specific_type = specific; diff --git a/net-mgmt/p5-SNMP/pkg-comment b/net-mgmt/p5-SNMP/pkg-comment deleted file mode 100644 index 85245b547f55..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 b9bd2d92bfa6..000000000000 --- a/net-mgmt/p5-SNMP/pkg-plist +++ /dev/null @@ -1,7 +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 -lib/perl5/site_perl/README.SNMP -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/SNMP diff --git a/net-mgmt/p5-SNMP_Session/Makefile b/net-mgmt/p5-SNMP_Session/Makefile deleted file mode 100644 index 35246635ab16..000000000000 --- a/net-mgmt/p5-SNMP_Session/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# New ports collection makefile for: p5-SNMP_Session -# Date created: 13 June 1999 -# Whom: Stephen J. Roznowski <sjr@home.net> -# -# $FreeBSD$ -# - -PORTNAME= SNMP_Session -PORTVERSION= 0.75 -CATEGORIES= net perl5 -MASTER_SITES= ftp://ftp.switch.ch/software/sources/network/snmp/perl/ -PKGNAMEPREFIX= p5- - -MAINTAINER= ports@FreeBSD.org - -USE_PERL5= yes - -do-configure: - @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL - -.include <bsd.port.mk> diff --git a/net-mgmt/p5-SNMP_Session/distinfo b/net-mgmt/p5-SNMP_Session/distinfo deleted file mode 100644 index bd6f80a33844..000000000000 --- a/net-mgmt/p5-SNMP_Session/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (SNMP_Session-0.75.tar.gz) = a7a941e546771716047c026c612805b3 diff --git a/net-mgmt/p5-SNMP_Session/pkg-comment b/net-mgmt/p5-SNMP_Session/pkg-comment deleted file mode 100644 index e85f52bac626..000000000000 --- a/net-mgmt/p5-SNMP_Session/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A perl5 module for providing rudimentary access to SNMPv1 agents diff --git a/net-mgmt/p5-SNMP_Session/pkg-descr b/net-mgmt/p5-SNMP_Session/pkg-descr deleted file mode 100644 index 6bf0dc052143..000000000000 --- a/net-mgmt/p5-SNMP_Session/pkg-descr +++ /dev/null @@ -1,16 +0,0 @@ -This archive contains Perl 5 modules SNMP_Session.pm and BER.pm, -which, when used together, provide rudimentary access to remote SNMP -(v1) agents. - -This module differs from existing SNMP packages in that it is -completely stand-alone, i.e. you don't need to have another SNMP -package such as CMU SNMP. It is also written entirely in Perl, so you -don't have to compile any C modules. It uses the Perl 5 Socket.pm -module and should therefore be very portable, even to non-Unix systems. - -The SNMP operations currently supported are "get", "get-next", and -"set", as well as trap generation and reception. - -For an excellent example of the type of application this is useful -for, see Tobias Oetiker's ``mrtg'' (Multi Router Traffic Grapher) -tool. diff --git a/net-mgmt/p5-SNMP_Session/pkg-plist b/net-mgmt/p5-SNMP_Session/pkg-plist deleted file mode 100644 index cbb2f5d1003a..000000000000 --- a/net-mgmt/p5-SNMP_Session/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -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 -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/SNMP_Session/.packlist -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/SNMP_Session diff --git a/net-mgmt/ruby-snmp/Makefile b/net-mgmt/ruby-snmp/Makefile deleted file mode 100644 index 6749fabd10fa..000000000000 --- a/net-mgmt/ruby-snmp/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# New ports collection makefile for: Ruby-SNMP -# Date created: 1 Sep 2000 -# Whom: Akinori MUSHA aka knu <knu@idaemons.org> -# -# $FreeBSD$ -# - -PORTNAME= snmp -PORTVERSION= 0.2.1 -CATEGORIES= net ruby -MASTER_SITES= http://w3cic.riken.go.jp/~tsuruoka/ -PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -DISTNAME= ruby${PORTNAME}-${PORTVERSION} -EXTRACT_SUFX= .tgz -DIST_SUBDIR= ruby - -MAINTAINER= knu@FreeBSD.org - -LIB_DEPENDS= snmp.4:${PORTSDIR}/net/ucd-snmp - -USE_RUBY= yes -USE_RUBY_EXTCONF= yes - -WRKSRC= ${WRKDIR}/SNMP -INSTALL_TARGET= site-install -CONFIGURE_ARGS= --with-snmp-dir="${LOCALBASE}" - -DOCS_EN= mib_view.html \ - rubysnmp.html \ - sampleout.html \ - snmp_module.html \ - snmp_session.html \ - snmp_var.html - -post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${RUBY_DOCDIR}/snmp -.for f in ${DOCS_EN} - ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/snmp/ -.endfor -.endif - -.include <bsd.port.mk> diff --git a/net-mgmt/ruby-snmp/distinfo b/net-mgmt/ruby-snmp/distinfo deleted file mode 100644 index fcb93d287454..000000000000 --- a/net-mgmt/ruby-snmp/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (ruby/rubysnmp-0.2.1.tgz) = 0c30ae623895aa5304c808fddf34dd81 diff --git a/net-mgmt/ruby-snmp/files/patch-aa b/net-mgmt/ruby-snmp/files/patch-aa deleted file mode 100644 index 8e10fe8dbe29..000000000000 --- a/net-mgmt/ruby-snmp/files/patch-aa +++ /dev/null @@ -1,45 +0,0 @@ ---- extconf.rb.orig Mon Jul 10 19:18:51 2000 -+++ extconf.rb Fri Sep 1 01:53:44 2000 -@@ -1,15 +1,11 @@ --require './mkmf.rb' -+require 'mkmf.rb' - - def crash(str) - printf " extconf failure:%s\n", str - exit 1 - end - --if /linux/ =~ RUBY_PLATFORM -- $LDFLAGS = "-L/usr/lib" --else -- $LDFLAGS = "-L/usr/local/lib" --end -+dir_config('snmp') - - # Headers - ruby_h = have_header("ruby.h") -@@ -35,8 +31,10 @@ - EOF - - # Libraies -+have_library("crypto") if test(?e, "/usr/lib/libcrypto.so"); -+ - snmpsessinit = have_library("snmp", "snmp_sess_init") --unless snmpsessinit or snmpsessopen or snmpsessclose or snmpsessread or snmpsesssend -+unless snmpsessinit # or snmpsessopen or snmpsessclose or snmpsessread or snmpsesssend - crash "This module require snmp_sess_(init|open|close|read|send) functions." - end - -@@ -51,10 +49,10 @@ - $CFLAGS = "-DNO_SNMP_FREE " + $CFLAGS - end - --unless try_link(header+<<EOF, "-lsnmp") -+if try_link(header+<<EOF, "-lsnmp") - - void main() { -- init_snmp("snmpapp"); -+ init_snmp(); - } - EOF - $CFLAGS = "-DVOID_INIT_SNMP " + $CFLAGS diff --git a/net-mgmt/ruby-snmp/pkg-comment b/net-mgmt/ruby-snmp/pkg-comment deleted file mode 100644 index 273e18db69f3..000000000000 --- a/net-mgmt/ruby-snmp/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Ruby interface to UCD-SNMP library diff --git a/net-mgmt/ruby-snmp/pkg-descr b/net-mgmt/ruby-snmp/pkg-descr deleted file mode 100644 index b2d233893508..000000000000 --- a/net-mgmt/ruby-snmp/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Ruby SNMP is UCD-SNMP library interface for the Ruby. - -The current version only supports SNMPv1 GET and GETNEXT requests. - -Author: Nobuhiko Tsuruoka <tsuruoka@postman.riken.go.jp> -WWW: http://w3cic.riken.go.jp/~tsuruoka/ diff --git a/net-mgmt/ruby-snmp/pkg-plist b/net-mgmt/ruby-snmp/pkg-plist deleted file mode 100644 index 3cebc9cb7bb8..000000000000 --- a/net-mgmt/ruby-snmp/pkg-plist +++ /dev/null @@ -1,8 +0,0 @@ -%%RUBY_SITEARCHLIBDIR%%/snmp.so -%%RUBY_DOCDIR%%/snmp/mib_view.html -%%RUBY_DOCDIR%%/snmp/rubysnmp.html -%%RUBY_DOCDIR%%/snmp/sampleout.html -%%RUBY_DOCDIR%%/snmp/snmp_module.html -%%RUBY_DOCDIR%%/snmp/snmp_session.html -%%RUBY_DOCDIR%%/snmp/snmp_var.html -@dirrm %%RUBY_DOCDIR%%/snmp diff --git a/net-mgmt/scotty3/Makefile b/net-mgmt/scotty3/Makefile deleted file mode 100644 index 1b0328959764..000000000000 --- a/net-mgmt/scotty3/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# New ports collection makefile for: scotty-current -# Date created: 06 June 2000 -# Whom: Sergey Osokin aka oZZ <ozz@FreeBSD.ORG.ru> -# -# $FreeBSD$ -# - -PORTNAME= scotty -PORTVERSION= 20000221 -CATEGORIES= net tk82 -MASTER_SITES= ftp://ftp.ibr.cs.tu-bs.de/pub/local/tkined/devel/ -DISTNAME= ${PORTNAME}-00-02-21 - -MAINTAINER= ozz@FreeBSD.org.ru - -LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82 - -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-tcl=${PREFIX}/lib/tcl8.2 \ - --with-tk=${PREFIX}/lib/tk8.2 - -WRKSRC= ${WRKDIR}/${DISTNAME}/unix -MAN1= tkined.1 scotty.1 -MAN8= nmicmpd.8 nmtrapd.8 -MANN= Tnm.n TnmDialog.n TnmDisman.n TnmEther.n TnmIetf.n\ - TnmInet.n TnmMap.n TnmMib.n TnmSnmp.n TnmTerm.n\ - dns.n icmp.n ined.n job.n map.n mib.n netdb.n \ - ntp.n snmp.n sunrpc.n syslog.n udp.n -PLIST_SUB= SCOTTY_VERSION=3.0.0 TKINED_VERSION=1.5.0 - -pre-install: - @cd ${WRKSRC}; make sinstall - -.include <bsd.port.mk> diff --git a/net-mgmt/scotty3/distinfo b/net-mgmt/scotty3/distinfo deleted file mode 100644 index aa9d240730bd..000000000000 --- a/net-mgmt/scotty3/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (scotty-00-02-21.tar.gz) = ca39ecfaa32f3c5defa81974e8d9ebe2 diff --git a/net-mgmt/scotty3/files/patch-aa b/net-mgmt/scotty3/files/patch-aa deleted file mode 100644 index de3a255d2b03..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.10 @PREFIX@/lib/tnm2.1.10" -+exec @PREFIX@/bin/tkined1.4.10 $* ---- scotty.sh.in~ Fri Sep 13 09:30:41 1996 -+++ scotty.sh.in Fri Sep 13 09:26:21 1996 -@@ -0,0 +1,3 @@ -+#!/bin/sh -+export TCLLIBPATH="@PREFIX@/lib/tnm3.0.0" -+exec @PREFIX@/bin/scotty3.0.0 diff --git a/net-mgmt/scotty3/files/patch-ab b/net-mgmt/scotty3/files/patch-ab deleted file mode 100644 index a441e9db4ce8..000000000000 --- a/net-mgmt/scotty3/files/patch-ab +++ /dev/null @@ -1,15 +0,0 @@ ---- ../tkined/apps/snmp_monitor.tcl.orig Thu Feb 3 23:11:40 2000 -+++ ../tkined/apps/snmp_monitor.tcl Wed Jun 7 16:02:39 2000 -@@ -517,8 +517,11 @@ - - set args $ip - set i 0 -+ 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 777ab9f94780..000000000000 --- a/net-mgmt/scotty3/files/patch-ac +++ /dev/null @@ -1,45 +0,0 @@ ---- Makefile.in.orig Thu Feb 17 01:08:00 2000 -+++ Makefile.in Wed Jun 7 16:07:39 2000 -@@ -500,11 +500,11 @@ - pwd=`pwd`; cd $(TNM_TEST_DIR); $$pwd/scotty all.tcl - - install: @INSTALL_TARGETS@ -- @echo "" -- @echo "The Tnm extension includes two programs (nmicmpd, nmtrapd)" -- @echo "which require root permissions. Please get root permissions" -- @echo "and type >> make sinstall << to install them setuid root." -- @echo "" -+# @echo "" -+# @echo "The Tnm extension includes two programs (nmicmpd, nmtrapd)" -+# @echo "which require root permissions. Please get root permissions" -+# @echo "and type >> make sinstall << to install them setuid root." -+# @echo "" - - install-bin: tnm-install-bin tki-install-bin - -@@ -528,7 +528,7 @@ - @$(INSTALL_PROGRAM) scotty $(BIN_INSTALL_DIR)/scotty$(TNM_VERSION) - @$(INSTALL_DATA) tnm$(SHLIB_SUFFIX) $(LIB_RUNTIME_DIR)/tnm$(TNM_VERSION)$(SHLIB_SUFFIX) - @chmod 555 $(LIB_RUNTIME_DIR)/tnm$(TNM_VERSION)$(SHLIB_SUFFIX) -- @echo 'package ifneeded Tnm $(TNM_VERSION) "load $(LIB_RUNTIME_DIR)/tnm$(TNM_VERSION)[info sharedlibextension]"' > $(TNM_INSTALL_DIR)/pkgIndex.tcl -+ @echo 'package ifneeded Tnm $(TNM_VERSION) "load $(LIB_RUNTIME_DIR)/tnm$(TNM_VERSION).so"' > $(TNM_INSTALL_DIR)/pkgIndex.tcl - - tnm-install-man: - @for i in $(MAN_INSTALL_DIR) $(MAN1_INSTALL_DIR) $(MAN8_INSTALL_DIR) $(MANN_INSTALL_DIR) ; \ -@@ -708,10 +708,14 @@ - fi; \ - done; - @echo "Installing tkined$(TKI_VERSION) and tkined$(TKI_VERSION)$(SHLIB_SUFFIX)" -- @$(INSTALL_PROGRAM) tkined $(BIN_INSTALL_DIR)/tkined$(TKI_VERSION) -+ @$(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-man: diff --git a/net-mgmt/scotty3/files/patch-ad b/net-mgmt/scotty3/files/patch-ad deleted file mode 100644 index 4b43418fdc26..000000000000 --- a/net-mgmt/scotty3/files/patch-ad +++ /dev/null @@ -1,20 +0,0 @@ ---- configure.orig Wed Feb 16 19:08:00 2000 -+++ configure Tue Jun 6 03:36:37 2000 -@@ -749,7 +749,7 @@ - LD_FLAGS=$TCL_LD_FLAGS - LD_SEARCH_FLAGS=$TCL_LD_SEARCH_FLAGS - TCL_EXEC_PREFIX=$TCL_EXEC_PREFIX --TCL_INCLUDES=-I$TCL_PREFIX/include -+TCL_INCLUDES=-I$TCL_PREFIX/include/tcl$TCL_VERSION - TK_EXEC_PREFIX=$TK_EXEC_PREFIX - - if test $TCL_SHARED_BUILD -ne 1 ; then -@@ -842,7 +842,7 @@ - echo "configure: warning: "will not build tkined"" 1>&2 - else - . $tnm_cv_path_tk_config/tkConfig.sh -- TK_INCLUDES=-I$TK_PREFIX/include -+ TK_INCLUDES=-I$TK_PREFIX/include/tk$TK_VERSION - if test "$TK_INCLUDES" = "$TCL_INCLUDES" ; then - TK_INCLUDES="" - fi diff --git a/net-mgmt/scotty3/files/patch-ae b/net-mgmt/scotty3/files/patch-ae deleted file mode 100644 index 95bd9e1a0721..000000000000 --- a/net-mgmt/scotty3/files/patch-ae +++ /dev/null @@ -1,8 +0,0 @@ ---- tkined.sh.in.orig Tue Jun 6 05:14:19 2000 -+++ tkined.sh.in Tue Jun 6 05:13:12 2000 -@@ -1,3 +1,3 @@ - #!/bin/sh --export TCLLIBPATH="@PREFIX@/lib/tkined1.4.10 @PREFIX@/lib/tnm2.1.10" --exec @PREFIX@/bin/tkined1.4.10 $* -+export TCLLIBPATH="@PREFIX@/lib/tkined1.5.0 @PREFIX@/lib/tnm3.0.0" -+exec @PREFIX@/bin/tkined1.5.0 $* diff --git a/net-mgmt/scotty3/pkg-comment b/net-mgmt/scotty3/pkg-comment deleted file mode 100644 index 8c63ccd18277..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 fcc22b336440..000000000000 --- a/net-mgmt/scotty3/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -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). - -WWW: http://wwwhome.cs.utwente.nl/~schoenw/scotty/ diff --git a/net-mgmt/scotty3/pkg-plist b/net-mgmt/scotty3/pkg-plist deleted file mode 100644 index 484c0f9f0eb4..000000000000 --- a/net-mgmt/scotty3/pkg-plist +++ /dev/null @@ -1,375 +0,0 @@ -bin/nmicmpd -bin/nmtrapd -bin/scotty -bin/scotty%%SCOTTY_VERSION%% -bin/tkined -bin/tkined%%TKINED_VERSION%% -lib/tnm%%SCOTTY_VERSION%%/mibs/ACCOUNTING-CONTROL-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/ADSL-LINE-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/ADSL-TC-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/AGENTX-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/APPC-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/APPLETALK-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/APPLICATION-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/APPN-DLUR-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/APPN-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/APPN-TRAP-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/ATM-ACCOUNTING-INFORMATION-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/ATM-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/ATM-TC-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/BGP4-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/BRIDGE-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/CHARACTER-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/CLNS-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/DECNET-PHIV-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/DIAL-CONTROL-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/DIRECTORY-SERVER-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/DISMAN-SCHEDULE-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/DISMAN-SCRIPT-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/DLSW-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/DNS-RESOLVER-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/DNS-SERVER-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/DOCS-CABLE-DEVICE-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/DOCS-IF-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/DOT12-IF-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/DOT12-RPTR-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/DS0-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/DS0BUNDLE-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/DS1-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/DS3-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/DSA-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/EBN-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/ENTITY-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/ETHER-CHIPSET-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/EtherLike-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/FDDI-SMT73-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/FLOW-METER-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/FRAME-RELAY-DTE-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/FRNETSERV-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/HOST-RESOURCES-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/HPR-IP-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/HPR-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/IANA-ADDRESS-FAMILY-NUMBERS-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/IANA-LANGUAGE-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/IANATn3270eTC-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/IANAifType-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/IF-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/INTEGRATED-SERVICES-GUARANTEED-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/INTEGRATED-SERVICES-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/IP-FORWARD-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/IP-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/IPATM-IPMC-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/IPOA-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/IPV6-ICMP-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/IPV6-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/IPV6-TC -lib/tnm%%SCOTTY_VERSION%%/mibs/IPV6-TCP-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/IPV6-UDP-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/ISDN-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/Job-Monitoring-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/MAU-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/MIOX25-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/MIP-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/MTA-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/Modem-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/NETWORK-SERVICES-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/NHRP-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/OSPF-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/OSPF-TRAP-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/P-BRIDGE-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/PARALLEL-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/PPP-BRIDGE-NCP-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/PPP-IP-NCP-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/PPP-LCP-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/PPP-SEC-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/PerfHist-TC-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/Printer-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/Q-BRIDGE-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/RADIUS-ACC-CLIENT-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/RADIUS-ACC-SERVER-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/RADIUS-AUTH-CLIENT-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/RADIUS-AUTH-SERVER-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/RDBMS-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/RFC1155-SMI -lib/tnm%%SCOTTY_VERSION%%/mibs/RFC1213-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/RFC1269-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/RFC1381-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/RFC1382-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/RFC1414-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/RIPv2-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/RMON-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/RMON2-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/RS-232-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/RSVP-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/SIP-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/SMON-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/SNA-NAU-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/SNA-SDLC-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/SNMP-FRAMEWORK-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/SNMP-MPD-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/SNMP-NOTIFICATION-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/SNMP-PROXY-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/SNMP-REPEATER-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/SNMP-TARGET-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/SNMP-USER-BASED-SM-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/SNMP-VIEW-BASED-ACM-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/SNMPv2-CONF -lib/tnm%%SCOTTY_VERSION%%/mibs/SNMPv2-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/SNMPv2-SMI -lib/tnm%%SCOTTY_VERSION%%/mibs/SNMPv2-TC -lib/tnm%%SCOTTY_VERSION%%/mibs/SNMPv2-TM -lib/tnm%%SCOTTY_VERSION%%/mibs/SNMPv2-USEC-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/SONET-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/SOURCE-ROUTING-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/SYSAPPL-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/TCP-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/TCPIPX-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/TN3270E-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/TN3270E-RT-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/TOKEN-RING-RMON-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/TOKENRING-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/TOKENRING-STATION-SR-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/TUBS-IBR-LINUX-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/TUBS-IBR-NFS-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/TUBS-IBR-PROC-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/TUBS-IBR-TEST-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/TUBS-IBR-TNM-COMPAT -lib/tnm%%SCOTTY_VERSION%%/mibs/TUBS-IBR-TNM-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/TUBS-SMI -lib/tnm%%SCOTTY_VERSION%%/mibs/TUNNEL-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/UDP-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/UPS-MIB -lib/tnm%%SCOTTY_VERSION%%/mibs/WWW-MIB -lib/tnm%%SCOTTY_VERSION%%/pkgIndex.tcl -lib/tnm%%SCOTTY_VERSION%%/library/README -lib/tnm%%SCOTTY_VERSION%%/library/TnmDialog.tcl -lib/tnm%%SCOTTY_VERSION%%/library/TnmDisman.tcl -lib/tnm%%SCOTTY_VERSION%%/library/TnmEther.tcl -lib/tnm%%SCOTTY_VERSION%%/library/TnmIetf.tcl -lib/tnm%%SCOTTY_VERSION%%/library/TnmInet.tcl -lib/tnm%%SCOTTY_VERSION%%/library/TnmMap.tcl -lib/tnm%%SCOTTY_VERSION%%/library/TnmMib.tcl -lib/tnm%%SCOTTY_VERSION%%/library/TnmMonitor.tcl -lib/tnm%%SCOTTY_VERSION%%/library/TnmSnmp.tcl -lib/tnm%%SCOTTY_VERSION%%/library/TnmTerm.tcl -lib/tnm%%SCOTTY_VERSION%%/library/init.tcl -lib/tnm%%SCOTTY_VERSION%%/library/pkgIndex.tcl -lib/tnm%%SCOTTY_VERSION%%/agents/snmpd -lib/tnm%%SCOTTY_VERSION%%/agents/snmpd-tnm.tcl -lib/tnm%%SCOTTY_VERSION%%/agents/snmpd-nfs.tcl -lib/tnm%%SCOTTY_VERSION%%/agents/snmpd-proc.tcl -lib/tnm%%SCOTTY_VERSION%%/agents/README -lib/tnm%%SCOTTY_VERSION%%/examples/bridge -lib/tnm%%SCOTTY_VERSION%%/examples/bridge.n -lib/tnm%%SCOTTY_VERSION%%/examples/discover -lib/tnm%%SCOTTY_VERSION%%/examples/discover.n -lib/tnm%%SCOTTY_VERSION%%/examples/emok -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/mibgrep -lib/tnm%%SCOTTY_VERSION%%/examples/mibgrep.n -lib/tnm%%SCOTTY_VERSION%%/examples/mibtree -lib/tnm%%SCOTTY_VERSION%%/examples/mibtree.n -lib/tnm%%SCOTTY_VERSION%%/examples/nslook -lib/tnm%%SCOTTY_VERSION%%/examples/nslook.n -lib/tnm%%SCOTTY_VERSION%%/examples/pcnfs -lib/tnm%%SCOTTY_VERSION%%/examples/pcnfs.n -lib/tnm%%SCOTTY_VERSION%%/examples/rpcprobe -lib/tnm%%SCOTTY_VERSION%%/examples/rpcprobe.n -lib/tnm%%SCOTTY_VERSION%%/examples/rstat -lib/tnm%%SCOTTY_VERSION%%/examples/rstat.n -lib/tnm%%SCOTTY_VERSION%%/examples/snmptrapd -lib/tnm%%SCOTTY_VERSION%%/examples/snmptrapd.n -lib/tnm%%SCOTTY_VERSION%%/examples/snmpwalk -lib/tnm%%SCOTTY_VERSION%%/examples/snmpwalk.n -lib/tnm%%SCOTTY_VERSION%%/examples/tcpspeed -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%%/site/init.tcl -lib/tnm%%SCOTTY_VERSION%%.so -lib/tkined%%TKINED_VERSION%%/pkgIndex.tcl -lib/tkined%%TKINED_VERSION%%/tkined.defaults -lib/tkined%%TKINED_VERSION%%/library/Command.tcl -lib/tkined%%TKINED_VERSION%%/library/Diagram.tcl -lib/tkined%%TKINED_VERSION%%/library/Dialog.tcl -lib/tkined%%TKINED_VERSION%%/library/Editor.tcl -lib/tkined%%TKINED_VERSION%%/library/Event.tcl -lib/tkined%%TKINED_VERSION%%/library/Help.tcl -lib/tkined%%TKINED_VERSION%%/library/Misc.tcl -lib/tkined%%TKINED_VERSION%%/library/Objects.tcl -lib/tkined%%TKINED_VERSION%%/library/Tool.tcl -lib/tkined%%TKINED_VERSION%%/library/pkgIndex.tcl -lib/tkined%%TKINED_VERSION%%/bitmaps/Box.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/BoxMask.xbm -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/node.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/nodeMask.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/noicon.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/octane.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/octaneMask.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/parsytec.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/parsytecMask.xbm -lib/tkined%%TKINED_VERSION%%/bitmaps/pc.xbm -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/README -lib/tkined%%TKINED_VERSION%%/apps/clock.tcl -lib/tkined%%TKINED_VERSION%%/apps/event.tcl -lib/tkined%%TKINED_VERSION%%/apps/game.tcl -lib/tkined%%TKINED_VERSION%%/apps/germany-map.xbm -lib/tkined%%TKINED_VERSION%%/apps/ip_discover.tcl -lib/tkined%%TKINED_VERSION%%/apps/ip_layout.tcl -lib/tkined%%TKINED_VERSION%%/apps/ip_monitor.tcl -lib/tkined%%TKINED_VERSION%%/apps/ip_trouble.tcl -lib/tkined%%TKINED_VERSION%%/apps/ip_world.tcl -lib/tkined%%TKINED_VERSION%%/apps/library.tcl -lib/tkined%%TKINED_VERSION%%/apps/locations -lib/tkined%%TKINED_VERSION%%/apps/manager.tcl -lib/tkined%%TKINED_VERSION%%/apps/mibtree -lib/tkined%%TKINED_VERSION%%/apps/movie.tcl -lib/tkined%%TKINED_VERSION%%/apps/netherlands-map.xbm -lib/tkined%%TKINED_VERSION%%/apps/snmp_browser.tcl -lib/tkined%%TKINED_VERSION%%/apps/snmp_cisco.tcl -lib/tkined%%TKINED_VERSION%%/apps/snmp_config.tcl -lib/tkined%%TKINED_VERSION%%/apps/snmp_disman.tcl -lib/tkined%%TKINED_VERSION%%/apps/snmp_host.tcl -lib/tkined%%TKINED_VERSION%%/apps/snmp_hp.tcl -lib/tkined%%TKINED_VERSION%%/apps/snmp_monitor.tcl -lib/tkined%%TKINED_VERSION%%/apps/snmp_trouble.tcl -lib/tkined%%TKINED_VERSION%%/apps/usa-map.xbm -lib/tkined%%TKINED_VERSION%%/apps/world-map.xbm -lib/tkined%%TKINED_VERSION%%/apps/tclIndex -lib/tkined%%TKINED_VERSION%%.so -@dirrm lib/tkined%%TKINED_VERSION%%/library -@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%%/icons -@dirrm lib/tnm%%SCOTTY_VERSION%%/library -@dirrm lib/tnm%%SCOTTY_VERSION%%/examples -@dirrm lib/tnm%%SCOTTY_VERSION%%/agents -@dirrm lib/tnm%%SCOTTY_VERSION%%/site -@dirrm lib/tnm%%SCOTTY_VERSION%% diff --git a/net-mgmt/sing/Makefile b/net-mgmt/sing/Makefile deleted file mode 100644 index 051d68ebf840..000000000000 --- a/net-mgmt/sing/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# Ports collection makefile for: sing -# Date created: Oct 6 2000 -# Whom: Roman Shterenzon <roman@xpert.com> -# -# $FreeBSD$ -# - -PORTNAME= sing -PORTVERSION= 1.0 -CATEGORIES= net security -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} -DISTNAME= SING-${PORTVERSION} -EXTRACT_SUFX= .tgz - -MAINTAINER= roman@xpert.com - -GNU_CONFIGURE= yes -MAN8= sing.8 - -post-extract: - @${RM} -rf ${WRKSRC}/libpcap* - -.include <bsd.port.mk> diff --git a/net-mgmt/sing/distinfo b/net-mgmt/sing/distinfo deleted file mode 100644 index e9dbbf324f85..000000000000 --- a/net-mgmt/sing/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (SING-1.0.tgz) = 0e478a271068eefc6e26e45d236e7694 diff --git a/net-mgmt/sing/files/patch-aa b/net-mgmt/sing/files/patch-aa deleted file mode 100644 index 40c157d9c527..000000000000 --- a/net-mgmt/sing/files/patch-aa +++ /dev/null @@ -1,45 +0,0 @@ ---- Makefile.in.orig Sat Sep 16 13:03:43 2000 -+++ Makefile.in Fri Oct 6 01:17:29 2000 -@@ -72,7 +72,7 @@ - getopt_SOURCES = @getopt_SOURCES@ - libpcapdir = @libpcapdir@ - --INCLUDES = -I$(includedir) -I$(libpcapdir) -+INCLUDES = -I$(includedir) # -I$(libpcapdir) - - LIBS = @LIBS@ -lpcap - -@@ -108,7 +108,7 @@ - SOURCES = $(sing_SOURCES) - OBJECTS = $(sing_OBJECTS) - --all: libpcap all-redirect -+all: all-redirect - .SUFFIXES: - .SUFFIXES: .S .c .o .s - -@@ -149,11 +149,11 @@ - - install-binPROGRAMS: $(bin_PROGRAMS) - @$(NORMAL_INSTALL) -- $(mkinstalldirs) $(DESTDIR)$(bindir) -+ $(mkinstalldirs) $(DESTDIR)$(sbindir) - @list='$(bin_PROGRAMS)'; for p in $$list; do \ - if test -f $$p; then \ -- echo " $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \ -- $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \ -+ echo " $(INSTALL_PROGRAM) $$p $(DESTDIR)$(sbindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \ -+ $(INSTALL_PROGRAM) $$p $(DESTDIR)$(sbindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \ - else :; fi; \ - done - -@@ -223,8 +223,7 @@ - - - help.o: help.c config.h --sing.o: sing.c config.h libpcap-0.4/pcap.h libpcap-0.4/net/bpf.h \ -- sing.h ipcompat.h misc.h packet.h dev_struct.h -+sing.o: sing.c config.h sing.h ipcompat.h misc.h packet.h dev_struct.h - ip_options.o: ip_options.c config.h ip_options.h ipcompat.h packet.h \ - misc.h - device.o: device.c config.h device.h misc.h packet.h dev_struct.h diff --git a/net-mgmt/sing/files/patch-ab b/net-mgmt/sing/files/patch-ab deleted file mode 100644 index 2934e7389816..000000000000 --- a/net-mgmt/sing/files/patch-ab +++ /dev/null @@ -1,13 +0,0 @@ ---- configure.orig Fri Oct 6 01:19:57 2000 -+++ configure Fri Oct 6 01:20:05 2000 -@@ -1097,10 +1097,6 @@ - fi - fi - --if test -n "$GCC"; then -- CFLAGS="-O3 -Wall" --fi -- - echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 - echo "configure:1104: checking how to run the C preprocessor" >&5 - # On Suns, sometimes $CPP names a directory. diff --git a/net-mgmt/sing/pkg-comment b/net-mgmt/sing/pkg-comment deleted file mode 100644 index 0d8947d23727..000000000000 --- a/net-mgmt/sing/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Tool for sending customized ICMP packets diff --git a/net-mgmt/sing/pkg-descr b/net-mgmt/sing/pkg-descr deleted file mode 100644 index d53357cb5ff9..000000000000 --- a/net-mgmt/sing/pkg-descr +++ /dev/null @@ -1,20 +0,0 @@ -Sing is a little tool that sends ICMP packets fully customized from command -line. The main purpose is to replace/complement the niceful ping command -with certain enhancements as: - - - Send fragmented packets (Linux and BSD). - - Send monster packets > 65534 (Linux and BSD). - - Send/read spoofed packets. - - Send many ICMP Information types in addition to the ECHO REQUEST type sent - by default as Address Mask Request, Timestamp, Information Request, Router - Solicitation and Router Advertisement. - - Send many ICMP error types: Redirect, Source Quench, Time Exceeded, - Destination Unreach and Parameter Problem. - - Send to host with Loose or Strict Source Routing. - - Use little fingerprinting techniques to discover Windows or Solaris boxes. - - Send ICMP packets emulating certain OS: Cisco, Solaris, Linux, Shiva, - Unix and Windows at the moment. - -WWW: http://sourceforge.net/projects/sing/ - ---Roman <roman@xpert.com> diff --git a/net-mgmt/sing/pkg-plist b/net-mgmt/sing/pkg-plist deleted file mode 100644 index 8c8ba8603195..000000000000 --- a/net-mgmt/sing/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -sbin/sing diff --git a/net-mgmt/sting/Makefile b/net-mgmt/sting/Makefile deleted file mode 100644 index 3f70effc3bc7..000000000000 --- a/net-mgmt/sting/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# New ports collection makefile for: sting -# Date created: 10 May 2000 -# Whom: benno@netizen.com.au -# -# $FreeBSD$ -# - -PORTNAME= sting -PORTVERSION= 0.7 -CATEGORIES= net -MASTER_SITES= http://www.cs.washington.edu/homes/savage/sting/ -DISTNAME= sting - -MAINTAINER= kbyanc@posi.net - -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/sting ${PREFIX}/bin -.if !defined(NOPORTDOCS) - ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/README.sting -.endif - -.include <bsd.port.mk> diff --git a/net-mgmt/sting/distinfo b/net-mgmt/sting/distinfo deleted file mode 100644 index a5ae317e5f3b..000000000000 --- a/net-mgmt/sting/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (sting.tar.gz) = 7b0d22f96bbde22f94ed5eb0f4a39e29 diff --git a/net-mgmt/sting/files/patch-aa b/net-mgmt/sting/files/patch-aa deleted file mode 100644 index 97e617a7d8cd..000000000000 --- a/net-mgmt/sting/files/patch-aa +++ /dev/null @@ -1,19 +0,0 @@ ---- Makefile.orig Thu Nov 4 11:00:22 1999 -+++ Makefile Sat Jul 1 16:27:33 2000 -@@ -37,12 +37,13 @@ - HDR = inet.h capture.h gmt2local.h distribtion.h - - LIBPCAP = ./libpcap-0.4 --CC = gcc -+CC ?= gcc -+CFLAGS ?= -O -pipe - OBJS = version.o $(SRC:.c=.o) - INCLS = -I. -I$(LIBPCAP) - DEFS = -DRETSIGTYPE=void -DHAVE_SIGACTION=1 --CFLAGS = -Wall $(CCOPT) $(DEFS) $(INCLS) --LIBS = -lm $(LIBPCAP)/libpcap.a -+CFLAGS += -Wall $(DEFS) $(INCLS) -+LIBS = -lm -lpcap - - all: sting - diff --git a/net-mgmt/sting/files/patch-ab b/net-mgmt/sting/files/patch-ab deleted file mode 100644 index 11ec20827f7b..000000000000 --- a/net-mgmt/sting/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- gmt2local.c Fri Nov 5 06:00:22 1999 -+++ gmt2local.c.new Wed May 10 11:10:05 2000 -@@ -32,7 +32,7 @@ - #include <time.h> - #endif - --#include "gnuc.h" -+/* #include "gnuc.h" */ - #ifdef HAVE_OS_PROTO_H - #include "os-proto.h" - #endif diff --git a/net-mgmt/sting/files/patch-ac b/net-mgmt/sting/files/patch-ac deleted file mode 100644 index 346d2c9cb3ef..000000000000 --- a/net-mgmt/sting/files/patch-ac +++ /dev/null @@ -1,11 +0,0 @@ ---- setsignal.c Fri Nov 5 06:00:22 1999 -+++ setsignal.c.new Wed May 10 11:10:59 2000 -@@ -34,7 +34,7 @@ - #include <string.h> - #endif - --#include "gnuc.h" -+/* #include "gnuc.h" */ - #ifdef HAVE_OS_PROTO_H - #include "os-proto.h" - #endif diff --git a/net-mgmt/sting/pkg-comment b/net-mgmt/sting/pkg-comment deleted file mode 100644 index d1050a3c894e..000000000000 --- a/net-mgmt/sting/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A tool that measures end-to-end TCP connection characteristics diff --git a/net-mgmt/sting/pkg-descr b/net-mgmt/sting/pkg-descr deleted file mode 100644 index a989bbf4db19..000000000000 --- a/net-mgmt/sting/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -sting is a TCP-based network measurement tool that measures end-to-end -network path characteristics. sting is unique because it can estimate -one-way properties, such as loss rate, through careful manipulation and -observation of TCP behavior. In addition, using TCP allows sting to -leverage the existing Internet infrastructure -- any TCP server can be -used as a de facto measurement service -- and it avoids increasing -problems with ICMP-based network measurement (blocking, spoofing, rate -limiting, etc). - -WWW: http://www.cs.washington.edu/homes/savage/sting/ diff --git a/net-mgmt/sting/pkg-plist b/net-mgmt/sting/pkg-plist deleted file mode 100644 index 8fb50dd64617..000000000000 --- a/net-mgmt/sting/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -bin/sting -share/doc/README.sting diff --git a/net-mgmt/trafd/Makefile b/net-mgmt/trafd/Makefile deleted file mode 100644 index 4364e0c031ae..000000000000 --- a/net-mgmt/trafd/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# New ports collection makefile for: trafd -# Date created: 22 January 2000 -# Whom: Michael Vasilenko <acid@stu.cn.ua> -# -# $FreeBSD$ -# - -PORTNAME= trafd -PORTVERSION= 3.0.1 -CATEGORIES= net -MASTER_SITES= ftp://ftp.riss-telecom.ru/pub/dev/trafd/ -EXTRACT_SUFX= .tgz - -MAINTAINER= ports@FreeBSD.org - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/trafd/trafd ${PREFIX}/bin - ${INSTALL_SCRIPT} ${WRKSRC}/trafd/trafstart ${PREFIX}/bin - ${INSTALL_SCRIPT} ${WRKSRC}/trafd/trafstop ${PREFIX}/bin - ${INSTALL_SCRIPT} ${WRKSRC}/trafd/trafsave ${PREFIX}/bin - ${INSTALL_SCRIPT} ${WRKSRC}/trafd/trafdump ${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/trafstat/trafstat ${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/trafstatd/trafstatd ${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/traflog/traflog ${PREFIX}/bin - ${INSTALL_DATA} ${WRKSRC}/traflog/traflog.format ${PREFIX}/etc - -post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/trafd - ${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/trafd/README -.endif - ${MKDIR} ${PREFIX}/var/trafd - ${MKDIR} ${PREFIX}/var/log -.include <bsd.port.mk> diff --git a/net-mgmt/trafd/distinfo b/net-mgmt/trafd/distinfo deleted file mode 100644 index ce0641ac7f92..000000000000 --- a/net-mgmt/trafd/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (trafd-3.0.1.tgz) = 4793d475ed8403d86012023ce459f88d diff --git a/net-mgmt/trafd/files/patch-aa b/net-mgmt/trafd/files/patch-aa deleted file mode 100644 index 250fb8c59302..000000000000 --- a/net-mgmt/trafd/files/patch-aa +++ /dev/null @@ -1,71 +0,0 @@ ---- Makefile.orig Thu Nov 25 03:38:29 1999 -+++ Makefile Thu Feb 17 00:51:02 2000 -@@ -12,22 +12,22 @@ - # - - # Target directory for install execution files. --PATH_BINDIR=/usr/local/bin -+PATH_BINDIR=${PREFIX}/bin - - # Target directory for install man pages. --PATH_MANDIR=/usr/local/man/man1 -+PATH_MANDIR=${MANPREFIX}/man1 - - # Trailing slash directory, summary traffic log files will be put there. --PATH_TOSAVE=/var/trafd/ -+PATH_TOSAVE=${PREFIX}/var/trafd/ - - # Full pathname where locate tarfstat program. --PATH_TRAFSTAT=/usr/local/bin/trafstat -+PATH_TRAFSTAT=${PREFIX}/bin/trafstat - - # Where locate trafstatd log file, if you want log then file must exist. --PATH_TRAFSTAT_LOG=/var/log/trafstat.log -+PATH_TRAFSTAT_LOG=${PREFIX}/var/log/trafstat.log - - # File with user defined descriptions of the traflog output format. --PATH_TRAFLOG_FMT=/usr/local/etc/traflog.format -+PATH_TRAFLOG_FMT=${PREFIX}/etc/traflog.format - - # Only group wheel can execute binary files. - SHELL = /bin/sh -@@ -35,8 +35,8 @@ - GROUP = wheel - - # This options intended for BSD/OS V2. --CC = gcc --FLAGS = -O2 -+CC ?= gcc -+#FLAGS = -O2 - DEFINE = -DRETSIGTYPE=void -DRETSIGVAL= - #DEFINE += -DHAVE_FCNTL_H=1 - #DEFINE += -DHAVE_MEMORY_H=1 -@@ -45,7 +45,7 @@ - LDFLAGS = -L../lib -lbpft -lpcap -lcurses -ltermcap -ll - - INCLUDE = -I../include --CFLAGS = ${FLAGS} ${INCLUDE} ${DEFINE} \ -+CFLAGS += ${INCLUDE} ${DEFINE} \ - -DPATH_TOSAVE=\"${PATH_TOSAVE}\"\ - -DPATH_TRAFSTAT=\"${PATH_TRAFSTAT}\"\ - -DPATH_TRAFSTAT_LOG=\"${PATH_TRAFSTAT_LOG}\"\ -@@ -69,10 +69,15 @@ - 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} -+ ${BSD_INSTALL_PROGRAM} trafd/trafd ${PATH_BINDIR} -+ ${BSD_INSTALL_SCRIPT} trafd/trafstart ${PATH_BINDIR} -+ ${BSD_INSTALL_SCRIPT} trafd/trafstop ${PATH_BINDIR} -+ ${BSD_INSTALL_SCRIPT} trafd/trafsave ${PATH_BINDIR} -+ ${BSD_INSTALL_SCRIPT} trafd/trafdump ${PATH_BINDIR} -+ ${BSD_INSTALL_PROGRAM} trafstat/trafstat ${PATH_BINDIR} -+ ${BSD_INSTALL_PROGRAM} trafstatd/trafstatd ${PATH_BINDIR} -+ ${BSD_INSTALL_PROGRAM} traflog/traflog ${PATH_BINDIR} -+ ${BSD_INSTALL_SCRIPT} traflog/traflog.format ${PATH_TRAFLOG_FMT} - @echo Done. - - clean: diff --git a/net-mgmt/trafd/files/patch-ab b/net-mgmt/trafd/files/patch-ab deleted file mode 100644 index 37b96f3f6542..000000000000 --- a/net-mgmt/trafd/files/patch-ab +++ /dev/null @@ -1,7 +0,0 @@ ---- trafd/trafdump.orig Tue Feb 8 00:14:22 2000 -+++ trafd/trafdump Tue Feb 8 00:15:05 2000 -@@ -1,3 +1,4 @@ -+#!/bin/sh - # - # trafdump Copyright (c)1993 CAD lab - # diff --git a/net-mgmt/trafd/files/patch-ac b/net-mgmt/trafd/files/patch-ac deleted file mode 100644 index 3bd0c67318ad..000000000000 --- a/net-mgmt/trafd/files/patch-ac +++ /dev/null @@ -1,7 +0,0 @@ ---- trafd/trafsave.orig Tue Feb 8 00:14:31 2000 -+++ trafd/trafsave Tue Feb 8 00:15:15 2000 -@@ -1,3 +1,4 @@ -+#!/bin/sh - # - # trafsave Copyright (c)1993 CAD lab - # diff --git a/net-mgmt/trafd/files/patch-ad b/net-mgmt/trafd/files/patch-ad deleted file mode 100644 index d03435051373..000000000000 --- a/net-mgmt/trafd/files/patch-ad +++ /dev/null @@ -1,7 +0,0 @@ ---- trafd/trafstart.orig Tue Feb 8 00:14:42 2000 -+++ trafd/trafstart Tue Feb 8 00:15:38 2000 -@@ -1,3 +1,4 @@ -+#!/bin/sh - # - # trafstart Copyright (c)1993 CAD lab - # diff --git a/net-mgmt/trafd/files/patch-ae b/net-mgmt/trafd/files/patch-ae deleted file mode 100644 index b583de35ce86..000000000000 --- a/net-mgmt/trafd/files/patch-ae +++ /dev/null @@ -1,7 +0,0 @@ ---- trafd/trafstop.orig Tue Feb 8 00:14:49 2000 -+++ trafd/trafstop Tue Feb 8 00:15:51 2000 -@@ -1,3 +1,4 @@ -+#!/bin/sh - # - # trafstop Copyright (c)1993 CAD lab - # diff --git a/net-mgmt/trafd/files/patch-ah b/net-mgmt/trafd/files/patch-ah deleted file mode 100644 index 832f7e5333d7..000000000000 --- a/net-mgmt/trafd/files/patch-ah +++ /dev/null @@ -1,39 +0,0 @@ ---- trafd/traffic.c.buggy Mon Aug 7 18:45:54 2000 -+++ trafd/traffic.c Mon Aug 7 18:46:42 2000 -@@ -253,7 +253,7 @@ - t.p_port = tp->th_sport, t.who_srv = 1; - else if (tp->th_sport > tp->th_dport) - t.p_port = tp->th_dport, t.who_srv = 2; -- else if (tp->th_sport = tp->th_dport) -+ else if (tp->th_sport == tp->th_dport) - t.p_port = tp->th_sport, t.who_srv = 3; - if (t.p_port > IPPORT_RESERVED) { - if (s_port_big[tp->th_sport & (IPPORT_RESERVED-1)] & IPPROTO_TCP) { -@@ -263,7 +263,7 @@ - t.p_port = tp->th_dport; - t.who_srv = 2; - } -- if (tp->th_sport = tp->th_dport) t.who_srv = 3; -+ if (tp->th_sport == tp->th_dport) t.who_srv = 3; - } - traf_add(insertentry(&t), t.n_bytes, t.n_psize); - -@@ -300,7 +300,7 @@ - t.p_port = up->uh_sport, t.who_srv = 1; - else if (up->uh_sport > up->uh_dport) - t.p_port = up->uh_dport, t.who_srv = 2; -- else if (up->uh_sport = up->uh_dport) -+ else if (up->uh_sport == up->uh_dport) - t.p_port = up->uh_sport, t.who_srv = 3; - if (t.p_port > IPPORT_RESERVED) { - if (s_port_big[up->uh_sport & (IPPORT_RESERVED-1)] & IPPROTO_UDP) { -@@ -310,7 +310,7 @@ - t.p_port = up->uh_dport; - t.who_srv = 2; - } -- if (up->uh_sport = up->uh_dport) t.who_srv = 3; -+ if (up->uh_sport == up->uh_dport) t.who_srv = 3; - } - traf_add(insertentry(&t), t.n_bytes, t.n_psize); - - diff --git a/net-mgmt/trafd/pkg-comment b/net-mgmt/trafd/pkg-comment deleted file mode 100644 index f2898ca78fed..000000000000 --- a/net-mgmt/trafd/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -The BPF Traffic Collector diff --git a/net-mgmt/trafd/pkg-descr b/net-mgmt/trafd/pkg-descr deleted file mode 100644 index d4d4190e1098..000000000000 --- a/net-mgmt/trafd/pkg-descr +++ /dev/null @@ -1,21 +0,0 @@ -trafd 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/trafd/README after installation for more -information. - -To use trafd, 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. - -On FreeBSD 4.0 or later versions, use the following line instead: - -pseudo-device bpf 4 # Berkeley packet filter - -- oddbjorn <oddbjorn@tricknology.org> diff --git a/net-mgmt/trafd/pkg-plist b/net-mgmt/trafd/pkg-plist deleted file mode 100644 index 1791a3e25ef9..000000000000 --- a/net-mgmt/trafd/pkg-plist +++ /dev/null @@ -1,14 +0,0 @@ -bin/trafd -bin/trafdump -bin/traflog -bin/trafsave -bin/trafstart -bin/trafstat -bin/trafstatd -bin/trafstop -etc/traflog.format -share/doc/trafd/README -@dirrm share/doc/trafd -@dirrm var/trafd -@unexec rmdir %D/var/log 2>/dev/null || true -@unexec rmdir %D/var 2>/dev/null || true diff --git a/net-mgmt/wide-dhcp/Makefile b/net-mgmt/wide-dhcp/Makefile deleted file mode 100644 index 1078aaaf5ac4..000000000000 --- a/net-mgmt/wide-dhcp/Makefile +++ /dev/null @@ -1,61 +0,0 @@ -# ex:ts=8 -# Ports collection makefile for: dhcp -# Date created: 21 November 1995 -# Whom: Yoshiro MIHIRA <sanpei@yy.cs.keio.ac.jp> -# -# $FreeBSD$ -# - -PORTNAME= wide-dhcp -PORTVERSION= 1.4.0.6 -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/ -DISTNAME= dhcp-1.4.0p6 - -MAINTAINER= obrien@FreeBSD.org - -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."; \ - ${INSTALL_SCRIPT} ${FILESDIR}/wide-dhcps.sh.sample ${STARTUP_SCRIPT}; \ - fi - @if [ ! -c /dev/bpf1 ]; then \ - ${ECHO} "********************************************************";\ - ${ECHO} "* W a r n i n g *";\ - ${ECHO} "* DHCP the needs Berkeley Packet Filter (bpf). *";\ - ${ECHO} "* To use DHCP, your kernel must be rebuilt with bpf, *";\ - ${ECHO} "* and make bpf devices on /dev directory. *";\ - ${ECHO} "* Please read the info file by \`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 aed0c91049b9..000000000000 --- a/net-mgmt/wide-dhcp/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (dhcp-1.4.0p6.tar.gz) = 2344ea3a93ea5b6c1dae6999c4904c37 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 a977a72eb2ba..000000000000 --- a/net-mgmt/wide-dhcp/files/patch-as +++ /dev/null @@ -1,319 +0,0 @@ ---- client/dhcpc.c.orig Fri Jan 1 05:20:08 1999 -+++ client/dhcpc.c Thu Jan 20 13:21:05 2000 -@@ -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) -@@ -398,11 +407,14 @@ - - bzero(&tmp_reqspec, sizeof(tmp_reqspec)); - bzero(errmsg, sizeof(errmsg)); -- bzero(&newsigmask, sizeof(newsigmask)); -- bzero(&oldsigmask, sizeof(oldsigmask)); - -- newsigmask = sigmask(SIGUSR1) | sigmask(SIGALRM); -- oldsigmask = sigblock(newsigmask); /* begin critical */ -+ sigemptyset(&newsigmask); -+ -+ sigprocmask(0, NULL, &oldsigmask); -+ memcpy(&newsigmask, &oldsigmask, sizeof(sigset_t)); -+ sigaddset(&newsigmask, SIGUSR1); -+ sigaddset(&newsigmask, SIGALRM); -+ sigprocmask(SIG_SETMASK, &newsigmask, NULL); - - switch (curr_state) { - case BOUND: -@@ -423,7 +435,7 @@ - default: - break; - } -- sigsetmask(oldsigmask); /* end critical */ -+ sigprocmask(SIG_SETMASK, &oldsigmask, NULL); /* end critical */ - - unlink(pid_filename); - -@@ -1157,8 +1169,8 @@ - struct dhcp_param tmpparam; - - bzero(errmsg, sizeof(errmsg)); -- bzero(&newsigmask, sizeof(newsigmask)); -- bzero(&oldsigmask, sizeof(oldsigmask)); -+ sigemptyset(&newsigmask); -+ sigemptyset(&oldsigmask); - bzero(&tmpparam, sizeof(tmpparam)); - - if (prev_state != RENEWING) { -@@ -1247,12 +1259,15 @@ - errmsg); - } - -- newsigmask = sigmask(SIGUSR1) | sigmask(SIGUSR2); -- oldsigmask = sigblock(newsigmask); /* begin critical */ -+ sigprocmask(0, NULL, &oldsigmask); /* begin critical */ -+ memcpy(&newsigmask, &oldsigmask, sizeof(sigset_t)); -+ sigaddset(&newsigmask, SIGUSR1); -+ sigaddset(&newsigmask, SIGUSR2); -+ sigprocmask(SIG_SETMASK, &newsigmask, NULL); - clean_param(param_list); - free(param_list); - param_list = NULL; -- sigsetmask(oldsigmask); /* end critical */ -+ sigprocmask(SIG_SETMASK, &oldsigmask, NULL); /* end critical */ - - return(INIT); /* Next state is INIT */ - } -@@ -1260,13 +1275,16 @@ - dhcp_msgtoparam(rcv.dhcp, DHCPLEN(rcv.udp), - &tmpparam) == OK) { - -- newsigmask = sigmask(SIGUSR1) | sigmask(SIGUSR2); -- oldsigmask = sigblock(newsigmask); /* begin critical */ -+ sigprocmask(0, NULL, &oldsigmask); -+ memcpy(&newsigmask, &oldsigmask, sizeof(sigset_t)); -+ sigaddset(&newsigmask, SIGUSR1); -+ sigaddset(&newsigmask, SIGUSR2); -+ sigprocmask(SIG_SETMASK, &newsigmask, NULL); /* begin critical */ - merge_param(param_list, &tmpparam); - *param_list = tmpparam; - param_list->lease_origin = send_epoch; - param_list->next = NULL; -- sigsetmask(oldsigmask); /* end critical */ -+ sigprocmask(SIG_SETMASK, &oldsigmask, NULL); /* end critical */ - - syslog(LOG_INFO, "Got DHCPACK (IP = %s, duration = %d secs)", - inet_ntoa(param_list->yiaddr), param_list->lease_duration); -@@ -1316,8 +1334,8 @@ - struct dhcp_param tmpparam; - - bzero(errmsg, sizeof(errmsg)); -- bzero(&newsigmask, sizeof(newsigmask)); -- bzero(&oldsigmask, sizeof(oldsigmask)); -+ sigemptyset(&newsigmask); -+ sigemptyset(&oldsigmask); - bzero(&tmpparam, sizeof(tmpparam)); - - if (time(&curr_epoch) == -1) { -@@ -1386,12 +1404,15 @@ - errmsg); - } - -- newsigmask = sigmask(SIGUSR1) | sigmask(SIGUSR2); -- oldsigmask = sigblock(newsigmask); /* begin critical */ -+ sigprocmask(0, NULL, &oldsigmask); -+ memcpy(&newsigmask, &oldsigmask, sizeof(sigset_t)); -+ sigaddset(&newsigmask, SIGUSR1); -+ sigaddset(&newsigmask, SIGUSR2); -+ sigprocmask(SIG_SETMASK, &newsigmask, NULL); /* begin critical */ - clean_param(param_list); - free(param_list); - param_list = NULL; -- sigsetmask(oldsigmask); /* end critical */ -+ sigprocmask(SIG_SETMASK, &oldsigmask, NULL); /* end critical */ - - return(INIT); /* Next state is INIT */ - } -@@ -1399,13 +1420,16 @@ - dhcp_msgtoparam(rcv.dhcp, DHCPLEN(rcv.udp), - &tmpparam) == OK) { - -- newsigmask = sigmask(SIGUSR1) | sigmask(SIGUSR2); -- oldsigmask = sigblock(newsigmask); /* begin critical */ -+ sigprocmask(0, NULL, &oldsigmask); -+ memcpy(&newsigmask, &oldsigmask, sizeof(sigset_t)); -+ sigaddset(&newsigmask, SIGUSR1); -+ sigaddset(&newsigmask, SIGUSR2); -+ sigprocmask(SIG_SETMASK, &newsigmask, NULL); /* begin critical */ - merge_param(param_list, &tmpparam); - *param_list = tmpparam; - param_list->lease_origin = send_epoch; - param_list->next = NULL; -- sigsetmask(oldsigmask); /* end critical */ -+ sigprocmask(SIG_SETMASK, &oldsigmask, NULL); /* end critical */ - - syslog(LOG_INFO, "Got DHCPACK (IP = %s, duration = %d secs)", - inet_ntoa(param_list->yiaddr), param_list->lease_duration); -@@ -1577,8 +1601,8 @@ - struct dhcp_reqspec tmp_reqspec; - - bzero(errmsg, sizeof(errmsg)); -- bzero(&newsigmask, sizeof(newsigmask)); -- bzero(&oldsigmask, sizeof(oldsigmask)); -+ sigemptyset(&newsigmask); -+ sigemptyset(&oldsigmask); - bzero(&tmpparam, sizeof(tmpparam)); - bzero(&tmp_reqspec, sizeof(tmp_reqspec)); - -@@ -1666,12 +1690,15 @@ - errmsg); - } - -- newsigmask = sigmask(SIGUSR1) | sigmask(SIGUSR2); -- oldsigmask = sigblock(newsigmask); /* begin critical */ -+ sigprocmask(0, NULL, &oldsigmask); -+ memcpy(&newsigmask, &oldsigmask, sizeof(sigset_t)); -+ sigaddset(&newsigmask, SIGUSR1); -+ sigaddset(&newsigmask, SIGUSR2); -+ sigprocmask(SIG_SETMASK, &newsigmask, NULL); /* begin critical */ - clean_param(param_list); - free(param_list); - param_list = NULL; -- sigsetmask(oldsigmask); /* end critical */ -+ sigprocmask(SIG_SETMASK, &oldsigmask, NULL); /* end critical */ - - return(INIT); /* Next state is INIT */ - } -@@ -1679,13 +1706,16 @@ - dhcp_msgtoparam(rcv.dhcp, DHCPLEN(rcv.udp), - &tmpparam) == OK) { - if ((arpans = arp_check(&tmpparam.yiaddr, &arpif)) == OK) { -- newsigmask = sigmask(SIGUSR1) | sigmask(SIGUSR2); -- oldsigmask = sigblock(newsigmask); /* begin critical */ -+ sigprocmask(0, NULL, &oldsigmask); -+ memcpy(&newsigmask, &oldsigmask, sizeof(sigset_t)); -+ sigaddset(&newsigmask, SIGUSR1); -+ sigaddset(&newsigmask, SIGUSR2); -+ sigprocmask(SIG_SETMASK, &newsigmask, NULL); /* begin critical */ - merge_param(param_list, &tmpparam); - *param_list = tmpparam; - param_list->lease_origin = init_epoch; - param_list->next = NULL; -- sigsetmask(oldsigmask); /* end critical */ -+ sigprocmask(SIG_SETMASK, &oldsigmask, NULL); /* end critical */ - - syslog(LOG_INFO, "Got DHCPACK (IP = %s, duration = %d secs)", - inet_ntoa(param_list->yiaddr), param_list->lease_duration); -@@ -1697,12 +1727,15 @@ - set_declinfo(&tmp_reqspec, param_list, errmsg, arpans); - dhcp_decline(&tmp_reqspec); - -- newsigmask = sigmask(SIGUSR1) | sigmask(SIGUSR2); -- oldsigmask = sigblock(newsigmask); /* begin critical */ -+ sigprocmask(0, NULL, &oldsigmask); -+ memcpy(&newsigmask, &oldsigmask, sizeof(sigset_t)); -+ sigaddset(&newsigmask, SIGUSR1); -+ sigaddset(&newsigmask, SIGUSR2); -+ sigprocmask(SIG_SETMASK, &newsigmask, NULL); /* begin critical */ - clean_param(param_list); - free(param_list); - param_list = NULL; -- sigsetmask(oldsigmask); /* end critical */ -+ sigprocmask(SIG_SETMASK, &oldsigmask, NULL); /* end critical */ - - syslog(LOG_NOTICE, - "Got non-preferable DHCPACK, so go into INIT state"); -@@ -1789,7 +1822,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 +1846,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 +1909,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/files/wide-dhcps.sh.sample b/net-mgmt/wide-dhcp/files/wide-dhcps.sh.sample deleted file mode 100644 index 6cab4e824a0f..000000000000 --- a/net-mgmt/wide-dhcp/files/wide-dhcps.sh.sample +++ /dev/null @@ -1,30 +0,0 @@ -#!/bin/sh - -if ! PREFIX=$(expr $0 : "\(/.*\)/etc/rc\.d/$(basename $0)\$"); then - echo "$0: Cannot determine the PREFIX" >&2 - exit 1 -fi - -DB_POOL=/etc/dhcpdb.pool -DB_RELAY=/etc/dhcpdb.relay -DB_BIND=/var/db/dhcpdb.bind - -case "$1" in -start) - if [ -f ${DB_POOL} -a -f ${DB_RELAY} -a -x ${PREFIX}/sbin/dhcps ]; then - if [ -f ${DB_BIND} ]; then - find ${DB_POOL} -newer ${DB_BIND} -exec rm ${DB_BIND} \; - fi - ${PREFIX}/sbin/dhcps [Interface Name] - echo -n ' dhcps' - fi - ;; -stop) - killall dhcps && echo -n ' dhcps' - ;; -*) - echo "Usage: `basename $0` {start|stop}" >&2 - ;; -esac - -exit 0 diff --git a/net-mgmt/wide-dhcp/pkg-comment b/net-mgmt/wide-dhcp/pkg-comment deleted file mode 100644 index 3108e3092de9..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 583755b4aea3..000000000000 --- a/net-mgmt/wide-dhcp/pkg-plist +++ /dev/null @@ -1,19 +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 -@dirrm share/doc/dhcp -@dirrm share/examples/dhcp 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 |