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.
This commit is contained in:
parent
974f1af6e8
commit
6d7afcf2db
4 changed files with 26 additions and 0 deletions
4
net/p5-Net-Dev-MIBLoadOrder/DESCR
Normal file
4
net/p5-Net-Dev-MIBLoadOrder/DESCR
Normal file
|
@ -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.
|
16
net/p5-Net-Dev-MIBLoadOrder/Makefile
Normal file
16
net/p5-Net-Dev-MIBLoadOrder/Makefile
Normal file
|
@ -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
|
||||
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"
|
1
net/p5-Net-Dev-MIBLoadOrder/PLIST
Normal file
1
net/p5-Net-Dev-MIBLoadOrder/PLIST
Normal file
|
@ -0,0 +1 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2005/03/31 21:19:08 seb Exp $
|
5
net/p5-Net-Dev-MIBLoadOrder/distinfo
Normal file
5
net/p5-Net-Dev-MIBLoadOrder/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue