diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-12-13 03:23:46 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-12-13 03:23:46 +0000 |
commit | ebe3e0a16369964c39611382fd6b7ed62eed4ae2 (patch) | |
tree | 3235139a30c741166d1a95a3119b90627bb653bd /net/p5-SNMP-MIB-Compiler | |
parent | e1008f9c110d7ad299a7e652b6efcb5d13334170 (diff) | |
download | ports-ebe3e0a16369964c39611382fd6b7ed62eed4ae2.tar.gz ports-ebe3e0a16369964c39611382fd6b7ed62eed4ae2.zip |
Notes
Diffstat (limited to 'net/p5-SNMP-MIB-Compiler')
-rw-r--r-- | net/p5-SNMP-MIB-Compiler/Makefile | 25 | ||||
-rw-r--r-- | net/p5-SNMP-MIB-Compiler/distinfo | 1 | ||||
-rw-r--r-- | net/p5-SNMP-MIB-Compiler/pkg-comment | 1 | ||||
-rw-r--r-- | net/p5-SNMP-MIB-Compiler/pkg-descr | 6 | ||||
-rw-r--r-- | net/p5-SNMP-MIB-Compiler/pkg-plist | 13 |
5 files changed, 46 insertions, 0 deletions
diff --git a/net/p5-SNMP-MIB-Compiler/Makefile b/net/p5-SNMP-MIB-Compiler/Makefile new file mode 100644 index 000000000000..aa6084655c3c --- /dev/null +++ b/net/p5-SNMP-MIB-Compiler/Makefile @@ -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> diff --git a/net/p5-SNMP-MIB-Compiler/distinfo b/net/p5-SNMP-MIB-Compiler/distinfo new file mode 100644 index 000000000000..d65b1acb19a7 --- /dev/null +++ b/net/p5-SNMP-MIB-Compiler/distinfo @@ -0,0 +1 @@ +MD5 (SNMP-MIB-Compiler-0.06.tar.gz) = 1bc0a54ac5e5e4210503cdc4ee48c9c1 diff --git a/net/p5-SNMP-MIB-Compiler/pkg-comment b/net/p5-SNMP-MIB-Compiler/pkg-comment new file mode 100644 index 000000000000..d8c7a5aeed15 --- /dev/null +++ b/net/p5-SNMP-MIB-Compiler/pkg-comment @@ -0,0 +1 @@ +A Perl MIB compiler supporting both SMIv1 and SMIv2 diff --git a/net/p5-SNMP-MIB-Compiler/pkg-descr b/net/p5-SNMP-MIB-Compiler/pkg-descr new file mode 100644 index 000000000000..946bd81d3ee3 --- /dev/null +++ b/net/p5-SNMP-MIB-Compiler/pkg-descr @@ -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. diff --git a/net/p5-SNMP-MIB-Compiler/pkg-plist b/net/p5-SNMP-MIB-Compiler/pkg-plist new file mode 100644 index 000000000000..1dc69ce8baba --- /dev/null +++ b/net/p5-SNMP-MIB-Compiler/pkg-plist @@ -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 |