pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net Remove NetSaint packages. Last NetSaint release (...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/097ab04cbe06
branches:  trunk
changeset: 553784:097ab04cbe06
user:      shattered <shattered%pkgsrc.org@localhost>
date:      Thu Jan 29 21:29:40 2009 +0000

description:
Remove NetSaint packages.  Last NetSaint release (0.0.7) was in 2002; it
was superseded by Nagios (in pkgsrc since 2006).  Official announcement:
http://marc.info/?l=netsaint-announce&m=101503609823404&w=2

OK by wiz@.

diffstat:

 net/netsaint-base/DESCR                     |   10 -
 net/netsaint-base/MESSAGE                   |   28 -
 net/netsaint-base/Makefile                  |   37 --
 net/netsaint-base/Makefile.common           |   38 --
 net/netsaint-base/PLIST                     |  287 -----------------
 net/netsaint-base/distinfo                  |   15 -
 net/netsaint-base/files/logofullsize.gif.uu |  460 ----------------------------
 net/netsaint-base/files/sblogo.gif.uu       |  188 -----------
 net/netsaint-base/patches/patch-aa          |   48 --
 net/netsaint-base/patches/patch-ab          |   33 --
 net/netsaint-base/patches/patch-ac          |   13 -
 net/netsaint-base/patches/patch-ad          |   64 ---
 net/netsaint-base/patches/patch-ae          |   67 ----
 net/netsaint-base/patches/patch-af          |   13 -
 net/netsaint-base/patches/patch-ag          |   23 -
 net/netsaint-base/patches/patch-ah          |   27 -
 net/netsaint-base/patches/patch-ai          |   21 -
 net/netsaint-base/patches/patch-aj          |   13 -
 net/netsaint-plugin-cluster/DESCR           |    4 -
 net/netsaint-plugin-cluster/Makefile        |   28 -
 net/netsaint-plugin-cluster/PLIST           |    2 -
 net/netsaint-plugin-cluster/distinfo        |    5 -
 net/netsaint-plugin-snmp/DESCR              |    2 -
 net/netsaint-plugin-snmp/Makefile           |   36 --
 net/netsaint-plugin-snmp/PLIST              |    3 -
 net/netsaint-plugin-snmp/distinfo           |    8 -
 net/netsaint-plugin-snmp/patches/patch-aa   |   23 -
 net/netsaint-plugin-snmp/patches/patch-ab   |   31 -
 net/netsaint-plugin-snmp/patches/patch-ac   |   17 -
 net/netsaint-plugins/DESCR                  |    2 -
 net/netsaint-plugins/Makefile               |   40 --
 net/netsaint-plugins/PLIST                  |   46 --
 net/netsaint-plugins/distinfo               |    9 -
 net/netsaint-plugins/patches/patch-aa       |   60 ---
 net/netsaint-plugins/patches/patch-ab       |  173 ----------
 net/netsaint-plugins/patches/patch-ac       |   29 -
 net/netsaint-plugins/patches/patch-ad       |   16 -
 37 files changed, 0 insertions(+), 1919 deletions(-)

diffs (truncated from 2067 to 300 lines):

diff -r d456584358c3 -r 097ab04cbe06 net/netsaint-base/DESCR
--- a/net/netsaint-base/DESCR   Thu Jan 29 20:39:13 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,10 +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.
diff -r d456584358c3 -r 097ab04cbe06 net/netsaint-base/MESSAGE
--- a/net/netsaint-base/MESSAGE Thu Jan 29 20:39:13 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,28 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE,v 1.6 2005/09/28 14:15:49 rillig Exp $
-
-Before using the netsaint-base package for the first time, you need to
-set up the configuration files.  These can be copied from
-${PREFIX}/share/examples/netsaint to ${PKG_SYSCONFDIR}
-and then edited accordingly.
-
-The documentation is installed in ${PREFIX}/share/netsaint/docs.
-
-Please note that without additional "plug-in" testing programs this
-package will not do anything very useful.  It is therefore recommended
-you install the 'netsaint-plugins' package as well, and perhaps the
-other 'netsaint-plugin-*' packages too.
-
-Important Information About the Future of NetSaint
---------------------------------------------------
-Date: 01-16-2002
-
-For various reasons, I am planning on no longer using "NetSaint" as the
-title of this software package.  Version 0.0.7 will be will be the last
-release of this software package under the "NetSaint" name.
-
-- Ethan Galstad
-    netsaint%netsaint.org@localhost
-    egalstad%sourceforge.net@localhost
-
-===========================================================================
diff -r d456584358c3 -r 097ab04cbe06 net/netsaint-base/Makefile
--- a/net/netsaint-base/Makefile        Thu Jan 29 20:39:13 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,37 +0,0 @@
-# $NetBSD: Makefile,v 1.28 2007/02/15 21:46:53 rillig Exp $
-#
-
-DISTNAME=              netsaint-0.0.7
-PKGNAME=               ${DISTNAME:S/-/-base-/}
-PKGREVISION=           8
-MASTER_SITES=          http://www.netsaint.org/download/
-
-MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=              http://www.netsaint.org/
-COMMENT=               Network monitor
-
-
-.include "../../net/netsaint-base/Makefile.common"
-
-CONFIGURE_ARGS+=       --with-ping-command='/sbin/ping -n -c %d %s'
-CONFIGURE_ARGS+=       --with-mail=${MAIL_CMD:Q}
-USE_TOOLS+=            mail:run
-
-OWN_DIRS_PERMS=
-.for dir in    /var/log/netsaint /var/log/netsaint/archives \
-               /var/run/netsaint /var/run/netsaint/rw
-OWN_DIRS_PERMS+=       ${dir} ${NETSAINT_USER} ${NETSAINT_GROUP} 0755
-.endfor
-
-INSTALL_TARGET=                install install-config
-
-post-build:
-       cd ${WRKDIR} && uudecode ${FILESDIR}/logofullsize.gif.uu
-       cd ${WRKDIR} && uudecode ${FILESDIR}/sblogo.gif.uu
-
-post-install:
-       ${INSTALL_DATA} ${WRKDIR}/logofullsize.gif ${PREFIX}/share/netsaint/images
-       ${INSTALL_DATA} ${WRKDIR}/sblogo.gif ${PREFIX}/share/netsaint/images
-
-.include "../../graphics/gd/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r d456584358c3 -r 097ab04cbe06 net/netsaint-base/Makefile.common
--- a/net/netsaint-base/Makefile.common Thu Jan 29 20:39:13 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,38 +0,0 @@
-# $NetBSD: Makefile.common,v 1.14 2007/07/04 20:54:51 jlam Exp $
-#
-
-CATEGORIES=            net sysutils
-
-NETSAINT_USER?=                netsaint
-NETSAINT_GROUP?=       ${NETSAINT_USER}
-
-NETSTADM_USER?=                netstadm
-NETSTADM_GROUP?=       ${NETSTADM_USER}
-
-PKG_GROUPS_VARS+=      NETSAINT_GROUP NETSTADM_GROUP
-PKG_USERS_VARS+=       NETSAINT_USER NETSTADM_USER
-
-PKG_GROUPS+=   ${NETSAINT_GROUP}
-PKG_GROUPS+=   ${NETSTADM_GROUP}
-
-PKG_USERS+=    ${NETSAINT_USER}:${NETSAINT_GROUP}
-PKG_USERS+=    ${NETSTADM_USER}:${NETSTADM_GROUP}
-
-PKG_GECOS.${NETSAINT_USER}=    NetSaint Runtime User
-PKG_GECOS.${NETSTADM_USER}=    NetSaint Administrator
-PKG_HOME.${NETSTADM_USER}=     ${PKG_SYSCONFDIR}
-PKG_SHELL.${NETSTADM_USER}=    ${SH}
-
-GNU_CONFIGURE=         YES
-USE_TOOLS+=            gmake perl:run
-
-PKG_SYSCONFSUBDIR=     netsaint
-
-CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR:Q}
-CONFIGURE_ARGS+=       --localstatedir=/var
-CONFIGURE_ARGS+=       --datadir=${PREFIX}/share/netsaint
-CONFIGURE_ARGS+=       --libexecdir=${PREFIX}/libexec/netsaint
-CONFIGURE_ARGS+=       --with-lockfile=var/run/netsaint/netsaint.lock
-CONFIGURE_ARGS+=       --with-netsaint-user=${NETSAINT_USER:Q}
-CONFIGURE_ARGS+=       --with-netsaint-grp=${NETSAINT_GROUP:Q}
-CONFIGURE_ARGS+=       --with-init-dir=${PREFIX}/etc/rc.d
diff -r d456584358c3 -r 097ab04cbe06 net/netsaint-base/PLIST
--- a/net/netsaint-base/PLIST   Thu Jan 29 20:39:13 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,287 +0,0 @@
-@comment $NetBSD: PLIST,v 1.4 2003/05/01 19:14:12 jmmv Exp $
-bin/netsaint
-libexec/netsaint/cgi-bin/avail.cgi
-libexec/netsaint/cgi-bin/cmd.cgi
-libexec/netsaint/cgi-bin/config.cgi
-libexec/netsaint/cgi-bin/extinfo.cgi
-libexec/netsaint/cgi-bin/history.cgi
-libexec/netsaint/cgi-bin/ministatus.cgi
-libexec/netsaint/cgi-bin/notifications.cgi
-libexec/netsaint/cgi-bin/outages.cgi
-libexec/netsaint/cgi-bin/showlog.cgi
-libexec/netsaint/cgi-bin/status.cgi
-libexec/netsaint/cgi-bin/statusmap.cgi
-libexec/netsaint/cgi-bin/statuswml.cgi
-libexec/netsaint/cgi-bin/statuswrl.cgi
-libexec/netsaint/cgi-bin/tac.cgi
-libexec/netsaint/cgi-bin/trends.cgi
-share/examples/netsaint/commands.cfg
-share/examples/netsaint/hosts.cfg
-share/examples/netsaint/netsaint.cfg
-share/examples/netsaint/nscgi.cfg
-share/examples/netsaint/resource.cfg
-share/netsaint/docs/about.html
-share/netsaint/docs/addons.html
-share/netsaint/docs/cgiauth.html
-share/netsaint/docs/cgis.html
-share/netsaint/docs/checkscheduling.html
-share/netsaint/docs/clusters.html
-share/netsaint/docs/commandfile.html
-share/netsaint/docs/config.html
-share/netsaint/docs/configcgi.html
-share/netsaint/docs/confighost.html
-share/netsaint/docs/configmain.html
-share/netsaint/docs/dependencies.html
-share/netsaint/docs/developer/commentfile.html
-share/netsaint/docs/developer/images/xcdapi.gif
-share/netsaint/docs/developer/images/xedapi.gif
-share/netsaint/docs/developer/images/xodapi.gif
-share/netsaint/docs/developer/images/xrdapi.gif
-share/netsaint/docs/developer/images/xsdapi.gif
-share/netsaint/docs/developer/index.html
-share/netsaint/docs/developer/pluginhowto.html
-share/netsaint/docs/developer/stateretentionfile.html
-share/netsaint/docs/developer/statusfile.html
-share/netsaint/docs/developer/xcd.html
-share/netsaint/docs/developer/xdata.html
-share/netsaint/docs/developer/xed.html
-share/netsaint/docs/developer/xod.html
-share/netsaint/docs/developer/xrd.html
-share/netsaint/docs/developer/xsd.html
-share/netsaint/docs/distributed.html
-share/netsaint/docs/downtime.html
-share/netsaint/docs/embeddedperl.html
-share/netsaint/docs/escalations.html
-share/netsaint/docs/eventhandlers.html
-share/netsaint/docs/extcommands.html
-share/netsaint/docs/faqs.html
-share/netsaint/docs/flapping.html
-share/netsaint/docs/funstuff.html
-share/netsaint/docs/images/activepassive.gif
-share/netsaint/docs/images/avail_cgi.gif
-share/netsaint/docs/images/checktiming.gif
-share/netsaint/docs/images/cmd_cgi.gif
-share/netsaint/docs/images/config_cgi.gif
-share/netsaint/docs/images/distributed.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/extinfo_cgi_e.gif
-share/netsaint/docs/images/history_cgi.gif
-share/netsaint/docs/images/indirecthostcheck.gif
-share/netsaint/docs/images/indirectsvccheck.gif
-share/netsaint/docs/images/indirectsvccheck2.gif
-share/netsaint/docs/images/interleaved1.gif
-share/netsaint/docs/images/interleaved2.gif
-share/netsaint/docs/images/network-heirarchy.gif
-share/netsaint/docs/images/network-outage1.gif
-share/netsaint/docs/images/network-outage2.gif
-share/netsaint/docs/images/noninterleaved1.gif
-share/netsaint/docs/images/noninterleaved2.gif
-share/netsaint/docs/images/notification-process.gif
-share/netsaint/docs/images/notifications_cgi.gif
-share/netsaint/docs/images/outages_cgi.gif
-share/netsaint/docs/images/physical-network.gif
-share/netsaint/docs/images/plugintheory.gif
-share/netsaint/docs/images/redundancy-1.gif
-share/netsaint/docs/images/redundancy-2.gif
-share/netsaint/docs/images/service-dependencies.gif
-share/netsaint/docs/images/showlog_cgi.gif
-share/netsaint/docs/images/statetransitions.gif
-share/netsaint/docs/images/statetransitions2.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/statuswml_cgi.gif
-share/netsaint/docs/images/statuswrl_cgi.gif
-share/netsaint/docs/images/tac_cgi.gif
-share/netsaint/docs/images/trends_cgi.gif
-share/netsaint/docs/index.html
-share/netsaint/docs/indirectchecks.html
-share/netsaint/docs/installing.html
-share/netsaint/docs/installweb.html
-share/netsaint/docs/macros.html
-share/netsaint/docs/makehtml.html
-share/netsaint/docs/networkoutages.html
-share/netsaint/docs/networkreachability.html
-share/netsaint/docs/notifications.html
-share/netsaint/docs/parallelization.html
-share/netsaint/docs/passivechecks.html
-share/netsaint/docs/perfdata.html
-share/netsaint/docs/pluginhowto.html
-share/netsaint/docs/plugins.html
-share/netsaint/docs/plugintheory.html
-share/netsaint/docs/programmodes.html
-share/netsaint/docs/redundancy.html
-share/netsaint/docs/robots.txt
-share/netsaint/docs/security.html
-share/netsaint/docs/starting.html
-share/netsaint/docs/statetypes.html
-share/netsaint/docs/statuslevels.html
-share/netsaint/docs/stoprestart.html
-share/netsaint/docs/theory.html
-share/netsaint/docs/timeperiods.html
-share/netsaint/docs/tuning.html
-share/netsaint/docs/verifyconfig.html
-share/netsaint/docs/volatileservices.html
-share/netsaint/docs/whatsnew.html
-share/netsaint/docs/xdata-db.html
-share/netsaint/images/ack.gif
-share/netsaint/images/active.gif
-share/netsaint/images/command.gif
-share/netsaint/images/comment.gif
-share/netsaint/images/config.gif
-share/netsaint/images/contact.gif
-share/netsaint/images/contactgroup.gif
-share/netsaint/images/critical.gif
-share/netsaint/images/delay.gif
-share/netsaint/images/delete.gif
-share/netsaint/images/disabled.gif
-share/netsaint/images/down.gif
-share/netsaint/images/downtime.gif
-share/netsaint/images/enabled.gif
-share/netsaint/images/extinfo.gif
-share/netsaint/images/flapping.gif
-share/netsaint/images/greendot.gif
-share/netsaint/images/history.gif
-share/netsaint/images/host.gif
-share/netsaint/images/hostevent.gif
-share/netsaint/images/info.gif
-share/netsaint/images/left.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



Home | Main Index | Thread Index | Old Index