pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/p5-Net-Dev-MIBLoadOrder Initial addition of p5-Net...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/065a9a5bbef9
branches:  trunk
changeset: 491898:065a9a5bbef9
user:      seb <seb%pkgsrc.org@localhost>
date:      Thu Mar 31 21:19:08 2005 +0000

description:
Initial addition of p5-Net-Dev-MIBLoadOrder version 1.1.0 into the
NetBSD Packages Collection.

This Perl5 module provides function that will scan a list of files
and/or directories to find MIB files. Then parse each MIB file for
the information required to determine a MIB Load Order for a Network
Management System.

diffstat:

 net/p5-Net-Dev-MIBLoadOrder/DESCR    |   4 ++++
 net/p5-Net-Dev-MIBLoadOrder/Makefile |  16 ++++++++++++++++
 net/p5-Net-Dev-MIBLoadOrder/PLIST    |   1 +
 net/p5-Net-Dev-MIBLoadOrder/distinfo |   5 +++++
 4 files changed, 26 insertions(+), 0 deletions(-)

diffs (42 lines):

diff -r 2d05b39d71ee -r 065a9a5bbef9 net/p5-Net-Dev-MIBLoadOrder/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-Net-Dev-MIBLoadOrder/DESCR Thu Mar 31 21:19:08 2005 +0000
@@ -0,0 +1,4 @@
+This perl5 module provides function that will scan a list of files
+and/or directories to find MIB files. Then parse each MIB file for
+the information required to determine a MIB Load Order for a Network
+Management System.
diff -r 2d05b39d71ee -r 065a9a5bbef9 net/p5-Net-Dev-MIBLoadOrder/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-Net-Dev-MIBLoadOrder/Makefile      Thu Mar 31 21:19:08 2005 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/03/31 21:19:08 seb Exp $
+
+DISTNAME=      Net-Dev-MIBLoadOrder-1.1.0
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    net perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Net/}
+
+MAINTAINER=    seb%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/Net-Dev-MIBLoadOrder/
+COMMENT=       Perl5 module to determine MIB files load order
+
+USE_BUILDLINK3=                YES
+PERL5_PACKLIST=                ${PERL5_SITEARCH}/auto/Net/Dev/Tools/MIB/MIBLoadOrder/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 2d05b39d71ee -r 065a9a5bbef9 net/p5-Net-Dev-MIBLoadOrder/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-Net-Dev-MIBLoadOrder/PLIST Thu Mar 31 21:19:08 2005 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/03/31 21:19:08 seb Exp $
diff -r 2d05b39d71ee -r 065a9a5bbef9 net/p5-Net-Dev-MIBLoadOrder/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-Net-Dev-MIBLoadOrder/distinfo      Thu Mar 31 21:19:08 2005 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2005/03/31 21:19:08 seb Exp $
+
+SHA1 (Net-Dev-MIBLoadOrder-1.1.0.tar.gz) = 8d0bb87bf09d294c09a568b7f034f90a70e4bd22
+RMD160 (Net-Dev-MIBLoadOrder-1.1.0.tar.gz) = f194b5870866e01081d81ff0c4e6a9d2aae6991d
+Size (Net-Dev-MIBLoadOrder-1.1.0.tar.gz) = 11506 bytes



Home | Main Index | Thread Index | Old Index