From a0dacb5ae608842ccdf23a3655b00bc97ab5df01 Mon Sep 17 00:00:00 2001 From: seb Date: Fri, 1 Aug 2008 13:01:52 +0000 Subject: Initial import of p5-Net-SNMP-Mixin version 0.12 in the NetBSD Packages Collection. The Perl 5 module Net::SNMP::Mixin is a thin framework to access cooked SNMP information from SNMP agents with various mixins to Net::SNMP. This module provides helper functions in order to mixin methods into the inheritance tree of the Net::SNMP session instances or the Net::SNMP class itself --- net/p5-Net-SNMP-Mixin/DESCR | 5 +++++ net/p5-Net-SNMP-Mixin/Makefile | 24 ++++++++++++++++++++++++ net/p5-Net-SNMP-Mixin/distinfo | 5 +++++ 3 files changed, 34 insertions(+) create mode 100644 net/p5-Net-SNMP-Mixin/DESCR create mode 100644 net/p5-Net-SNMP-Mixin/Makefile create mode 100644 net/p5-Net-SNMP-Mixin/distinfo (limited to 'net/p5-Net-SNMP-Mixin') diff --git a/net/p5-Net-SNMP-Mixin/DESCR b/net/p5-Net-SNMP-Mixin/DESCR new file mode 100644 index 00000000000..4f79230adf0 --- /dev/null +++ b/net/p5-Net-SNMP-Mixin/DESCR @@ -0,0 +1,5 @@ +The Perl 5 module Net::SNMP::Mixin is a thin framework to access +cooked SNMP information from SNMP agents with various mixins to +Net::SNMP. This module provides helper functions in order to mixin +methods into the inheritance tree of the Net::SNMP session instances +or the Net::SNMP class itself diff --git a/net/p5-Net-SNMP-Mixin/Makefile b/net/p5-Net-SNMP-Mixin/Makefile new file mode 100644 index 00000000000..da017e235e4 --- /dev/null +++ b/net/p5-Net-SNMP-Mixin/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/08/01 13:01:52 seb Exp $ +# + +DISTNAME= Net-SNMP-Mixin-0.12 +PKGNAME= p5-${DISTNAME} +CATEGORIES= net perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Net-SNMP-Mixin/ +COMMENT= Perl 5 module providing a mixin framework for Net::SNMP + +MAKE_ENV+= PERL_MM_USE_DEFAULT=1 +PKG_DESTDIR_SUPPORT= user-destdir +PERL5_MODULE_TYPE= Module::Build + +DEPENDS+= p5-Net-SNMP-[0-9]*:../../net/p5-Net-SNMP +DEPENDS+= p5-Package-Generator>=0.102:../../devel/p5-Package-Generator +DEPENDS+= p5-Sub-Exporter>=0.978:../../devel/p5-Sub-Exporter + +PERL5_PACKLIST= auto/Net/SNMP/Mixin/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/net/p5-Net-SNMP-Mixin/distinfo b/net/p5-Net-SNMP-Mixin/distinfo new file mode 100644 index 00000000000..c3b96bb5b89 --- /dev/null +++ b/net/p5-Net-SNMP-Mixin/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/08/01 13:01:52 seb Exp $ + +SHA1 (Net-SNMP-Mixin-0.12.tar.gz) = 9e9596f4fbd1d073eaf59e1fdb3d1afe7d6f9a7b +RMD160 (Net-SNMP-Mixin-0.12.tar.gz) = 5d3903d583c2499d05dcd2c9b5ac66dfa0d0fcae +Size (Net-SNMP-Mixin-0.12.tar.gz) = 17278 bytes -- cgit v1.2.3