diff options
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-rw-r--r-- | sysutils/rubygem-fluent-plugin-config-expander/Makefile | 18 | ||||
-rw-r--r-- | sysutils/rubygem-fluent-plugin-config-expander/distinfo | 2 | ||||
-rw-r--r-- | sysutils/rubygem-fluent-plugin-config-expander/pkg-descr | 6 |
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 |