pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Add collectd-redis
Module Name: pkgsrc-wip
Committed By: Keke <kethzer.dr%gmail.com@localhost>
Pushed By: kethzer.dr
Date: Fri Nov 24 15:16:41 2017 -0400
Changeset: e4c809107e07b2d83a322073029cac9a364ccbbe
Added Files:
collectd-redis/DESCR
collectd-redis/Makefile
Log Message:
Add collectd-redis
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e4c809107e07b2d83a322073029cac9a364ccbbe
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
collectd-redis/DESCR | 1 +
collectd-redis/Makefile | 17 +++++++++++++++++
2 files changed, 18 insertions(+)
diffs:
diff --git a/collectd-redis/DESCR b/collectd-redis/DESCR
new file mode 100644
index 0000000000..dc978118e9
--- /dev/null
+++ b/collectd-redis/DESCR
@@ -0,0 +1 @@
+redis plugin for collectd
diff --git a/collectd-redis/Makefile b/collectd-redis/Makefile
new file mode 100644
index 0000000000..e15cd70c24
--- /dev/null
+++ b/collectd-redis/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2014/02/17 11:21:55 fhajny Exp $
+
+COLLECTD_PACKAGE= redis
+COLLECTD_PLUGINS= redis
+
+USE_TOOLS+= gmake
+USE_LIBTOOL= yes
+MAKE_ENV+= DESTDIR=${DESTDIR}
+
+COMMENT= Statistics collection daemon - redis plugins
+
+.include "../../sysutils/collectd/Makefile.common"
+
+CONFIGURE_ARGS+= --with-libhires=${BUILDLINK_PREFIX.hiredis}
+
+.include "../../databases/hiredis/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index