TailInput exteded plugin for fluentd. It assumes that this plug-in is

used with "fluent-plugin-tail-alternative".

WWW: https://github.com/yteraoka/fluent-plugin-tail-asis
This commit is contained in:
Jun Kuriyama 2013-06-07 02:06:48 +00:00
parent 9d7ea8fcdf
commit cb8a640195
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=320143
4 changed files with 25 additions and 0 deletions

View File

@ -820,6 +820,7 @@
SUBDIR += rubygem-facter
SUBDIR += rubygem-fluent-mixin-plaintextformatter
SUBDIR += rubygem-fluent-plugin-file-alternative
SUBDIR += rubygem-fluent-plugin-tail-asis
SUBDIR += rubygem-fluentd
SUBDIR += rubygem-fssm
SUBDIR += rubygem-god

View File

@ -0,0 +1,18 @@
# $FreeBSD$
PORTNAME= fluent-plugin-tail-asis
PORTVERSION= 0.0.3
CATEGORIES= sysutils rubygems
MASTER_SITES= RG
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Gems for fluent plugin to read whole line into single key
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-tail-asis-0.0.3.gem) = 14387f4144d9e429ea6c12c378a2626c8ea2f00dfee385fdaa9180080e2eaff5
SIZE (rubygem/fluent-plugin-tail-asis-0.0.3.gem) = 6656

View File

@ -0,0 +1,4 @@
TailInput exteded plugin for fluentd. It assumes that this plug-in is
used with "fluent-plugin-tail-alternative".
WWW: https://github.com/yteraoka/fluent-plugin-tail-asis