pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/p5-POE-Component-SNMP This module is an event-driv...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b54efcc162f2
branches:  trunk
changeset: 502594:b54efcc162f2
user:      martti <martti%pkgsrc.org@localhost>
date:      Mon Nov 07 11:30:34 2005 +0000

description:
This module is an event-driven SNMP interface for POE.
POE::Component::SNMP uses the Net::SNMP module.

diffstat:

 net/p5-POE-Component-SNMP/DESCR            |   2 ++
 net/p5-POE-Component-SNMP/Makefile         |  19 +++++++++++++++++++
 net/p5-POE-Component-SNMP/PLIST            |   1 +
 net/p5-POE-Component-SNMP/distinfo         |   6 ++++++
 net/p5-POE-Component-SNMP/patches/patch-aa |  13 +++++++++++++
 5 files changed, 41 insertions(+), 0 deletions(-)

diffs (61 lines):

diff -r f05af6fbd975 -r b54efcc162f2 net/p5-POE-Component-SNMP/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-POE-Component-SNMP/DESCR   Mon Nov 07 11:30:34 2005 +0000
@@ -0,0 +1,2 @@
+This module is an event-driven SNMP interface for POE.
+POE::Component::SNMP uses the Net::SNMP module.
diff -r f05af6fbd975 -r b54efcc162f2 net/p5-POE-Component-SNMP/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-POE-Component-SNMP/Makefile        Mon Nov 07 11:30:34 2005 +0000
@@ -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@localhost
+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 -r f05af6fbd975 -r b54efcc162f2 net/p5-POE-Component-SNMP/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-POE-Component-SNMP/PLIST   Mon Nov 07 11:30:34 2005 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/11/07 11:30:34 martti Exp $
diff -r f05af6fbd975 -r b54efcc162f2 net/p5-POE-Component-SNMP/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-POE-Component-SNMP/distinfo        Mon Nov 07 11:30:34 2005 +0000
@@ -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 -r f05af6fbd975 -r b54efcc162f2 net/p5-POE-Component-SNMP/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-POE-Component-SNMP/patches/patch-aa        Mon Nov 07 11:30:34 2005 +0000
@@ -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');



Home | Main Index | Thread Index | Old Index