aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2013-06-07 15:02:44 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2013-06-07 15:02:44 +0000
commit64eed4ceaa75b6fe41446f3742c8c94a478b1b27 (patch)
tree3f4795a1fb3828da46c26b7954a95a266e87c7cd /sysutils
parent0f5ef01ec3898e4462f3ddc527270cb9f63cdbd1 (diff)
downloadports-64eed4ceaa75b6fe41446f3742c8c94a478b1b27.tar.gz
ports-64eed4ceaa75b6fe41446f3742c8c94a478b1b27.zip
Notes
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/Makefile1
-rw-r--r--sysutils/rubygem-fluent-plugin-config-expander/Makefile18
-rw-r--r--sysutils/rubygem-fluent-plugin-config-expander/distinfo2
-rw-r--r--sysutils/rubygem-fluent-plugin-config-expander/pkg-descr6
4 files changed, 27 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile
index 628821e8484f..278943fa3692 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -820,6 +820,7 @@
SUBDIR += rubygem-chef-solr
SUBDIR += rubygem-facter
SUBDIR += rubygem-fluent-mixin-plaintextformatter
+ SUBDIR += rubygem-fluent-plugin-config-expander
SUBDIR += rubygem-fluent-plugin-file-alternative
SUBDIR += rubygem-fluent-plugin-tail-asis
SUBDIR += rubygem-fluentd
diff --git a/sysutils/rubygem-fluent-plugin-config-expander/Makefile b/sysutils/rubygem-fluent-plugin-config-expander/Makefile
new file mode 100644
index 000000000000..376c9cd65b13
--- /dev/null
+++ b/sysutils/rubygem-fluent-plugin-config-expander/Makefile
@@ -0,0 +1,18 @@
+# $FreeBSD$
+
+PORTNAME= fluent-plugin-config-expander
+PORTVERSION= 0.1.3
+CATEGORIES= sysutils rubygems
+MASTER_SITES= RG
+
+MAINTAINER= kuriyama@FreeBSD.org
+COMMENT= Fluent plugin which provides directives for loop extraction
+
+RUN_DEPENDS= \
+ rubygem-fluentd>0:${PORTSDIR}/sysutils/rubygem-fluentd
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+.include <bsd.port.mk>
diff --git a/sysutils/rubygem-fluent-plugin-config-expander/distinfo b/sysutils/rubygem-fluent-plugin-config-expander/distinfo
new file mode 100644
index 000000000000..d8759556e178
--- /dev/null
+++ b/sysutils/rubygem-fluent-plugin-config-expander/distinfo
@@ -0,0 +1,2 @@
+SHA256 (rubygem/fluent-plugin-config-expander-0.1.3.gem) = 09a5e7486bc168032b853be306303c9a21b4a16974f14959713b38333900a8f3
+SIZE (rubygem/fluent-plugin-config-expander-0.1.3.gem) = 9216
diff --git a/sysutils/rubygem-fluent-plugin-config-expander/pkg-descr b/sysutils/rubygem-fluent-plugin-config-expander/pkg-descr
new file mode 100644
index 000000000000..0041be75b0c3
--- /dev/null
+++ b/sysutils/rubygem-fluent-plugin-config-expander/pkg-descr
@@ -0,0 +1,6 @@
+ConfigExpanderInput and ConfigExpanderOutput plugins provide simple
+configuration template to write items repeatedly. In section, you can
+write actual configuration for actual input/output plugin, with
+special directives for loop controls.
+
+WWW: https://github.com/tagomoris/fluent-plugin-config-expander