1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

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
This commit is contained in:
Jun Kuriyama 2013-06-07 15:02:44 +00:00
parent 0f5ef01ec3
commit 64eed4ceaa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=320207
4 changed files with 27 additions and 0 deletions

View File

@ -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

View File

@ -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>

View File

@ -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

View File

@ -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