summaryrefslogtreecommitdiff
path: root/net/p5-POE-Component-SNMP
diff options
context:
space:
mode:
authormartti <martti@pkgsrc.org>2005-11-07 11:30:34 +0000
committermartti <martti@pkgsrc.org>2005-11-07 11:30:34 +0000
commit96baa5d95b2bd79de55ac705fe75628d83cda0ab (patch)
treeef07f3fbfd0d5ab4a8c45fc8409fa7ca2d43d4ea /net/p5-POE-Component-SNMP
parentd77afddcd34d44a76650a54b526cf52333a373fc (diff)
downloadpkgsrc-96baa5d95b2bd79de55ac705fe75628d83cda0ab.tar.gz
This module is an event-driven SNMP interface for POE.
POE::Component::SNMP uses the Net::SNMP module.
Diffstat (limited to 'net/p5-POE-Component-SNMP')
-rw-r--r--net/p5-POE-Component-SNMP/DESCR2
-rw-r--r--net/p5-POE-Component-SNMP/Makefile19
-rw-r--r--net/p5-POE-Component-SNMP/PLIST1
-rw-r--r--net/p5-POE-Component-SNMP/distinfo6
-rw-r--r--net/p5-POE-Component-SNMP/patches/patch-aa13
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');