aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/bsnmp-ucd
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2008-03-04 09:08:50 +0000
committerAndrej Zverev <az@FreeBSD.org>2008-03-04 09:08:50 +0000
commitd7263ef34601eeda1b119f5d58356204278d6ddc (patch)
tree9f4d73cee0689a278b7f438e1e793def32f7b253 /net-mgmt/bsnmp-ucd
parentee04539d874b54f3954d4e22720b337243909e0c (diff)
downloadports-d7263ef34601eeda1b119f5d58356204278d6ddc.tar.gz
ports-d7263ef34601eeda1b119f5d58356204278d6ddc.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>
Notes
Notes: svn path=/head/; revision=208414
Diffstat (limited to 'net-mgmt/bsnmp-ucd')
-rw-r--r--net-mgmt/bsnmp-ucd/Makefile27
-rw-r--r--net-mgmt/bsnmp-ucd/distinfo3
-rw-r--r--net-mgmt/bsnmp-ucd/pkg-descr6
-rw-r--r--net-mgmt/bsnmp-ucd/pkg-plist5
4 files changed, 41 insertions, 0 deletions
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