diff options
author | wollman <wollman@FreeBSD.org> | 2004-01-10 11:50:51 +0800 |
---|---|---|
committer | wollman <wollman@FreeBSD.org> | 2004-01-10 11:50:51 +0800 |
commit | 0b00ea7a9243ff7fc3a6b259944cc6f73b89b87f (patch) | |
tree | df3b9e2b6df559a5a13c9292bf849c5a1c6ecfb0 /net | |
parent | cad6cdb0c0f87032e7cc6a4543b378dc1e39160c (diff) | |
download | freebsd-ports-gnome-0b00ea7a9243ff7fc3a6b259944cc6f73b89b87f.tar.gz freebsd-ports-gnome-0b00ea7a9243ff7fc3a6b259944cc6f73b89b87f.tar.zst freebsd-ports-gnome-0b00ea7a9243ff7fc3a6b259944cc6f73b89b87f.zip |
Add a copy of the Entity MIB to this package (for some reason I thought
net-snmp included it in the default set of MIBs, but apparently not).
Waiting for word from Cisco as to whether we can redistribute their MIB
modules.
Diffstat (limited to 'net')
-rw-r--r-- | net/entitymib/Makefile | 7 | ||||
-rw-r--r-- | net/entitymib/distinfo | 1 | ||||
-rw-r--r-- | net/entitymib/pkg-plist | 1 |
3 files changed, 7 insertions, 2 deletions
diff --git a/net/entitymib/Makefile b/net/entitymib/Makefile index cc3c6cdcd57e..010518d16322 100644 --- a/net/entitymib/Makefile +++ b/net/entitymib/Makefile @@ -7,10 +7,12 @@ PORTNAME= entitymib PORTVERSION= 20040109 +PORTREVISION= 1 CATEGORIES= net perl5 -MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITES= ${MASTER_SITE_LOCAL} \ + http://www.mibexplorer.com/export/ietf/:mibs MASTER_SITE_SUBDIR= wollman -DISTFILES= entitymib entitymib.1 +DISTFILES= entitymib entitymib.1 ENTITY-MIB.txt:mibs EXTRACT_ONLY= MAINTAINER= wollman@FreeBSD.org @@ -27,5 +29,6 @@ NO_BUILD= nope 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 index 59dfe8bd8f2d..8a9c3c608bd3 100644 --- a/net/entitymib/distinfo +++ b/net/entitymib/distinfo @@ -1,2 +1,3 @@ MD5 (entitymib) = 97b9aeb0dee69afddf5daaf7060b7578 MD5 (entitymib.1) = d53780d3d220405f5437e1115ff1fec1 +MD5 (ENTITY-MIB.txt) = e54752d00c9ac394bc50ee63bb17d93d diff --git a/net/entitymib/pkg-plist b/net/entitymib/pkg-plist index 03ef1e6aac8e..fde3b62602ca 100644 --- a/net/entitymib/pkg-plist +++ b/net/entitymib/pkg-plist @@ -1 +1,2 @@ bin/entitymib +share/snmp/mibs/ENTITY-MIB.txt |