1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00

File output plugin alternative implementation, is 100% compatible with

fluentd built-in 'out_file', and added many options to format output
as you want.

WWW: http://rubygems.org/gems/fluent-plugin-file-alternative
This commit is contained in:
Jun Kuriyama 2013-06-06 01:48:46 +00:00
parent 707e5ae7a0
commit 70a556d644
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=320046
4 changed files with 27 additions and 0 deletions

View File

@ -819,6 +819,7 @@
SUBDIR += rubygem-chef-solr
SUBDIR += rubygem-facter
SUBDIR += rubygem-fluent-mixin-plaintextformatter
SUBDIR += rubygem-fluent-plugin-file-alternative
SUBDIR += rubygem-fluentd
SUBDIR += rubygem-fssm
SUBDIR += rubygem-god

View File

@ -0,0 +1,19 @@
# $FreeBSD$
PORTNAME= fluent-plugin-file-alternative
PORTVERSION= 0.1.4
CATEGORIES= sysutils rubygems
MASTER_SITES= RG
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Gems for fluent plugin of alternative implementation of out_file
RUN_DEPENDS= \
rubygem-fluentd>0:${PORTSDIR}/sysutils/rubygem-fluentd \
rubygem-fluent-mixin-plaintextformatter>0:${PORTSDIR}/sysutils/rubygem-fluent-mixin-plaintextformatter
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/fluent-plugin-file-alternative-0.1.4.gem) = 8a0f3575c65fed604c520eb8c25a9df6d6f9acedce0cd49531808c1f01f33a84
SIZE (rubygem/fluent-plugin-file-alternative-0.1.4.gem) = 8192

View File

@ -0,0 +1,5 @@
File output plugin alternative implementation, is 100% compatible with
fluentd built-in 'out_file', and added many options to format output
as you want.
WWW: http://rubygems.org/gems/fluent-plugin-file-alternative