svn commit: r320046 - in head/sysutils: . rubygem-fluent-plugin-file-alternative
Jun Kuriyama
kuriyama at FreeBSD.org
Thu Jun 6 01:48:47 UTC 2013
Author: kuriyama
Date: Thu Jun 6 01:48:46 2013
New Revision: 320046
URL: http://svnweb.freebsd.org/changeset/ports/320046
Log:
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
Added:
head/sysutils/rubygem-fluent-plugin-file-alternative/
head/sysutils/rubygem-fluent-plugin-file-alternative/Makefile (contents, props changed)
head/sysutils/rubygem-fluent-plugin-file-alternative/distinfo (contents, props changed)
head/sysutils/rubygem-fluent-plugin-file-alternative/pkg-descr (contents, props changed)
Modified:
head/sysutils/Makefile
Modified: head/sysutils/Makefile
==============================================================================
--- head/sysutils/Makefile Thu Jun 6 01:39:33 2013 (r320045)
+++ head/sysutils/Makefile Thu Jun 6 01:48:46 2013 (r320046)
@@ -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
Added: head/sysutils/rubygem-fluent-plugin-file-alternative/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/sysutils/rubygem-fluent-plugin-file-alternative/Makefile Thu Jun 6 01:48:46 2013 (r320046)
@@ -0,0 +1,19 @@
+# $FreeBSD$
+
+PORTNAME= fluent-plugin-file-alternative
+PORTVERSION= 0.1.4
+CATEGORIES= sysutils rubygems
+MASTER_SITES= RG
+
+MAINTAINER= kuriyama at 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>
Added: head/sysutils/rubygem-fluent-plugin-file-alternative/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/sysutils/rubygem-fluent-plugin-file-alternative/distinfo Thu Jun 6 01:48:46 2013 (r320046)
@@ -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
Added: head/sysutils/rubygem-fluent-plugin-file-alternative/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/sysutils/rubygem-fluent-plugin-file-alternative/pkg-descr Thu Jun 6 01:48:46 2013 (r320046)
@@ -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
More information about the svn-ports-head
mailing list