mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
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>
This commit is contained in:
parent
5ac8e9f335
commit
6f547893e9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=272247
@ -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
|
||||
|
24
net-mgmt/p5-Net-SNMP-Util/Makefile
Normal file
24
net-mgmt/p5-Net-SNMP-Util/Makefile
Normal file
@ -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>
|
2
net-mgmt/p5-Net-SNMP-Util/distinfo
Normal file
2
net-mgmt/p5-Net-SNMP-Util/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Net-SNMP-Util-1.04.tar.gz) = 7d7ae0d6974a34ef1ea322e6d268fd45bdb7f4bc01b581cbe51613406459a096
|
||||
SIZE (Net-SNMP-Util-1.04.tar.gz) = 37153
|
5
net-mgmt/p5-Net-SNMP-Util/pkg-descr
Normal file
5
net-mgmt/p5-Net-SNMP-Util/pkg-descr
Normal file
@ -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/
|
12
net-mgmt/p5-Net-SNMP-Util/pkg-plist
Normal file
12
net-mgmt/p5-Net-SNMP-Util/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user