Public SNMPv1 and SNMPv2 MIBs from Cisco.
This commit is contained in:
parent
08f2742db4
commit
47f4f3c5e2
4 changed files with 1537 additions and 0 deletions
1
net/cisco-mibs/DESCR
Normal file
1
net/cisco-mibs/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
Public SNMPv1 and SNMPv2 MIBs from Cisco.
|
39
net/cisco-mibs/Makefile
Normal file
39
net/cisco-mibs/Makefile
Normal file
|
@ -0,0 +1,39 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2005/02/12 17:56:42 kim Exp $
|
||||
|
||||
DISTNAME= cisco-mibs-20050210
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ftp://ftp.gw.com/pub/mibs/${DISTNAME}/
|
||||
DISTFILES= v1.tar.gz \
|
||||
v2.tar.gz
|
||||
|
||||
#
|
||||
# Files are tarred up every day at
|
||||
# ftp://ftp.cisco.com/pub/mibs/v1/
|
||||
# ftp://ftp.cisco.com/pub/mibs/v2/
|
||||
#
|
||||
|
||||
MAINTAINER= kim@tac.nyc.ny.us
|
||||
COMMENT= Public SNMPv1 and SNMPv2 MIBs from Cisco.
|
||||
|
||||
WRKSRC= ${WRKDIR}
|
||||
DIST_SUBDIR= ${PKGBASE}
|
||||
EXTRACT_ONLY= # empty
|
||||
NO_BUILD= yes
|
||||
|
||||
MIBDIR= ${PREFIX}/share/cisco-mibs
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA_DIR} ${MIBDIR}
|
||||
.for DISTFILE in ${DISTFILES}
|
||||
@${ECHO_MSG} -n "Extracting ${DISTFILE} ... "
|
||||
@${GTAR} -xz \
|
||||
--exclude=v1-readme \
|
||||
--exclude=v2-readme \
|
||||
-C ${MIBDIR} -f ${DISTDIR}/${DIST_SUBDIR}/${DISTFILE}
|
||||
@${ECHO_MSG} "done"
|
||||
.endfor
|
||||
@${ECHO_MSG} -n "Fixing file ownerships ... "
|
||||
@${CHOWN} -R ${BINOWN}:${BINGRP} ${MIBDIR}
|
||||
@${ECHO_MSG} "done"
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
1491
net/cisco-mibs/PLIST
Normal file
1491
net/cisco-mibs/PLIST
Normal file
File diff suppressed because it is too large
Load diff
6
net/cisco-mibs/distinfo
Normal file
6
net/cisco-mibs/distinfo
Normal file
|
@ -0,0 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2005/02/12 17:56:41 kim Exp $
|
||||
|
||||
SHA1 (cisco-mibs/v1.tar.gz) = 83bb52ad3687cfef139e40c46b9684b24c44b5e1
|
||||
Size (cisco-mibs/v1.tar.gz) = 4040787 bytes
|
||||
SHA1 (cisco-mibs/v2.tar.gz) = 74046230039bec46eae15b595d20418f192ec7d4
|
||||
Size (cisco-mibs/v2.tar.gz) = 4303216 bytes
|
Loading…
Reference in a new issue