summaryrefslogtreecommitdiff
path: root/net/p5-Net-SNMP/Makefile
diff options
context:
space:
mode:
authormjl <mjl>2001-11-30 15:26:58 +0000
committermjl <mjl>2001-11-30 15:26:58 +0000
commitd103ac8a4a553118a8964feb08719aab0c15b7e5 (patch)
tree84433c3f71b8a8644c0a6f86b91d4ea452ea0a11 /net/p5-Net-SNMP/Makefile
parent0b176a90ff900dc0b16b6c01c055972a20ce78ec (diff)
downloadpkgsrc-d103ac8a4a553118a8964feb08719aab0c15b7e5.tar.gz
Update to 4.0.0
- The module has been completely redesigned to add support for SNMPv3 and to follow the SNMP Management Framework defined by RFC 2571. - Perl version 5.6.0 or greater is now required to use the module. - Updated the method calls to expect the same argument syntax regardless of whether they are invoked by "blocking" or "non-blocking" objects. - The non-core modules Crypt::DES, Digest::MD5, Digest::SHA1, and Digest::HMAC are now required to support SNMPv3. - Added the ability to specify the local address and port number used by each object. - Corrected an error in the Net::SNMP::FSM module that would cause all response messages to be dropped in "non-blocking" mode if there is a recv() error. - Updated the logic in the "blocking" response handling method such the transmit buffer is properly updated if there is a decode error while parsing the GetResponse-PDU. - Counter, Guages, and TimeTick values that are incorrectly encoded as negative signed integers are now converted to unsigned values. This feature can be disabled by setting the "-unsigned" flag to false using the translate() method. - An empty community name is now allowed. - Updated the "non-blocking" example script.
Diffstat (limited to 'net/p5-Net-SNMP/Makefile')
-rw-r--r--net/p5-Net-SNMP/Makefile12
1 files changed, 8 insertions, 4 deletions
diff --git a/net/p5-Net-SNMP/Makefile b/net/p5-Net-SNMP/Makefile
index eecf6fee137..a6c6d386312 100644
--- a/net/p5-Net-SNMP/Makefile
+++ b/net/p5-Net-SNMP/Makefile
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.6 2001/11/26 06:50:11 jlam Exp $
+# $NetBSD: Makefile,v 1.7 2001/11/30 15:26:58 mjl Exp $
# FreeBSD Id: Makefile,v 1.13 1997/06/27 18:38:15 jfitz Exp
#
-DISTNAME= Net-SNMP-3.60
-PKGNAME= p5-Net-SNMP-3.60
+DISTNAME= Net-SNMP-4.0.0
+PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5nsn
-WRKSRC= ${WRKDIR}/Net-SNMP-3.6
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
@@ -13,6 +12,11 @@ MAINTAINER= packages@netbsd.org
#HOMEPAGE= http://theory.uwinnipeg.ca/CPAN/data/libnet/FAQ.html
COMMENT= perl5 module for SNMP queries
+DEPENDS+= p5-Crypt-DES>=2.03:../../security/p5-Crypt-DES
+DEPENDS+= p5-Digest-MD5>=2.11:../../security/p5-Digest-MD5
+DEPENDS+= p5-Digest-SHA1>=1.02:../../security/p5-Digest-SHA1
+DEPENDS+= p5-Digest-HMAC>=1.00:../../security/p5-Digest-HMAC
+
USE_BUILDLINK_ONLY= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Net/SNMP/.packlist