summaryrefslogtreecommitdiff
path: root/net/nsca
diff options
context:
space:
mode:
authorjoerg <joerg>2009-02-05 13:52:43 +0000
committerjoerg <joerg>2009-02-05 13:52:43 +0000
commita1e2e1811c0d08cc36de1000b4bfc71dc9805eda (patch)
tree04c02f703451d48b278fcf5aded436eb3709b21c /net/nsca
parent8b8bec071632aadd32a665448bf78b6b9280d433 (diff)
downloadpkgsrc-a1e2e1811c0d08cc36de1000b4bfc71dc9805eda.tar.gz
Kill the remaining parts of netsaint.
Diffstat (limited to 'net/nsca')
-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
5 files changed, 0 insertions, 74 deletions
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){
-