mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
Add p5-Altoids 1.017,
SNMP get/walk functionality with built-in name to OID translation.
This commit is contained in:
parent
45f4c23544
commit
75a15f00c8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=83192
32
net-mgmt/p5-Altoids/Makefile
Normal file
32
net-mgmt/p5-Altoids/Makefile
Normal file
@ -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>
|
1
net-mgmt/p5-Altoids/distinfo
Normal file
1
net-mgmt/p5-Altoids/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Altoids1.017.tar.gz) = ce37ad6c1af08e59a3eefc459e4dc944
|
8
net-mgmt/p5-Altoids/pkg-descr
Normal file
8
net-mgmt/p5-Altoids/pkg-descr
Normal file
@ -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
|
29
net-mgmt/p5-Altoids/pkg-plist
Normal file
29
net-mgmt/p5-Altoids/pkg-plist
Normal file
@ -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
|
@ -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
|
||||
|
32
net/p5-Altoids/Makefile
Normal file
32
net/p5-Altoids/Makefile
Normal file
@ -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>
|
1
net/p5-Altoids/distinfo
Normal file
1
net/p5-Altoids/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Altoids1.017.tar.gz) = ce37ad6c1af08e59a3eefc459e4dc944
|
8
net/p5-Altoids/pkg-descr
Normal file
8
net/p5-Altoids/pkg-descr
Normal file
@ -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
|
29
net/p5-Altoids/pkg-plist
Normal file
29
net/p5-Altoids/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user