pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Kill the remaining parts of netsaint.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2963bea00123
branches:  trunk
changeset: 553972:2963bea00123
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Feb 05 13:52:43 2009 +0000

description:
Kill the remaining parts of netsaint.

diffstat:

 doc/CHANGES-2009          |   4 +++-
 net/Makefile              |   4 +---
 net/neat/DESCR            |   6 ------
 net/neat/Makefile         |  47 -----------------------------------------------
 net/neat/PLIST            |  14 --------------
 net/neat/distinfo         |   5 -----
 net/nsca/DESCR            |   5 -----
 net/nsca/Makefile         |  32 --------------------------------
 net/nsca/PLIST            |  10 ----------
 net/nsca/distinfo         |   6 ------
 net/nsca/patches/patch-aa |  21 ---------------------
 11 files changed, 4 insertions(+), 150 deletions(-)

diffs (224 lines):

diff -r c9ed87348f10 -r 2963bea00123 doc/CHANGES-2009
--- a/doc/CHANGES-2009  Thu Feb 05 13:50:37 2009 +0000
+++ b/doc/CHANGES-2009  Thu Feb 05 13:52:43 2009 +0000
@@ -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 @@
        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 -r c9ed87348f10 -r 2963bea00123 net/Makefile
--- a/net/Makefile      Thu Feb 05 13:50:37 2009 +0000
+++ b/net/Makefile      Thu Feb 05 13:52:43 2009 +0000
@@ -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+=       nasd
 SUBDIR+=       nbtscan
 SUBDIR+=       ncftp3
-SUBDIR+=       neat
 SUBDIR+=       nemesis
 SUBDIR+=       net-snmp
 SUBDIR+=       net6
@@ -283,7 +282,6 @@
 SUBDIR+=       nocol
 SUBDIR+=       nprobe
 SUBDIR+=       ns
-SUBDIR+=       nsca
 SUBDIR+=       nsd
 SUBDIR+=       nslint
 SUBDIR+=       nstx
diff -r c9ed87348f10 -r 2963bea00123 net/neat/DESCR
--- a/net/neat/DESCR    Thu Feb 05 13:50:37 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r c9ed87348f10 -r 2963bea00123 net/neat/Makefile
--- a/net/neat/Makefile Thu Feb 05 13:50:37 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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@localhost
-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 -r c9ed87348f10 -r 2963bea00123 net/neat/PLIST
--- a/net/neat/PLIST    Thu Feb 05 13:50:37 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r c9ed87348f10 -r 2963bea00123 net/neat/distinfo
--- a/net/neat/distinfo Thu Feb 05 13:50:37 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r c9ed87348f10 -r 2963bea00123 net/nsca/DESCR
--- a/net/nsca/DESCR    Thu Feb 05 13:50:37 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r c9ed87348f10 -r 2963bea00123 net/nsca/Makefile
--- a/net/nsca/Makefile Thu Feb 05 13:50:37 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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@localhost
-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 -r c9ed87348f10 -r 2963bea00123 net/nsca/PLIST
--- a/net/nsca/PLIST    Thu Feb 05 13:50:37 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r c9ed87348f10 -r 2963bea00123 net/nsca/distinfo
--- a/net/nsca/distinfo Thu Feb 05 13:50:37 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r c9ed87348f10 -r 2963bea00123 net/nsca/patches/patch-aa
--- a/net/nsca/patches/patch-aa Thu Feb 05 13:50:37 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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){
- 



Home | Main Index | Thread Index | Old Index