summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--net-mgmt/p5-Altoids/Makefile32
-rw-r--r--net-mgmt/p5-Altoids/distinfo1
-rw-r--r--net-mgmt/p5-Altoids/pkg-descr8
-rw-r--r--net-mgmt/p5-Altoids/pkg-plist29
-rw-r--r--net/Makefile1
-rw-r--r--net/p5-Altoids/Makefile32
-rw-r--r--net/p5-Altoids/distinfo1
-rw-r--r--net/p5-Altoids/pkg-descr8
-rw-r--r--net/p5-Altoids/pkg-plist29
9 files changed, 141 insertions, 0 deletions
diff --git a/net-mgmt/p5-Altoids/Makefile b/net-mgmt/p5-Altoids/Makefile
new file mode 100644
index 0000000..b05a2d1
--- /dev/null
+++ b/net-mgmt/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-mgmt/p5-Altoids/distinfo b/net-mgmt/p5-Altoids/distinfo
new file mode 100644
index 0000000..0b5ee51
--- /dev/null
+++ b/net-mgmt/p5-Altoids/distinfo
@@ -0,0 +1 @@
+MD5 (Altoids1.017.tar.gz) = ce37ad6c1af08e59a3eefc459e4dc944
diff --git a/net-mgmt/p5-Altoids/pkg-descr b/net-mgmt/p5-Altoids/pkg-descr
new file mode 100644
index 0000000..c50a757
--- /dev/null
+++ b/net-mgmt/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-mgmt/p5-Altoids/pkg-plist b/net-mgmt/p5-Altoids/pkg-plist
new file mode 100644
index 0000000..a087251
--- /dev/null
+++ b/net-mgmt/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
diff --git a/net/Makefile b/net/Makefile
index b5980ef..3e8c53c 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 0000000..b05a2d1
--- /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 0000000..0b5ee51
--- /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 0000000..c50a757
--- /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 0000000..a087251
--- /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
OpenPOWER on IntegriCloud