Date: Tue, 30 Oct 2012 20:33:09 +0000 (UTC) From: Chris Rees <crees@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r306711 - in head/net-mgmt: . netmagis-metro Message-ID: <201210302033.q9UKX9f9070095@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@gmail.com>, Jean Benoit <jean@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@gmail.com>, Jean Benoit <jean@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 +@dirrm www/metro +@dirrmtry var/netmagis/metro/wifi +@dirrmtry var/netmagis/metro/spool +@dirrmtry var/netmagis/metro/report +@dirrmtry var/netmagis/metro/log +@dirrmtry var/netmagis/metro/lock +@dirrmtry var/netmagis/metro/graph +@dirrmtry var/netmagis/metro/db +@dirrmtry var/netmagis/metro/cache +@dirrmtry var/netmagis/metro +@dirrmtry var/netmagis +@dirrmtry var +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% +@dirrmtry lib/netmagis/tmp/netmagis/lib/netmagis +@dirrmtry lib/netmagis/tmp/netmagis/lib +@dirrmtry lib/netmagis/tmp/netmagis +@dirrmtry lib/netmagis/tmp +@dirrm lib/netmagis/probes +@dirrm lib/netmagis/plugins +@exec mkdir -p %D/var/netmagis/metro/wifi +@exec mkdir -p %D/var/netmagis/metro/spool +@exec mkdir -p %D/var/netmagis/metro/report +@exec mkdir -p %D/var/netmagis/metro/log +@exec mkdir -p %D/var/netmagis/metro/lock +@exec mkdir -p %D/var/netmagis/metro/graph +@exec mkdir -p %D/var/netmagis/metro/db +@exec mkdir -p %D/var/netmagis/metro/cache +@exec mkdir -p %D/lib/netmagis/tmp/netmagis/lib/netmagis
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210302033.q9UKX9f9070095>