aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2009-12-08 17:08:24 +0800
committerpav <pav@FreeBSD.org>2009-12-08 17:08:24 +0800
commit8bf357ad05cafcf8c8fe6234b80c63610418dcec (patch)
treeda9387c5b81b00609d8b4dce3ecbec347c2591ad /net-mgmt
parenteb9937527d907345faf53915b85b6691338a79c7 (diff)
downloadfreebsd-ports-gnome-8bf357ad05cafcf8c8fe6234b80c63610418dcec.tar.gz
freebsd-ports-gnome-8bf357ad05cafcf8c8fe6234b80c63610418dcec.tar.zst
freebsd-ports-gnome-8bf357ad05cafcf8c8fe6234b80c63610418dcec.zip
- Remove expired p5-SNMP port
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/Makefile1
-rw-r--r--net-mgmt/p5-SNMP/Makefile31
-rw-r--r--net-mgmt/p5-SNMP/distinfo3
-rw-r--r--net-mgmt/p5-SNMP/files/patch-Makefile.PL11
-rw-r--r--net-mgmt/p5-SNMP/pkg-descr13
-rw-r--r--net-mgmt/p5-SNMP/pkg-plist7
6 files changed, 0 insertions, 66 deletions
diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile
index 60136a637958..0344bf3cbe92 100644
--- a/net-mgmt/Makefile
+++ b/net-mgmt/Makefile
@@ -196,7 +196,6 @@
SUBDIR += p5-NetAddr-IP-Lite
SUBDIR += p5-NetApp
SUBDIR += p5-POE-Component-SNMP
- SUBDIR += p5-SNMP
SUBDIR += p5-SNMP-Info
SUBDIR += p5-SNMP-MIB-Compiler
SUBDIR += p5-SNMP-Simple
diff --git a/net-mgmt/p5-SNMP/Makefile b/net-mgmt/p5-SNMP/Makefile
deleted file mode 100644
index 94153300d586..000000000000
--- a/net-mgmt/p5-SNMP/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# New ports collection makefile for: p5-SNMP
-# Date created: May 5th 1997
-# Whom: James FitzGibbon <jfitz@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= SNMP
-PORTVERSION= 4.2.7.1
-CATEGORIES= net-mgmt perl5
-MASTER_SITES= SF/net-${PORTNAME:L}/ucd-${PORTNAME:L}/${PORTVERSION}%20source%20code
-PKGNAMEPREFIX= p5-
-DISTNAME= ucd-snmp-${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A perl5 module for interfacing with the CMU SNMP library
-
-DEPRECATED= Perl SNMP module is now a part of net-mgmt/net-snmp
-EXPIRATION_DATE= 2009-08-15
-
-LIB_DEPENDS= snmp.4:${PORTSDIR}/net-mgmt/net-snmp4
-
-WRKSRC= ${WRKDIR}/${DISTNAME}/perl/SNMP
-
-PERL_CONFIGURE= yes
-
-post-install:
- @${INSTALL_DATA} ${WRKSRC}/README \
- ${PREFIX}/lib/perl5/site_perl/README.SNMP
-
-.include <bsd.port.mk>
diff --git a/net-mgmt/p5-SNMP/distinfo b/net-mgmt/p5-SNMP/distinfo
deleted file mode 100644
index 0308d43fafb6..000000000000
--- a/net-mgmt/p5-SNMP/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (ucd-snmp-4.2.7.1.tar.gz) = 8d55a3a8798951c3c25cd2bc5bd07e4c
-SHA256 (ucd-snmp-4.2.7.1.tar.gz) = c3cd3b7949be0c450117c1f9796a2912ceaea47909de35168e72eecd81b5ab9b
-SIZE (ucd-snmp-4.2.7.1.tar.gz) = 1818836
diff --git a/net-mgmt/p5-SNMP/files/patch-Makefile.PL b/net-mgmt/p5-SNMP/files/patch-Makefile.PL
deleted file mode 100644
index 959663ef3629..000000000000
--- a/net-mgmt/p5-SNMP/files/patch-Makefile.PL
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.PL Mon Jan 8 19:58:04 2001
-+++ Makefile.PL.orig Sat Feb 5 08:09:39 2000
-@@ -27,7 +27,7 @@
- $snmp_link_lib = 'libsnmp';
- $sep = '\\';
- } else {
-- $snmp_lib = 'libsnmp.a';
-+ $snmp_lib = 'libsnmp.so';
- $snmp_link_lib = 'snmp';
- $sep = '/';
- }
diff --git a/net-mgmt/p5-SNMP/pkg-descr b/net-mgmt/p5-SNMP/pkg-descr
deleted file mode 100644
index cd4684825f48..000000000000
--- a/net-mgmt/p5-SNMP/pkg-descr
+++ /dev/null
@@ -1,13 +0,0 @@
-This is a Perl5 extension module which provides an interface to the
-UCD-SNMP library.
-
-Description:
-
-The basic operations offered by SNMP are provided through an object
-oriented interface for modularity and ease of use. The primary object is
-SNMP::Session which is implemented as a blessed hash reference. The
-object supports 'get', 'set', and 'getNext' method calls. All calls are
-blocking/synchronous (i.e., they must receive a response or timeout
-before control is returned to the caller). The methods take a variety of
-input argument formats (example/* for examples). A description of the
-objects data fields follow.
diff --git a/net-mgmt/p5-SNMP/pkg-plist b/net-mgmt/p5-SNMP/pkg-plist
deleted file mode 100644
index 44aead515a4d..000000000000
--- a/net-mgmt/p5-SNMP/pkg-plist
+++ /dev/null
@@ -1,7 +0,0 @@
-lib/perl5/site_perl/README.SNMP
-%%SITE_PERL%%/%%PERL_ARCH%%/SNMP.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/SNMP/.packlist
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/SNMP/SNMP.bs
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/SNMP/SNMP.so
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/SNMP/autosplit.ix
-@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/SNMP