svn commit: r320207 - in head/sysutils: . rubygem-fluent-plugin-config-expander

Jun Kuriyama kuriyama at FreeBSD.org
Fri Jun 7 15:02:46 UTC 2013


Author: kuriyama
Date: Fri Jun  7 15:02:44 2013
New Revision: 320207
URL: http://svnweb.freebsd.org/changeset/ports/320207

Log:
  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

Added:
  head/sysutils/rubygem-fluent-plugin-config-expander/
  head/sysutils/rubygem-fluent-plugin-config-expander/Makefile   (contents, props changed)
  head/sysutils/rubygem-fluent-plugin-config-expander/distinfo   (contents, props changed)
  head/sysutils/rubygem-fluent-plugin-config-expander/pkg-descr   (contents, props changed)
Modified:
  head/sysutils/Makefile

Modified: head/sysutils/Makefile
==============================================================================
--- head/sysutils/Makefile	Fri Jun  7 14:38:46 2013	(r320206)
+++ head/sysutils/Makefile	Fri Jun  7 15:02:44 2013	(r320207)
@@ -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

Added: head/sysutils/rubygem-fluent-plugin-config-expander/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/rubygem-fluent-plugin-config-expander/Makefile	Fri Jun  7 15:02:44 2013	(r320207)
@@ -0,0 +1,18 @@
+# $FreeBSD$
+
+PORTNAME=	fluent-plugin-config-expander
+PORTVERSION=	0.1.3
+CATEGORIES=	sysutils rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	kuriyama at 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>

Added: head/sysutils/rubygem-fluent-plugin-config-expander/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/rubygem-fluent-plugin-config-expander/distinfo	Fri Jun  7 15:02:44 2013	(r320207)
@@ -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

Added: head/sysutils/rubygem-fluent-plugin-config-expander/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/rubygem-fluent-plugin-config-expander/pkg-descr	Fri Jun  7 15:02:44 2013	(r320207)
@@ -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


More information about the svn-ports-head mailing list