diff options
author | gpalmer <gpalmer@FreeBSD.org> | 1996-07-06 16:14:49 +0800 |
---|---|---|
committer | gpalmer <gpalmer@FreeBSD.org> | 1996-07-06 16:14:49 +0800 |
commit | 984a086074a4fb4e72119dccd770dc00aa707f2a (patch) | |
tree | 232ff035481143cf82f0ed876cbb6d8e357bc724 /net/net-snmp4 | |
parent | 404b25f4f8474265f3001c5a41d096bdd3098cb6 (diff) | |
download | freebsd-ports-gnome-984a086074a4fb4e72119dccd770dc00aa707f2a.tar.gz freebsd-ports-gnome-984a086074a4fb4e72119dccd770dc00aa707f2a.tar.zst freebsd-ports-gnome-984a086074a4fb4e72119dccd770dc00aa707f2a.zip |
The SNMP package from University of California at Davis
Ok'ed by: asami
Diffstat (limited to 'net/net-snmp4')
-rw-r--r-- | net/net-snmp4/Makefile | 41 | ||||
-rw-r--r-- | net/net-snmp4/distinfo | 1 | ||||
-rw-r--r-- | net/net-snmp4/pkg-comment | 1 | ||||
-rw-r--r-- | net/net-snmp4/pkg-descr | 16 | ||||
-rw-r--r-- | net/net-snmp4/pkg-plist | 33 |
5 files changed, 92 insertions, 0 deletions
diff --git a/net/net-snmp4/Makefile b/net/net-snmp4/Makefile new file mode 100644 index 000000000000..873ce21690f0 --- /dev/null +++ b/net/net-snmp4/Makefile @@ -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> diff --git a/net/net-snmp4/distinfo b/net/net-snmp4/distinfo new file mode 100644 index 000000000000..3d93c64c5b50 --- /dev/null +++ b/net/net-snmp4/distinfo @@ -0,0 +1 @@ +MD5 (ucd-snmp-3.1.tar.gz) = 94804ca8e63f43899233ba30b9a6571a diff --git a/net/net-snmp4/pkg-comment b/net/net-snmp4/pkg-comment new file mode 100644 index 000000000000..1b3e12467ea8 --- /dev/null +++ b/net/net-snmp4/pkg-comment @@ -0,0 +1 @@ +An extendable SNMP implimentation
\ No newline at end of file diff --git a/net/net-snmp4/pkg-descr b/net/net-snmp4/pkg-descr new file mode 100644 index 000000000000..d92e176799f8 --- /dev/null +++ b/net/net-snmp4/pkg-descr @@ -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. diff --git a/net/net-snmp4/pkg-plist b/net/net-snmp4/pkg-plist new file mode 100644 index 000000000000..50e5672f746f --- /dev/null +++ b/net/net-snmp4/pkg-plist @@ -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 |