pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/p5-SNMP-Info Initial import of p5-SNMP-Info.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0989c00c4a55
branches:  trunk
changeset: 494563:0989c00c4a55
user:      bouyer <bouyer%pkgsrc.org@localhost>
date:      Wed May 25 16:59:02 2005 +0000

description:
Initial import of p5-SNMP-Info.

This module is geared towards network devices. Subclasses exist for a number
of network devices and common MIBs.
The idea behind this module is to give a common interface to data from network
devices, leaving the device-specific hacks behind the scenes in subclasses.
The information may be coming from any number of MIB files and is very vendor
specific. SNMP::Info provides you a common method for all supported devices.

diffstat:

 net/p5-SNMP-Info/DESCR    |  13 +++++++++++++
 net/p5-SNMP-Info/Makefile |  20 ++++++++++++++++++++
 net/p5-SNMP-Info/PLIST    |   1 +
 net/p5-SNMP-Info/distinfo |   5 +++++
 4 files changed, 39 insertions(+), 0 deletions(-)

diffs (55 lines):

diff -r 3fcc3ae348ee -r 0989c00c4a55 net/p5-SNMP-Info/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-SNMP-Info/DESCR    Wed May 25 16:59:02 2005 +0000
@@ -0,0 +1,13 @@
+This module is geared towards network devices. Subclasses exist for a number
+of network devices and common MIBs.
+
+The idea behind this module is to give a common interface to data from network
+devices, leaving the device-specific hacks behind the scenes in subclasses.
+
+The information may be coming from any number of MIB files and is very vendor
+specific. SNMP::Info provides you a common method for all supported devices.
+
+Adding support for your own device is easy, and takes little much SNMP
+knowledge. The module is not limited to network devices. Any MIB or device can
+be given an objected oriented front-end by making a module that consists of a
+couple hashes. See EXTENDING SNMP::INFO.
diff -r 3fcc3ae348ee -r 0989c00c4a55 net/p5-SNMP-Info/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-SNMP-Info/Makefile Wed May 25 16:59:02 2005 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/05/25 16:59:02 bouyer Exp $
+#
+
+DISTNAME=      SNMP-Info-0.9.0
+PKGNAME=       p5-SNMP-Info-0.9
+SVR4_PKGNAME=  p5sni
+CATEGORIES=    net perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=SNMP/}
+
+MAINTAINER=    bouyer%NetBSD.org@localhost
+HOMEPAGE=      http://snmp-info.sourceforge.net/
+COMMENT=       Perl5 object oriented interface to SNMP informations
+
+DEPENDS+=      net-snmp>=5.1.2:../../net/net-snmp
+
+WRKSRC=                        ${WRKDIR}/${PKGNAME:S/p5-//}
+PERL5_PACKLIST=                ${PERL5_SITEARCH}/auto/SNMP/Info/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 3fcc3ae348ee -r 0989c00c4a55 net/p5-SNMP-Info/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-SNMP-Info/PLIST    Wed May 25 16:59:02 2005 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/05/25 16:59:02 bouyer Exp $
diff -r 3fcc3ae348ee -r 0989c00c4a55 net/p5-SNMP-Info/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-SNMP-Info/distinfo Wed May 25 16:59:02 2005 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2005/05/25 16:59:02 bouyer Exp $
+
+SHA1 (SNMP-Info-0.9.0.tar.gz) = 00492ec7946a029522ef8c15eb22e93c58533bdf
+RMD160 (SNMP-Info-0.9.0.tar.gz) = da752d0436c224d41973db4a7fc4c4a27a2a8ca2
+Size (SNMP-Info-0.9.0.tar.gz) = 112325 bytes



Home | Main Index | Thread Index | Old Index