diff options
author | martti <martti@pkgsrc.org> | 2005-11-07 11:30:34 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2005-11-07 11:30:34 +0000 |
commit | c77479b44997b291379d131458afa4e2326062d5 (patch) | |
tree | ef07f3fbfd0d5ab4a8c45fc8409fa7ca2d43d4ea /net | |
parent | 3100b0da77726448081e0f80e6e75bd5567a602f (diff) | |
download | pkgsrc-c77479b44997b291379d131458afa4e2326062d5.tar.gz |
This module is an event-driven SNMP interface for POE.
POE::Component::SNMP uses the Net::SNMP module.
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-POE-Component-SNMP/DESCR | 2 | ||||
-rw-r--r-- | net/p5-POE-Component-SNMP/Makefile | 19 | ||||
-rw-r--r-- | net/p5-POE-Component-SNMP/PLIST | 1 | ||||
-rw-r--r-- | net/p5-POE-Component-SNMP/distinfo | 6 | ||||
-rw-r--r-- | net/p5-POE-Component-SNMP/patches/patch-aa | 13 |
5 files changed, 41 insertions, 0 deletions
diff --git a/net/p5-POE-Component-SNMP/DESCR b/net/p5-POE-Component-SNMP/DESCR new file mode 100644 index 00000000000..fae96adbf4a --- /dev/null +++ b/net/p5-POE-Component-SNMP/DESCR @@ -0,0 +1,2 @@ +This module is an event-driven SNMP interface for POE. +POE::Component::SNMP uses the Net::SNMP module. diff --git a/net/p5-POE-Component-SNMP/Makefile b/net/p5-POE-Component-SNMP/Makefile new file mode 100644 index 00000000000..b438c30fabf --- /dev/null +++ b/net/p5-POE-Component-SNMP/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/11/07 11:30:34 martti Exp $ + +DISTNAME= POE-Component-SNMP-0.93 +PKGNAME= p5-${DISTNAME} +CATEGORIES= net perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=POE/} + +MAINTAINER= martti@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/POE-Component-SNMP +COMMENT= Event-driven SNMP interface + +DEPENDS+= p5-Net-SNMP>=5.0.1:../../net/p5-Net-SNMP + +PKG_INSTALLATION_TYPES= overwrite pkgviews + +PERL5_PACKLIST= auto/POE/Component/SNMP/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/net/p5-POE-Component-SNMP/PLIST b/net/p5-POE-Component-SNMP/PLIST new file mode 100644 index 00000000000..5781772a52d --- /dev/null +++ b/net/p5-POE-Component-SNMP/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/11/07 11:30:34 martti Exp $ diff --git a/net/p5-POE-Component-SNMP/distinfo b/net/p5-POE-Component-SNMP/distinfo new file mode 100644 index 00000000000..bcd66bd07ef --- /dev/null +++ b/net/p5-POE-Component-SNMP/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1.1.1 2005/11/07 11:30:34 martti Exp $ + +SHA1 (POE-Component-SNMP-0.93.tar.gz) = 41121267a48c9feb5cba6ba1546bbc94357dbfd7 +RMD160 (POE-Component-SNMP-0.93.tar.gz) = 13e63683746f0b271639f0dd076f35ebec77a11e +Size (POE-Component-SNMP-0.93.tar.gz) = 14638 bytes +SHA1 (patch-aa) = 7c98afa18c16f644b69ffed6cd99db587357e200 diff --git a/net/p5-POE-Component-SNMP/patches/patch-aa b/net/p5-POE-Component-SNMP/patches/patch-aa new file mode 100644 index 00000000000..3e7d2e57238 --- /dev/null +++ b/net/p5-POE-Component-SNMP/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1.1.1 2005/11/07 11:30:34 martti Exp $ + +--- Makefile.PL.orig 2005-11-06 06:12:13.000000000 +0200 ++++ Makefile.PL 2005-11-06 06:12:45.000000000 +0200 +@@ -15,7 +15,7 @@ + exit 0 if -e $CONFIG_FILE; + + print "The test suite requires the use of an SNMP agent.\n"; +-my $hostname = prompt("enter a hostname [leave empty to skip all tests]"); ++my $hostname = ""; + + if ($hostname) { + my $rcomm = prompt("enter read community string", 'public'); |