diff options
author | Bill Fumerola <billf@FreeBSD.org> | 2003-06-18 00:50:39 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 2003-06-18 00:50:39 +0000 |
commit | 0f20d1b06792996c8f46939365921aad974ad618 (patch) | |
tree | 5dc726b2ec7ce30533300a87bec67e9f01f7b72a /net-mgmt/junipoll | |
parent | 0fc288d5a3dfe1c1483017ea1f95d1534931a533 (diff) | |
download | ports-0f20d1b06792996c8f46939365921aad974ad618.tar.gz ports-0f20d1b06792996c8f46939365921aad974ad618.zip |
Notes
Diffstat (limited to 'net-mgmt/junipoll')
-rw-r--r-- | net-mgmt/junipoll/Makefile | 24 | ||||
-rw-r--r-- | net-mgmt/junipoll/distinfo | 1 | ||||
-rw-r--r-- | net-mgmt/junipoll/pkg-descr | 10 | ||||
-rw-r--r-- | net-mgmt/junipoll/pkg-plist | 3 |
4 files changed, 38 insertions, 0 deletions
diff --git a/net-mgmt/junipoll/Makefile b/net-mgmt/junipoll/Makefile new file mode 100644 index 000000000000..cafe2db0f37a --- /dev/null +++ b/net-mgmt/junipoll/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: junipoll +# Date created: Tue Jun 17 17:28:52 PDT 2003 +# Whom: Bill Fumerola <billf@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= junipoll +PORTVERSION= 1.015 +CATEGORIES= net perl5 +MASTER_SITES= http://dave.plonka.us/junipoll/%SUBDIR%/ +MASTER_SITE_SUBDIR= . old + +MAINTAINER= billf@FreeBSD.org +COMMENT= JUNIper router snmp POLLer for firewall filter counters + +RUN_DEPENDS= rrdtool:${PORTSDIR}/net/rrdtool \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Altoids.pm:${PORTSDIR}/net/p5-Altoids + +PERL_CONFIGURE= yes + +MAN1= junipoll.1 + +.include <bsd.port.mk> diff --git a/net-mgmt/junipoll/distinfo b/net-mgmt/junipoll/distinfo new file mode 100644 index 000000000000..5f8766315cfb --- /dev/null +++ b/net-mgmt/junipoll/distinfo @@ -0,0 +1 @@ +MD5 (junipoll-1.015.tar.gz) = 3a7ef125af50ba2b7145372da152d6e4 diff --git a/net-mgmt/junipoll/pkg-descr b/net-mgmt/junipoll/pkg-descr new file mode 100644 index 000000000000..6c94cc0fa59e --- /dev/null +++ b/net-mgmt/junipoll/pkg-descr @@ -0,0 +1,10 @@ +junipoll is an mrtg-like utility which polls the counter values from the +firewall filters configured on Juniper routers. It creates ".rrd" files +with names matching the router and its filter counter names, each +containing a bytes and a pkts data source suitable for graphing using +RRGrapher or RRDTOOL. + +WWW: http://dave.plonka.us/junipoll/ + +- Bill Fumerola +billf@FreeBSD.org diff --git a/net-mgmt/junipoll/pkg-plist b/net-mgmt/junipoll/pkg-plist new file mode 100644 index 000000000000..d6c2fba1ac9c --- /dev/null +++ b/net-mgmt/junipoll/pkg-plist @@ -0,0 +1,3 @@ +bin/junipoll +lib/perl5/site_perl/%%PERL_VER%%/HCInterfaceTemplate.pl +lib/perl5/site_perl/%%PERL_VER%%/mach/auto/junipoll/.packlist |