View | Details | Raw Unified | Return to bug 149099
Collapse All | Expand All

(-)net-mgmt/p5-Net-SNMP/Makefile (-2 / +3 lines)
Lines 6-15 Link Here
6
#
6
#
7
PORTNAME=	Net-SNMP
7
PORTNAME=	Net-SNMP
8
PORTVERSION=	5.2.0
8
PORTVERSION=	6.0.0
9
CATEGORIES=	net-mgmt perl5
9
CATEGORIES=	net-mgmt perl5
10
MASTER_SITES=	CPAN
10
MASTER_SITES=	CPAN/../../authors/id/D/DT/DTOWN/
11
PKGNAMEPREFIX=	p5-
11
PKGNAMEPREFIX=	p5-
12
DISTNAME=	${PORTNAME}-v${PORTVERSION}
12
MAINTAINER=	lth@FreeBSD.org
13
MAINTAINER=	lth@FreeBSD.org
13
COMMENT=	A perl module for SNMP... Net::SNMP
14
COMMENT=	A perl module for SNMP... Net::SNMP
(-)net-mgmt/p5-Net-SNMP/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (Net-SNMP-5.2.0.tar.gz) = 0e717723f843ab22a93248833f3ebff7
1
MD5 (Net-SNMP-v6.0.0.tar.gz) = 7d10b4a0fc8983a110f58e753a11cade
2
SHA256 (Net-SNMP-5.2.0.tar.gz) = 2e4d0a421e632930de475f900127e6e45d459df5eea9f1c31039f6091d67c358
2
SHA256 (Net-SNMP-v6.0.0.tar.gz) = a5662a1f57b326bf060b5fa30dcf5a589b9171d6f4bedb398751c7c5cf898166
3
SIZE (Net-SNMP-5.2.0.tar.gz) = 83175
3
SIZE (Net-SNMP-v6.0.0.tar.gz) = 93840
(-)net-mgmt/p5-Net-SNMP/pkg-descr (-8 / +7 lines)
Lines 1-8 Link Here
1
The module Net::SNMP implements an object oriented
1
The Net::SNMP module implements an object oriented interface to the Simple
2
interface to the Simple Network Management Protocol.  Perl
2
Network Management Protocol.  Perl applications can use the module to retrieve
3
applications can use the module to retrieve or update
3
or update information on a remote host using the SNMP protocol.  The module
4
information on a remote host using the SNMP protocol.
4
supports SNMP version-1, SNMP version-2c (Community-Based SNMPv2), and SNMP
5
Net::SNMP is implemented completely in Perl, requires no
5
version-3. The Net::SNMP module assumes that the user has a basic understanding
6
compiling, and uses only standard Perl modules. Both
6
of the Simple Network Management Protocol and related network management
7
SNMPv1 and SNMPv2c (Community-Based SNMPv2) are supported
7
concepts.
8
by the module.
(-)net-mgmt/p5-Net-SNMP/pkg-plist (-4 / +8 lines)
Lines 8-20 Link Here
8
%%SITE_PERL%%/Net/SNMP/Security/Community.pm
8
%%SITE_PERL%%/Net/SNMP/Security/Community.pm
9
%%SITE_PERL%%/Net/SNMP/Security/USM.pm
9
%%SITE_PERL%%/Net/SNMP/Security/USM.pm
10
%%SITE_PERL%%/Net/SNMP/Transport.pm
10
%%SITE_PERL%%/Net/SNMP/Transport.pm
11
%%SITE_PERL%%/Net/SNMP/Transport/TCP.pm
11
%%SITE_PERL%%/Net/SNMP/Transport/IPv4.pm
12
%%SITE_PERL%%/Net/SNMP/Transport/TCP6.pm
12
%%SITE_PERL%%/Net/SNMP/Transport/IPv4/TCP.pm
13
%%SITE_PERL%%/Net/SNMP/Transport/UDP.pm
13
%%SITE_PERL%%/Net/SNMP/Transport/IPv4/UDP.pm
14
%%SITE_PERL%%/Net/SNMP/Transport/UDP6.pm
14
%%SITE_PERL%%/Net/SNMP/Transport/IPv6.pm
15
%%SITE_PERL%%/Net/SNMP/Transport/IPv6/TCP.pm
16
%%SITE_PERL%%/Net/SNMP/Transport/IPv6/UDP.pm
15
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/SNMP/.packlist
17
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/SNMP/.packlist
16
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/SNMP
18
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/SNMP
17
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
19
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
20
@dirrm %%SITE_PERL%%/Net/SNMP/Transport/IPv6
21
@dirrm %%SITE_PERL%%/Net/SNMP/Transport/IPv4
18
@dirrm %%SITE_PERL%%/Net/SNMP/Transport
22
@dirrm %%SITE_PERL%%/Net/SNMP/Transport
19
@dirrm %%SITE_PERL%%/Net/SNMP/Security
23
@dirrm %%SITE_PERL%%/Net/SNMP/Security
20
@dirrm %%SITE_PERL%%/Net/SNMP
24
@dirrm %%SITE_PERL%%/Net/SNMP

Return to bug 149099