summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2011-09-16 11:59:00 +0000
committerobache <obache@pkgsrc.org>2011-09-16 11:59:00 +0000
commit7f1c9eed2f95ec2ba1d007af328d324f4187f483 (patch)
tree34ce22e9d2da4549e44e38654b3a9d6e3a074ce2 /net
parent4e1019a2e009aa062c7cee4e532dacb25525b5c2 (diff)
downloadpkgsrc-7f1c9eed2f95ec2ba1d007af328d324f4187f483.tar.gz
Hobbit Monitor has been renamed to Xymon.
Diffstat (limited to 'net')
-rw-r--r--net/Makefile4
-rw-r--r--net/hobbitclient/DESCR1
-rw-r--r--net/hobbitclient/Makefile97
-rw-r--r--net/hobbitclient/PLIST30
-rw-r--r--net/hobbitclient/distinfo11
-rw-r--r--net/hobbitclient/files/hobbitclient.sh19
-rw-r--r--net/hobbitclient/patches/patch-ab30
-rw-r--r--net/hobbitclient/patches/patch-ac16
-rw-r--r--net/hobbitclient/patches/patch-ad15
-rw-r--r--net/hobbitmon/DESCR14
-rw-r--r--net/hobbitmon/Makefile81
-rw-r--r--net/hobbitmon/PLIST222
-rw-r--r--net/hobbitmon/distinfo11
-rw-r--r--net/hobbitmon/files/hobbit.sh29
-rw-r--r--net/hobbitmon/patches/patch-aa17
-rw-r--r--net/hobbitmon/patches/patch-ab25
-rw-r--r--net/hobbitmon/patches/patch-ac22
-rw-r--r--net/hobbitmon/patches/patch-ad13
-rw-r--r--net/hobbitmon/patches/patch-ae32
-rw-r--r--net/hobbitmon/patches/patch-aj23
20 files changed, 1 insertions, 711 deletions
diff --git a/net/Makefile b/net/Makefile
index f557b098bed..b94bd09b9a0 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.882 2011/08/25 13:33:01 jakllsch Exp $
+# $NetBSD: Makefile,v 1.883 2011/09/16 11:59:00 obache Exp $
#
COMMENT= Networking tools
@@ -164,8 +164,6 @@ SUBDIR+= gupnp-tools
SUBDIR+= hesiod
SUBDIR+= hf6to4
SUBDIR+= hlfl
-SUBDIR+= hobbitclient
-SUBDIR+= hobbitmon
SUBDIR+= host
SUBDIR+= howl
SUBDIR+= hping
diff --git a/net/hobbitclient/DESCR b/net/hobbitclient/DESCR
deleted file mode 100644
index 33292d64ffa..00000000000
--- a/net/hobbitclient/DESCR
+++ /dev/null
@@ -1 +0,0 @@
-hobbitclient is a free-software client for the Hobbit monitor.
diff --git a/net/hobbitclient/Makefile b/net/hobbitclient/Makefile
deleted file mode 100644
index 6644923daed..00000000000
--- a/net/hobbitclient/Makefile
+++ /dev/null
@@ -1,97 +0,0 @@
-# $NetBSD: Makefile,v 1.11 2010/07/01 22:18:29 joerg Exp $
-#
-
-DISTNAME= hobbit-4.2.0
-PKGNAME= hobbitclient-4.2.0
-PKGREVISION= 2
-CATEGORIES= net
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hobbitmon/}
-
-MAINTAINER= gendalia@NetBSD.org
-HOMEPAGE= http://hobbitmon.sourceforge.net/
-COMMENT= Free-software client for the Hobbit monitor
-LICENSE= gnu-gpl-v2
-
-PATCHFILES+=allinone.patch
-SITES.allinone.patch=http://www.hobbitmon.com/hobbitsw/patches/
-
-HAS_CONFIGURE= YES
-USE_TOOLS+= gmake
-#INSTALL_TARGET=
-MAKE_JOBS_SAFE= NO
-
-PKG_DESTDIR_SUPPORT=destdir
-
-.include "../../mk/bsd.prefs.mk"
-
-BBUSER?= hobbit
-BBGROUP?= hobbit
-BBTOPDIR?= ${PREFIX}/hobbit
-BBLOGDIR?= ${VARBASE}/log/hobbit
-BBCLIENTLOGS?= ${VARBASE}/log/hobbit
-BBTMP?= ${VARBASE}/hobbit
-BBSERVERNAME?= "`uname -n`"
-BBSERVERIP?= 127.0.0.1
-CONFTYPE?= "server"
-BUILD_DEFS+= VARBASE
-BUILD_DEFS+= BBSERVERNAME
-BUILD_DEFS+= BBSERVERIP
-
-RCD_SCRIPTS+= hobbitclient
-PKG_GROUPS= ${BBGROUP}
-PKG_USERS= ${BBUSER:Q}:${BBGROUP:Q}
-
-PKG_GECOS.${BBUSER}= Hobbit monitor
-PKG_HOME.${BBUSER}= ${BBTOPDIR}
-
-PKG_GROUPS_VARS+= BBGROUP
-PKG_USERS_VARS+= BBUSER
-USERGROUP_PHASE= pre-install
-
-CONFIGURE_ARGS+="--client"
-
-CONFIGURE_ENV+= TARGET=hobbit
-CONFIGURE_ENV+= BBHOSTNAME="${BBSERVERNAME}"
-CONFIGURE_ENV+= BBUSER=${BBUSER:Q}
-CONFIGURE_ENV+= BBTOPDIR=${BBTOPDIR:Q}
-CONFIGURE_ENV+= BBLOGDIR=${BBLOGDIR:Q}
-CONFIGURE_ENV+= BBCLIENTLOGS=${BBCLIENTLOGS}
-CONFIGURE_ENV+= BBTMP=${BBTMP}
-CONFIGURE_ENV+= BBHOSTIP=${BBSERVERIP:Q}
-CONFIGURE_ENV+= MANROOT=${PREFIX}/${PKGMANDIR}/
-CONFIGURE_ENV+= CONFTYPE="${CONFTYPE}"
-
-SUBST_CLASSES+= BADPATHS
-SUBST_STAGE.BADPATHS= post-configure
-SUBST_MESSAGE.BADPATHS= "fixing up unfortunate BBCLIENTLOGS and BBTMP paths"
-SUBST_FILES.BADPATHS= client/runclient.sh client/hobbitclient.cfg.DIST
-SUBST_FILES.BADPATHS+= common/hobbitclient.cfg.5 client/Makefile
-SUBST_FILES.BADPATHS+= lib/environ.c client/clientlaunch.cfg.DIST
-SUBST_SED.BADPATHS= -e 's,$$(INSTALLROOT),$$(DESTDIR)$$(INSTALLROOT),g' \
- -e 's,$$HOBBITCLIENTHOME/logs,${BBCLIENTLOGS},g' \
- -e 's,$$HOBBITCLIENTHOME/tmp,${BBTMP},g' \
- -e 's,$$BBHOME/logs,${BBCLIENTLOGS},g' \
- -e 's,$$BBHOME/tmp,${BBTMP},g' \
- -e 's,$$(BBHOME)/logs,${BBCLIENTLOGS},g' \
- -e 's,$$(BBHOME)/tmp,${BBTMP},g' \
-
-
-USE_TOOLS+= awk:run cat:run cp:run
-USE_TOOLS+= cut:run date:run egrep:run
-USE_TOOLS+= expr:run find:run grep:run
-USE_TOOLS+= head:run id:run ls:run
-USE_TOOLS+= mv:run rm:run sed:run
-USE_TOOLS+= sort:run tail:run touch:run
-USE_TOOLS+= tr:run wc:run
-
-OWN_DIRS_PERMS+= ${BBTOPDIR} ${BBUSER} ${BBGROUP} 0755
-OWN_DIRS_PERMS+= ${BBTOPDIR}/client ${BBUSER} ${BBGROUP} 0755
-OWN_DIRS_PERMS+= ${BBTOPDIR}/client/ext ${BBUSER} ${BBGROUP} 0755
-OWN_DIRS_PERMS+= ${BBCLIENTLOGS} ${BBUSER} ${BBGROUP} 0755
-OWN_DIRS_PERMS+= ${BBTMP} ${BBUSER} ${BBGROUP} 0755
-
-MAKE_ENV+= MAKE=${MAKE_PROGRAM:Q}
-MAKE_ENV+= PKGDIR=${PREFIX:Q}
-MAKE_ENV+= ${TOOLS_ENV}
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/net/hobbitclient/PLIST b/net/hobbitclient/PLIST
deleted file mode 100644
index 93ffee320f5..00000000000
--- a/net/hobbitclient/PLIST
+++ /dev/null
@@ -1,30 +0,0 @@
-@comment $NetBSD: PLIST,v 1.5 2009/07/28 19:42:26 spz Exp $
-@comment $NetBSD: PLIST,v 1.5 2009/07/28 19:42:26 spz Exp $
-hobbit/client/bin/bb
-hobbit/client/bin/bbcmd
-hobbit/client/bin/bbdigest
-hobbit/client/bin/bbhostgrep
-hobbit/client/bin/bbhostshow
-hobbit/client/bin/clientupdate
-hobbit/client/bin/hobbitlaunch
-hobbit/client/bin/logfetch
-hobbit/client/bin/msgcache
-hobbit/client/bin/${LOWER_OPSYS}-meminfo
-hobbit/client/bin/orcahobbit
-hobbit/client/etc/clientlaunch.cfg
-hobbit/client/etc/hobbitclient.cfg
-hobbit/client/etc/localclient.cfg
-hobbit/client/bin/hobbitclient-aix.sh
-hobbit/client/bin/hobbitclient-darwin.sh
-hobbit/client/bin/hobbitclient-freebsd.sh
-hobbit/client/bin/hobbitclient-hp-ux.sh
-hobbit/client/bin/hobbitclient-irix.sh
-hobbit/client/bin/hobbitclient-linux.sh
-hobbit/client/bin/hobbitclient-netbsd.sh
-hobbit/client/bin/hobbitclient-openbsd.sh
-hobbit/client/bin/hobbitclient-osf1.sh
-hobbit/client/bin/hobbitclient-sco_sv.sh
-hobbit/client/bin/hobbitclient-sunos.sh
-hobbit/client/bin/hobbitclient.sh
-hobbit/client/runclient.sh
-share/examples/rc.d/hobbitclient
diff --git a/net/hobbitclient/distinfo b/net/hobbitclient/distinfo
deleted file mode 100644
index 239c73c615d..00000000000
--- a/net/hobbitclient/distinfo
+++ /dev/null
@@ -1,11 +0,0 @@
-$NetBSD: distinfo,v 1.6 2009/08/31 22:00:30 he Exp $
-
-SHA1 (allinone.patch) = 16631a912955fcf57e86d923522e6dde899cdcd8
-RMD160 (allinone.patch) = 52773fbb89f67e7a53782da9a4c3a05e42452914
-Size (allinone.patch) = 287659 bytes
-SHA1 (hobbit-4.2.0.tar.gz) = 9a784696f6d7211f60f07d575cb1142bbf4661d2
-RMD160 (hobbit-4.2.0.tar.gz) = d3633c32f4fa7961d1069df2eb39104e9c891be2
-Size (hobbit-4.2.0.tar.gz) = 2341167 bytes
-SHA1 (patch-ab) = 8be66af4b877958f2bc64e18494c67a73acd4360
-SHA1 (patch-ac) = e51da2ae19bbdce48676296cddf8fe3194f8c7b1
-SHA1 (patch-ad) = e5c30e09b67ec4ab8b92d0ef94e08588a8c73752
diff --git a/net/hobbitclient/files/hobbitclient.sh b/net/hobbitclient/files/hobbitclient.sh
deleted file mode 100644
index 0aecb49217f..00000000000
--- a/net/hobbitclient/files/hobbitclient.sh
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/bin/sh
-#
-#
-# PROVIDE: hobbitclient
-# REQUIRE: DAEMON
-
-. /etc/rc.subr
-
-name="hobbitclient"
-rcvar="$name"
-command="@PREFIX@/hobbit/client/runclient.sh"
-
-start_cmd="su - hobbit -c \"$command start\""
-restart_cmd="su - hobbit -c \"$command restart\""
-stop_cmd="su - hobbit -c \"$command stop\""
-status_cmd="su - hobbit -c \"$command status\""
-
-load_rc_config "$name"
-run_rc_command "$1"
diff --git a/net/hobbitclient/patches/patch-ab b/net/hobbitclient/patches/patch-ab
deleted file mode 100644
index 5b2d36a5d09..00000000000
--- a/net/hobbitclient/patches/patch-ab
+++ /dev/null
@@ -1,30 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2007/05/29 04:58:07 gendalia Exp $
-
---- build/bb-commands.sh.orig 2007-04-14 00:20:21.000000000 -0500
-+++ build/bb-commands.sh
-@@ -9,6 +9,11 @@
-
- findbin() {
- MYP="`echo ${PATH} | sed -e 's/:/ /g'`"
-+ eval _var=\"\${${ENVNAME}}\"
-+ if test -n "$_var"; then
-+ echo "$_var"
-+ return
-+ fi
-
- for D in $MYP
- do
-@@ -31,11 +36,13 @@ do
- done
-
- # WC is special
-+ENVNAME=WC
- PGM=`findbin wc | head -n 1`
- echo "WC=\"${PGM} -l\""
- echo "WCC=\"${PGM}\""
-
- # DFCMD is an alias for DF
-+ENVNAME=DF
- PGM=`findbin df | head -n 1`
- echo "# DF,DFCMD and PS are for compatibility only, NOT USED by the Hobbit client"
- echo "DF=\"${PGM} -Pk\""
diff --git a/net/hobbitclient/patches/patch-ac b/net/hobbitclient/patches/patch-ac
deleted file mode 100644
index 135bd7d35db..00000000000
--- a/net/hobbitclient/patches/patch-ac
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-ac,v 1.1 2009/07/28 19:42:26 spz Exp $
-
---- client/netbsd-meminfo.c.orig 2006-08-09 20:09:58.000000000 +0000
-+++ client/netbsd-meminfo.c 2008-11-23 15:09:28.000000000 +0000
-@@ -21,8 +21,8 @@
-
- int main(int argc, char *argv[])
- {
-- int hw_physmem[] = { CTL_HW, HW_PHYSMEM };
-- int physmem;
-+ int hw_physmem[] = { CTL_HW, HW_PHYSMEM64 };
-+ int64_t physmem;
-
- int hw_pagesize[] = { CTL_HW, HW_PAGESIZE };
- int pagesize;
-
diff --git a/net/hobbitclient/patches/patch-ad b/net/hobbitclient/patches/patch-ad
deleted file mode 100644
index 3b5470d42d5..00000000000
--- a/net/hobbitclient/patches/patch-ad
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-ad,v 1.1 2009/08/31 22:00:30 he Exp $
-
-Ignore ptyfs as well when monitoring file system usage level.
-
---- client/hobbitclient-netbsd.sh.orig 2006-08-09 22:09:58.000000000 +0200
-+++ client/hobbitclient-netbsd.sh
-@@ -20,7 +20,7 @@ uptime
- echo "[who]"
- who
- echo "[df]"
--df -P -tnonfs,kernfs,procfs,cd9660,null | sed -e '/^[^ ][^ ]*$/{
-+df -P -tnonfs,kernfs,procfs,cd9660,null,ptyfs | sed -e '/^[^ ][^ ]*$/{
- N
- s/[ ]*\n[ ]*/ /
- }'
diff --git a/net/hobbitmon/DESCR b/net/hobbitmon/DESCR
deleted file mode 100644
index a6c77f86cde..00000000000
--- a/net/hobbitmon/DESCR
+++ /dev/null
@@ -1,14 +0,0 @@
-Hobbit is the successor to the bbgen toolkit, which
-has been available as an add-on to Big Brother since late 2002.
-The name change was decided upon when Hobbit acquired enough
-functionality to be a stand-alone product. The tools that formed
-the bbgen toolkit are still present in Hobbit and are quite
-important for it, so if you have used bbgen before, Hobbit
-will seem quite familiar.
-
-Hobbit monitors your hosts, your network services, and anything else
-you configure it to do via extensions. Hobbit will
-periodically generate requests to network services - http, ftp,
-smtp and so on - and record if the service is responding as
-expected. Through the use of agents installed on the servers,
-you can also monitor local disk utilisation, logfiles and processes.
diff --git a/net/hobbitmon/Makefile b/net/hobbitmon/Makefile
deleted file mode 100644
index 04f3ee6c6d0..00000000000
--- a/net/hobbitmon/Makefile
+++ /dev/null
@@ -1,81 +0,0 @@
-# $NetBSD: Makefile,v 1.30 2011/04/22 13:44:23 obache Exp $
-#
-
-DISTNAME= hobbit-4.0-beta6
-PKGNAME= hobbit-4.0b6
-PKGREVISION= 17
-CATEGORIES= net
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hobbitmon/}
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://hobbitmon.sourceforge.net/
-COMMENT= Network services monitor a la Big Brother
-
-DEPENDS+= fping>2:../../net/fping
-
-HAS_CONFIGURE= YES
-USE_TOOLS+= gmake perl:run
-REPLACE_PERL+= hobbitd/maint.pl.DIST
-INSTALL_TARGET= setup
-
-.include "../../mk/bsd.prefs.mk"
-
-BBUSER?= hobbit
-BBGROUP?= hobbit
-BBTOPDIR?= ${PREFIX}/hobbit
-BBLOGDIR?= ${VARBASE}/log/hobbit
-BBHOSTURL?= /hobbit
-CGIDIR?= ${BBTOPDIR}/cgi-bin
-BBCGIURL?= /cgi-bin
-BBHOSTIP?= 127.0.0.1
-
-PKG_GROUPS= ${BBGROUP}
-PKG_USERS= ${BBUSER:Q}:${BBGROUP:Q}
-
-PKG_GECOS.${BBUSER}= Hobbit monitor
-PKG_HOME.${BBUSER}= ${BBTOPDIR}
-
-PKG_GROUPS_VARS+= BBGROUP
-PKG_USERS_VARS+= BBUSER
-
-EVAL_PREFIX+= PREFIX.fping=fping
-
-CONFIGURE_ENV+= TARGET=hobbit
-CONFIGURE_ENV+= FPING=${PREFIX.fping}/sbin/fping
-CONFIGURE_ENV+= RRDINC=${BUILDLINK_PREFIX.rrdtool}/include
-CONFIGURE_ENV+= RRDLIB=${BUILDLINK_PREFIX.rrdtool}/lib/librrd.a
-CONFIGURE_ENV+= PNGLIB=${BUILDLINK_PREFIX.png}/lib/libpng.a
-CONFIGURE_ENV+= LDAPINC=${BUILDLINK_PREFIX.openldap-client}/include
-CONFIGURE_ENV+= LDAPLIB=${BUILDLINK_PREFIX.openldap-client}/lib
-CONFIGURE_ENV+= OSSLINC=${BUILDLINK_PREFIX.openssl}/include
-CONFIGURE_ENV+= OSSLLIB=${BUILDLINK_PREFIX.openssl}/lib
-CONFIGURE_ENV+= PCREINC=${BUILDLINK_PREFIX.pcre}/include
-CONFIGURE_ENV+= PCRELIB=${BUILDLINK_PREFIX.pcre}/lib
-CONFIGURE_ENV+= ENABLESSL=y
-CONFIGURE_ENV+= ENABLELDAP=y
-CONFIGURE_ENV+= ENABLELDAPSSL=y
-CONFIGURE_ENV+= BBHOSTNAME=""
-CONFIGURE_ENV+= BBUSER=${BBUSER:Q}
-CONFIGURE_ENV+= BBTOPDIR=${BBTOPDIR:Q}
-CONFIGURE_ENV+= BBHOSTURL=${BBHOSTURL:Q}
-CONFIGURE_ENV+= CGIDIR=${CGIDIR:Q}
-CONFIGURE_ENV+= BBCGIURL=${BBCGIURL:Q}
-CONFIGURE_ENV+= HTTPDGID=${APACHE_GROUP:Q}
-CONFIGURE_ENV+= BBLOGDIR=${BBLOGDIR:Q}
-CONFIGURE_ENV+= BBHOSTIP=${BBHOSTIP:Q}
-CONFIGURE_ENV+= MANROOT=${PREFIX}/${PKGMANDIR}/
-CONFIGURE_ENV+= BARS=all
-CONFIGURE_ENV+= USENEWHIST=y
-CONFIGURE_ENV+= PIXELCOUNT=560
-
-MAKE_ENV+= MAKE=${MAKE_PROGRAM:Q}
-MAKE_ENV+= PKGDIR=${PREFIX:Q}
-
-.include "../../databases/rrdtool/buildlink3.mk"
-.include "../../databases/openldap-client/buildlink3.mk"
-.include "../../security/openssl/buildlink3.mk"
-.include "../../graphics/png/buildlink3.mk"
-.include "../../devel/pcre/buildlink3.mk"
-.include "../../mk/apache.mk"
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/net/hobbitmon/PLIST b/net/hobbitmon/PLIST
deleted file mode 100644
index 6b173e53c91..00000000000
--- a/net/hobbitmon/PLIST
+++ /dev/null
@@ -1,222 +0,0 @@
-@comment $NetBSD: PLIST,v 1.5 2009/06/14 18:09:30 joerg Exp $
-hobbit/cgi-bin/bb-ack.sh
-hobbit/cgi-bin/bb-csvinfo.sh
-hobbit/cgi-bin/bb-eventlog.sh
-hobbit/cgi-bin/bb-findhost.sh
-hobbit/cgi-bin/bb-hist.sh
-hobbit/cgi-bin/bb-histlog.sh
-hobbit/cgi-bin/bb-hostsvc.sh
-hobbit/cgi-bin/bb-rep.sh
-hobbit/cgi-bin/bb-replog.sh
-hobbit/cgi-bin/bb-snapshot.sh
-hobbit/cgi-bin/bbmessage.cgi
-hobbit/cgi-bin/hobbitcolumn.sh
-hobbit/cgi-bin/hobbitgraph.sh
-hobbit/cgi-bin/maint.pl
-hobbit/server/bin/bb
-hobbit/server/bin/bb-ack.cgi
-hobbit/server/bin/bb-csvinfo.cgi
-hobbit/server/bin/bb-eventlog.cgi
-hobbit/server/bin/bb-findhost.cgi
-hobbit/server/bin/bb-hist.cgi
-hobbit/server/bin/bb-hostsvc.cgi
-hobbit/server/bin/bb-infocolumn
-hobbit/server/bin/bb-larrdcolumn
-hobbit/server/bin/bb-rep.cgi
-hobbit/server/bin/bb-replog.cgi
-hobbit/server/bin/bb-snapshot.cgi
-hobbit/server/bin/bb-webpage
-hobbit/server/bin/bbcmd
-hobbit/server/bin/bbdigest
-hobbit/server/bin/bbgen
-hobbit/server/bin/bbhostgrep
-hobbit/server/bin/bbhostshow
-hobbit/server/bin/bbproxy
-hobbit/server/bin/bbtest-net
-hobbit/server/bin/hobbitd
-hobbit/server/bin/hobbitd_alert
-hobbit/server/bin/hobbitd_channel
-hobbit/server/bin/hobbitd_filestore
-hobbit/server/bin/hobbitd_filter
-hobbit/server/bin/hobbitd_history
-hobbit/server/bin/hobbitd_larrd
-hobbit/server/bin/hobbitd_sample
-hobbit/server/bin/hobbitgraph.cgi
-hobbit/server/bin/hobbitlaunch
-hobbit/server/bin/starthobbit.sh
-hobbit/server/etc/bb-hosts
-hobbit/server/etc/bb-services
-hobbit/server/etc/columndoc.csv
-hobbit/server/etc/hobbit-alerts.cfg
-hobbit/server/etc/hobbit-apache.conf
-hobbit/server/etc/hobbitgraph.cfg
-hobbit/server/etc/hobbitlaunch.cfg
-hobbit/server/etc/hobbitserver.cfg
-hobbit/server/ext/bbcombotest
-hobbit/server/ext/bbretest-net.sh
-hobbit/server/starthobbit.sh
-hobbit/server/web/acknowledge_footer
-hobbit/server/web/acknowledge_form
-hobbit/server/web/acknowledge_header
-hobbit/server/web/bb2_footer
-hobbit/server/web/bb2_header
-hobbit/server/web/bb_footer
-hobbit/server/web/bb_header
-hobbit/server/web/bbnk_footer
-hobbit/server/web/bbnk_header
-hobbit/server/web/bbrep_footer
-hobbit/server/web/bbrep_header
-hobbit/server/web/bbsnap_footer
-hobbit/server/web/bbsnap_header
-hobbit/server/web/columndoc_footer
-hobbit/server/web/columndoc_header
-hobbit/server/web/findhost_footer
-hobbit/server/web/findhost_form
-hobbit/server/web/findhost_header
-hobbit/server/web/graphs_footer
-hobbit/server/web/graphs_header
-hobbit/server/web/hist_footer
-hobbit/server/web/hist_header
-hobbit/server/web/histlog_footer
-hobbit/server/web/histlog_header
-hobbit/server/web/hostsvc_footer
-hobbit/server/web/hostsvc_header
-hobbit/server/web/info_footer
-hobbit/server/web/info_header
-hobbit/server/web/maint_footer
-hobbit/server/web/maint_header
-hobbit/server/web/replog_footer
-hobbit/server/web/replog_header
-hobbit/server/web/report_footer
-hobbit/server/web/report_form
-hobbit/server/web/report_header
-hobbit/server/web/snapshot_footer
-hobbit/server/web/snapshot_form
-hobbit/server/web/snapshot_header
-hobbit/server/www/gifs/README
-hobbit/server/www/gifs/arrow.gif
-hobbit/server/www/gifs/bbfindhost1.gif
-hobbit/server/www/gifs/bbfindhost2.gif
-hobbit/server/www/gifs/bkg-blue.gif
-hobbit/server/www/gifs/bkg-clear.gif
-hobbit/server/www/gifs/bkg-green.gif
-hobbit/server/www/gifs/bkg-purple.gif
-hobbit/server/www/gifs/bkg-red.gif
-hobbit/server/www/gifs/bkg-yellow.gif
-hobbit/server/www/gifs/blue-recent.gif
-hobbit/server/www/gifs/blue.gif
-hobbit/server/www/gifs/clear-recent.gif
-hobbit/server/www/gifs/clear.gif
-hobbit/server/www/gifs/green-recent.gif
-hobbit/server/www/gifs/green.gif
-hobbit/server/www/gifs/purple-ack.gif
-hobbit/server/www/gifs/purple-recent.gif
-hobbit/server/www/gifs/purple.gif
-hobbit/server/www/gifs/red-ack.gif
-hobbit/server/www/gifs/red-recent.gif
-hobbit/server/www/gifs/red.gif
-hobbit/server/www/gifs/unknown-recent.gif
-hobbit/server/www/gifs/yellow-ack.gif
-hobbit/server/www/gifs/yellow-recent.gif
-hobbit/server/www/gifs/yellow.gif
-hobbit/server/www/help/about.html
-hobbit/server/www/help/bb-findhost.html
-hobbit/server/www/help/bb-to-hobbit.html
-hobbit/server/www/help/configure.txt
-hobbit/server/www/help/hobbit-alerts.html
-hobbit/server/www/help/hobbit-apacheconf.txt
-hobbit/server/www/help/hobbit-bbhosts.png
-hobbit/server/www/help/hobbit-bigbrother.html
-hobbit/server/www/help/hobbit-config.html
-hobbit/server/www/help/hobbit-tips.html
-hobbit/server/www/help/hobbitmain.png
-hobbit/server/www/help/hobbitprocs.png
-hobbit/server/www/help/install.html
-hobbit/server/www/help/known-issues.html
-hobbit/server/www/help/manpages/index.html
-hobbit/server/www/help/manpages/man1/bb-ack.cgi.1.html
-hobbit/server/www/help/manpages/man1/bb-csvinfo.cgi.1.html
-hobbit/server/www/help/manpages/man1/bb-eventlog.cgi.1.html
-hobbit/server/www/help/manpages/man1/bb-findhost.cgi.1.html
-hobbit/server/www/help/manpages/man1/bb-hist.cgi.1.html
-hobbit/server/www/help/manpages/man1/bb-hostsvc.cgi.1.html
-hobbit/server/www/help/manpages/man1/bb-infocolumn.1.html
-hobbit/server/www/help/manpages/man1/bb-larrdcolumn.1.html
-hobbit/server/www/help/manpages/man1/bb-rep.cgi.1.html
-hobbit/server/www/help/manpages/man1/bb-replog.cgi.1.html
-hobbit/server/www/help/manpages/man1/bb-snapshot.cgi.1.html
-hobbit/server/www/help/manpages/man1/bb-webpage.1.html
-hobbit/server/www/help/manpages/man1/bb.1.html
-hobbit/server/www/help/manpages/man1/bbcmd.1.html
-hobbit/server/www/help/manpages/man1/bbcombotest.1.html
-hobbit/server/www/help/manpages/man1/bbdigest.1.html
-hobbit/server/www/help/manpages/man1/bbgen.1.html
-hobbit/server/www/help/manpages/man1/bbhostgrep.1.html
-hobbit/server/www/help/manpages/man1/bbhostshow.1.html
-hobbit/server/www/help/manpages/man1/bbmessage.cgi.1.html
-hobbit/server/www/help/manpages/man1/bbretest-net.sh.1.html
-hobbit/server/www/help/manpages/man1/bbtest-net.1.html
-hobbit/server/www/help/manpages/man1/hobbitgraph.cgi.1.html
-hobbit/server/www/help/manpages/man5/bb-hosts.5.html
-hobbit/server/www/help/manpages/man5/bb-services.5.html
-hobbit/server/www/help/manpages/man5/bbcombotest.cfg.5.html
-hobbit/server/www/help/manpages/man5/hobbit-alerts.cfg.5.html
-hobbit/server/www/help/manpages/man5/hobbitgraph.cfg.5.html
-hobbit/server/www/help/manpages/man5/hobbitlaunch.cfg.5.html
-hobbit/server/www/help/manpages/man5/hobbitserver.cfg.5.html
-hobbit/server/www/help/manpages/man7/hobbit.7.html
-hobbit/server/www/help/manpages/man8/bbproxy.8.html
-hobbit/server/www/help/manpages/man8/hobbitd.8.html
-hobbit/server/www/help/manpages/man8/hobbitd_alert.8.html
-hobbit/server/www/help/manpages/man8/hobbitd_channel.8.html
-hobbit/server/www/help/manpages/man8/hobbitd_filestore.8.html
-hobbit/server/www/help/manpages/man8/hobbitd_history.8.html
-hobbit/server/www/help/manpages/man8/hobbitd_larrd.8.html
-hobbit/server/www/help/manpages/man8/hobbitd_sample.8.html
-hobbit/server/www/help/manpages/man8/hobbitlaunch.8.html
-hobbit/server/www/menu/README
-hobbit/server/www/menu/menu.css
-hobbit/server/www/menu/menu.js
-hobbit/server/www/menu/menu_items.js
-hobbit/server/www/menu/menu_items.js.DIST
-hobbit/server/www/menu/menu_tpl.js
-man/man1/bb-ack.cgi.1
-man/man1/bb-csvinfo.cgi.1
-man/man1/bb-eventlog.cgi.1
-man/man1/bb-findhost.cgi.1
-man/man1/bb-hist.cgi.1
-man/man1/bb-hostsvc.cgi.1
-man/man1/bb-infocolumn.1
-man/man1/bb-larrdcolumn.1
-man/man1/bb-rep.cgi.1
-man/man1/bb-replog.cgi.1
-man/man1/bb-snapshot.cgi.1
-man/man1/bb-webpage.1
-man/man1/bb.1
-man/man1/bbcmd.1
-man/man1/bbcombotest.1
-man/man1/bbdigest.1
-man/man1/bbgen.1
-man/man1/bbhostgrep.1
-man/man1/bbhostshow.1
-man/man1/bbmessage.cgi.1
-man/man1/bbretest-net.sh.1
-man/man1/bbtest-net.1
-man/man1/hobbitgraph.cgi.1
-man/man5/bb-hosts.5
-man/man5/bb-services.5
-man/man5/bbcombotest.cfg.5
-man/man5/hobbit-alerts.cfg.5
-man/man5/hobbitgraph.cfg.5
-man/man5/hobbitlaunch.cfg.5
-man/man5/hobbitserver.cfg.5
-man/man7/hobbit.7
-man/man8/bbproxy.8
-man/man8/hobbitd.8
-man/man8/hobbitd_alert.8
-man/man8/hobbitd_channel.8
-man/man8/hobbitd_filestore.8
-man/man8/hobbitd_history.8
-man/man8/hobbitd_larrd.8
-man/man8/hobbitd_sample.8
-man/man8/hobbitlaunch.8
diff --git a/net/hobbitmon/distinfo b/net/hobbitmon/distinfo
deleted file mode 100644
index 60432eef685..00000000000
--- a/net/hobbitmon/distinfo
+++ /dev/null
@@ -1,11 +0,0 @@
-$NetBSD: distinfo,v 1.8 2007/10/28 13:40:47 adrianp Exp $
-
-SHA1 (hobbit-4.0-beta6.tar.gz) = 82e6a76e55682c205adac47e54830064bba44f2d
-RMD160 (hobbit-4.0-beta6.tar.gz) = 6542f6a1cd58236c85eefc74872436ee75f36b4b
-Size (hobbit-4.0-beta6.tar.gz) = 1130547 bytes
-SHA1 (patch-aa) = a1d5ceaaa7cc99be2a55543234cdd3b20dd0e1a9
-SHA1 (patch-ab) = 810b67dfa9c149defb3d05886d70e62798eaf96f
-SHA1 (patch-ac) = 26ea6fd07f9529fe2af3067d1e704a64157756d0
-SHA1 (patch-ad) = 5670f19d8a95a57cc419bfb23b9adb6c3b416b9f
-SHA1 (patch-ae) = 3f60fc25597113a7565fb583b75a360585c2457e
-SHA1 (patch-aj) = 4758ccbabb6a109c3f3da40c3fd5129be1f7bbfd
diff --git a/net/hobbitmon/files/hobbit.sh b/net/hobbitmon/files/hobbit.sh
deleted file mode 100644
index 694895a49f9..00000000000
--- a/net/hobbitmon/files/hobbit.sh
+++ /dev/null
@@ -1,29 +0,0 @@
-#!/bin/sh
-#
-# Hobbit site monitoring server
-# Startup script contributed by Nathan Arthur
-#
-# PROVIDE: hobbit
-# REQUIRE: DAEMON
-
-name="hobbit"
-
-# user-settable rc.conf variables
-: ${hobbit_launchcfg:="/usr/pkg/hobbit/server/etc/hobbitlaunch.cfg"}
-: ${hobbit_servercfg:="/usr/pkg/hobbit/server/etc/hobbitserver.cfg"}
-: ${hobbit_log:="/var/log/hobbit/hobbitlaunch.log"}
-: ${hobbit_pidfile:="/var/run/${name}.pid"}
-
-if [ -f /etc/rc.subr ]; then
- . /etc/rc.subr
-fi
-
-rcvar=${name}
-hobbit_user="hobbit"
-pidfile=${hobbit_pidfile}
-required_files="${hobbit_launchcfg} ${hobbit_servercfg}"
-command="/usr/pkg/hobbit/server/bin/hobbitlaunch"
-command_args="--config=${hobbit_launchcfg} --env=${hobbit_servercfg} --log=${hobbit_log} --pidfile=${hobbit_pidfile}"
-
-load_rc_config $name
-run_rc_command "$1"
diff --git a/net/hobbitmon/patches/patch-aa b/net/hobbitmon/patches/patch-aa
deleted file mode 100644
index f6153c4cb9e..00000000000
--- a/net/hobbitmon/patches/patch-aa
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-aa,v 1.3 2005/09/17 21:31:26 minskim Exp $
-
---- build/test-rrd.c.orig 2004-12-25 03:40:25.000000000 -0800
-+++ build/test-rrd.c
-@@ -20,10 +20,11 @@ int main(int argc, char *argv[])
- char **calcpr=NULL;
-
- int pcount, result, xsize, ysize;
-+ double ymin, ymax;
-
- for (pcount = 0; (rrdargs[pcount]); pcount++);
- rrd_clear_error();
-- result = rrd_graph(pcount, rrdargs, &calcpr, &xsize, &ysize);
-+ result = rrd_graph(pcount, rrdargs, &calcpr, &xsize, &ysize, NULL, &ymin, &ymax);
-
- return 0;
- }
diff --git a/net/hobbitmon/patches/patch-ab b/net/hobbitmon/patches/patch-ab
deleted file mode 100644
index 00cbd46edb2..00000000000
--- a/net/hobbitmon/patches/patch-ab
+++ /dev/null
@@ -1,25 +0,0 @@
-$NetBSD: patch-ab,v 1.3 2006/01/14 02:52:42 rillig Exp $
-
-The second hunk avoids an endless loop when there is no
-way to read from stdin.
-
---- build/fping.sh.orig 2005-01-23 09:19:02.000000000 +0100
-+++ build/fping.sh 2006-01-14 03:47:22.000000000 +0100
-@@ -2,7 +2,7 @@
-
- echo "Checking for fping ..."
-
-- FPING=""
-+# FPING=""
-
- for DIR in /bin /usr/bin /sbin /usr/sbin /usr/local/bin /usr/local/sbin /opt/bin /usr/pkg/bin
- do
-@@ -41,7 +41,7 @@
- echo "like 'sudo' to run fping."
- echo ""
- echo "Hobbit needs the fping utility. What command should it use to run fping ?"
-- read FPING
-+ read FPING || exit 1
- fi
- done
-
diff --git a/net/hobbitmon/patches/patch-ac b/net/hobbitmon/patches/patch-ac
deleted file mode 100644
index 47a7799f3d6..00000000000
--- a/net/hobbitmon/patches/patch-ac
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: patch-ac,v 1.3 2005/09/17 21:31:26 minskim Exp $
-
---- hobbitd/hobbitgraph.c.orig 2005-01-20 03:47:02.000000000 -0800
-+++ hobbitd/hobbitgraph.c
-@@ -348,6 +348,7 @@ int main(int argc, char *argv[])
- DIR *dir;
- char **calcpr = NULL;
- int argi, pcount, argcount, rrdargcount, xsize, ysize, result;
-+ double ymin, ymax;
- time_t now;
- char timestamp[100];
- char graphtitle[1024];
-@@ -620,7 +621,8 @@ int main(int argc, char *argv[])
-
- /* All set - generate the graph */
- rrd_clear_error();
-- result = rrd_graph(rrdargcount, rrdargs, &calcpr, &xsize, &ysize);
-+ result = rrd_graph(rrdargcount, rrdargs, &calcpr, &xsize, &ysize,
-+ NULL, &ymin, &ymax);
-
- /* Was it OK ? */
- if (rrd_test_error() || (result != 0)) {
diff --git a/net/hobbitmon/patches/patch-ad b/net/hobbitmon/patches/patch-ad
deleted file mode 100644
index 457cd8202e9..00000000000
--- a/net/hobbitmon/patches/patch-ad
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ad,v 1.3 2007/10/28 13:40:47 adrianp Exp $
-
---- hobbitd/hobbitd.c.orig 2005-01-22 08:54:48.000000000 +0000
-+++ hobbitd/hobbitd.c
-@@ -1460,7 +1460,7 @@ void do_message(conn_t *msg, char *origi
- MEMDEFINE(conffn);
-
- if ( (sscanf(msg->buf, "config %1023s", conffn) == 1) &&
-- (strstr("../", conffn) == NULL) && (get_config(conffn, msg) == 0) ) {
-+ (strstr(conffn, "../") == NULL) && (get_config(conffn, msg) == 0) ) {
- msg->doingwhat = RESPONDING;
- msg->bufp = msg->buf;
- }
diff --git a/net/hobbitmon/patches/patch-ae b/net/hobbitmon/patches/patch-ae
deleted file mode 100644
index d65dea7da84..00000000000
--- a/net/hobbitmon/patches/patch-ae
+++ /dev/null
@@ -1,32 +0,0 @@
-$NetBSD: patch-ae,v 1.3 2006/10/09 13:29:00 ben Exp $
-
---- configure.orig 2005-01-23 05:15:22.000000000 -0800
-+++ configure
-@@ -216,9 +216,9 @@ else
- if test $? -eq 0
- then
- echo "Found passwd entry for user $USERDATA"
-- else
-- echo "FAILURE: The user $BBUSER does not exist. Create user and try again."
-- exit 1
-+# else
-+# echo "FAILURE: The user $BBUSER does not exist. Create user and try again."
-+# exit 1
- fi
- echo ""; echo ""
-
-@@ -303,10 +303,10 @@ else
- echo ""; echo ""
-
- echo "What is the name of this host [`uname -n`] ? "
-- if test -z "$BBHOSTNAME"
-- then
-- read BBHOSTNAME
-- fi
-+# if test -z "$BBHOSTNAME"
-+# then
-+# read BBHOSTNAME
-+# fi
- if test -z "$BBHOSTNAME"
- then
- BBHOSTNAME=`uname -n`
diff --git a/net/hobbitmon/patches/patch-aj b/net/hobbitmon/patches/patch-aj
deleted file mode 100644
index 2ee3fbb8acb..00000000000
--- a/net/hobbitmon/patches/patch-aj
+++ /dev/null
@@ -1,23 +0,0 @@
-$NetBSD: patch-aj,v 1.1 2005/01/24 18:16:20 manu Exp $
---- build/Makefile.NetBSD.orig 2005-01-23 11:48:05.000000000 +0100
-+++ build/Makefile.NetBSD 2005-01-24 18:07:38.000000000 +0100
-@@ -6,13 +6,13 @@
- # NETLIBS: None needed
- NETLIBS =
- #
- # Compile flags for normal build
--CC = gcc
--CFLAGS = -g -O2 -Wall -Wno-unused -D_REENTRANT -I/usr/local/include \
-- -I/usr/pkg/include -L/usr/local/lib -L/usr/pkg/lib
-+CC= gcc
-+PKGDIR?=/usr/pkg
-+CFLAGS = -g -O2 -Wall -Wno-unused -D_REENTRANT \
-+ -I${PKGDIR}/include -L${PKGDIR}/lib, -Wl,--rpath=${PKGDIR}/lib
- #
- # Compile flags for debugging
--# CFLAGS = -g -DDEBUG -Wall -D_REENTRANT -I/usr/local/include -L/usr/local/lib
--
--RUNTIMEDEFS="LD_LIBRARY_PATH=\"/usr/pkg/lib\""
-+# CFLAGS = -g -DDEBUG -Wall -D_REENTRANT \
-+ -I${PKGDIR}/include -L${PKGDIR}/lib, -Wl,--rpath=${PKGDIR}/lib
-