From owner-svn-ports-head@FreeBSD.ORG Tue Sep 24 03:54:11 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A8978185; Tue, 24 Sep 2013 03:54:11 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 86E332DA9; Tue, 24 Sep 2013 03:54:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8O3sBOf088210; Tue, 24 Sep 2013 03:54:11 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8O3sAXl088206; Tue, 24 Sep 2013 03:54:10 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201309240354.r8O3sAXl088206@svn.freebsd.org> From: Dmitry Marakasov Date: Tue, 24 Sep 2013 03:54:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r328088 - in head/devel: . rubygem-r18n-core 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: Tue, 24 Sep 2013 03:54:11 -0000 Author: amdmi3 Date: Tue Sep 24 03:54:10 2013 New Revision: 328088 URL: http://svnweb.freebsd.org/changeset/ports/328088 Log: R18n is a i18n tool to translate your Ruby application. It has nice Ruby-style syntax, filters, flexible locales, custom loaders, translation support for any classes, time and number localization, several user language support, agnostic core package with out-of-box support for Rails, Sinatra and desktop applications. WWW: https://github.com/ai/r18n Added: head/devel/rubygem-r18n-core/ head/devel/rubygem-r18n-core/Makefile (contents, props changed) head/devel/rubygem-r18n-core/distinfo (contents, props changed) head/devel/rubygem-r18n-core/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue Sep 24 03:47:56 2013 (r328087) +++ head/devel/Makefile Tue Sep 24 03:54:10 2013 (r328088) @@ -4188,6 +4188,7 @@ SUBDIR += rubygem-pry-remote-em SUBDIR += rubygem-ptreloaded SUBDIR += rubygem-pygments.rb + SUBDIR += rubygem-r18n-core SUBDIR += rubygem-racc SUBDIR += rubygem-railsless-deploy SUBDIR += rubygem-rainbow Added: head/devel/rubygem-r18n-core/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-r18n-core/Makefile Tue Sep 24 03:54:10 2013 (r328088) @@ -0,0 +1,18 @@ +# Created by: Dmitry Marakasov +# $FreeBSD$ + +PORTNAME= r18n-core +PORTVERSION= 1.1.6 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= i18n tool to translate your Ruby application + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +NO_STAGE= yes + +.include Added: head/devel/rubygem-r18n-core/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-r18n-core/distinfo Tue Sep 24 03:54:10 2013 (r328088) @@ -0,0 +1,2 @@ +SHA256 (rubygem/r18n-core-1.1.6.gem) = a3c005671b519fa1c42a0fb77568a42679404acf8dfa9b9958ee29da6a3eef46 +SIZE (rubygem/r18n-core-1.1.6.gem) = 53248 Added: head/devel/rubygem-r18n-core/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-r18n-core/pkg-descr Tue Sep 24 03:54:10 2013 (r328088) @@ -0,0 +1,7 @@ +R18n is a i18n tool to translate your Ruby application. It has nice +Ruby-style syntax, filters, flexible locales, custom loaders, +translation support for any classes, time and number localization, +several user language support, agnostic core package with out-of-box +support for Rails, Sinatra and desktop applications. + +WWW: https://github.com/ai/r18n