diff options
author | az <az@FreeBSD.org> | 2008-03-04 17:08:50 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2008-03-04 17:08:50 +0800 |
commit | 592de7e4b804131fda1dbe24857c3f3b560d5f24 (patch) | |
tree | ff99133b7c0d2d3d2e8cec7f2892ae9ed593fa48 /net-mgmt | |
parent | 244a1c9de062bd14b54d16f91cce6d78553ab202 (diff) | |
download | freebsd-ports-gnome-592de7e4b804131fda1dbe24857c3f3b560d5f24.tar.gz freebsd-ports-gnome-592de7e4b804131fda1dbe24857c3f3b560d5f24.tar.zst freebsd-ports-gnome-592de7e4b804131fda1dbe24857c3f3b560d5f24.zip |
bsnmp-ucd is a module for bsnmpd which allows to get memory, load average,
cpu utilization and other system statistics.
It implements parts of UCD-SNMP-MIB for this. It is also possible to specify
your own commands under UCD-SNMP-MIB::extTable mib.
PR: ports/120238
Submitted by: Mikolaj Golub <to.my.trociny (at) gmail.com>
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/Makefile | 1 | ||||
-rw-r--r-- | net-mgmt/bsnmp-ucd/Makefile | 27 | ||||
-rw-r--r-- | net-mgmt/bsnmp-ucd/distinfo | 3 | ||||
-rw-r--r-- | net-mgmt/bsnmp-ucd/pkg-descr | 6 | ||||
-rw-r--r-- | net-mgmt/bsnmp-ucd/pkg-plist | 5 |
5 files changed, 42 insertions, 0 deletions
diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile index 36855f0a9713..4d43a3658f9e 100644 --- a/net-mgmt/Makefile +++ b/net-mgmt/Makefile @@ -28,6 +28,7 @@ SUBDIR += braa SUBDIR += bsd-airtools SUBDIR += bsnmp-regex + SUBDIR += bsnmp-ucd SUBDIR += bsnmpd SUBDIR += bsnmptools SUBDIR += bwm-ng diff --git a/net-mgmt/bsnmp-ucd/Makefile b/net-mgmt/bsnmp-ucd/Makefile new file mode 100644 index 000000000000..ff7b87c360e8 --- /dev/null +++ b/net-mgmt/bsnmp-ucd/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: bsnmp-ucd +# Date created: 15 December 2007 +# Whom: Mikolaj Golub <to.my.trociny@gmail.com> +# +# $FreeBSD$ +# + +PORTNAME= bsnmp-ucd +PORTVERSION= 0.2.0 +CATEGORIES= net-mgmt +MASTER_SITES= http://bsnmp-ucd.googlecode.com/files/ + +MAINTAINER= to.my.trociny@gmail.com +COMMENT= A bsnmpd module that implements parts of UCD-SNMP-MIB + +USE_MAKE= yes +USE_AUTOTOOLS= libtool:15:build + +MAN8= bsnmp-ucd.8 + +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 601000 +IGNORE= bsnmpd lack of realization on FreeBSD < 6.1 +.endif + +.include <bsd.port.post.mk> diff --git a/net-mgmt/bsnmp-ucd/distinfo b/net-mgmt/bsnmp-ucd/distinfo new file mode 100644 index 000000000000..8320dcae80e7 --- /dev/null +++ b/net-mgmt/bsnmp-ucd/distinfo @@ -0,0 +1,3 @@ +MD5 (bsnmp-ucd-0.2.0.tar.gz) = 5a9c3ed705cc300890e9d0d36684d912 +SHA256 (bsnmp-ucd-0.2.0.tar.gz) = 08c3bb6534958a5e6217d5bfea62c587e0826338280c423da263035cd0bf2f95 +SIZE (bsnmp-ucd-0.2.0.tar.gz) = 21783 diff --git a/net-mgmt/bsnmp-ucd/pkg-descr b/net-mgmt/bsnmp-ucd/pkg-descr new file mode 100644 index 000000000000..139673006138 --- /dev/null +++ b/net-mgmt/bsnmp-ucd/pkg-descr @@ -0,0 +1,6 @@ +bsnmp-ucd is a module for bsnmpd which allows you to get memory, load +average, cpu utilization and other system statistics. It implements parts +of UCD-SNMP-MIB for this. + +WWW: http://bsnmp-ucd.googlecode.com/ +Author: Mikolaj Golub <to.my.trociny@gmail.com> diff --git a/net-mgmt/bsnmp-ucd/pkg-plist b/net-mgmt/bsnmp-ucd/pkg-plist new file mode 100644 index 000000000000..f064482d170a --- /dev/null +++ b/net-mgmt/bsnmp-ucd/pkg-plist @@ -0,0 +1,5 @@ +lib/snmp_ucd.a +lib/snmp_ucd.la +lib/snmp_ucd.so +lib/snmp_ucd.so.1 +%%EXAMPLESDIR%%/snmpd.config.sample |