From owner-svn-ports-head@FreeBSD.ORG Thu Jun 6 01:48:47 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id C5E8AF85; Thu, 6 Jun 2013 01:48:47 +0000 (UTC) (envelope-from kuriyama@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id A6B1F1E10; Thu, 6 Jun 2013 01:48:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r561mlNL032220; Thu, 6 Jun 2013 01:48:47 GMT (envelope-from kuriyama@svn.freebsd.org) Received: (from kuriyama@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r561mkvs032216; Thu, 6 Jun 2013 01:48:46 GMT (envelope-from kuriyama@svn.freebsd.org) Message-Id: <201306060148.r561mkvs032216@svn.freebsd.org> From: Jun Kuriyama Date: Thu, 6 Jun 2013 01:48:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r320046 - in head/sysutils: . rubygem-fluent-plugin-file-alternative X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jun 2013 01:48:47 -0000 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@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 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