ports/152116: [MAINTAINER UPDATE] net-mgmt/torrus: 1.0.8 to 1.0.9
Corey Smith
corsmith at gmail.com
Wed Nov 10 19:30:09 UTC 2010
>Number: 152116
>Category: ports
>Synopsis: [MAINTAINER UPDATE] net-mgmt/torrus: 1.0.8 to 1.0.9
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Wed Nov 10 19:30:08 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator: Corey Smith
>Release: 8.1-RELEASE
>Organization:
>Environment:
FreeBSD build1 8.1-RELEASE FreeBSD 8.1-RELEASE #3: Wed Aug 4 12:42:39 EDT 2010 root at build1:/usr/src/sys/amd64/compile/CUSTOM amd64
>Description:
Maintainer update to torrus 1.0.9
Also, please update /usr/ports/UPDATING with an entry similar to:
20101110:
AFFECTS: users of net-mgmt/torrus
AUTHOR: corsmith at gmail.com
torrus update to 1.0.9. This release drops support for mod_perl and mod_perl2
and switches to fastcgi. The varhome has also been switched from
/usr/local/var/torrus to the more standard /var/torrus. Please pay careful
attention when upgrading.
>How-To-Repeat:
Patch attached
>Fix:
Patch attached
Patch attached with submission follows:
diff -urN net-mgmt/torrus-1.0.8/Makefile net-mgmt/torrus/Makefile
--- net-mgmt/torrus-1.0.8/Makefile 2010-05-27 00:23:30.000000000 -0400
+++ net-mgmt/torrus/Makefile 2010-11-10 13:50:34.000000000 -0500
@@ -2,12 +2,11 @@
# Date created: July 13th, 2005
# Whom: Corey Smith <corsmith at gmail.com>
#
-# $FreeBSD: ports/net-mgmt/torrus/Makefile,v 1.9 2010/05/27 04:23:30 pgollucci Exp $
+# $FreeBSD$
#
PORTNAME= torrus
-PORTVERSION= 1.0.8
-PORTREVISION= 2
+PORTVERSION= 1.0.9
CATEGORIES= net-mgmt
MASTER_SITES= SF
@@ -22,32 +21,26 @@
${SITE_PERL}/Net/SNMP.pm:${PORTSDIR}/net-mgmt/p5-Net-SNMP \
${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \
${SITE_PERL}/Date/Parse.pm:${PORTSDIR}/devel/p5-TimeDate \
- ${SITE_PERL}/Apache/Session.pm:${PORTSDIR}/www/p5-Apache-Session
-LIB_DEPENDS= xml2:${PORTSDIR}/textproc/libxml2 \
- db-4.3.0:${PORTSDIR}/databases/db43
-
-.if defined(WITH_MODPERL2)
-USE_APACHE= 2.0+
-RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/APR/Request.pm:${PORTSDIR}/www/p5-libapreq2
-.else
-USE_APACHE= 1.3
-RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl
-.endif
+ ${SITE_PERL}/Apache/Session.pm:${PORTSDIR}/www/p5-Apache-Session \
+ ${SITE_PERL}/${PERL_ARCH}/FCGI.pm:${PORTSDIR}/www/p5-FastCGI \
+ p5-JSON>0:${PORTSDIR}/converters/p5-JSON
+RUN_DEPENDS= ${BUILD_DEPENDS}
+LIB_DEPENDS= xml2:${PORTSDIR}/textproc/libxml2
USE_PERL5_RUN= 5.8.1+
GNU_CONFIGURE= YES
TORRUS_USER?= torrus
-TORRUS_RRDDIR?= var/torrus/collector_rrd
+PLIST_SUB= TORRUS_USER=${TORRUS_USER}
CONFIGURE_ARGS= --prefix=${PREFIX} \
var_user=${TORRUS_USER} var_group=${TORRUS_USER} \
- varprefix=${PREFIX}/var/torrus torrus_user=${TORRUS_USER} \
- defrrddir=${PREFIX}/${TORRUS_RRDDIR} \
- pkghome=${PREFIX}/share/torrus \
+ torrus_user=${TORRUS_USER} \
+ defrrddir=/var/torrus/collector_rrd \
+ pkghome=${DATADIR} \
pkgbindir=${PREFIX}/libexec/torrus \
- pkgdocdir=${PREFIX}/share/doc/torrus \
- exmpdir=${PREFIX}/share/examples/torrus \
+ pkgdocdir=${DOCSDIR} \
+ exmpdir=${EXAMPLESDIR} \
perllibdir=${SITE_PERL} \
scriptsdir=${PREFIX}/libexec/torrus/scripts \
--enable-pkgonly
@@ -65,21 +58,6 @@
.include <bsd.port.pre.mk>
-pre-fetch:
- @${ECHO_CMD} PREFIX = ${PREFIX}
- @${ECHO_CMD}
- @${ECHO_CMD} "This port supports either mod_perl 1 or mod_perl 2"
- @${ECHO_CMD}
- @${ECHO_CMD} " mod_perl 1.x support (DEFAULT)"
- @${ECHO_CMD} " WITH_MODPERL2=yes Enables mod_perl 2.x support"
- @${ECHO_CMD}
-.if !defined(WITH_MODPERL2)
- @${ECHO_CMD} "Enabling mod_perl 1.x support."
-.else
- @${ECHO_CMD} "Enabling mod_perl 2.x support."
-.endif
- @${ECHO_CMD}
-
pre-install:
@if ! pw groupshow ${TORRUS_USER}; then \
pw groupadd ${TORRUS_USER}; \
@@ -92,8 +70,6 @@
post-install:
${INSTALL_SCRIPT} ${WRKSRC}/init.d/torrus ${PREFIX}/etc/rc.d/torrus.sh
- @${MKDIR} -m 2775 -p ${PREFIX}/${TORRUS_RRDDIR}
- @${CHOWN} ${TORRUS_USER}:${TORRUS_USER} ${PREFIX}/${TORRUS_RRDDIR}
@${CAT} pkg-message
.include <bsd.port.post.mk>
diff -urN net-mgmt/torrus-1.0.8/distinfo net-mgmt/torrus/distinfo
--- net-mgmt/torrus-1.0.8/distinfo 2009-04-11 04:21:24.000000000 -0400
+++ net-mgmt/torrus/distinfo 2010-10-28 12:12:31.000000000 -0400
@@ -1,3 +1,3 @@
-MD5 (torrus-1.0.8.tar.gz) = 4bfeba7d8262aa57bc634f6405350799
-SHA256 (torrus-1.0.8.tar.gz) = f4cef5b0bde577dad9a36fcf6aa9f1a68807a057135c329b99d567fffdb12772
-SIZE (torrus-1.0.8.tar.gz) = 540991
+MD5 (torrus-1.0.9.tar.gz) = 561b72fdd445987218d216c02f48db9e
+SHA256 (torrus-1.0.9.tar.gz) = 65d8a3e49892466a17d44c2d85ad8cfb12a0f12e2475cad2b4550705a6f953f9
+SIZE (torrus-1.0.9.tar.gz) = 595763
diff -urN net-mgmt/torrus-1.0.8/files/patch-configs_Makefile.in net-mgmt/torrus/files/patch-configs_Makefile.in
--- net-mgmt/torrus-1.0.8/files/patch-configs_Makefile.in 2005-11-23 08:24:25.000000000 -0500
+++ net-mgmt/torrus/files/patch-configs_Makefile.in 2010-10-28 14:26:12.000000000 -0400
@@ -1,12 +1,11 @@
---- configs/Makefile.in.orig Tue Jul 19 15:21:59 2005
-+++ configs/Makefile.in Tue Jul 19 15:22:37 2005
-@@ -385,9 +385,7 @@
- done
- for f in devdiscover-siteconfig.pl email-siteconfig.pl \
+--- configs/Makefile.in.orig 2010-10-28 18:25:20.000000000 +0000
++++ configs/Makefile.in 2010-10-28 18:26:04.000000000 +0000
+@@ -392,7 +392,8 @@
snmptrap-siteconfig.pl torrus-siteconfig.pl; do \
-- if test ! -r $(DESTDIR)$(siteconfdir)/$$f; then \
-- $(INSTALL_DATA) $$f $(DESTDIR)$(siteconfdir)/$$f; \
+ if test ! -r $(DESTDIR)$(siteconfdir)/$$f; then \
+ $(INSTALL_DATA) $$f $(DESTDIR)$(siteconfdir)/$$f; \
- fi \
++ fi; \
+ $(INSTALL_DATA) $$f $(DESTDIR)$(siteconfdir)/$$f.sample; \
done
# Tell versions [3.59,3.63) of GNU make to not export all variables.
diff -urN net-mgmt/torrus-1.0.8/files/patch-perllib_Makefile.in net-mgmt/torrus/files/patch-perllib_Makefile.in
--- net-mgmt/torrus-1.0.8/files/patch-perllib_Makefile.in 1969-12-31 19:00:00.000000000 -0500
+++ net-mgmt/torrus/files/patch-perllib_Makefile.in 2010-10-28 14:51:28.000000000 -0400
@@ -0,0 +1,27 @@
+--- perllib/Makefile.in.orig 2010-10-28 18:49:34.000000000 +0000
++++ perllib/Makefile.in 2010-10-28 18:50:48.000000000 +0000
+@@ -339,7 +339,7 @@
+
+ install-data-local:
+ $(mkinstalldirs) $(DESTDIR)$(perllibdir)
+- find * -type d ! -name CVS -print >list.tmp
++ find * -type d -print | grep -v /.svn >list.tmp
+ for d in `cat list.tmp`; do \
+ $(mkinstalldirs) $(DESTDIR)$(perllibdir)/$$d; done
+ find * \( -name '*.pm' \) -type f -print >list.tmp
+@@ -348,13 +348,13 @@
+ rm -f list.tmp
+
+ uninstall-local:
+- find * -type d ! -name CVS -print >list.tmp
++ find * -type d -print | grep -v /.svn >list.tmp
+ for d in `cat list.tmp`; do \
+ rm -r $(DESTDIR)$(perllibdir)/$$d; done
+ rm -f list.tmp
+
+ dist-hook:
+- find * -type d ! -name CVS -print >list.tmp
++ find * -type d -print | grep -v /.svn >list.tmp
+ for d in `cat list.tmp`; do \
+ mkdir $(distdir)/$$d; done
+ find * \( -name '*.pm' -o -name '*.txt' \) -type f -print >list.tmp
diff -urN net-mgmt/torrus-1.0.8/files/patch-xmlconfig_Makefile.in net-mgmt/torrus/files/patch-xmlconfig_Makefile.in
--- net-mgmt/torrus-1.0.8/files/patch-xmlconfig_Makefile.in 2005-11-23 08:24:25.000000000 -0500
+++ net-mgmt/torrus/files/patch-xmlconfig_Makefile.in 2010-10-28 14:20:58.000000000 -0400
@@ -1,13 +1,9 @@
---- xmlconfig/Makefile.in.orig Tue Jul 19 15:25:15 2005
-+++ xmlconfig/Makefile.in Tue Jul 19 15:25:41 2005
-@@ -511,10 +511,8 @@
-
- install-data-local:
- $(mkinstalldirs) $(DESTDIR)$(sitexmldir)
-- if test ! -r $(DESTDIR)$(sitexmldir)/site-global.xml; then \
-- $(INSTALL_DATA) site-global.xml \
-- $(DESTDIR)$(sitexmldir)/site-global.xml; \
-- fi
+--- xmlconfig/Makefile.in.orig 2010-10-28 18:19:45.000000000 +0000
++++ xmlconfig/Makefile.in 2010-10-28 18:20:38.000000000 +0000
+@@ -534,6 +534,8 @@
+ $(INSTALL_DATA) site-global.xml \
+ $(DESTDIR)$(sitexmldir)/site-global.xml; \
+ fi
+ $(INSTALL_DATA) site-global.xml \
+ $(DESTDIR)$(sitexmldir)/site-global.xml.sample;
# Tell versions [3.59,3.63) of GNU make to not export all variables.
diff -urN net-mgmt/torrus-1.0.8/pkg-message net-mgmt/torrus/pkg-message
--- net-mgmt/torrus-1.0.8/pkg-message 2009-04-17 04:46:16.000000000 -0400
+++ net-mgmt/torrus/pkg-message 2010-11-10 14:01:01.000000000 -0500
@@ -4,3 +4,8 @@
* Remove all of the dbs under db/
* run 'torrus compilexml --all'
* Restart the collector
+
+This port has been converted to use fastcgi. Please read the installation
+documentation available at:
+
+http://torrus.org/install.pod.html
diff -urN net-mgmt/torrus-1.0.8/pkg-plist net-mgmt/torrus/pkg-plist
--- net-mgmt/torrus-1.0.8/pkg-plist 2009-04-11 04:21:24.000000000 -0400
+++ net-mgmt/torrus/pkg-plist 2010-11-10 12:20:39.000000000 -0500
@@ -21,16 +21,20 @@
libexec/torrus/configinfo
libexec/torrus/configsnapshot
libexec/torrus/devdiscover
+libexec/torrus/flushmonitors
libexec/torrus/genddx
libexec/torrus/genlist
libexec/torrus/genreport
libexec/torrus/install_plugin
libexec/torrus/monitor
+libexec/torrus/nodeid
libexec/torrus/rrddir2xml
libexec/torrus/schedulerinfo
libexec/torrus/scripts/rrdup_notify.sh
libexec/torrus/scripts/xml/extract-skeleton.xsl
+libexec/torrus/snmpfailures
libexec/torrus/srvderive
+libexec/torrus/torrus.fcgi
libexec/torrus/ttproclist
%%DOCSDIR%%/devdoc/architecture.pod
%%DOCSDIR%%/devdoc/devdiscover.pod
@@ -43,6 +47,7 @@
%%DOCSDIR%%/devdoc/wd.monitor-escalation.pod
%%DOCSDIR%%/devdoc/wd.uptime-mon.pod
%%DOCSDIR%%/install.txt
+%%DOCSDIR%%/nodeid_usage.txt
%%DOCSDIR%%/reporting_setup.txt
%%DOCSDIR%%/rpnexpr.txt
%%DOCSDIR%%/rrfw_torrus_migration.txt
@@ -58,101 +63,107 @@
%%EXAMPLESDIR%%/onmsInterfaces.sh
%%EXAMPLESDIR%%/setmonitor.xupdate.xml
%%EXAMPLESDIR%%/torrus-siteconfig.powerbook.pl
-share/torrus/conf_defaults/devdiscover-config.pl
-share/torrus/conf_defaults/initscript.conf
-share/torrus/conf_defaults/instvars
-share/torrus/conf_defaults/torrus-config.pl
-share/torrus/conf_defaults/webmux.pl
-share/torrus/conf_defaults/webmux2.pl
-share/torrus/sup/dtd/snmp-discovery.dtd
-share/torrus/sup/dtd/torrus-config.dtd
-share/torrus/sup/mibs/RRDTOOL-SMI.txt
-share/torrus/sup/mibs/TORRUS-MIB.txt
-share/torrus/sup/styling/colornames.pl
-share/torrus/sup/styling/rainbow-schema.pl
-share/torrus/sup/styling/torrus-schema.pl
-share/torrus/sup/webplain/explain-rrdgraph.html
-share/torrus/sup/webplain/torrus-printer.css
-share/torrus/sup/webplain/torrus-report.css
-share/torrus/sup/webplain/torrus.css
-share/torrus/templates/aclexport.xml
-share/torrus/templates/adminfo.html
-share/torrus/templates/default-chooser.html
-share/torrus/templates/default-dir.html
-share/torrus/templates/default-helptext.html
-share/torrus/templates/default-login.html
-share/torrus/templates/default-recursivedir.html
-share/torrus/templates/default-rrd.html
-share/torrus/templates/default-tset.html
-share/torrus/templates/email-alarm.txt
-share/torrus/templates/expanded-dir.html
-share/torrus/templates/globalsearch.html
-share/torrus/templates/html-incblocks.txt
-share/torrus/templates/overview-subleaves.html
-share/torrus/templates/report-index.html
-share/torrus/templates/report-monthly.html
-share/torrus/templates/report-serviceid.html
-share/torrus/templates/report-yearly.html
-share/torrus/templates/search.html
-share/torrus/templates/tset-list.html
-share/torrus/xmlconfig/cdef-collector-defs.xml
-share/torrus/xmlconfig/defaults.xml
-share/torrus/xmlconfig/examples/apc-ups.xml
-share/torrus/xmlconfig/examples/ascend.max.xml
-share/torrus/xmlconfig/examples/docsis-monitors.xml
-share/torrus/xmlconfig/examples/generic-netsnmp.xml
-share/torrus/xmlconfig/examples/hpux.xml
-share/torrus/xmlconfig/examples/monitors.xml
-share/torrus/xmlconfig/examples/multigraph.xml
-share/torrus/xmlconfig/examples/rainbow-schema.xml
-share/torrus/xmlconfig/examples/servers.data
-share/torrus/xmlconfig/examples/servers.tmpl
-share/torrus/xmlconfig/generic/collector-periods.xml
-share/torrus/xmlconfig/generic/monitors.xml
-share/torrus/xmlconfig/generic/rfc1628.ups.xml
-share/torrus/xmlconfig/generic/rfc1697.rdbms.xml
-share/torrus/xmlconfig/generic/rfc2662.adsl-line.xml
-share/torrus/xmlconfig/generic/rfc2670.docsis-if.xml
-share/torrus/xmlconfig/generic/rfc2790.host-resources.xml
-share/torrus/xmlconfig/generic/rfc2863.if-mib.xml
-share/torrus/xmlconfig/old/cisco-mac-accounting-example.xml
-share/torrus/xmlconfig/old/cisco.generic.old-0.1.4.xml
-share/torrus/xmlconfig/old/cisco.ios.mac-accounting-0.1.8.xml
-share/torrus/xmlconfig/old/rfc1213.xml
-share/torrus/xmlconfig/old/rfc2670.docsis-if.old.0.1.5d-20040224.xml
-share/torrus/xmlconfig/old/rfc2670.docsis-if.old.1.0.4.xml
-share/torrus/xmlconfig/old/rfc2863.if-mib.old-0.1.4.xml
-share/torrus/xmlconfig/old/rfc2863.if-mib.old-0.1.7.xml
-share/torrus/xmlconfig/old/snmp-defs.old-0.1.2.xml
-share/torrus/xmlconfig/snmp-defs.xml
-share/torrus/xmlconfig/vendor/alteon.xml
-share/torrus/xmlconfig/vendor/apc.ups.xml
-share/torrus/xmlconfig/vendor/apple.ae.xml
-share/torrus/xmlconfig/vendor/arbor_e.xml
-share/torrus/xmlconfig/vendor/ascend.max.xml
-share/torrus/xmlconfig/vendor/atmel.xml
-share/torrus/xmlconfig/vendor/betternetworks.xml
-share/torrus/xmlconfig/vendor/cisco.firewall.xml
-share/torrus/xmlconfig/vendor/cisco.generic.xml
-share/torrus/xmlconfig/vendor/cisco.ios.docsis.xml
-share/torrus/xmlconfig/vendor/cisco.ios.mac-accounting.xml
-share/torrus/xmlconfig/vendor/cisco.ios.xml
-share/torrus/xmlconfig/vendor/cisco.sce.xml
-share/torrus/xmlconfig/vendor/cisco.vdsl-line.xml
-share/torrus/xmlconfig/vendor/compaq.cim.xml
-share/torrus/xmlconfig/vendor/empire.systemedge.ntregperf.xml
-share/torrus/xmlconfig/vendor/empire.systemedge.xml
-share/torrus/xmlconfig/vendor/f5.bigip.xml
-share/torrus/xmlconfig/vendor/junos.xml
-share/torrus/xmlconfig/vendor/hp.hpux.xml
-share/torrus/xmlconfig/vendor/liebert.xml
-share/torrus/xmlconfig/vendor/microsoft.windows.xml
-share/torrus/xmlconfig/vendor/motorola.bsr.xml
-share/torrus/xmlconfig/vendor/netapp.filer.xml
-share/torrus/xmlconfig/vendor/netscreen.xml
-share/torrus/xmlconfig/vendor/paradyne.xdsl.xml
-share/torrus/xmlconfig/vendor/symmetricom.xml
-share/torrus/xmlconfig/vendor/ucd.ucd-snmp.xml
+%%DATADIR%%/conf_defaults/devdiscover-config.pl
+%%DATADIR%%/conf_defaults/initscript.conf
+%%DATADIR%%/conf_defaults/instvars
+%%DATADIR%%/conf_defaults/torrus-config.pl
+%%DATADIR%%/conf_defaults/webmux.pl
+%%DATADIR%%/conf_defaults/webmux2.pl
+%%DATADIR%%/sup/dtd/snmp-discovery.dtd
+%%DATADIR%%/sup/dtd/torrus-config.dtd
+%%DATADIR%%/sup/mibs/RRDTOOL-SMI.txt
+%%DATADIR%%/sup/mibs/TORRUS-MIB.txt
+%%DATADIR%%/sup/styling/colornames.pl
+%%DATADIR%%/sup/styling/rainbow-schema.pl
+%%DATADIR%%/sup/styling/torrus-schema.pl
+%%DATADIR%%/sup/webplain/explain-rrdgraph.html
+%%DATADIR%%/sup/webplain/torrus-printer.css
+%%DATADIR%%/sup/webplain/torrus-report.css
+%%DATADIR%%/sup/webplain/torrus.css
+%%DATADIR%%/templates/aclexport.xml
+%%DATADIR%%/templates/adminfo.html
+%%DATADIR%%/templates/default-chooser.html
+%%DATADIR%%/templates/default-dir.html
+%%DATADIR%%/templates/default-helptext.html
+%%DATADIR%%/templates/default-login.html
+%%DATADIR%%/templates/default-recursivedir.html
+%%DATADIR%%/templates/default-rrd.html
+%%DATADIR%%/templates/default-tset.html
+%%DATADIR%%/templates/email-alarm.txt
+%%DATADIR%%/templates/expanded-dir.html
+%%DATADIR%%/templates/globalsearch.html
+%%DATADIR%%/templates/html-incblocks.txt
+%%DATADIR%%/templates/overview-subleaves.html
+%%DATADIR%%/templates/report-index.html
+%%DATADIR%%/templates/report-monthly.html
+%%DATADIR%%/templates/report-serviceid.html
+%%DATADIR%%/templates/report-yearly.html
+%%DATADIR%%/templates/search.html
+%%DATADIR%%/templates/tset-list.html
+%%DATADIR%%/xmlconfig/cdef-collector-defs.xml
+%%DATADIR%%/xmlconfig/defaults.xml
+%%DATADIR%%/xmlconfig/examples/apc-ups.xml
+%%DATADIR%%/xmlconfig/examples/ascend.max.xml
+%%DATADIR%%/xmlconfig/examples/docsis-monitors.xml
+%%DATADIR%%/xmlconfig/examples/generic-netsnmp.xml
+%%DATADIR%%/xmlconfig/examples/hpux.xml
+%%DATADIR%%/xmlconfig/examples/monitors.xml
+%%DATADIR%%/xmlconfig/examples/multigraph.xml
+%%DATADIR%%/xmlconfig/examples/rainbow-schema.xml
+%%DATADIR%%/xmlconfig/examples/servers.data
+%%DATADIR%%/xmlconfig/examples/servers.tmpl
+%%DATADIR%%/xmlconfig/generic/collector-periods.xml
+%%DATADIR%%/xmlconfig/generic/monitors.xml
+%%DATADIR%%/xmlconfig/generic/rfc1628.ups.xml
+%%DATADIR%%/xmlconfig/generic/rfc1697.rdbms.xml
+%%DATADIR%%/xmlconfig/generic/rfc2662.adsl-line.xml
+%%DATADIR%%/xmlconfig/generic/rfc2670.docsis-if.xml
+%%DATADIR%%/xmlconfig/generic/rfc2790.host-resources.xml
+%%DATADIR%%/xmlconfig/generic/rfc2863.if-mib.xml
+%%DATADIR%%/xmlconfig/old/cisco-mac-accounting-example.xml
+%%DATADIR%%/xmlconfig/old/cisco.generic.old-0.1.4.xml
+%%DATADIR%%/xmlconfig/old/cisco.ios.mac-accounting-0.1.8.xml
+%%DATADIR%%/xmlconfig/old/rfc1213.xml
+%%DATADIR%%/xmlconfig/old/rfc2670.docsis-if.old.0.1.5d-20040224.xml
+%%DATADIR%%/xmlconfig/old/rfc2670.docsis-if.old.1.0.4.xml
+%%DATADIR%%/xmlconfig/old/rfc2863.if-mib.old-0.1.4.xml
+%%DATADIR%%/xmlconfig/old/rfc2863.if-mib.old-0.1.7.xml
+%%DATADIR%%/xmlconfig/old/snmp-defs.old-0.1.2.xml
+%%DATADIR%%/xmlconfig/snmp-defs.xml
+%%DATADIR%%/xmlconfig/vendor/alteon.xml
+%%DATADIR%%/xmlconfig/vendor/alu-timetra.xml
+%%DATADIR%%/xmlconfig/vendor/apc.ups.xml
+%%DATADIR%%/xmlconfig/vendor/apple.ae.xml
+%%DATADIR%%/xmlconfig/vendor/arbor_e.xml
+%%DATADIR%%/xmlconfig/vendor/ascend.max.xml
+%%DATADIR%%/xmlconfig/vendor/atmel.xml
+%%DATADIR%%/xmlconfig/vendor/betternetworks.xml
+%%DATADIR%%/xmlconfig/vendor/casa-cmts.xml
+%%DATADIR%%/xmlconfig/vendor/cisco.firewall.xml
+%%DATADIR%%/xmlconfig/vendor/cisco.generic.xml
+%%DATADIR%%/xmlconfig/vendor/cisco.ios.docsis.xml
+%%DATADIR%%/xmlconfig/vendor/cisco.ios.mac-accounting.xml
+%%DATADIR%%/xmlconfig/vendor/cisco.ios.xml
+%%DATADIR%%/xmlconfig/vendor/cisco.sce.xml
+%%DATADIR%%/xmlconfig/vendor/cisco.vdsl-line.xml
+%%DATADIR%%/xmlconfig/vendor/compaq.cim.xml
+%%DATADIR%%/xmlconfig/vendor/empire.systemedge.ntregperf.xml
+%%DATADIR%%/xmlconfig/vendor/empire.systemedge.xml
+%%DATADIR%%/xmlconfig/vendor/f5.bigip.xml
+%%DATADIR%%/xmlconfig/vendor/foundry.xml
+%%DATADIR%%/xmlconfig/vendor/ftos.xml
+%%DATADIR%%/xmlconfig/vendor/jacarta.xml
+%%DATADIR%%/xmlconfig/vendor/junos.xml
+%%DATADIR%%/xmlconfig/vendor/hp.hpux.xml
+%%DATADIR%%/xmlconfig/vendor/liebert.xml
+%%DATADIR%%/xmlconfig/vendor/microsoft.windows.xml
+%%DATADIR%%/xmlconfig/vendor/motorola.bsr.xml
+%%DATADIR%%/xmlconfig/vendor/netapp.filer.xml
+%%DATADIR%%/xmlconfig/vendor/netbotz.xml
+%%DATADIR%%/xmlconfig/vendor/netscreen.xml
+%%DATADIR%%/xmlconfig/vendor/paradyne.xdsl.xml
+%%DATADIR%%/xmlconfig/vendor/symmetricom.xml
+%%DATADIR%%/xmlconfig/vendor/ucd.ucd-snmp.xml
%%SITE_PERL%%/Torrus/ACL.pm
%%SITE_PERL%%/Torrus/ACL/AuthLocalMD5.pm
%%SITE_PERL%%/Torrus/ACL/Edit.pm
@@ -160,6 +171,7 @@
%%SITE_PERL%%/Torrus/ACL/Import.pm
%%SITE_PERL%%/Torrus/Apache2Handler.pm
%%SITE_PERL%%/Torrus/ApacheHandler.pm
+%%SITE_PERL%%/Torrus/CGI.pm
%%SITE_PERL%%/Torrus/Collector.pm
%%SITE_PERL%%/Torrus/Collector/CDef.pm
%%SITE_PERL%%/Torrus/Collector/CDef_Params.pm
@@ -176,14 +188,17 @@
%%SITE_PERL%%/Torrus/DB.pm
%%SITE_PERL%%/Torrus/DataAccess.pm
%%SITE_PERL%%/Torrus/DevDiscover.pm
+%%SITE_PERL%%/Torrus/DevDiscover/ALU_Timetra.pm
%%SITE_PERL%%/Torrus/DevDiscover/ATMEL.pm
%%SITE_PERL%%/Torrus/DevDiscover/AlliedTelesyn_PBC18.pm
%%SITE_PERL%%/Torrus/DevDiscover/Alteon.pm
%%SITE_PERL%%/Torrus/DevDiscover/Apple_AE.pm
%%SITE_PERL%%/Torrus/DevDiscover/Arbor_E.pm
+%%SITE_PERL%%/Torrus/DevDiscover/Arista.pm
%%SITE_PERL%%/Torrus/DevDiscover/AscendMax.pm
%%SITE_PERL%%/Torrus/DevDiscover/AxxessIT.pm
%%SITE_PERL%%/Torrus/DevDiscover/BetterNetworks.pm
+%%SITE_PERL%%/Torrus/DevDiscover/CasaCMTS.pm
%%SITE_PERL%%/Torrus/DevDiscover/CiscoCatOS.pm
%%SITE_PERL%%/Torrus/DevDiscover/CiscoFirewall.pm
%%SITE_PERL%%/Torrus/DevDiscover/CiscoGeneric.pm
@@ -196,11 +211,15 @@
%%SITE_PERL%%/Torrus/DevDiscover/CompaqCIM.pm
%%SITE_PERL%%/Torrus/DevDiscover/EmpireSystemedge.pm
%%SITE_PERL%%/Torrus/DevDiscover/F5BigIp.pm
+%%SITE_PERL%%/Torrus/DevDiscover/Foundry.pm
+%%SITE_PERL%%/Torrus/DevDiscover/FTOS.pm
+%%SITE_PERL%%/Torrus/DevDiscover/Jacarta.pm
%%SITE_PERL%%/Torrus/DevDiscover/JunOS.pm
%%SITE_PERL%%/Torrus/DevDiscover/Liebert.pm
%%SITE_PERL%%/Torrus/DevDiscover/MicrosoftWindows.pm
%%SITE_PERL%%/Torrus/DevDiscover/MotorolaBSR.pm
%%SITE_PERL%%/Torrus/DevDiscover/NetApp.pm
+%%SITE_PERL%%/Torrus/DevDiscover/NetBotz.pm
%%SITE_PERL%%/Torrus/DevDiscover/NetScreen.pm
%%SITE_PERL%%/Torrus/DevDiscover/OracleDatabase.pm
%%SITE_PERL%%/Torrus/DevDiscover/Paradyne.pm
@@ -233,48 +252,43 @@
%%SITE_PERL%%/Torrus/Scheduler.pm
%%SITE_PERL%%/Torrus/SchedulerInfo.pm
%%SITE_PERL%%/Torrus/SiteConfig.pm
+%%SITE_PERL%%/Torrus/SNMP_Failures.pm
%%SITE_PERL%%/Torrus/SQL/Reports.pm
%%SITE_PERL%%/Torrus/SQL/SrvExport.pm
%%SITE_PERL%%/Torrus/SQL.pm
%%SITE_PERL%%/Torrus/TimeStamp.pm
- at exec mkdir %D/var/torrus 2>/dev/null || true
- at exec mkdir %D/var/torrus/cache 2>/dev/null || true
- at exec mkdir %D/var/torrus/db 2>/dev/null || true
- at exec mkdir %D/var/torrus/reports 2>/dev/null || true
- at exec mkdir %D/var/torrus/session_data 2>/dev/null || true
- at exec mkdir %D/var/torrus/session_data/lock 2>/dev/null || true
- at exec mkdir %D/var/torrus/session_data/store 2>/dev/null || true
+ at exec install -d -g %%TORRUS_USER%% -o %%TORRUS_USER%% -m 755 /var/torrus 2>/dev/null || true
+ at exec install -d -g %%TORRUS_USER%% -o %%TORRUS_USER%% -m 2775 /var/torrus/cache 2>/dev/null || true
+ at exec install -d -g %%TORRUS_USER%% -o %%TORRUS_USER%% -m 2775 /var/torrus/collector_rrd 2>/dev/null || true
+ at exec install -d -g %%TORRUS_USER%% -o %%TORRUS_USER%% -m 2775 /var/torrus/db 2>/dev/null || true
+ at exec install -d -g %%TORRUS_USER%% -o %%TORRUS_USER%% -m 755 /var/torrus/reports 2>/dev/null || true
+ at exec install -d -g %%TORRUS_USER%% -o %%TORRUS_USER%% -m 755 /var/torrus/session_data 2>/dev/null || true
+ at exec install -d -g %%TORRUS_USER%% -o %%TORRUS_USER%% -m 2775 /var/torrus/session_data/lock 2>/dev/null || true
+ at exec install -d -g %%TORRUS_USER%% -o %%TORRUS_USER%% -m 2775 /var/torrus/session_data/store 2>/dev/null || true
@exec mkdir %D/etc/torrus/templates 2>/dev/null || true
- at exec mkdir %D/share/torrus/plugins 2>/dev/null || true
- at exec mkdir %D/share/torrus/plugins/devdiscover-config 2>/dev/null || true
- at exec mkdir %D/share/torrus/plugins/torrus-config 2>/dev/null || true
- at exec mkdir %D/share/torrus/plugins/wrapper 2>/dev/null || true
- at exec mkdir %D/share/torrus/sup/webscripts 2>/dev/null || true
- at dirrm var/torrus/session_data/store
- at dirrm var/torrus/session_data/lock
- at dirrm var/torrus/session_data
- at dirrm var/torrus/reports
- at dirrmtry var/torrus/db
- at dirrm var/torrus/cache
- at dirrmtry var/torrus
- at dirrm share/torrus/xmlconfig/vendor
- at dirrm share/torrus/xmlconfig/old
- at dirrm share/torrus/xmlconfig/generic
- at dirrm share/torrus/xmlconfig/examples
- at dirrm share/torrus/xmlconfig
- at dirrm share/torrus/templates
- at dirrm share/torrus/sup/webscripts
- at dirrm share/torrus/sup/webplain
- at dirrm share/torrus/sup/styling
- at dirrm share/torrus/sup/mibs
- at dirrm share/torrus/sup/dtd
- at dirrm share/torrus/sup
- at dirrm share/torrus/plugins/wrapper
- at dirrm share/torrus/plugins/torrus-config
- at dirrm share/torrus/plugins/devdiscover-config
- at dirrm share/torrus/plugins
- at dirrm share/torrus/conf_defaults
- at dirrm share/torrus
+ at exec mkdir %D/%%DATADIR%%/plugins 2>/dev/null || true
+ at exec mkdir %D/%%DATADIR%%/plugins/devdiscover-config 2>/dev/null || true
+ at exec mkdir %D/%%DATADIR%%/plugins/torrus-config 2>/dev/null || true
+ at exec mkdir %D/%%DATADIR%%/plugins/wrapper 2>/dev/null || true
+ at exec mkdir %D/%%DATADIR%%/sup/webscripts 2>/dev/null || true
+ at dirrm %%DATADIR%%/xmlconfig/vendor
+ at dirrm %%DATADIR%%/xmlconfig/old
+ at dirrm %%DATADIR%%/xmlconfig/generic
+ at dirrm %%DATADIR%%/xmlconfig/examples
+ at dirrm %%DATADIR%%/xmlconfig
+ at dirrm %%DATADIR%%/templates
+ at dirrm %%DATADIR%%/sup/webscripts
+ at dirrm %%DATADIR%%/sup/webplain
+ at dirrm %%DATADIR%%/sup/styling
+ at dirrm %%DATADIR%%/sup/mibs
+ at dirrm %%DATADIR%%/sup/dtd
+ at dirrm %%DATADIR%%/sup
+ at dirrm %%DATADIR%%/plugins/wrapper
+ at dirrm %%DATADIR%%/plugins/torrus-config
+ at dirrm %%DATADIR%%/plugins/devdiscover-config
+ at dirrm %%DATADIR%%/plugins
+ at dirrm %%DATADIR%%/conf_defaults
+ at dirrm %%DATADIR%%
@dirrm %%EXAMPLESDIR%%
@dirrm %%DOCSDIR%%/devdoc
@dirrm %%DOCSDIR%%
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list