summaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorGary Palmer <gpalmer@FreeBSD.org>1996-07-06 08:14:49 +0000
committerGary Palmer <gpalmer@FreeBSD.org>1996-07-06 08:14:49 +0000
commitd3cb3cb92706cf89df3f3003bad020c800eb9930 (patch)
treea8f1c3d74cd6efbf1515816f432112c6a69931b8 /net-mgmt
parentMake this thing work with Microsoft network. (diff)
The SNMP package from University of California at Davis
Ok'ed by: asami
Notes
Notes: svn path=/head/; revision=3312
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/net-snmp-devel/Makefile41
-rw-r--r--net-mgmt/net-snmp-devel/distinfo1
-rw-r--r--net-mgmt/net-snmp-devel/pkg-comment1
-rw-r--r--net-mgmt/net-snmp-devel/pkg-descr16
-rw-r--r--net-mgmt/net-snmp-devel/pkg-plist33
-rw-r--r--net-mgmt/net-snmp/Makefile41
-rw-r--r--net-mgmt/net-snmp/distinfo1
-rw-r--r--net-mgmt/net-snmp/pkg-comment1
-rw-r--r--net-mgmt/net-snmp/pkg-descr16
-rw-r--r--net-mgmt/net-snmp/pkg-plist33
-rw-r--r--net-mgmt/net-snmp4/Makefile41
-rw-r--r--net-mgmt/net-snmp4/distinfo1
-rw-r--r--net-mgmt/net-snmp4/pkg-comment1
-rw-r--r--net-mgmt/net-snmp4/pkg-descr16
-rw-r--r--net-mgmt/net-snmp4/pkg-plist33
-rw-r--r--net-mgmt/net-snmp53/Makefile41
-rw-r--r--net-mgmt/net-snmp53/distinfo1
-rw-r--r--net-mgmt/net-snmp53/pkg-comment1
-rw-r--r--net-mgmt/net-snmp53/pkg-descr16
-rw-r--r--net-mgmt/net-snmp53/pkg-plist33
20 files changed, 368 insertions, 0 deletions
diff --git a/net-mgmt/net-snmp-devel/Makefile b/net-mgmt/net-snmp-devel/Makefile
new file mode 100644
index 000000000000..873ce21690f0
--- /dev/null
+++ b/net-mgmt/net-snmp-devel/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-mgmt/net-snmp-devel/distinfo b/net-mgmt/net-snmp-devel/distinfo
new file mode 100644
index 000000000000..3d93c64c5b50
--- /dev/null
+++ b/net-mgmt/net-snmp-devel/distinfo
@@ -0,0 +1 @@
+MD5 (ucd-snmp-3.1.tar.gz) = 94804ca8e63f43899233ba30b9a6571a
diff --git a/net-mgmt/net-snmp-devel/pkg-comment b/net-mgmt/net-snmp-devel/pkg-comment
new file mode 100644
index 000000000000..1b3e12467ea8
--- /dev/null
+++ b/net-mgmt/net-snmp-devel/pkg-comment
@@ -0,0 +1 @@
+An extendable SNMP implimentation \ No newline at end of file
diff --git a/net-mgmt/net-snmp-devel/pkg-descr b/net-mgmt/net-snmp-devel/pkg-descr
new file mode 100644
index 000000000000..d92e176799f8
--- /dev/null
+++ b/net-mgmt/net-snmp-devel/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-mgmt/net-snmp-devel/pkg-plist b/net-mgmt/net-snmp-devel/pkg-plist
new file mode 100644
index 000000000000..50e5672f746f
--- /dev/null
+++ b/net-mgmt/net-snmp-devel/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
diff --git a/net-mgmt/net-snmp/Makefile b/net-mgmt/net-snmp/Makefile
new file mode 100644
index 000000000000..873ce21690f0
--- /dev/null
+++ b/net-mgmt/net-snmp/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-mgmt/net-snmp/distinfo b/net-mgmt/net-snmp/distinfo
new file mode 100644
index 000000000000..3d93c64c5b50
--- /dev/null
+++ b/net-mgmt/net-snmp/distinfo
@@ -0,0 +1 @@
+MD5 (ucd-snmp-3.1.tar.gz) = 94804ca8e63f43899233ba30b9a6571a
diff --git a/net-mgmt/net-snmp/pkg-comment b/net-mgmt/net-snmp/pkg-comment
new file mode 100644
index 000000000000..1b3e12467ea8
--- /dev/null
+++ b/net-mgmt/net-snmp/pkg-comment
@@ -0,0 +1 @@
+An extendable SNMP implimentation \ No newline at end of file
diff --git a/net-mgmt/net-snmp/pkg-descr b/net-mgmt/net-snmp/pkg-descr
new file mode 100644
index 000000000000..d92e176799f8
--- /dev/null
+++ b/net-mgmt/net-snmp/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-mgmt/net-snmp/pkg-plist b/net-mgmt/net-snmp/pkg-plist
new file mode 100644
index 000000000000..50e5672f746f
--- /dev/null
+++ b/net-mgmt/net-snmp/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
diff --git a/net-mgmt/net-snmp4/Makefile b/net-mgmt/net-snmp4/Makefile
new file mode 100644
index 000000000000..873ce21690f0
--- /dev/null
+++ b/net-mgmt/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-mgmt/net-snmp4/distinfo b/net-mgmt/net-snmp4/distinfo
new file mode 100644
index 000000000000..3d93c64c5b50
--- /dev/null
+++ b/net-mgmt/net-snmp4/distinfo
@@ -0,0 +1 @@
+MD5 (ucd-snmp-3.1.tar.gz) = 94804ca8e63f43899233ba30b9a6571a
diff --git a/net-mgmt/net-snmp4/pkg-comment b/net-mgmt/net-snmp4/pkg-comment
new file mode 100644
index 000000000000..1b3e12467ea8
--- /dev/null
+++ b/net-mgmt/net-snmp4/pkg-comment
@@ -0,0 +1 @@
+An extendable SNMP implimentation \ No newline at end of file
diff --git a/net-mgmt/net-snmp4/pkg-descr b/net-mgmt/net-snmp4/pkg-descr
new file mode 100644
index 000000000000..d92e176799f8
--- /dev/null
+++ b/net-mgmt/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-mgmt/net-snmp4/pkg-plist b/net-mgmt/net-snmp4/pkg-plist
new file mode 100644
index 000000000000..50e5672f746f
--- /dev/null
+++ b/net-mgmt/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
diff --git a/net-mgmt/net-snmp53/Makefile b/net-mgmt/net-snmp53/Makefile
new file mode 100644
index 000000000000..873ce21690f0
--- /dev/null
+++ b/net-mgmt/net-snmp53/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-mgmt/net-snmp53/distinfo b/net-mgmt/net-snmp53/distinfo
new file mode 100644
index 000000000000..3d93c64c5b50
--- /dev/null
+++ b/net-mgmt/net-snmp53/distinfo
@@ -0,0 +1 @@
+MD5 (ucd-snmp-3.1.tar.gz) = 94804ca8e63f43899233ba30b9a6571a
diff --git a/net-mgmt/net-snmp53/pkg-comment b/net-mgmt/net-snmp53/pkg-comment
new file mode 100644
index 000000000000..1b3e12467ea8
--- /dev/null
+++ b/net-mgmt/net-snmp53/pkg-comment
@@ -0,0 +1 @@
+An extendable SNMP implimentation \ No newline at end of file
diff --git a/net-mgmt/net-snmp53/pkg-descr b/net-mgmt/net-snmp53/pkg-descr
new file mode 100644
index 000000000000..d92e176799f8
--- /dev/null
+++ b/net-mgmt/net-snmp53/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-mgmt/net-snmp53/pkg-plist b/net-mgmt/net-snmp53/pkg-plist
new file mode 100644
index 000000000000..50e5672f746f
--- /dev/null
+++ b/net-mgmt/net-snmp53/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