diff options
author | miwi <miwi@FreeBSD.org> | 2008-07-26 06:55:15 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-07-26 06:55:15 +0800 |
commit | ff15244a224c07ca69c2871fce4aa76eb0df9b11 (patch) | |
tree | 084214a447f25d9306bceec9c22a4029fb17f462 /net-mgmt | |
parent | 71475dec945f94be9341680bb5c21a556ca14731 (diff) | |
download | freebsd-ports-graphics-ff15244a224c07ca69c2871fce4aa76eb0df9b11.tar.gz freebsd-ports-graphics-ff15244a224c07ca69c2871fce4aa76eb0df9b11.tar.zst freebsd-ports-graphics-ff15244a224c07ca69c2871fce4aa76eb0df9b11.zip |
This perl extension enables its users to parse and utilize the
logfiles that are generated by the famous MRTG (Multi Router Traffic
Grapher) tool.
WWW: http://search.cpan.org/dist/MRTG-Parse/
PR: ports/125879
Submitted by: gslin <gslin at host-1.pixnet.tw>
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/Makefile | 1 | ||||
-rw-r--r-- | net-mgmt/p5-MRTG-Parse/Makefile | 22 | ||||
-rw-r--r-- | net-mgmt/p5-MRTG-Parse/distinfo | 3 | ||||
-rw-r--r-- | net-mgmt/p5-MRTG-Parse/pkg-descr | 5 | ||||
-rw-r--r-- | net-mgmt/p5-MRTG-Parse/pkg-plist | 6 |
5 files changed, 37 insertions, 0 deletions
diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile index 830ad5a2823..c59483a74da 100644 --- a/net-mgmt/Makefile +++ b/net-mgmt/Makefile @@ -164,6 +164,7 @@ SUBDIR += p5-Cflow SUBDIR += p5-Cisco-Reconfig SUBDIR += p5-Data-Validate-IP + SUBDIR += p5-MRTG-Parse SUBDIR += p5-Mon SUBDIR += p5-NSNMP SUBDIR += p5-Nagios-Plugin diff --git a/net-mgmt/p5-MRTG-Parse/Makefile b/net-mgmt/p5-MRTG-Parse/Makefile new file mode 100644 index 00000000000..098083f15e0 --- /dev/null +++ b/net-mgmt/p5-MRTG-Parse/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: p5-MRTG-Parse +# Date created: 2008-07-23 +# Whom: gslin <gslin@host-1.pixnet.tw> +# +# $FreeBSD$ +# + +PORTNAME= MRTG-Parse +PORTVERSION= 0.03 +CATEGORIES= net-mgmt perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= MRTG +PKGNAMEPREFIX= p5- + +MAINTAINER= gslin@host-1.pixnet.tw +COMMENT= Parsing and utilizing logfiles generated by MRTG Tool + +PERL_CONFIGURE= yes + +MAN3= MRTG::Parse.3 + +.include <bsd.port.mk> diff --git a/net-mgmt/p5-MRTG-Parse/distinfo b/net-mgmt/p5-MRTG-Parse/distinfo new file mode 100644 index 00000000000..5213fdf188a --- /dev/null +++ b/net-mgmt/p5-MRTG-Parse/distinfo @@ -0,0 +1,3 @@ +MD5 (MRTG-Parse-0.03.tar.gz) = a676e2456e04ebee90b0b779e7913a2e +SHA256 (MRTG-Parse-0.03.tar.gz) = 3dde0289eea67b55ab59c3a9be509643947b949cae0a739de6d1ea2b1933cc44 +SIZE (MRTG-Parse-0.03.tar.gz) = 4711 diff --git a/net-mgmt/p5-MRTG-Parse/pkg-descr b/net-mgmt/p5-MRTG-Parse/pkg-descr new file mode 100644 index 00000000000..b3cbdde9bf1 --- /dev/null +++ b/net-mgmt/p5-MRTG-Parse/pkg-descr @@ -0,0 +1,5 @@ +This perl extension enables its users to parse and utilize the +logfiles that are generated by the famous MRTG (Multi Router Traffic +Grapher) tool. + +WWW: http://search.cpan.org/dist/MRTG-Parse/ diff --git a/net-mgmt/p5-MRTG-Parse/pkg-plist b/net-mgmt/p5-MRTG-Parse/pkg-plist new file mode 100644 index 00000000000..e037523832b --- /dev/null +++ b/net-mgmt/p5-MRTG-Parse/pkg-plist @@ -0,0 +1,6 @@ +@comment $FreeBSD$ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/MRTG/Parse/.packlist +%%SITE_PERL%%/MRTG/Parse.pm +@dirrmtry %%SITE_PERL%%/MRTG +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MRTG/Parse +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MRTG |