summaryrefslogtreecommitdiff
path: root/net-mgmt/p5-SNMP-Util
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/p5-SNMP-Util')
-rw-r--r--net-mgmt/p5-SNMP-Util/Makefile27
-rw-r--r--net-mgmt/p5-SNMP-Util/distinfo1
-rw-r--r--net-mgmt/p5-SNMP-Util/files/patch-aa24
-rw-r--r--net-mgmt/p5-SNMP-Util/pkg-comment1
-rw-r--r--net-mgmt/p5-SNMP-Util/pkg-descr3
-rw-r--r--net-mgmt/p5-SNMP-Util/pkg-plist4
6 files changed, 0 insertions, 60 deletions
diff --git a/net-mgmt/p5-SNMP-Util/Makefile b/net-mgmt/p5-SNMP-Util/Makefile
deleted file mode 100644
index e1566db80e67..000000000000
--- a/net-mgmt/p5-SNMP-Util/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# New ports collection makefile for: p5-SNMP-Util
-# Date created: September 7 1999
-# Whom: Bill Fenner <fenner@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= SNMP-Util
-PORTVERSION= 1.6
-CATEGORIES= net perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR= SNMP
-PKGNAMEPREFIX= p5-
-
-MAINTAINER= fenner@FreeBSD.org
-
-RUN_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/SNMP.pm:${PORTSDIR}/net/p5-SNMP
-
-USE_PERL5= yes
-
-MAN3= SNMP::Util.3
-MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
-
-do-configure:
- @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
-
-.include <bsd.port.mk>
diff --git a/net-mgmt/p5-SNMP-Util/distinfo b/net-mgmt/p5-SNMP-Util/distinfo
deleted file mode 100644
index 50212b275c8d..000000000000
--- a/net-mgmt/p5-SNMP-Util/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (SNMP-Util-1.6.tar.gz) = a7fab959fe6eef8c9044a21f7859b024
diff --git a/net-mgmt/p5-SNMP-Util/files/patch-aa b/net-mgmt/p5-SNMP-Util/files/patch-aa
deleted file mode 100644
index 1ada2f247c76..000000000000
--- a/net-mgmt/p5-SNMP-Util/files/patch-aa
+++ /dev/null
@@ -1,24 +0,0 @@
---- Makefile.PL.orig Tue Sep 7 15:26:45 1999
-+++ Makefile.PL Tue Sep 7 15:27:02 1999
-@@ -12,21 +12,6 @@
- print "ok\n";
- }
-
--$FILE = new FileHandle;
--open($FILE,">t/snmp.data");
--
--print "\nEnter the IP address of the Device: ";
--chomp($IP = <stdin>);
--
--print "Enter the SNMP community string: ";
--chomp($community = <stdin>);
--
--print $FILE "IP = $IP\n";
--print $FILE "community = $community\n";
--
--close $FILE;
--
--
- # See lib/ExtUtils/MakeMaker.pm for details of how to influence
- # the contents of the Makefile that is written.
- WriteMakefile(
diff --git a/net-mgmt/p5-SNMP-Util/pkg-comment b/net-mgmt/p5-SNMP-Util/pkg-comment
deleted file mode 100644
index 94b7a9342c00..000000000000
--- a/net-mgmt/p5-SNMP-Util/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Perl modules to perform SNMP set,get,walk,next,walk_hash etc
diff --git a/net-mgmt/p5-SNMP-Util/pkg-descr b/net-mgmt/p5-SNMP-Util/pkg-descr
deleted file mode 100644
index 0e94a34f7fc0..000000000000
--- a/net-mgmt/p5-SNMP-Util/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-This Perl library is a set of utilities for configuring and monitoring
-SNMP based devices. This library requires the UCD port of SNMP and the
-SNMP.pm module written by Joe Marzot.
diff --git a/net-mgmt/p5-SNMP-Util/pkg-plist b/net-mgmt/p5-SNMP-Util/pkg-plist
deleted file mode 100644
index 2bd9951c387f..000000000000
--- a/net-mgmt/p5-SNMP-Util/pkg-plist
+++ /dev/null
@@ -1,4 +0,0 @@
-lib/perl5/site_perl/%%PERL_VER%%/SNMP/Util.pm
-lib/perl5/site_perl/%%PERL_VER%%/SNMP/Util_env.pm
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/SNMP/Util/.packlist
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/SNMP/Util