From ecd93eb2373f2bec431dbedaacdcc14f04eb2287 Mon Sep 17 00:00:00 2001 From: bouyer Date: Wed, 25 May 2005 16:59:02 +0000 Subject: 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. --- 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(+) create mode 100644 net/p5-SNMP-Info/DESCR create mode 100644 net/p5-SNMP-Info/Makefile create mode 100644 net/p5-SNMP-Info/PLIST create mode 100644 net/p5-SNMP-Info/distinfo (limited to 'net') 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 -- cgit v1.2.3