summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-12-08 09:06:54 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-12-08 09:06:54 +0000
commitacc892a263ceebe3a6688a742b3ba6fc886f8dc0 (patch)
treec50551c008e7e0326133105237d449d09b174268
parent- Remove optional support for expired p5-SNMP port (diff)
- Remove net-snmp-tkmib, it depends on expired ports net-snmp4 and p5-SNMP
Notes
Notes: svn path=/head/; revision=245391
-rw-r--r--MOVED1
-rw-r--r--net-mgmt/Makefile1
-rw-r--r--net-mgmt/net-snmp-tkmib/Makefile28
-rw-r--r--net-mgmt/net-snmp-tkmib/distinfo3
-rw-r--r--net-mgmt/net-snmp-tkmib/files/patch-tkmib7
-rw-r--r--net-mgmt/net-snmp-tkmib/pkg-descr12
6 files changed, 1 insertions, 51 deletions
diff --git a/MOVED b/MOVED
index 72e545af198c..5bf1c49ca4cf 100644
--- a/MOVED
+++ b/MOVED
@@ -4213,3 +4213,4 @@ www/xulrunner|www/libxul|2009-12-02|Superseded by www/libxul
secuirty/nettel2|security/nettel|2009-12-02|Please use security/nettel
security/pear-Crypt_HMAC||2009-12-07|Please use security/pear-Crypt_HMAC2
mail/dovecot-devel|mail/dovecot|2009-12-08|Non-devel version is newer
+net-mgmt/net-snmp-tkmib||2009-12-08|Depends on expired port p5-SNMP
diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile
index a95d385b390b..60136a637958 100644
--- a/net-mgmt/Makefile
+++ b/net-mgmt/Makefile
@@ -138,7 +138,6 @@
SUBDIR += nedi
SUBDIR += nefu
SUBDIR += net-snmp
- SUBDIR += net-snmp-tkmib
SUBDIR += net-snmp4
SUBDIR += netams
SUBDIR += netams-front
diff --git a/net-mgmt/net-snmp-tkmib/Makefile b/net-mgmt/net-snmp-tkmib/Makefile
deleted file mode 100644
index 339801466519..000000000000
--- a/net-mgmt/net-snmp-tkmib/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# New ports collection makefile for: net-snmp-tkmib
-# Date created: 4 April 2002
-# Whom: kuriyama
-#
-# $FreeBSD$
-#
-
-PORTNAME= ucd-snmp-tkmib
-PORTVERSION= 4.2.7.1
-CATEGORIES= net-mgmt
-MASTER_SITES= SF/net-snmp/ucd-snmp/${PORTVERSION}%20source%20code
-DISTNAME= ucd-snmp-${PORTVERSION}
-
-MAINTAINER= kuriyama@FreeBSD.org
-COMMENT= An extendable SNMP implementation (tkmib part)
-
-RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Tk.pm:${PORTSDIR}/x11-toolkits/p5-Tk \
- ${SITE_PERL}/${PERL_ARCH}/SNMP.pm:${PORTSDIR}/net-mgmt/p5-SNMP
-
-WRKSRC= ${WRKDIR}/ucd-snmp-${PORTVERSION}
-NO_BUILD= yes
-USE_PERL5= yes
-PLIST_FILES= bin/tkmib
-
-do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/local/tkmib ${PREFIX}/bin
-
-.include <bsd.port.mk>
diff --git a/net-mgmt/net-snmp-tkmib/distinfo b/net-mgmt/net-snmp-tkmib/distinfo
deleted file mode 100644
index 0308d43fafb6..000000000000
--- a/net-mgmt/net-snmp-tkmib/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/net-snmp-tkmib/files/patch-tkmib b/net-mgmt/net-snmp-tkmib/files/patch-tkmib
deleted file mode 100644
index 0d9d5e7a0b87..000000000000
--- a/net-mgmt/net-snmp-tkmib/files/patch-tkmib
+++ /dev/null
@@ -1,7 +0,0 @@
---- local/tkmib.orig Wed Nov 7 01:26:37 2001
-+++ local/tkmib Thu Apr 4 14:29:19 2002
-@@ -1,4 +1,3 @@
--#!/usr/bin/perl
- #!/usr/bin/perl -w
-
- require 5;
diff --git a/net-mgmt/net-snmp-tkmib/pkg-descr b/net-mgmt/net-snmp-tkmib/pkg-descr
deleted file mode 100644
index 1e2a7ba5a94c..000000000000
--- a/net-mgmt/net-snmp-tkmib/pkg-descr
+++ /dev/null
@@ -1,12 +0,0 @@
-This is UCD SNMP, a derivative of CMU's SNMP package (tkmib part).
-
-Various tools relating to the Simple Network Management Protocol including:
-
- An extensible agent
- An SNMP library
- tools to request or set information from SNMP agents
- tools to generate and handle SNMP traps
- a version of the unix 'netstat' command using SNMP
- a Tk/perl mib browser
-
-WWW: http://net-snmp.sourceforge.net/