diff options
author | Andrej Zverev <az@FreeBSD.org> | 2008-03-04 09:08:50 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2008-03-04 09:08:50 +0000 |
commit | d7263ef34601eeda1b119f5d58356204278d6ddc (patch) | |
tree | 9f4d73cee0689a278b7f438e1e793def32f7b253 | |
parent | ee04539d874b54f3954d4e22720b337243909e0c (diff) | |
download | ports-d7263ef34601eeda1b119f5d58356204278d6ddc.tar.gz ports-d7263ef34601eeda1b119f5d58356204278d6ddc.zip |
Notes
-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 |