diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2013-06-07 15:02:44 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2013-06-07 15:02:44 +0000 |
commit | 64eed4ceaa75b6fe41446f3742c8c94a478b1b27 (patch) | |
tree | 3f4795a1fb3828da46c26b7954a95a266e87c7cd /sysutils/rubygem-fluent-plugin-config-expander | |
parent | 0f5ef01ec3898e4462f3ddc527270cb9f63cdbd1 (diff) | |
download | ports-64eed4ceaa75b6fe41446f3742c8c94a478b1b27.tar.gz ports-64eed4ceaa75b6fe41446f3742c8c94a478b1b27.zip |
Notes
Diffstat (limited to 'sysutils/rubygem-fluent-plugin-config-expander')
3 files changed, 26 insertions, 0 deletions
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 |