summaryrefslogtreecommitdiff
path: root/sysutils/collectd-network
diff options
context:
space:
mode:
authorfhajny <fhajny>2014-02-17 11:21:54 +0000
committerfhajny <fhajny>2014-02-17 11:21:54 +0000
commit35824e756316e769206e77315a8ab20c760e9132 (patch)
treeffe2346509020ae9229eb26802e9c11f844054c9 /sysutils/collectd-network
parent93cec3267740b4fa030d460a10e3ba04ea054051 (diff)
downloadpkgsrc-35824e756316e769206e77315a8ab20c760e9132.tar.gz
Import collectd-5.4.1 as sysutils/collectd (+ plugins), based on wip/collectd5.
collectd is a daemon which collects system performance statistics periodically and provides mechanisms to store the values in a variety of ways, for example in RRD-files.
Diffstat (limited to 'sysutils/collectd-network')
-rw-r--r--sysutils/collectd-network/DESCR1
-rw-r--r--sysutils/collectd-network/Makefile12
2 files changed, 13 insertions, 0 deletions
diff --git a/sysutils/collectd-network/DESCR b/sysutils/collectd-network/DESCR
new file mode 100644
index 00000000000..cbe65e7c90d
--- /dev/null
+++ b/sysutils/collectd-network/DESCR
@@ -0,0 +1 @@
+rrdtool plugin for collectd
diff --git a/sysutils/collectd-network/Makefile b/sysutils/collectd-network/Makefile
new file mode 100644
index 00000000000..62611e3f4c1
--- /dev/null
+++ b/sysutils/collectd-network/Makefile
@@ -0,0 +1,12 @@
+# $NetBSD: Makefile,v 1.1 2014/02/17 11:21:55 fhajny Exp $
+
+COLLECTD_PACKAGE= network
+
+COMMENT= Statistics collection daemon - network plugin
+
+.include "../../sysutils/collectd/Makefile.common"
+
+CONFIGURE_ARGS+= --with-libgcrypt=${BUILDLINK_PREFIX.libgcrypt}
+
+.include "../../security/libgcrypt/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"