diff options
author | Bill Fumerola <billf@FreeBSD.org> | 2003-06-17 22:27:51 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 2003-06-17 22:27:51 +0000 |
commit | 75a15f00c858083f310bb3de61cf3648bf4b89b1 (patch) | |
tree | 2af31a3633d6c2c9046c0445f548e116af4522d7 /net | |
parent | 45f4c2354472b36a51fbf76e3f5865d15e3b8a80 (diff) | |
download | ports-75a15f00c858083f310bb3de61cf3648bf4b89b1.tar.gz ports-75a15f00c858083f310bb3de61cf3648bf4b89b1.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/p5-Altoids/Makefile | 32 | ||||
-rw-r--r-- | net/p5-Altoids/distinfo | 1 | ||||
-rw-r--r-- | net/p5-Altoids/pkg-descr | 8 | ||||
-rw-r--r-- | net/p5-Altoids/pkg-plist | 29 |
5 files changed, 71 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index b5980eff8e0e..3e8c53c18e15 100644 --- a/net/Makefile +++ b/net/Makefile @@ -411,6 +411,7 @@ SUBDIR += osrtspproxy SUBDIR += ossp-sa SUBDIR += p0f + SUBDIR += p5-Altoids SUBDIR += p5-Archie SUBDIR += p5-BIND-Conf_Parser SUBDIR += p5-Cflow diff --git a/net/p5-Altoids/Makefile b/net/p5-Altoids/Makefile new file mode 100644 index 000000000000..b05a2d1353a5 --- /dev/null +++ b/net/p5-Altoids/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: p5-SNMP_Session +# Date created: 13 June 1999 +# Whom: Bill Fumerola <billf@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Altoids +PORTVERSION= 1.017 +CATEGORIES= net perl5 +MASTER_SITES= http://dave.plonka.us/Altoids/%SUBDIR%/ +MASTER_SITE_SUBDIR= . old +PKGNAMEPREFIX= p5- +DISTNAME= ${PORTNAME}${PORTVERSION} + +MAINTAINER= billf@FreeBSD.org +COMMENT= SNMP get/walk functionality with built-in name to OID translation + +RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/SNMP_Session.pm::${PORTSDIR}/net/p5-SNMP_Session + +GNU_CONFIGURE= yes + +CONFIGURE_ARGS+= --with-perllib=${SITE_PERL} \ + --with-oids=${LOCALBASE}/share/${PORTNAME:L} + +post-install: +.if !defined(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} +.endif + +.include <bsd.port.mk> diff --git a/net/p5-Altoids/distinfo b/net/p5-Altoids/distinfo new file mode 100644 index 000000000000..0b5ee513618a --- /dev/null +++ b/net/p5-Altoids/distinfo @@ -0,0 +1 @@ +MD5 (Altoids1.017.tar.gz) = ce37ad6c1af08e59a3eefc459e4dc944 diff --git a/net/p5-Altoids/pkg-descr b/net/p5-Altoids/pkg-descr new file mode 100644 index 000000000000..c50a7576e2b8 --- /dev/null +++ b/net/p5-Altoids/pkg-descr @@ -0,0 +1,8 @@ +perl module that provides SNMP get/walk functionality with built-in name +to OID translation alternatively by using .oid files. It is implemented +as a derived class based upon p5-SNMP_Session. + +WWW: http://dave.plonka.us/Altoids/ + +- Bill Fumerola +billf@FreeBSD.org diff --git a/net/p5-Altoids/pkg-plist b/net/p5-Altoids/pkg-plist new file mode 100644 index 000000000000..a0872517cd92 --- /dev/null +++ b/net/p5-Altoids/pkg-plist @@ -0,0 +1,29 @@ +bin/altget +bin/altwalk +lib/perl5/site_perl/%%PERL_VER%%/Altoids.pm +lib/perl5/site_perl/%%PERL_VER%%/altoids.pl +share/altoids/CISCO-ATM-IF-MIB.oid +share/altoids/CISCO-LECS-MIB.oid +share/altoids/CISCO-LES-MIB.oid +share/altoids/IF-MIB.oid +share/altoids/LAN-EMULATION-CLIENT-MIB.oid +share/altoids/NOVELL-IPX-MIB.oid +share/altoids/NOVELL-NLSP-MIB.oid +share/altoids/NOVELL-RIPSAP-MIB.oid +share/altoids/OLD-CISCO-INTERFACES-MIB.oid +share/altoids/OLD-CISCO-NOVELL-MIB.oid +share/altoids/RFC1213-MIB.oid +share/altoids/RFC1229-MIB.oid +share/altoids/RFC1231-MIB.oid +share/altoids/RFC1243-MIB.oid +share/altoids/RFC1253-MIB.oid +share/altoids/RFC1271-MIB.oid +share/altoids/RFC1285-MIB.oid +share/altoids/RFC1315-MIB.oid +share/altoids/RFC1381-MIB.oid +share/altoids/RFC1382-MIB.oid +share/altoids/RFC1398-MIB.oid +share/altoids/RFC1406-MIB.oid +@dirrm share/altoids +%%PORTDOCS%%share/doc/Altoids/README +%%PORTDOCS%%@dirrm share/doc/Altoids |