summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2009-02-05 13:52:43 +0000
committerjoerg <joerg@pkgsrc.org>2009-02-05 13:52:43 +0000
commit61cd396e070aa948bddc8e389e8a344933b96926 (patch)
tree04c02f703451d48b278fcf5aded436eb3709b21c
parent655e8093f2115383d0b0c3b27edc9a1b3b096487 (diff)
downloadpkgsrc-61cd396e070aa948bddc8e389e8a344933b96926.tar.gz
Kill the remaining parts of netsaint.
-rw-r--r--doc/CHANGES-20094
-rw-r--r--net/Makefile4
-rw-r--r--net/neat/DESCR6
-rw-r--r--net/neat/Makefile47
-rw-r--r--net/neat/PLIST14
-rw-r--r--net/neat/distinfo5
-rw-r--r--net/nsca/DESCR5
-rw-r--r--net/nsca/Makefile32
-rw-r--r--net/nsca/PLIST10
-rw-r--r--net/nsca/distinfo6
-rw-r--r--net/nsca/patches/patch-aa21
11 files changed, 4 insertions, 150 deletions
diff --git a/doc/CHANGES-2009 b/doc/CHANGES-2009
index 07d22f51f02..bf251513043 100644
--- a/doc/CHANGES-2009
+++ b/doc/CHANGES-2009
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2009,v 1.473 2009/02/05 13:50:37 taca Exp $
+$NetBSD: CHANGES-2009,v 1.474 2009/02/05 13:52:43 joerg Exp $
Changes to the packages collection and infrastructure in 2009:
@@ -644,5 +644,7 @@ Changes to the packages collection and infrastructure in 2009:
Updated devel/pmccabe to 2.5 [is 2009-02-04]
Updated databases/mysql5-server to 5.0.67nb1 [he 2009-02-04]
Updated www/squid27 to 2.7.6 [taca 2009-02-05]
+ Removed net/neat [joerg 2009-02-05]
+ Removed net/nsca [joerg 2009-02-05]
Updated databases/mysql4-server to 4.1.22nb3 [he 2009-02-05]
Updated security/sudo to 1.7.0 [taca 2009-02-05]
diff --git a/net/Makefile b/net/Makefile
index 0de8a08b443..e6e140771ff 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.761 2009/01/29 22:01:45 seb Exp $
+# $NetBSD: Makefile,v 1.762 2009/02/05 13:52:43 joerg Exp $
#
COMMENT= Networking tools
@@ -260,7 +260,6 @@ SUBDIR+= napshare
SUBDIR+= nasd
SUBDIR+= nbtscan
SUBDIR+= ncftp3
-SUBDIR+= neat
SUBDIR+= nemesis
SUBDIR+= net-snmp
SUBDIR+= net6
@@ -283,7 +282,6 @@ SUBDIR+= nmap
SUBDIR+= nocol
SUBDIR+= nprobe
SUBDIR+= ns
-SUBDIR+= nsca
SUBDIR+= nsd
SUBDIR+= nslint
SUBDIR+= nstx
diff --git a/net/neat/DESCR b/net/neat/DESCR
deleted file mode 100644
index e66757185e4..00000000000
--- a/net/neat/DESCR
+++ /dev/null
@@ -1,6 +0,0 @@
- NEAT (Netsaint Easy Administration Tool) is a web administration
-interface for NetSaint written in Perl. Neat allows you to
-add, edit, and delete definitions in your host configuration file and
-restart NetSaint upon completion of the configuration changes.
-
- This software does not require a database to store configuration data.
diff --git a/net/neat/Makefile b/net/neat/Makefile
deleted file mode 100644
index d0604a711ae..00000000000
--- a/net/neat/Makefile
+++ /dev/null
@@ -1,47 +0,0 @@
-# $NetBSD: Makefile,v 1.7 2006/02/05 23:10:27 joerg Exp $
-#
-
-DISTNAME= neatv4.6
-PKGNAME= ${DISTNAME:S/v/-/}
-PKGREVISION= 2
-CATEGORIES= net
-MASTER_SITES= ftp://netsaint.sourceforge.net/pub/netsaint/contrib/addons/
-
-MAINTAINER= rh@NetBSD.org
-HOMEPAGE= http://www.netsaint.org/
-COMMENT= Netsaint Easy Administration Tool
-
-DEPENDS+= netsaint-base>=0.0.6:../../net/netsaint-base
-
-WRKSRC= ${WRKDIR}/neat4
-USE_TOOLS+= perl:run
-NO_BUILD= YES
-
-INSTALLATION_DIRS= etc libexec/netsaint/cgi-bin share/netsaint/images
-
-do-configure:
-.for FILE in neat.cgi neat4.options
- ${CP} ${WRKSRC}/${FILE} ${WRKSRC}/${FILE}.old
- ${SED} -e 's|/usr/bin/perl|${PREFIX}/bin/perl|g' \
- -e 's|/usr/local/netsaint/bin|${PREFIX}/bin|g' \
- -e 's|/usr/local/netsaint/etc|${PREFIX}/etc/netsaint|g' \
- -e 's|/usr/local/netsaint/neat4/neat4.options|${PREFIX}/etc/neat4.options|g' \
- -e 's|/usr/local/netsaint/neat4|${PREFIX}/share/netsaint/neat4|g' \
- < ${WRKSRC}/${FILE}.old > ${WRKSRC}/${FILE}
-.endfor
-
-do-install:
- ${INSTALL_DATA_DIR} ${PREFIX}/share/netsaint/neat4
- ${INSTALL_DATA} ${WRKSRC}/0.6_entity_defs ${PREFIX}/share/netsaint/neat4/entity_defs
-.for FILE in 0.7_entity_defs deletion_rules ver_tags
- ${INSTALL_DATA} ${WRKSRC}/${FILE} ${PREFIX}/share/netsaint/neat4
-.endfor
- ${INSTALL_DATA} ${WRKSRC}/neat4.options ${PREFIX}/etc/neat4.options.sample
- ${INSTALL_SCRIPT} ${WRKSRC}/neat.cgi ${PREFIX}/libexec/netsaint/cgi-bin
- ${INSTALL_DATA} ${WRKSRC}/adminbar.gif ${PREFIX}/share/netsaint/images
- ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/neat4
-.for FILE in GPL README.txt revision_history
- ${INSTALL_DATA} ${WRKSRC}/${FILE} ${PREFIX}/share/doc/neat4
-.endfor
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/net/neat/PLIST b/net/neat/PLIST
deleted file mode 100644
index ce769f6f157..00000000000
--- a/net/neat/PLIST
+++ /dev/null
@@ -1,14 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:56:30 zuntum Exp $
-etc/neat4.options.sample
-libexec/netsaint/cgi-bin/neat.cgi
-share/doc/neat4/GPL
-share/doc/neat4/README.txt
-share/doc/neat4/revision_history
-share/netsaint/images/adminbar.gif
-share/netsaint/neat4/0.7_entity_defs
-share/netsaint/neat4/deletion_rules
-share/netsaint/neat4/entity_defs
-share/netsaint/neat4/ver_tags
-@dirrm share/netsaint/neat4
-@dirrm share/doc/neat4
-@dirrm libexec/neat4
diff --git a/net/neat/distinfo b/net/neat/distinfo
deleted file mode 100644
index bf6678603dc..00000000000
--- a/net/neat/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.2 2005/02/24 12:13:54 agc Exp $
-
-SHA1 (neatv4.6.tar.gz) = 13f121cdae0c41e480c67f6e98b4d711d67425fc
-RMD160 (neatv4.6.tar.gz) = aa777050c012982d36ec4a4e277114557a71466f
-Size (neatv4.6.tar.gz) = 27255 bytes
diff --git a/net/nsca/DESCR b/net/nsca/DESCR
deleted file mode 100644
index 06d2e32c56b..00000000000
--- a/net/nsca/DESCR
+++ /dev/null
@@ -1,5 +0,0 @@
- Nsca is an add-on for NetSaint that allows you to send passive service
-check results from remote hosts to a central monitoring host that runs
-NetSaint. The client can be used as a standalone program or can be
-integrated with remote NetSaint servers that run an ocsp command to setup
-a distributed monitoring environment.
diff --git a/net/nsca/Makefile b/net/nsca/Makefile
deleted file mode 100644
index 0d769d6a931..00000000000
--- a/net/nsca/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# $NetBSD: Makefile,v 1.13 2006/03/04 21:30:21 jlam Exp $
-#
-
-DISTNAME= nsca-1.1.0
-PKGREVISION= 3
-CATEGORIES= net
-MASTER_SITES= http://netsaint.sourceforge.net/download/
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://netsaint.sourceforge.net/docs/0_0_6/addons.html\#nsca
-COMMENT= Submit passive NetSaint checks results to another server
-
-DEPENDS+= netsaint-base-[0-9]*:../../net/netsaint-base
-
-GNU_CONFIGURE= YES
-
-EGDIR= ${PREFIX}/share/examples/nsca
-
-INSTALLATION_DIRS= sbin
-
-do-install:
- ${INSTALL_DATA_DIR} ${EGDIR}
-.for prg in nsca send_nsca
- ${INSTALL_PROGRAM} ${WRKSRC}/src/${prg} ${PREFIX}/sbin
- ${INSTALL_DATA} ${WRKSRC}/${prg}.cfg ${EGDIR}
-.endfor
- ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/nsca
-.for doc in Changelog README SECURITY
- ${INSTALL_DATA} ${WRKSRC}/${doc} ${PREFIX}/share/doc/nsca
-.endfor
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/net/nsca/PLIST b/net/nsca/PLIST
deleted file mode 100644
index 91f26b20e82..00000000000
--- a/net/nsca/PLIST
+++ /dev/null
@@ -1,10 +0,0 @@
-@comment $NetBSD: PLIST,v 1.3 2003/05/01 17:00:39 jmmv Exp $
-sbin/nsca
-sbin/send_nsca
-share/doc/nsca/Changelog
-share/doc/nsca/README
-share/doc/nsca/SECURITY
-share/examples/nsca/nsca.cfg
-share/examples/nsca/send_nsca.cfg
-@dirrm share/examples/nsca
-@dirrm share/doc/nsca
diff --git a/net/nsca/distinfo b/net/nsca/distinfo
deleted file mode 100644
index e19f510c48c..00000000000
--- a/net/nsca/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.3 2006/04/22 16:49:48 joerg Exp $
-
-SHA1 (nsca-1.1.0.tar.gz) = 78bb22264559c2fb324f51ca5cf4b81879223590
-RMD160 (nsca-1.1.0.tar.gz) = 42a2fab017b362e3a1cc14d39395555c39f315f0
-Size (nsca-1.1.0.tar.gz) = 38700 bytes
-SHA1 (patch-aa) = 6cf7a8a97d2c05290d858355f84602ac87b2b9a8
diff --git a/net/nsca/patches/patch-aa b/net/nsca/patches/patch-aa
deleted file mode 100644
index 07e445a02db..00000000000
--- a/net/nsca/patches/patch-aa
+++ /dev/null
@@ -1,21 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2006/04/22 16:49:48 joerg Exp $
-
---- src/netutils.c.orig 2006-04-22 16:42:46.000000000 +0000
-+++ src/netutils.c
-@@ -29,14 +29,13 @@
- *
- ****************************************************************************/
-
-+#include <errno.h>
-+
- #include "../common/common.h"
- #include "netutils.h"
-
- extern int socket_timeout; /* this doesn't have to be used, but it is nice to know how many seconds we timed out after */
-
--extern int errno;
--
--
- /* handles socket timeouts */
- void socket_timeout_alarm_handler(int sig){
-