From d7263ef34601eeda1b119f5d58356204278d6ddc Mon Sep 17 00:00:00 2001 From: Andrej Zverev Date: Tue, 4 Mar 2008 09:08:50 +0000 Subject: 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 --- net-mgmt/bsnmp-ucd/Makefile | 27 +++++++++++++++++++++++++++ net-mgmt/bsnmp-ucd/distinfo | 3 +++ net-mgmt/bsnmp-ucd/pkg-descr | 6 ++++++ net-mgmt/bsnmp-ucd/pkg-plist | 5 +++++ 4 files changed, 41 insertions(+) create mode 100644 net-mgmt/bsnmp-ucd/Makefile create mode 100644 net-mgmt/bsnmp-ucd/distinfo create mode 100644 net-mgmt/bsnmp-ucd/pkg-descr create mode 100644 net-mgmt/bsnmp-ucd/pkg-plist (limited to 'net-mgmt/bsnmp-ucd') 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 +# +# $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 + +.if ${OSVERSION} < 601000 +IGNORE= bsnmpd lack of realization on FreeBSD < 6.1 +.endif + +.include 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 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 -- cgit v1.2.3