diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2013-06-06 09:48:46 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2013-06-06 09:48:46 +0800 |
commit | a762df7d39e791dc2a78d913be9646acd1d0527a (patch) | |
tree | 49cc61e8c86aec88cb04a167acfe0dcd802232a7 /sysutils | |
parent | ecc52d8664513d6d8d959f01b6dad3e5208f4b8d (diff) | |
download | freebsd-ports-gnome-a762df7d39e791dc2a78d913be9646acd1d0527a.tar.gz freebsd-ports-gnome-a762df7d39e791dc2a78d913be9646acd1d0527a.tar.zst freebsd-ports-gnome-a762df7d39e791dc2a78d913be9646acd1d0527a.zip |
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
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-rw-r--r-- | sysutils/rubygem-fluent-plugin-file-alternative/Makefile | 19 | ||||
-rw-r--r-- | sysutils/rubygem-fluent-plugin-file-alternative/distinfo | 2 | ||||
-rw-r--r-- | sysutils/rubygem-fluent-plugin-file-alternative/pkg-descr | 5 |
4 files changed, 27 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 4aeb315f72a5..0088b16b9b56 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -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 diff --git a/sysutils/rubygem-fluent-plugin-file-alternative/Makefile b/sysutils/rubygem-fluent-plugin-file-alternative/Makefile new file mode 100644 index 000000000000..ff91906d31c1 --- /dev/null +++ b/sysutils/rubygem-fluent-plugin-file-alternative/Makefile @@ -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> diff --git a/sysutils/rubygem-fluent-plugin-file-alternative/distinfo b/sysutils/rubygem-fluent-plugin-file-alternative/distinfo new file mode 100644 index 000000000000..28ed33e2dd00 --- /dev/null +++ b/sysutils/rubygem-fluent-plugin-file-alternative/distinfo @@ -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 diff --git a/sysutils/rubygem-fluent-plugin-file-alternative/pkg-descr b/sysutils/rubygem-fluent-plugin-file-alternative/pkg-descr new file mode 100644 index 000000000000..baea443fc07d --- /dev/null +++ b/sysutils/rubygem-fluent-plugin-file-alternative/pkg-descr @@ -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 |