summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authoralnsn <alnsn@pkgsrc.org>2017-07-25 06:48:51 +0000
committeralnsn <alnsn@pkgsrc.org>2017-07-25 06:48:51 +0000
commit67ff166e3f32d2d9179550b256b16ede66a5b8d6 (patch)
tree6f13e058b80c93257edc9eb4f006769f98141a90 /sysutils
parented3c0759e8e58f16227c6a449c78f678b35d5547 (diff)
downloadpkgsrc-67ff166e3f32d2d9179550b256b16ede66a5b8d6.tar.gz
Initial version of sysutils/collectd-lua - lua plugin for collectd.
The package inherits the version from the base package collectd-5.7.2.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/collectd-lua/DESCR1
-rw-r--r--sysutils/collectd-lua/Makefile13
2 files changed, 14 insertions, 0 deletions
diff --git a/sysutils/collectd-lua/DESCR b/sysutils/collectd-lua/DESCR
new file mode 100644
index 00000000000..d56f91dfad2
--- /dev/null
+++ b/sysutils/collectd-lua/DESCR
@@ -0,0 +1 @@
+lua plugin for collectd
diff --git a/sysutils/collectd-lua/Makefile b/sysutils/collectd-lua/Makefile
new file mode 100644
index 00000000000..9b1d7c1f002
--- /dev/null
+++ b/sysutils/collectd-lua/Makefile
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1.1.1 2017/07/25 06:48:51 alnsn Exp $
+
+COLLECTD_PACKAGE= lua
+COLLECTD_PLUGINS= lua
+
+COMMENT= Statistics collection daemon - lua plugin
+
+.include "../../sysutils/collectd/Makefile.common"
+
+CONFIGURE_ARGS+= --enable-lua
+
+.include "../../lang/lua/module.mk"
+.include "../../mk/bsd.pkg.mk"