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>
This commit is contained in:
parent
6f190c5050
commit
cdff9cc5ee
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=217520
@ -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
|
||||
|
22
net-mgmt/p5-MRTG-Parse/Makefile
Normal file
22
net-mgmt/p5-MRTG-Parse/Makefile
Normal file
@ -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>
|
3
net-mgmt/p5-MRTG-Parse/distinfo
Normal file
3
net-mgmt/p5-MRTG-Parse/distinfo
Normal file
@ -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
|
5
net-mgmt/p5-MRTG-Parse/pkg-descr
Normal file
5
net-mgmt/p5-MRTG-Parse/pkg-descr
Normal file
@ -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/
|
6
net-mgmt/p5-MRTG-Parse/pkg-plist
Normal file
6
net-mgmt/p5-MRTG-Parse/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user