diff options
author | bapt <bapt@FreeBSD.org> | 2014-09-02 07:05:26 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-09-02 07:05:26 +0800 |
commit | cdc767a8b93346cbb26e16165c2163d60931e8b6 (patch) | |
tree | 39f650e2e85c255908675444e0ce32d9639f251f /net/entitymib | |
parent | 4ed2b58372991749c1637ba65a70c2e6854a4dfc (diff) | |
download | freebsd-ports-gnome-cdc767a8b93346cbb26e16165c2163d60931e8b6.tar.gz freebsd-ports-gnome-cdc767a8b93346cbb26e16165c2163d60931e8b6.tar.zst freebsd-ports-gnome-cdc767a8b93346cbb26e16165c2163d60931e8b6.zip |
Remove non staged ports without pending PR from net-p2p, net and news
Diffstat (limited to 'net/entitymib')
-rw-r--r-- | net/entitymib/Makefile | 32 | ||||
-rw-r--r-- | net/entitymib/distinfo | 6 | ||||
-rw-r--r-- | net/entitymib/pkg-descr | 9 | ||||
-rw-r--r-- | net/entitymib/pkg-message | 9 | ||||
-rw-r--r-- | net/entitymib/pkg-plist | 2 |
5 files changed, 0 insertions, 58 deletions
diff --git a/net/entitymib/Makefile b/net/entitymib/Makefile deleted file mode 100644 index 088ddc2d29b6..000000000000 --- a/net/entitymib/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# Created by: Garrett Wollman <wollman@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= entitymib -PORTVERSION= 20040109 -PORTREVISION= 2 -CATEGORIES= net perl5 -MASTER_SITES= ${MASTER_SITE_LOCAL} \ - http://www.mibexplorer.com/export/ietf/:mibs -MASTER_SITE_SUBDIR= wollman -DISTFILES= entitymib entitymib.1 ENTITY-MIB.txt:mibs -EXTRACT_ONLY= - -MAINTAINER= ports@FreeBSD.org -COMMENT=Display the Entity MIB of an SNMP agent - -RUN_DEPENDS= p5-Tree-DAG_Node>=0:${PORTSDIR}/devel/p5-Tree-DAG_Node \ - net-snmp>=0:${PORTSDIR}/net-mgmt/net-snmp - -USES= perl5 -USE_PERL5= run -MAN1= entitymib.1 - -NO_BUILD= nope - -NO_STAGE= yes -do-install: - ${INSTALL_SCRIPT} ${DISTDIR}/entitymib ${PREFIX}/bin/entitymib - ${INSTALL_MAN} ${DISTDIR}/entitymib.1 ${MANPREFIX}/man/man1 - ${INSTALL_DATA} ${DISTDIR}/ENTITY-MIB.txt ${PREFIX}/share/snmp/mibs - -.include <bsd.port.mk> diff --git a/net/entitymib/distinfo b/net/entitymib/distinfo deleted file mode 100644 index d131c2960510..000000000000 --- a/net/entitymib/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -SHA256 (entitymib) = 5c5934cbc6f432f3ef6de8f3ba47289dc99e1a86e8dcca00118b765bfb79244c -SIZE (entitymib) = 11223 -SHA256 (entitymib.1) = f4c583c33898a5ac9a9568267996dfb9f040329e3458695d668da22c04775f77 -SIZE (entitymib.1) = 7117 -SHA256 (ENTITY-MIB.txt) = f4d0fe753581afb7ebfcd68ddee5338a1e2a8536e31a3c60b86d30cae8ccc8b9 -SIZE (ENTITY-MIB.txt) = 45486 diff --git a/net/entitymib/pkg-descr b/net/entitymib/pkg-descr deleted file mode 100644 index 2169cdd503c9..000000000000 --- a/net/entitymib/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -entitymib is a utility for displaying the physical configuration of an -SNMPv2c or v3 agent using the SNMP Entity MIB, and, for certain Cisco -Systems switches, displaying additional sensor and configuration -information from proprietary MIBs (which must be obtained separately). - -entitymib is written entirely in Perl, but it uses the NetSNMP library -through its Perl binding, SNMP(3), and requires that NetSNMP's MIB -directories be correctly configured to provide, at a minimum, the -Entity MIB. diff --git a/net/entitymib/pkg-message b/net/entitymib/pkg-message deleted file mode 100644 index e10b9d5c5b3c..000000000000 --- a/net/entitymib/pkg-message +++ /dev/null @@ -1,9 +0,0 @@ -In order to use the full functionality of entitymib for Cisco -switches, you must obtain and install the following Cisco proprietary -MIB modules: - - CISCO-ENTITY-SENSOR-MIB - CISCO-ENTITY-ASSET-MIB - CISCO-ENTITY-EXT-MIB - -Not all MIBs are supported by all Cisco switches. diff --git a/net/entitymib/pkg-plist b/net/entitymib/pkg-plist deleted file mode 100644 index fde3b62602ca..000000000000 --- a/net/entitymib/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -bin/entitymib -share/snmp/mibs/ENTITY-MIB.txt |