summaryrefslogtreecommitdiff
path: root/net-mgmt/nocol
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-08-20 06:30:29 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-08-20 06:30:29 +0000
commit3e0a67c81ee27df3242442a704601e9e5a162bb2 (patch)
tree54700cfe839bee06134931408c57a05b69d1c684 /net-mgmt/nocol
parentdatabases/postgis21: Upgrade version 2.1.0 => 2.1.3 (diff)
2014-08-20 deskutils/horde3-hermes: EOL in April 2012
2014-08-20 deskutils/horde3-klutz: EOL in April 2012 2014-08-20 deskutils/horde3-kronolith: EOL in April 2012 2014-08-20 deskutils/horde3-mnemo: EOL in April 2012 2014-08-20 devel/horde3-chora: EOL in April 2012 2014-08-20 ftp/horde3-gollem: EOL in April 2012 2014-08-20 games/linux-steam: Unmaintained interactive port 2014-08-20 games/linux-ut2004-demo: Unmaintained restricted ancient demo 2014-08-20 mail/horde3-dimp: EOL in April 2012 2014-08-20 mail/horde3-forwards: EOL in April 2012 2014-08-20 mail/horde3-ingo: EOL in April 2012 2014-08-20 mail/horde3-mimp: EOL in April 2012 2014-08-20 mail/horde3-vacation: EOL in April 2012 2014-08-20 net-mgmt/horde3-nic: EOL in April 2012 2014-08-20 net-mgmt/nocol: Unmaintained interactive port 2014-08-20 net-mgmt/ourmon: Unmaintained interactive port 2014-08-20 net/wowzamediaserverpro: Unmaintained interactive port 2014-08-20 news/p5-NNML: Unmaintained interactive port 2014-08-20 print/dvips: Unmaintained interactive port 2014-08-20 print/xdvi: Unmaintained interactive port 2014-08-20 security/horde3-jeta: EOL in April 2012 2014-08-20 security/hunch: Likely unused interactive port 2014-08-20 www/horde3-ansel: EOL in April 2012 2014-08-20 www/horde3-meta: EOL in April 2012 2014-08-20 www/horde3-passwd: EOL in April 2012 2014-08-20 www/horde3-trean: EOL in April 2012 2014-08-20 www/wwwcount: Ancient interactive port 2014-08-20 x11-clocks/xalarm: Unmaintained interactive port
Notes
Notes: svn path=/head/; revision=365433
Diffstat (limited to 'net-mgmt/nocol')
-rw-r--r--net-mgmt/nocol/Makefile32
-rw-r--r--net-mgmt/nocol/distinfo2
-rw-r--r--net-mgmt/nocol/files/patch-aa21
-rw-r--r--net-mgmt/nocol/files/patch-ab37
-rw-r--r--net-mgmt/nocol/pkg-descr8
-rw-r--r--net-mgmt/nocol/pkg-plist107
6 files changed, 0 insertions, 207 deletions
diff --git a/net-mgmt/nocol/Makefile b/net-mgmt/nocol/Makefile
deleted file mode 100644
index 62f43e3da24f..000000000000
--- a/net-mgmt/nocol/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# Created by: bradh
-# $FreeBSD$
-
-PORTNAME= nocol
-PORTVERSION= 4.3.1
-CATEGORIES= net-mgmt
-MASTER_SITES= http://www.netplex-tech.com/software/downloads/nocol/
-
-DEPRECATED= Unmaintained interactive port
-EXPIRATION_DATE=2014-08-20
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Network/Service monitoring software
-
-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.
-
-NO_STAGE= yes
-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 9aa2b4c2943c..000000000000
--- a/net-mgmt/nocol/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (nocol-4.3.1.tar.gz) = ada7174640cc15764b164325648ec87929f1d3308e6ca87015fe99faf491ce99
-SIZE (nocol-4.3.1.tar.gz) = 1117438
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-descr b/net-mgmt/nocol/pkg-descr
deleted file mode 100644
index bb7e5028c0cc..000000000000
--- a/net-mgmt/nocol/pkg-descr
+++ /dev/null
@@ -1,8 +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/
diff --git a/net-mgmt/nocol/pkg-plist b/net-mgmt/nocol/pkg-plist
deleted file mode 100644
index b4219baae56d..000000000000
--- a/net-mgmt/nocol/pkg-plist
+++ /dev/null
@@ -1,107 +0,0 @@
-@exec mkdir -p %D/nocol/data %D/nocol/msgs %D/nocol/run
-nocol/bin/apcmon
-nocol/bin/armon
-nocol/bin/bgpmon
-nocol/bin/bpmon
-nocol/bin/ciscomon
-nocol/bin/crontab.nocol
-nocol/bin/display_nocol_datafile
-nocol/bin/docrypt.pl
-nocol/bin/etherload
-nocol/bin/eventselect
-nocol/bin/genmon
-nocol/bin/genweb.pl
-nocol/bin/hostmon
-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/ippingmon
-nocol/bin/keepalive_monitors
-nocol/bin/log-maint
-nocol/bin/logstats
-nocol/bin/modemmon
-nocol/bin/multiping
-nocol/bin/ndaemon
-nocol/bin/netconsole
-nocol/bin/noclogd
-nocol/bin/nocollib.pl
-nocol/bin/notifier
-nocol/bin/notifier.pl
-nocol/bin/novellmon
-nocol/bin/nrmon
-nocol/bin/nsmon
-nocol/bin/ntpmon
-nocol/bin/osipingmon
-nocol/bin/portmon
-nocol/bin/radiusmon
-nocol/bin/rcisco
-nocol/bin/rpcping
-nocol/bin/rpcpingmon
-nocol/bin/show_nocol_struct_sizes
-nocol/bin/smbmon
-nocol/bin/snmpgeneric
-nocol/bin/snmpget
-nocol/bin/snmpmon
-nocol/bin/snmpmon-client
-nocol/bin/snmpwalk
-nocol/bin/sqlmon
-nocol/bin/syslogmon
-nocol/bin/testlog
-nocol/bin/tkNocol
-nocol/bin/tpmon
-nocol/bin/trapmon
-nocol/bin/upsmon
-nocol/bin/webnocol.cgi
-nocol/etc/mib-v2.txt
-nocol/etc/netconsole-help
-nocol/etc/samples/apcmon-confg
-nocol/etc/samples/armon-confg
-nocol/etc/samples/bgpmon-confg
-nocol/etc/samples/bpmon-confg
-nocol/etc/samples/ciscomon-confg
-nocol/etc/samples/etherload-confg
-nocol/etc/samples/hostmon-confg
-nocol/etc/samples/ippingmon-confg
-nocol/etc/samples/modemmon-confg
-nocol/etc/samples/noclogd-confg
-nocol/etc/samples/notifier-confg
-nocol/etc/samples/novellmon-confg
-nocol/etc/samples/nsmon-confg
-nocol/etc/samples/ntpmon-confg
-nocol/etc/samples/pm3dmmon-confg
-nocol/etc/samples/pm3t1e1mon-confg
-nocol/etc/samples/portmon-confg
-nocol/etc/samples/radiusmon-confg
-nocol/etc/samples/rpcpingmon-confg
-nocol/etc/samples/smbmon-confg
-nocol/etc/samples/snmpgeneric-confg
-nocol/etc/samples/snmpmon-client-confg
-nocol/etc/samples/snmpmon-confg
-nocol/etc/samples/sqlmon-confg
-nocol/etc/samples/syslogmon-confg
-nocol/etc/samples/tpmon-confg
-nocol/help/default
-@dirrm nocol/run
-@dirrm nocol/msgs
-@dirrm nocol/man/man8
-@dirrm nocol/man/man3
-@dirrm nocol/man/man1
-@dirrm nocol/man
-@dirrm nocol/help
-@dirrm nocol/etc/samples
-@dirrm nocol/etc
-@dirrm nocol/data
-@dirrm nocol/bin/hostmon-osclients
-@dirrm nocol/bin
-@dirrm nocol