add p5-SNMP-MIB-Compiler
A Perl MIB compiler supporting both SMIv1 and SMIv2 PR: 32763 Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
This commit is contained in:
parent
e1008f9c11
commit
ebe3e0a163
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=51432
25
net-mgmt/p5-SNMP-MIB-Compiler/Makefile
Normal file
25
net-mgmt/p5-SNMP-MIB-Compiler/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# New ports collection makefile for: p5-SNMP-MIB-Compiler
|
||||
# Date created: December 12, 2001
|
||||
# Whom: Joe Clarke <marcus@marcuscom.com
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= SNMP-MIB-Compiler
|
||||
PORTVERSION= 0.06
|
||||
CATEGORIES= net perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= SNMP
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= marcus@marcuscom.com
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Data/Compare.pm:${PORTSDIR}/devel/p5-Data-Compare
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= SNMP::MIB::Compiler.3 \
|
||||
Bundle::SNMP::MIB::Compiler.3
|
||||
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
|
||||
.include <bsd.port.mk>
|
1
net-mgmt/p5-SNMP-MIB-Compiler/distinfo
Normal file
1
net-mgmt/p5-SNMP-MIB-Compiler/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (SNMP-MIB-Compiler-0.06.tar.gz) = 1bc0a54ac5e5e4210503cdc4ee48c9c1
|
1
net-mgmt/p5-SNMP-MIB-Compiler/pkg-comment
Normal file
1
net-mgmt/p5-SNMP-MIB-Compiler/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A Perl MIB compiler supporting both SMIv1 and SMIv2
|
6
net-mgmt/p5-SNMP-MIB-Compiler/pkg-descr
Normal file
6
net-mgmt/p5-SNMP-MIB-Compiler/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
SNMP::MIB::Compiler is a MIB compiler that fully supports
|
||||
both SMI(v1) and SMIv2. This module can be use to compile
|
||||
MIBs (recursively or not) or load already compiled MIBs for
|
||||
later use.
|
||||
|
||||
More information about this module is included in this package.
|
13
net-mgmt/p5-SNMP-MIB-Compiler/pkg-plist
Normal file
13
net-mgmt/p5-SNMP-MIB-Compiler/pkg-plist
Normal file
@ -0,0 +1,13 @@
|
||||
bin/mibbrowser
|
||||
bin/mibcompiler
|
||||
lib/perl5/site_perl/%%PERL_VER%%/SNMP/MIB/Compiler.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Bundle/SNMP/MIB/Compiler.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/SNMP/MIB/Compiler/.packlist
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/SNMP/MIB/Compiler
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/SNMP/MIB
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/SNMP
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/SNMP/MIB
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/SNMP
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/Bundle/SNMP/MIB
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/Bundle/SNMP
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Bundle 2>/dev/null || true
|
@ -310,6 +310,7 @@
|
||||
SUBDIR += p5-PlRPC
|
||||
SUBDIR += p5-RPC-XML
|
||||
SUBDIR += p5-SNMP
|
||||
SUBDIR += p5-SNMP-MIB-Compiler
|
||||
SUBDIR += p5-SNMP-Util
|
||||
SUBDIR += p5-SNMP_Session
|
||||
SUBDIR += p5-SOAP
|
||||
|
25
net/p5-SNMP-MIB-Compiler/Makefile
Normal file
25
net/p5-SNMP-MIB-Compiler/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# New ports collection makefile for: p5-SNMP-MIB-Compiler
|
||||
# Date created: December 12, 2001
|
||||
# Whom: Joe Clarke <marcus@marcuscom.com
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= SNMP-MIB-Compiler
|
||||
PORTVERSION= 0.06
|
||||
CATEGORIES= net perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= SNMP
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= marcus@marcuscom.com
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Data/Compare.pm:${PORTSDIR}/devel/p5-Data-Compare
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= SNMP::MIB::Compiler.3 \
|
||||
Bundle::SNMP::MIB::Compiler.3
|
||||
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
|
||||
.include <bsd.port.mk>
|
1
net/p5-SNMP-MIB-Compiler/distinfo
Normal file
1
net/p5-SNMP-MIB-Compiler/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (SNMP-MIB-Compiler-0.06.tar.gz) = 1bc0a54ac5e5e4210503cdc4ee48c9c1
|
1
net/p5-SNMP-MIB-Compiler/pkg-comment
Normal file
1
net/p5-SNMP-MIB-Compiler/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A Perl MIB compiler supporting both SMIv1 and SMIv2
|
6
net/p5-SNMP-MIB-Compiler/pkg-descr
Normal file
6
net/p5-SNMP-MIB-Compiler/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
SNMP::MIB::Compiler is a MIB compiler that fully supports
|
||||
both SMI(v1) and SMIv2. This module can be use to compile
|
||||
MIBs (recursively or not) or load already compiled MIBs for
|
||||
later use.
|
||||
|
||||
More information about this module is included in this package.
|
13
net/p5-SNMP-MIB-Compiler/pkg-plist
Normal file
13
net/p5-SNMP-MIB-Compiler/pkg-plist
Normal file
@ -0,0 +1,13 @@
|
||||
bin/mibbrowser
|
||||
bin/mibcompiler
|
||||
lib/perl5/site_perl/%%PERL_VER%%/SNMP/MIB/Compiler.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Bundle/SNMP/MIB/Compiler.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/SNMP/MIB/Compiler/.packlist
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/SNMP/MIB/Compiler
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/SNMP/MIB
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/SNMP
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/SNMP/MIB
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/SNMP
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/Bundle/SNMP/MIB
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/Bundle/SNMP
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Bundle 2>/dev/null || true
|
Loading…
Reference in New Issue
Block a user