diff options
author | jadawin <jadawin@FreeBSD.org> | 2011-04-05 22:03:48 +0800 |
---|---|---|
committer | jadawin <jadawin@FreeBSD.org> | 2011-04-05 22:03:48 +0800 |
commit | b2f3053418c706eb42f7b1223c847ca89612d1aa (patch) | |
tree | 4e6f6475dba13083e24602db0ed40965b7f15feb | |
parent | 376b5085effb0454df635298879b74083d105ca2 (diff) | |
download | freebsd-ports-gnome-b2f3053418c706eb42f7b1223c847ca89612d1aa.tar.gz freebsd-ports-gnome-b2f3053418c706eb42f7b1223c847ca89612d1aa.tar.zst freebsd-ports-gnome-b2f3053418c706eb42f7b1223c847ca89612d1aa.zip |
This module, Net::SNMP::Util, gives you functions of SNMP getting
operation interfaces using Net::SNMP communicating with multiple
hosts and multi-OIDs.
WWW: http://search.cpan.org/dist/Net-SNMP-Util/
PR: ports/156021
Submitted by: Hsin-Han You <hhyou at cs.nctu.edu.tw>
-rw-r--r-- | net-mgmt/Makefile | 1 | ||||
-rw-r--r-- | net-mgmt/p5-Net-SNMP-Util/Makefile | 24 | ||||
-rw-r--r-- | net-mgmt/p5-Net-SNMP-Util/distinfo | 2 | ||||
-rw-r--r-- | net-mgmt/p5-Net-SNMP-Util/pkg-descr | 5 | ||||
-rw-r--r-- | net-mgmt/p5-Net-SNMP-Util/pkg-plist | 12 |
5 files changed, 44 insertions, 0 deletions
diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile index 76c3702d7148..2cec206d34eb 100644 --- a/net-mgmt/Makefile +++ b/net-mgmt/Makefile @@ -206,6 +206,7 @@ SUBDIR += p5-Net-IPv6Addr SUBDIR += p5-Net-Netmask SUBDIR += p5-Net-SNMP + SUBDIR += p5-Net-SNMP-Util SUBDIR += p5-Net-Telnet-Cisco-IOS SUBDIR += p5-NetAddr-IP SUBDIR += p5-NetAddr-IP-Lite diff --git a/net-mgmt/p5-Net-SNMP-Util/Makefile b/net-mgmt/p5-Net-SNMP-Util/Makefile new file mode 100644 index 000000000000..22bc4e25d5f6 --- /dev/null +++ b/net-mgmt/p5-Net-SNMP-Util/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: p5-Net-SNMP-Util +# Date created: 2011-03-29 +# Whom: Hsin-Han You <hhyou@cs.nctu.edu.tw> +# +# $FreeBSD$ +# + +PORTNAME= Net-SNMP-Util +PORTVERSION= 1.04 +CATEGORIES= net-mgmt perl5 +MASTER_SITES= CPAN/../../authors/id/T/TO/TONODERA +PKGNAMEPREFIX= p5- + +MAINTAINER= hhyou@cs.nctu.edu.tw +COMMENT= Utility functions for Net::SNMP + +RUN_DEPENDS= p5-Net-SNMP>=0:${PORTSDIR}/net-mgmt/p5-Net-SNMP \ + p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils + +PERL_CONFIGURE= yes + +MAN3= Net::SNMP::Util.3 Net::SNMP::Util::OID.3 Net::SNMP::Util::TC.3 + +.include <bsd.port.mk> diff --git a/net-mgmt/p5-Net-SNMP-Util/distinfo b/net-mgmt/p5-Net-SNMP-Util/distinfo new file mode 100644 index 000000000000..b8bfefd16484 --- /dev/null +++ b/net-mgmt/p5-Net-SNMP-Util/distinfo @@ -0,0 +1,2 @@ +SHA256 (Net-SNMP-Util-1.04.tar.gz) = 7d7ae0d6974a34ef1ea322e6d268fd45bdb7f4bc01b581cbe51613406459a096 +SIZE (Net-SNMP-Util-1.04.tar.gz) = 37153 diff --git a/net-mgmt/p5-Net-SNMP-Util/pkg-descr b/net-mgmt/p5-Net-SNMP-Util/pkg-descr new file mode 100644 index 000000000000..1eb157435d86 --- /dev/null +++ b/net-mgmt/p5-Net-SNMP-Util/pkg-descr @@ -0,0 +1,5 @@ +This module, Net::SNMP::Util, gives you functions of SNMP getting +operation interfaces using Net::SNMP communicating with multiple +hosts and multi-OIDs. + +WWW: http://search.cpan.org/dist/Net-SNMP-Util/ diff --git a/net-mgmt/p5-Net-SNMP-Util/pkg-plist b/net-mgmt/p5-Net-SNMP-Util/pkg-plist new file mode 100644 index 000000000000..eb32a4fd6cbd --- /dev/null +++ b/net-mgmt/p5-Net-SNMP-Util/pkg-plist @@ -0,0 +1,12 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/SNMP/Util/.packlist +%%SITE_PERL%%/Net/SNMP/Util.pm +%%SITE_PERL%%/Net/SNMP/Util/OID.pm +%%SITE_PERL%%/Net/SNMP/Util/TC.pm +@dirrmtry %%SITE_PERL%%/man/man3 +@dirrmtry %%SITE_PERL%%/man +@dirrmtry %%SITE_PERL%%/Net/SNMP/Util +@dirrmtry %%SITE_PERL%%/Net/SNMP +@dirrmtry %%SITE_PERL%%/Net +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/SNMP/Util +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/SNMP +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net |