From owner-svn-ports-head@FreeBSD.ORG Fri Jun 7 02:06:50 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 78B5FF54; Fri, 7 Jun 2013 02:06:50 +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 504D6115C; Fri, 7 Jun 2013 02:06:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r5726nwG097143; Fri, 7 Jun 2013 02:06:49 GMT (envelope-from kuriyama@svn.freebsd.org) Received: (from kuriyama@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r5726nie097139; Fri, 7 Jun 2013 02:06:49 GMT (envelope-from kuriyama@svn.freebsd.org) Message-Id: <201306070206.r5726nie097139@svn.freebsd.org> From: Jun Kuriyama Date: Fri, 7 Jun 2013 02:06:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r320143 - in head/sysutils: . rubygem-fluent-plugin-tail-asis 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: Fri, 07 Jun 2013 02:06:50 -0000 Author: kuriyama Date: Fri Jun 7 02:06:48 2013 New Revision: 320143 URL: http://svnweb.freebsd.org/changeset/ports/320143 Log: TailInput exteded plugin for fluentd. It assumes that this plug-in is used with "fluent-plugin-tail-alternative". WWW: https://github.com/yteraoka/fluent-plugin-tail-asis Added: head/sysutils/rubygem-fluent-plugin-tail-asis/ head/sysutils/rubygem-fluent-plugin-tail-asis/Makefile (contents, props changed) head/sysutils/rubygem-fluent-plugin-tail-asis/distinfo (contents, props changed) head/sysutils/rubygem-fluent-plugin-tail-asis/pkg-descr (contents, props changed) Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Thu Jun 6 22:49:51 2013 (r320142) +++ head/sysutils/Makefile Fri Jun 7 02:06:48 2013 (r320143) @@ -820,6 +820,7 @@ SUBDIR += rubygem-facter SUBDIR += rubygem-fluent-mixin-plaintextformatter SUBDIR += rubygem-fluent-plugin-file-alternative + SUBDIR += rubygem-fluent-plugin-tail-asis SUBDIR += rubygem-fluentd SUBDIR += rubygem-fssm SUBDIR += rubygem-god Added: head/sysutils/rubygem-fluent-plugin-tail-asis/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/rubygem-fluent-plugin-tail-asis/Makefile Fri Jun 7 02:06:48 2013 (r320143) @@ -0,0 +1,18 @@ +# $FreeBSD$ + +PORTNAME= fluent-plugin-tail-asis +PORTVERSION= 0.0.3 +CATEGORIES= sysutils rubygems +MASTER_SITES= RG + +MAINTAINER= kuriyama@FreeBSD.org +COMMENT= Gems for fluent plugin to read whole line into single key + +RUN_DEPENDS= \ + rubygem-fluentd>0:${PORTSDIR}/sysutils/rubygem-fluentd + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include Added: head/sysutils/rubygem-fluent-plugin-tail-asis/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/rubygem-fluent-plugin-tail-asis/distinfo Fri Jun 7 02:06:48 2013 (r320143) @@ -0,0 +1,2 @@ +SHA256 (rubygem/fluent-plugin-tail-asis-0.0.3.gem) = 14387f4144d9e429ea6c12c378a2626c8ea2f00dfee385fdaa9180080e2eaff5 +SIZE (rubygem/fluent-plugin-tail-asis-0.0.3.gem) = 6656 Added: head/sysutils/rubygem-fluent-plugin-tail-asis/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/rubygem-fluent-plugin-tail-asis/pkg-descr Fri Jun 7 02:06:48 2013 (r320143) @@ -0,0 +1,4 @@ +TailInput exteded plugin for fluentd. It assumes that this plug-in is +used with "fluent-plugin-tail-alternative". + +WWW: https://github.com/yteraoka/fluent-plugin-tail-asis