summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorbouyer <bouyer@pkgsrc.org>2005-05-25 16:59:02 +0000
committerbouyer <bouyer@pkgsrc.org>2005-05-25 16:59:02 +0000
commitbf314c190a5afb2066dc8e22708be55225fda49a (patch)
tree6787a98f9fa5f9a60740cbbc9d3928f3933ab33c /net
parentc8925d9c73198484cd6f0db2de7a845a899534e7 (diff)
downloadpkgsrc-bf314c190a5afb2066dc8e22708be55225fda49a.tar.gz
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 (limited to 'net')
-rw-r--r--net/p5-SNMP-Info/DESCR13
-rw-r--r--net/p5-SNMP-Info/Makefile20
-rw-r--r--net/p5-SNMP-Info/PLIST1
-rw-r--r--net/p5-SNMP-Info/distinfo5
4 files changed, 39 insertions, 0 deletions
diff --git a/net/p5-SNMP-Info/DESCR b/net/p5-SNMP-Info/DESCR
new file mode 100644
index 00000000000..b3561011507
--- /dev/null
+++ b/net/p5-SNMP-Info/DESCR
@@ -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 --git a/net/p5-SNMP-Info/Makefile b/net/p5-SNMP-Info/Makefile
new file mode 100644
index 00000000000..da9d9907713
--- /dev/null
+++ b/net/p5-SNMP-Info/Makefile
@@ -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
+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 --git a/net/p5-SNMP-Info/PLIST b/net/p5-SNMP-Info/PLIST
new file mode 100644
index 00000000000..4a0eb70d243
--- /dev/null
+++ b/net/p5-SNMP-Info/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/05/25 16:59:02 bouyer Exp $
diff --git a/net/p5-SNMP-Info/distinfo b/net/p5-SNMP-Info/distinfo
new file mode 100644
index 00000000000..cd0c5f5dac1
--- /dev/null
+++ b/net/p5-SNMP-Info/distinfo
@@ -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