The SNMP package from University of California at Davis
Ok'ed by: asami
This commit is contained in:
parent
a72ba80bd0
commit
d3cb3cb927
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=3312
41
net-mgmt/net-snmp-devel/Makefile
Normal file
41
net-mgmt/net-snmp-devel/Makefile
Normal file
@ -0,0 +1,41 @@
|
||||
# New ports collection makefile for: ucd-snmp
|
||||
# Version required: 3.1
|
||||
# Date created: 26 June 1996
|
||||
# Whom: gpalmer
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= ucd-snmp-3.1
|
||||
CATEGORIES+= networking
|
||||
MASTER_SITES= ftp://ftp.ece.ucdavis.edu/pub/snmp/
|
||||
|
||||
MAINTAINER= gpalmer@FreeBSD.ORG
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
IS_INTERACTIVE= yes
|
||||
|
||||
BIN= snmpbulkwalk snmpget snmpgetnext snmpnetstat \
|
||||
snmpset snmpstatus snmptest snmptranslate \
|
||||
snmptrap snmptrapd snmpwalk
|
||||
SBIN= snmpd
|
||||
MAN1= snmpget.1 snmpset.1 snmpwalk.1 snmpbulkwalk.1 \
|
||||
snmpgetnext.1 snmptest.1 snmpnetstat.1 snmptranslate.1 \
|
||||
snmpstatus.1
|
||||
MAN3= snmp_api.3
|
||||
MAN5= variables.5 snmpd.conf.5
|
||||
MAN8= snmptrapd.8 snmpd.8
|
||||
|
||||
post-install:
|
||||
( cd ${PREFIX}/bin; strip ${BIN} )
|
||||
( cd ${PREFIX}/sbin; strip ${SBIN} )
|
||||
.if !defined(NOMANCOMPRESS)
|
||||
( cd ${PREFIX}/man/man1; gzip -9nf ${MAN1} )
|
||||
( cd ${PREFIX}/man/man3; gzip -9nf ${MAN3} )
|
||||
( cd ${PREFIX}/man/man5; gzip -9nf ${MAN5} )
|
||||
( cd ${PREFIX}/man/man8; gzip -9nf ${MAN8} )
|
||||
.endif
|
||||
mkdir -p ${PREFIX}/share/examples/ucd-snmp
|
||||
( cd ${WRKSRC}/etc; cp * ${PREFIX}/share/examples/ucd-snmp )
|
||||
|
||||
.include <bsd.port.mk>
|
1
net-mgmt/net-snmp-devel/distinfo
Normal file
1
net-mgmt/net-snmp-devel/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (ucd-snmp-3.1.tar.gz) = 94804ca8e63f43899233ba30b9a6571a
|
1
net-mgmt/net-snmp-devel/pkg-comment
Normal file
1
net-mgmt/net-snmp-devel/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
An extendable SNMP implimentation
|
16
net-mgmt/net-snmp-devel/pkg-descr
Normal file
16
net-mgmt/net-snmp-devel/pkg-descr
Normal file
@ -0,0 +1,16 @@
|
||||
This is UCD SNMP, a derivative of CMU's SNMP package.
|
||||
|
||||
From the README:
|
||||
|
||||
This package contains a port and modified code of the CMU 2.1.2.1
|
||||
snmp agent. It has been modified to allow extensibility quickly
|
||||
and easily. It is far from the best and most configurable systems;
|
||||
but hey: its free.
|
||||
|
||||
We use this agent here to monitor known system problems before they
|
||||
take the machine over. The agent can be easily configured to
|
||||
monitor the number of a given process running, run external scripts
|
||||
to check and report functional status. Examples: mountd(s) under
|
||||
Ultrix 4.3 which tend to fork themselves crazy and eventually fill
|
||||
up the process table; On our hp700s, "amd" sometimes stops working,
|
||||
HP VUE hangs and fails to start X, etc.
|
33
net-mgmt/net-snmp-devel/pkg-plist
Normal file
33
net-mgmt/net-snmp-devel/pkg-plist
Normal file
@ -0,0 +1,33 @@
|
||||
bin/snmpnetstat
|
||||
bin/snmpwalk
|
||||
bin/snmpbulkwalk
|
||||
bin/snmptest
|
||||
bin/snmptranslate
|
||||
bin/snmpget
|
||||
bin/snmptrapd
|
||||
bin/snmpset
|
||||
bin/snmpgetnext
|
||||
bin/snmptrap
|
||||
bin/snmpstatus
|
||||
bin/snmpcheck
|
||||
man/man1/snmpget.1.gz
|
||||
man/man1/snmpset.1.gz
|
||||
man/man1/snmpwalk.1.gz
|
||||
man/man1/snmpbulkwalk.1.gz
|
||||
man/man1/snmpgetnext.1.gz
|
||||
man/man1/snmptest.1.gz
|
||||
man/man1/snmpnetstat.1.gz
|
||||
man/man1/snmptranslate.1.gz
|
||||
man/man1/snmpstatus.1.gz
|
||||
man/man3/snmp_api.3.gz
|
||||
man/man5/variables.5.gz
|
||||
man/man5/snmpd.conf.5.gz
|
||||
man/man8/snmptrapd.8.gz
|
||||
man/man8/snmpd.8.gz
|
||||
lib/snmp/mib.txt
|
||||
sbin/snmpd
|
||||
share/examples/ucd-snmp/README
|
||||
share/examples/ucd-snmp/acl.conf
|
||||
share/examples/ucd-snmp/context.conf
|
||||
share/examples/ucd-snmp/party.conf
|
||||
share/examples/ucd-snmp/view.conf
|
41
net-mgmt/net-snmp/Makefile
Normal file
41
net-mgmt/net-snmp/Makefile
Normal file
@ -0,0 +1,41 @@
|
||||
# New ports collection makefile for: ucd-snmp
|
||||
# Version required: 3.1
|
||||
# Date created: 26 June 1996
|
||||
# Whom: gpalmer
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= ucd-snmp-3.1
|
||||
CATEGORIES+= networking
|
||||
MASTER_SITES= ftp://ftp.ece.ucdavis.edu/pub/snmp/
|
||||
|
||||
MAINTAINER= gpalmer@FreeBSD.ORG
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
IS_INTERACTIVE= yes
|
||||
|
||||
BIN= snmpbulkwalk snmpget snmpgetnext snmpnetstat \
|
||||
snmpset snmpstatus snmptest snmptranslate \
|
||||
snmptrap snmptrapd snmpwalk
|
||||
SBIN= snmpd
|
||||
MAN1= snmpget.1 snmpset.1 snmpwalk.1 snmpbulkwalk.1 \
|
||||
snmpgetnext.1 snmptest.1 snmpnetstat.1 snmptranslate.1 \
|
||||
snmpstatus.1
|
||||
MAN3= snmp_api.3
|
||||
MAN5= variables.5 snmpd.conf.5
|
||||
MAN8= snmptrapd.8 snmpd.8
|
||||
|
||||
post-install:
|
||||
( cd ${PREFIX}/bin; strip ${BIN} )
|
||||
( cd ${PREFIX}/sbin; strip ${SBIN} )
|
||||
.if !defined(NOMANCOMPRESS)
|
||||
( cd ${PREFIX}/man/man1; gzip -9nf ${MAN1} )
|
||||
( cd ${PREFIX}/man/man3; gzip -9nf ${MAN3} )
|
||||
( cd ${PREFIX}/man/man5; gzip -9nf ${MAN5} )
|
||||
( cd ${PREFIX}/man/man8; gzip -9nf ${MAN8} )
|
||||
.endif
|
||||
mkdir -p ${PREFIX}/share/examples/ucd-snmp
|
||||
( cd ${WRKSRC}/etc; cp * ${PREFIX}/share/examples/ucd-snmp )
|
||||
|
||||
.include <bsd.port.mk>
|
1
net-mgmt/net-snmp/distinfo
Normal file
1
net-mgmt/net-snmp/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (ucd-snmp-3.1.tar.gz) = 94804ca8e63f43899233ba30b9a6571a
|
1
net-mgmt/net-snmp/pkg-comment
Normal file
1
net-mgmt/net-snmp/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
An extendable SNMP implimentation
|
16
net-mgmt/net-snmp/pkg-descr
Normal file
16
net-mgmt/net-snmp/pkg-descr
Normal file
@ -0,0 +1,16 @@
|
||||
This is UCD SNMP, a derivative of CMU's SNMP package.
|
||||
|
||||
From the README:
|
||||
|
||||
This package contains a port and modified code of the CMU 2.1.2.1
|
||||
snmp agent. It has been modified to allow extensibility quickly
|
||||
and easily. It is far from the best and most configurable systems;
|
||||
but hey: its free.
|
||||
|
||||
We use this agent here to monitor known system problems before they
|
||||
take the machine over. The agent can be easily configured to
|
||||
monitor the number of a given process running, run external scripts
|
||||
to check and report functional status. Examples: mountd(s) under
|
||||
Ultrix 4.3 which tend to fork themselves crazy and eventually fill
|
||||
up the process table; On our hp700s, "amd" sometimes stops working,
|
||||
HP VUE hangs and fails to start X, etc.
|
33
net-mgmt/net-snmp/pkg-plist
Normal file
33
net-mgmt/net-snmp/pkg-plist
Normal file
@ -0,0 +1,33 @@
|
||||
bin/snmpnetstat
|
||||
bin/snmpwalk
|
||||
bin/snmpbulkwalk
|
||||
bin/snmptest
|
||||
bin/snmptranslate
|
||||
bin/snmpget
|
||||
bin/snmptrapd
|
||||
bin/snmpset
|
||||
bin/snmpgetnext
|
||||
bin/snmptrap
|
||||
bin/snmpstatus
|
||||
bin/snmpcheck
|
||||
man/man1/snmpget.1.gz
|
||||
man/man1/snmpset.1.gz
|
||||
man/man1/snmpwalk.1.gz
|
||||
man/man1/snmpbulkwalk.1.gz
|
||||
man/man1/snmpgetnext.1.gz
|
||||
man/man1/snmptest.1.gz
|
||||
man/man1/snmpnetstat.1.gz
|
||||
man/man1/snmptranslate.1.gz
|
||||
man/man1/snmpstatus.1.gz
|
||||
man/man3/snmp_api.3.gz
|
||||
man/man5/variables.5.gz
|
||||
man/man5/snmpd.conf.5.gz
|
||||
man/man8/snmptrapd.8.gz
|
||||
man/man8/snmpd.8.gz
|
||||
lib/snmp/mib.txt
|
||||
sbin/snmpd
|
||||
share/examples/ucd-snmp/README
|
||||
share/examples/ucd-snmp/acl.conf
|
||||
share/examples/ucd-snmp/context.conf
|
||||
share/examples/ucd-snmp/party.conf
|
||||
share/examples/ucd-snmp/view.conf
|
41
net-mgmt/net-snmp4/Makefile
Normal file
41
net-mgmt/net-snmp4/Makefile
Normal file
@ -0,0 +1,41 @@
|
||||
# New ports collection makefile for: ucd-snmp
|
||||
# Version required: 3.1
|
||||
# Date created: 26 June 1996
|
||||
# Whom: gpalmer
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= ucd-snmp-3.1
|
||||
CATEGORIES+= networking
|
||||
MASTER_SITES= ftp://ftp.ece.ucdavis.edu/pub/snmp/
|
||||
|
||||
MAINTAINER= gpalmer@FreeBSD.ORG
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
IS_INTERACTIVE= yes
|
||||
|
||||
BIN= snmpbulkwalk snmpget snmpgetnext snmpnetstat \
|
||||
snmpset snmpstatus snmptest snmptranslate \
|
||||
snmptrap snmptrapd snmpwalk
|
||||
SBIN= snmpd
|
||||
MAN1= snmpget.1 snmpset.1 snmpwalk.1 snmpbulkwalk.1 \
|
||||
snmpgetnext.1 snmptest.1 snmpnetstat.1 snmptranslate.1 \
|
||||
snmpstatus.1
|
||||
MAN3= snmp_api.3
|
||||
MAN5= variables.5 snmpd.conf.5
|
||||
MAN8= snmptrapd.8 snmpd.8
|
||||
|
||||
post-install:
|
||||
( cd ${PREFIX}/bin; strip ${BIN} )
|
||||
( cd ${PREFIX}/sbin; strip ${SBIN} )
|
||||
.if !defined(NOMANCOMPRESS)
|
||||
( cd ${PREFIX}/man/man1; gzip -9nf ${MAN1} )
|
||||
( cd ${PREFIX}/man/man3; gzip -9nf ${MAN3} )
|
||||
( cd ${PREFIX}/man/man5; gzip -9nf ${MAN5} )
|
||||
( cd ${PREFIX}/man/man8; gzip -9nf ${MAN8} )
|
||||
.endif
|
||||
mkdir -p ${PREFIX}/share/examples/ucd-snmp
|
||||
( cd ${WRKSRC}/etc; cp * ${PREFIX}/share/examples/ucd-snmp )
|
||||
|
||||
.include <bsd.port.mk>
|
1
net-mgmt/net-snmp4/distinfo
Normal file
1
net-mgmt/net-snmp4/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (ucd-snmp-3.1.tar.gz) = 94804ca8e63f43899233ba30b9a6571a
|
1
net-mgmt/net-snmp4/pkg-comment
Normal file
1
net-mgmt/net-snmp4/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
An extendable SNMP implimentation
|
16
net-mgmt/net-snmp4/pkg-descr
Normal file
16
net-mgmt/net-snmp4/pkg-descr
Normal file
@ -0,0 +1,16 @@
|
||||
This is UCD SNMP, a derivative of CMU's SNMP package.
|
||||
|
||||
From the README:
|
||||
|
||||
This package contains a port and modified code of the CMU 2.1.2.1
|
||||
snmp agent. It has been modified to allow extensibility quickly
|
||||
and easily. It is far from the best and most configurable systems;
|
||||
but hey: its free.
|
||||
|
||||
We use this agent here to monitor known system problems before they
|
||||
take the machine over. The agent can be easily configured to
|
||||
monitor the number of a given process running, run external scripts
|
||||
to check and report functional status. Examples: mountd(s) under
|
||||
Ultrix 4.3 which tend to fork themselves crazy and eventually fill
|
||||
up the process table; On our hp700s, "amd" sometimes stops working,
|
||||
HP VUE hangs and fails to start X, etc.
|
33
net-mgmt/net-snmp4/pkg-plist
Normal file
33
net-mgmt/net-snmp4/pkg-plist
Normal file
@ -0,0 +1,33 @@
|
||||
bin/snmpnetstat
|
||||
bin/snmpwalk
|
||||
bin/snmpbulkwalk
|
||||
bin/snmptest
|
||||
bin/snmptranslate
|
||||
bin/snmpget
|
||||
bin/snmptrapd
|
||||
bin/snmpset
|
||||
bin/snmpgetnext
|
||||
bin/snmptrap
|
||||
bin/snmpstatus
|
||||
bin/snmpcheck
|
||||
man/man1/snmpget.1.gz
|
||||
man/man1/snmpset.1.gz
|
||||
man/man1/snmpwalk.1.gz
|
||||
man/man1/snmpbulkwalk.1.gz
|
||||
man/man1/snmpgetnext.1.gz
|
||||
man/man1/snmptest.1.gz
|
||||
man/man1/snmpnetstat.1.gz
|
||||
man/man1/snmptranslate.1.gz
|
||||
man/man1/snmpstatus.1.gz
|
||||
man/man3/snmp_api.3.gz
|
||||
man/man5/variables.5.gz
|
||||
man/man5/snmpd.conf.5.gz
|
||||
man/man8/snmptrapd.8.gz
|
||||
man/man8/snmpd.8.gz
|
||||
lib/snmp/mib.txt
|
||||
sbin/snmpd
|
||||
share/examples/ucd-snmp/README
|
||||
share/examples/ucd-snmp/acl.conf
|
||||
share/examples/ucd-snmp/context.conf
|
||||
share/examples/ucd-snmp/party.conf
|
||||
share/examples/ucd-snmp/view.conf
|
41
net-mgmt/net-snmp53/Makefile
Normal file
41
net-mgmt/net-snmp53/Makefile
Normal file
@ -0,0 +1,41 @@
|
||||
# New ports collection makefile for: ucd-snmp
|
||||
# Version required: 3.1
|
||||
# Date created: 26 June 1996
|
||||
# Whom: gpalmer
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= ucd-snmp-3.1
|
||||
CATEGORIES+= networking
|
||||
MASTER_SITES= ftp://ftp.ece.ucdavis.edu/pub/snmp/
|
||||
|
||||
MAINTAINER= gpalmer@FreeBSD.ORG
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
IS_INTERACTIVE= yes
|
||||
|
||||
BIN= snmpbulkwalk snmpget snmpgetnext snmpnetstat \
|
||||
snmpset snmpstatus snmptest snmptranslate \
|
||||
snmptrap snmptrapd snmpwalk
|
||||
SBIN= snmpd
|
||||
MAN1= snmpget.1 snmpset.1 snmpwalk.1 snmpbulkwalk.1 \
|
||||
snmpgetnext.1 snmptest.1 snmpnetstat.1 snmptranslate.1 \
|
||||
snmpstatus.1
|
||||
MAN3= snmp_api.3
|
||||
MAN5= variables.5 snmpd.conf.5
|
||||
MAN8= snmptrapd.8 snmpd.8
|
||||
|
||||
post-install:
|
||||
( cd ${PREFIX}/bin; strip ${BIN} )
|
||||
( cd ${PREFIX}/sbin; strip ${SBIN} )
|
||||
.if !defined(NOMANCOMPRESS)
|
||||
( cd ${PREFIX}/man/man1; gzip -9nf ${MAN1} )
|
||||
( cd ${PREFIX}/man/man3; gzip -9nf ${MAN3} )
|
||||
( cd ${PREFIX}/man/man5; gzip -9nf ${MAN5} )
|
||||
( cd ${PREFIX}/man/man8; gzip -9nf ${MAN8} )
|
||||
.endif
|
||||
mkdir -p ${PREFIX}/share/examples/ucd-snmp
|
||||
( cd ${WRKSRC}/etc; cp * ${PREFIX}/share/examples/ucd-snmp )
|
||||
|
||||
.include <bsd.port.mk>
|
1
net-mgmt/net-snmp53/distinfo
Normal file
1
net-mgmt/net-snmp53/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (ucd-snmp-3.1.tar.gz) = 94804ca8e63f43899233ba30b9a6571a
|
1
net-mgmt/net-snmp53/pkg-comment
Normal file
1
net-mgmt/net-snmp53/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
An extendable SNMP implimentation
|
16
net-mgmt/net-snmp53/pkg-descr
Normal file
16
net-mgmt/net-snmp53/pkg-descr
Normal file
@ -0,0 +1,16 @@
|
||||
This is UCD SNMP, a derivative of CMU's SNMP package.
|
||||
|
||||
From the README:
|
||||
|
||||
This package contains a port and modified code of the CMU 2.1.2.1
|
||||
snmp agent. It has been modified to allow extensibility quickly
|
||||
and easily. It is far from the best and most configurable systems;
|
||||
but hey: its free.
|
||||
|
||||
We use this agent here to monitor known system problems before they
|
||||
take the machine over. The agent can be easily configured to
|
||||
monitor the number of a given process running, run external scripts
|
||||
to check and report functional status. Examples: mountd(s) under
|
||||
Ultrix 4.3 which tend to fork themselves crazy and eventually fill
|
||||
up the process table; On our hp700s, "amd" sometimes stops working,
|
||||
HP VUE hangs and fails to start X, etc.
|
33
net-mgmt/net-snmp53/pkg-plist
Normal file
33
net-mgmt/net-snmp53/pkg-plist
Normal file
@ -0,0 +1,33 @@
|
||||
bin/snmpnetstat
|
||||
bin/snmpwalk
|
||||
bin/snmpbulkwalk
|
||||
bin/snmptest
|
||||
bin/snmptranslate
|
||||
bin/snmpget
|
||||
bin/snmptrapd
|
||||
bin/snmpset
|
||||
bin/snmpgetnext
|
||||
bin/snmptrap
|
||||
bin/snmpstatus
|
||||
bin/snmpcheck
|
||||
man/man1/snmpget.1.gz
|
||||
man/man1/snmpset.1.gz
|
||||
man/man1/snmpwalk.1.gz
|
||||
man/man1/snmpbulkwalk.1.gz
|
||||
man/man1/snmpgetnext.1.gz
|
||||
man/man1/snmptest.1.gz
|
||||
man/man1/snmpnetstat.1.gz
|
||||
man/man1/snmptranslate.1.gz
|
||||
man/man1/snmpstatus.1.gz
|
||||
man/man3/snmp_api.3.gz
|
||||
man/man5/variables.5.gz
|
||||
man/man5/snmpd.conf.5.gz
|
||||
man/man8/snmptrapd.8.gz
|
||||
man/man8/snmpd.8.gz
|
||||
lib/snmp/mib.txt
|
||||
sbin/snmpd
|
||||
share/examples/ucd-snmp/README
|
||||
share/examples/ucd-snmp/acl.conf
|
||||
share/examples/ucd-snmp/context.conf
|
||||
share/examples/ucd-snmp/party.conf
|
||||
share/examples/ucd-snmp/view.conf
|
41
net/net-snmp/Makefile
Normal file
41
net/net-snmp/Makefile
Normal file
@ -0,0 +1,41 @@
|
||||
# New ports collection makefile for: ucd-snmp
|
||||
# Version required: 3.1
|
||||
# Date created: 26 June 1996
|
||||
# Whom: gpalmer
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= ucd-snmp-3.1
|
||||
CATEGORIES+= networking
|
||||
MASTER_SITES= ftp://ftp.ece.ucdavis.edu/pub/snmp/
|
||||
|
||||
MAINTAINER= gpalmer@FreeBSD.ORG
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
IS_INTERACTIVE= yes
|
||||
|
||||
BIN= snmpbulkwalk snmpget snmpgetnext snmpnetstat \
|
||||
snmpset snmpstatus snmptest snmptranslate \
|
||||
snmptrap snmptrapd snmpwalk
|
||||
SBIN= snmpd
|
||||
MAN1= snmpget.1 snmpset.1 snmpwalk.1 snmpbulkwalk.1 \
|
||||
snmpgetnext.1 snmptest.1 snmpnetstat.1 snmptranslate.1 \
|
||||
snmpstatus.1
|
||||
MAN3= snmp_api.3
|
||||
MAN5= variables.5 snmpd.conf.5
|
||||
MAN8= snmptrapd.8 snmpd.8
|
||||
|
||||
post-install:
|
||||
( cd ${PREFIX}/bin; strip ${BIN} )
|
||||
( cd ${PREFIX}/sbin; strip ${SBIN} )
|
||||
.if !defined(NOMANCOMPRESS)
|
||||
( cd ${PREFIX}/man/man1; gzip -9nf ${MAN1} )
|
||||
( cd ${PREFIX}/man/man3; gzip -9nf ${MAN3} )
|
||||
( cd ${PREFIX}/man/man5; gzip -9nf ${MAN5} )
|
||||
( cd ${PREFIX}/man/man8; gzip -9nf ${MAN8} )
|
||||
.endif
|
||||
mkdir -p ${PREFIX}/share/examples/ucd-snmp
|
||||
( cd ${WRKSRC}/etc; cp * ${PREFIX}/share/examples/ucd-snmp )
|
||||
|
||||
.include <bsd.port.mk>
|
1
net/net-snmp/distinfo
Normal file
1
net/net-snmp/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (ucd-snmp-3.1.tar.gz) = 94804ca8e63f43899233ba30b9a6571a
|
1
net/net-snmp/pkg-comment
Normal file
1
net/net-snmp/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
An extendable SNMP implimentation
|
16
net/net-snmp/pkg-descr
Normal file
16
net/net-snmp/pkg-descr
Normal file
@ -0,0 +1,16 @@
|
||||
This is UCD SNMP, a derivative of CMU's SNMP package.
|
||||
|
||||
From the README:
|
||||
|
||||
This package contains a port and modified code of the CMU 2.1.2.1
|
||||
snmp agent. It has been modified to allow extensibility quickly
|
||||
and easily. It is far from the best and most configurable systems;
|
||||
but hey: its free.
|
||||
|
||||
We use this agent here to monitor known system problems before they
|
||||
take the machine over. The agent can be easily configured to
|
||||
monitor the number of a given process running, run external scripts
|
||||
to check and report functional status. Examples: mountd(s) under
|
||||
Ultrix 4.3 which tend to fork themselves crazy and eventually fill
|
||||
up the process table; On our hp700s, "amd" sometimes stops working,
|
||||
HP VUE hangs and fails to start X, etc.
|
33
net/net-snmp/pkg-plist
Normal file
33
net/net-snmp/pkg-plist
Normal file
@ -0,0 +1,33 @@
|
||||
bin/snmpnetstat
|
||||
bin/snmpwalk
|
||||
bin/snmpbulkwalk
|
||||
bin/snmptest
|
||||
bin/snmptranslate
|
||||
bin/snmpget
|
||||
bin/snmptrapd
|
||||
bin/snmpset
|
||||
bin/snmpgetnext
|
||||
bin/snmptrap
|
||||
bin/snmpstatus
|
||||
bin/snmpcheck
|
||||
man/man1/snmpget.1.gz
|
||||
man/man1/snmpset.1.gz
|
||||
man/man1/snmpwalk.1.gz
|
||||
man/man1/snmpbulkwalk.1.gz
|
||||
man/man1/snmpgetnext.1.gz
|
||||
man/man1/snmptest.1.gz
|
||||
man/man1/snmpnetstat.1.gz
|
||||
man/man1/snmptranslate.1.gz
|
||||
man/man1/snmpstatus.1.gz
|
||||
man/man3/snmp_api.3.gz
|
||||
man/man5/variables.5.gz
|
||||
man/man5/snmpd.conf.5.gz
|
||||
man/man8/snmptrapd.8.gz
|
||||
man/man8/snmpd.8.gz
|
||||
lib/snmp/mib.txt
|
||||
sbin/snmpd
|
||||
share/examples/ucd-snmp/README
|
||||
share/examples/ucd-snmp/acl.conf
|
||||
share/examples/ucd-snmp/context.conf
|
||||
share/examples/ucd-snmp/party.conf
|
||||
share/examples/ucd-snmp/view.conf
|
41
net/net-snmp4/Makefile
Normal file
41
net/net-snmp4/Makefile
Normal file
@ -0,0 +1,41 @@
|
||||
# New ports collection makefile for: ucd-snmp
|
||||
# Version required: 3.1
|
||||
# Date created: 26 June 1996
|
||||
# Whom: gpalmer
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= ucd-snmp-3.1
|
||||
CATEGORIES+= networking
|
||||
MASTER_SITES= ftp://ftp.ece.ucdavis.edu/pub/snmp/
|
||||
|
||||
MAINTAINER= gpalmer@FreeBSD.ORG
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
IS_INTERACTIVE= yes
|
||||
|
||||
BIN= snmpbulkwalk snmpget snmpgetnext snmpnetstat \
|
||||
snmpset snmpstatus snmptest snmptranslate \
|
||||
snmptrap snmptrapd snmpwalk
|
||||
SBIN= snmpd
|
||||
MAN1= snmpget.1 snmpset.1 snmpwalk.1 snmpbulkwalk.1 \
|
||||
snmpgetnext.1 snmptest.1 snmpnetstat.1 snmptranslate.1 \
|
||||
snmpstatus.1
|
||||
MAN3= snmp_api.3
|
||||
MAN5= variables.5 snmpd.conf.5
|
||||
MAN8= snmptrapd.8 snmpd.8
|
||||
|
||||
post-install:
|
||||
( cd ${PREFIX}/bin; strip ${BIN} )
|
||||
( cd ${PREFIX}/sbin; strip ${SBIN} )
|
||||
.if !defined(NOMANCOMPRESS)
|
||||
( cd ${PREFIX}/man/man1; gzip -9nf ${MAN1} )
|
||||
( cd ${PREFIX}/man/man3; gzip -9nf ${MAN3} )
|
||||
( cd ${PREFIX}/man/man5; gzip -9nf ${MAN5} )
|
||||
( cd ${PREFIX}/man/man8; gzip -9nf ${MAN8} )
|
||||
.endif
|
||||
mkdir -p ${PREFIX}/share/examples/ucd-snmp
|
||||
( cd ${WRKSRC}/etc; cp * ${PREFIX}/share/examples/ucd-snmp )
|
||||
|
||||
.include <bsd.port.mk>
|
1
net/net-snmp4/distinfo
Normal file
1
net/net-snmp4/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (ucd-snmp-3.1.tar.gz) = 94804ca8e63f43899233ba30b9a6571a
|
1
net/net-snmp4/pkg-comment
Normal file
1
net/net-snmp4/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
An extendable SNMP implimentation
|
16
net/net-snmp4/pkg-descr
Normal file
16
net/net-snmp4/pkg-descr
Normal file
@ -0,0 +1,16 @@
|
||||
This is UCD SNMP, a derivative of CMU's SNMP package.
|
||||
|
||||
From the README:
|
||||
|
||||
This package contains a port and modified code of the CMU 2.1.2.1
|
||||
snmp agent. It has been modified to allow extensibility quickly
|
||||
and easily. It is far from the best and most configurable systems;
|
||||
but hey: its free.
|
||||
|
||||
We use this agent here to monitor known system problems before they
|
||||
take the machine over. The agent can be easily configured to
|
||||
monitor the number of a given process running, run external scripts
|
||||
to check and report functional status. Examples: mountd(s) under
|
||||
Ultrix 4.3 which tend to fork themselves crazy and eventually fill
|
||||
up the process table; On our hp700s, "amd" sometimes stops working,
|
||||
HP VUE hangs and fails to start X, etc.
|
33
net/net-snmp4/pkg-plist
Normal file
33
net/net-snmp4/pkg-plist
Normal file
@ -0,0 +1,33 @@
|
||||
bin/snmpnetstat
|
||||
bin/snmpwalk
|
||||
bin/snmpbulkwalk
|
||||
bin/snmptest
|
||||
bin/snmptranslate
|
||||
bin/snmpget
|
||||
bin/snmptrapd
|
||||
bin/snmpset
|
||||
bin/snmpgetnext
|
||||
bin/snmptrap
|
||||
bin/snmpstatus
|
||||
bin/snmpcheck
|
||||
man/man1/snmpget.1.gz
|
||||
man/man1/snmpset.1.gz
|
||||
man/man1/snmpwalk.1.gz
|
||||
man/man1/snmpbulkwalk.1.gz
|
||||
man/man1/snmpgetnext.1.gz
|
||||
man/man1/snmptest.1.gz
|
||||
man/man1/snmpnetstat.1.gz
|
||||
man/man1/snmptranslate.1.gz
|
||||
man/man1/snmpstatus.1.gz
|
||||
man/man3/snmp_api.3.gz
|
||||
man/man5/variables.5.gz
|
||||
man/man5/snmpd.conf.5.gz
|
||||
man/man8/snmptrapd.8.gz
|
||||
man/man8/snmpd.8.gz
|
||||
lib/snmp/mib.txt
|
||||
sbin/snmpd
|
||||
share/examples/ucd-snmp/README
|
||||
share/examples/ucd-snmp/acl.conf
|
||||
share/examples/ucd-snmp/context.conf
|
||||
share/examples/ucd-snmp/party.conf
|
||||
share/examples/ucd-snmp/view.conf
|
41
net/ucd-snmp/Makefile
Normal file
41
net/ucd-snmp/Makefile
Normal file
@ -0,0 +1,41 @@
|
||||
# New ports collection makefile for: ucd-snmp
|
||||
# Version required: 3.1
|
||||
# Date created: 26 June 1996
|
||||
# Whom: gpalmer
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= ucd-snmp-3.1
|
||||
CATEGORIES+= networking
|
||||
MASTER_SITES= ftp://ftp.ece.ucdavis.edu/pub/snmp/
|
||||
|
||||
MAINTAINER= gpalmer@FreeBSD.ORG
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
IS_INTERACTIVE= yes
|
||||
|
||||
BIN= snmpbulkwalk snmpget snmpgetnext snmpnetstat \
|
||||
snmpset snmpstatus snmptest snmptranslate \
|
||||
snmptrap snmptrapd snmpwalk
|
||||
SBIN= snmpd
|
||||
MAN1= snmpget.1 snmpset.1 snmpwalk.1 snmpbulkwalk.1 \
|
||||
snmpgetnext.1 snmptest.1 snmpnetstat.1 snmptranslate.1 \
|
||||
snmpstatus.1
|
||||
MAN3= snmp_api.3
|
||||
MAN5= variables.5 snmpd.conf.5
|
||||
MAN8= snmptrapd.8 snmpd.8
|
||||
|
||||
post-install:
|
||||
( cd ${PREFIX}/bin; strip ${BIN} )
|
||||
( cd ${PREFIX}/sbin; strip ${SBIN} )
|
||||
.if !defined(NOMANCOMPRESS)
|
||||
( cd ${PREFIX}/man/man1; gzip -9nf ${MAN1} )
|
||||
( cd ${PREFIX}/man/man3; gzip -9nf ${MAN3} )
|
||||
( cd ${PREFIX}/man/man5; gzip -9nf ${MAN5} )
|
||||
( cd ${PREFIX}/man/man8; gzip -9nf ${MAN8} )
|
||||
.endif
|
||||
mkdir -p ${PREFIX}/share/examples/ucd-snmp
|
||||
( cd ${WRKSRC}/etc; cp * ${PREFIX}/share/examples/ucd-snmp )
|
||||
|
||||
.include <bsd.port.mk>
|
1
net/ucd-snmp/distinfo
Normal file
1
net/ucd-snmp/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (ucd-snmp-3.1.tar.gz) = 94804ca8e63f43899233ba30b9a6571a
|
1
net/ucd-snmp/pkg-comment
Normal file
1
net/ucd-snmp/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
An extendable SNMP implimentation
|
16
net/ucd-snmp/pkg-descr
Normal file
16
net/ucd-snmp/pkg-descr
Normal file
@ -0,0 +1,16 @@
|
||||
This is UCD SNMP, a derivative of CMU's SNMP package.
|
||||
|
||||
From the README:
|
||||
|
||||
This package contains a port and modified code of the CMU 2.1.2.1
|
||||
snmp agent. It has been modified to allow extensibility quickly
|
||||
and easily. It is far from the best and most configurable systems;
|
||||
but hey: its free.
|
||||
|
||||
We use this agent here to monitor known system problems before they
|
||||
take the machine over. The agent can be easily configured to
|
||||
monitor the number of a given process running, run external scripts
|
||||
to check and report functional status. Examples: mountd(s) under
|
||||
Ultrix 4.3 which tend to fork themselves crazy and eventually fill
|
||||
up the process table; On our hp700s, "amd" sometimes stops working,
|
||||
HP VUE hangs and fails to start X, etc.
|
33
net/ucd-snmp/pkg-plist
Normal file
33
net/ucd-snmp/pkg-plist
Normal file
@ -0,0 +1,33 @@
|
||||
bin/snmpnetstat
|
||||
bin/snmpwalk
|
||||
bin/snmpbulkwalk
|
||||
bin/snmptest
|
||||
bin/snmptranslate
|
||||
bin/snmpget
|
||||
bin/snmptrapd
|
||||
bin/snmpset
|
||||
bin/snmpgetnext
|
||||
bin/snmptrap
|
||||
bin/snmpstatus
|
||||
bin/snmpcheck
|
||||
man/man1/snmpget.1.gz
|
||||
man/man1/snmpset.1.gz
|
||||
man/man1/snmpwalk.1.gz
|
||||
man/man1/snmpbulkwalk.1.gz
|
||||
man/man1/snmpgetnext.1.gz
|
||||
man/man1/snmptest.1.gz
|
||||
man/man1/snmpnetstat.1.gz
|
||||
man/man1/snmptranslate.1.gz
|
||||
man/man1/snmpstatus.1.gz
|
||||
man/man3/snmp_api.3.gz
|
||||
man/man5/variables.5.gz
|
||||
man/man5/snmpd.conf.5.gz
|
||||
man/man8/snmptrapd.8.gz
|
||||
man/man8/snmpd.8.gz
|
||||
lib/snmp/mib.txt
|
||||
sbin/snmpd
|
||||
share/examples/ucd-snmp/README
|
||||
share/examples/ucd-snmp/acl.conf
|
||||
share/examples/ucd-snmp/context.conf
|
||||
share/examples/ucd-snmp/party.conf
|
||||
share/examples/ucd-snmp/view.conf
|
Loading…
Reference in New Issue
Block a user