1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Update to 6.0.1

PR:		ports/149099
Submitted by:	Takefu <takefu@airport.fm>
This commit is contained in:
Lars Thegler 2010-09-18 15:45:15 +00:00
parent fcbf8ded3e
commit 8f7caeaea3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=261384
4 changed files with 22 additions and 18 deletions

View File

@ -6,13 +6,14 @@
#
PORTNAME= Net-SNMP
PORTVERSION= 5.2.0
PORTVERSION= 6.0.1
CATEGORIES= net-mgmt perl5
MASTER_SITES= CPAN
MASTER_SITES= CPAN/../../authors/id/D/DT/DTOWN
PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}-v${PORTVERSION}
MAINTAINER= lth@FreeBSD.org
COMMENT= A perl module for SNMP... Net::SNMP
COMMENT= Object oriented interface to SNMP
BUILD_DEPENDS= ${ARCH_PERL}/Crypt/DES.pm:${PORTSDIR}/security/p5-Crypt-DES \
${ARCH_PERL}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \

View File

@ -1,3 +1,3 @@
MD5 (Net-SNMP-5.2.0.tar.gz) = 0e717723f843ab22a93248833f3ebff7
SHA256 (Net-SNMP-5.2.0.tar.gz) = 2e4d0a421e632930de475f900127e6e45d459df5eea9f1c31039f6091d67c358
SIZE (Net-SNMP-5.2.0.tar.gz) = 83175
MD5 (Net-SNMP-v6.0.1.tar.gz) = 6137f04f9942d703f66179f890e3d096
SHA256 (Net-SNMP-v6.0.1.tar.gz) = 14c37bc1cbb3f3cdc7d6c13e0f27a859f14cdcfd5ea54a0467a88bc259b0b741
SIZE (Net-SNMP-v6.0.1.tar.gz) = 94664

View File

@ -1,8 +1,7 @@
The module Net::SNMP implements an object oriented
interface to the Simple Network Management Protocol. Perl
applications can use the module to retrieve or update
information on a remote host using the SNMP protocol.
Net::SNMP is implemented completely in Perl, requires no
compiling, and uses only standard Perl modules. Both
SNMPv1 and SNMPv2c (Community-Based SNMPv2) are supported
by the module.
The Net::SNMP module implements an object oriented interface to the
Simple Network Management Protocol. Perl applications can use the
module to retrieve or update information on a remote host using the
SNMP protocol. The module supports SNMP version-1, SNMP version-2c
(Community-Based SNMPv2), and SNMP version-3. The Net::SNMP module
assumes that the user has a basic understanding of the Simple Network
Management Protocol and related network management concepts.

View File

@ -8,13 +8,17 @@ bin/snmpkey
%%SITE_PERL%%/Net/SNMP/Security/Community.pm
%%SITE_PERL%%/Net/SNMP/Security/USM.pm
%%SITE_PERL%%/Net/SNMP/Transport.pm
%%SITE_PERL%%/Net/SNMP/Transport/TCP.pm
%%SITE_PERL%%/Net/SNMP/Transport/TCP6.pm
%%SITE_PERL%%/Net/SNMP/Transport/UDP.pm
%%SITE_PERL%%/Net/SNMP/Transport/UDP6.pm
%%SITE_PERL%%/Net/SNMP/Transport/IPv4.pm
%%SITE_PERL%%/Net/SNMP/Transport/IPv4/TCP.pm
%%SITE_PERL%%/Net/SNMP/Transport/IPv4/UDP.pm
%%SITE_PERL%%/Net/SNMP/Transport/IPv6.pm
%%SITE_PERL%%/Net/SNMP/Transport/IPv6/TCP.pm
%%SITE_PERL%%/Net/SNMP/Transport/IPv6/UDP.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/SNMP/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/SNMP
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
@dirrm %%SITE_PERL%%/Net/SNMP/Transport/IPv6
@dirrm %%SITE_PERL%%/Net/SNMP/Transport/IPv4
@dirrm %%SITE_PERL%%/Net/SNMP/Transport
@dirrm %%SITE_PERL%%/Net/SNMP/Security
@dirrm %%SITE_PERL%%/Net/SNMP