svn commit: r306711 - in head/net-mgmt: . netmagis-metro
Chris Rees
crees at FreeBSD.org
Tue Oct 30 20:33:10 UTC 2012
Author: crees
Date: Tue Oct 30 20:33:09 2012
New Revision: 306711
URL: http://svn.freebsd.org/changeset/ports/306711
Log:
Add netmagis-metro , netmagis metrology module.
PR: ports/169509
Submitted by: Pierre David <pdagog at gmail.com>, Jean Benoit <jean at unistra.fr>
Feature safe: yes
Added:
head/net-mgmt/netmagis-metro/
head/net-mgmt/netmagis-metro/Makefile (contents, props changed)
head/net-mgmt/netmagis-metro/pkg-plist (contents, props changed)
Modified:
head/net-mgmt/Makefile
Modified: head/net-mgmt/Makefile
==============================================================================
--- head/net-mgmt/Makefile Tue Oct 30 20:32:33 2012 (r306710)
+++ head/net-mgmt/Makefile Tue Oct 30 20:33:09 2012 (r306711)
@@ -164,6 +164,7 @@
SUBDIR += netmagis-common
SUBDIR += netmagis-database
SUBDIR += netmagis-detecteq
+ SUBDIR += netmagis-metro
SUBDIR += netmask
SUBDIR += netmond
SUBDIR += netspoc
Added: head/net-mgmt/netmagis-metro/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/net-mgmt/netmagis-metro/Makefile Tue Oct 30 20:33:09 2012 (r306711)
@@ -0,0 +1,16 @@
+# Created by: Pierre David <pdagog at gmail.com>, Jean Benoit <jean at unistra.fr>
+# $FreeBSD$
+
+PORTNAME= netmagis
+PKGNAMESUFFIX= -metro
+
+COMMENT= Netmagis metrology module
+
+MANUAL_PACKAGE_BUILD= Uses non-default version of PostgreSQL
+
+MASTERDIR= ${.CURDIR}/../netmagis-common
+
+PKGMESSAGE= ${.CURDIR}/pkg-message
+PLIST= ${.CURDIR}/pkg-plist
+
+.include "${MASTERDIR}/Makefile"
Added: head/net-mgmt/netmagis-metro/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/net-mgmt/netmagis-metro/pkg-plist Tue Oct 30 20:33:09 2012 (r306711)
@@ -0,0 +1,52 @@
+bin/metrocreatedb
+bin/metropoller
+bin/metropoller-run
+lib/netmagis/gen-rrdgraph.pl
+lib/netmagis/libgraph.pl
+lib/netmagis/libmetro.pl
+lib/netmagis/plugins/plugin-ipmac
+lib/netmagis/plugins/plugin-portmac
+lib/netmagis/probes/sensor-arp-table.pl
+lib/netmagis/probes/sensor-assoc-ap.pl
+lib/netmagis/probes/sensor-generic-gauge.pl
+lib/netmagis/probes/sensor-if-broadcast.pl
+lib/netmagis/probes/sensor-if-by-ip.pl
+lib/netmagis/probes/sensor-if-error.pl
+lib/netmagis/probes/sensor-if-multicast.pl
+lib/netmagis/probes/sensor-if-snmp-ap.pl
+lib/netmagis/probes/sensor-if-snmp32.pl
+lib/netmagis/probes/sensor-if-snmp64.pl
+lib/netmagis/probes/sensor-plugins.pl
+lib/netmagis/probes/sensor-portmac.pl
+lib/netmagis/probes/sensor-stp-catalyst.pl
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/apache-metro.conf
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/crontab.metro
+www/metro/gengraph
+ at dirrm www/metro
+ at dirrmtry var/netmagis/metro/wifi
+ at dirrmtry var/netmagis/metro/spool
+ at dirrmtry var/netmagis/metro/report
+ at dirrmtry var/netmagis/metro/log
+ at dirrmtry var/netmagis/metro/lock
+ at dirrmtry var/netmagis/metro/graph
+ at dirrmtry var/netmagis/metro/db
+ at dirrmtry var/netmagis/metro/cache
+ at dirrmtry var/netmagis/metro
+ at dirrmtry var/netmagis
+ at dirrmtry var
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
+ at dirrmtry lib/netmagis/tmp/netmagis/lib/netmagis
+ at dirrmtry lib/netmagis/tmp/netmagis/lib
+ at dirrmtry lib/netmagis/tmp/netmagis
+ at dirrmtry lib/netmagis/tmp
+ at dirrm lib/netmagis/probes
+ at dirrm lib/netmagis/plugins
+ at exec mkdir -p %D/var/netmagis/metro/wifi
+ at exec mkdir -p %D/var/netmagis/metro/spool
+ at exec mkdir -p %D/var/netmagis/metro/report
+ at exec mkdir -p %D/var/netmagis/metro/log
+ at exec mkdir -p %D/var/netmagis/metro/lock
+ at exec mkdir -p %D/var/netmagis/metro/graph
+ at exec mkdir -p %D/var/netmagis/metro/db
+ at exec mkdir -p %D/var/netmagis/metro/cache
+ at exec mkdir -p %D/lib/netmagis/tmp/netmagis/lib/netmagis
More information about the svn-ports-head
mailing list