From owner-svn-ports-all@freebsd.org Thu Sep 21 14:30:37 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0EDCAE07CF5; Thu, 21 Sep 2017 14:30:37 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DE6C7804E9; Thu, 21 Sep 2017 14:30:36 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8LEUatP076702; Thu, 21 Sep 2017 14:30:36 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8LEUZBI076697; Thu, 21 Sep 2017 14:30:35 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201709211430.v8LEUZBI076697@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Thu, 21 Sep 2017 14:30:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450260 - in head/devel: . rubygem-rails-i18n-4 X-SVN-Group: ports-head X-SVN-Commit-Author: tz X-SVN-Commit-Paths: in head/devel: . rubygem-rails-i18n-4 X-SVN-Commit-Revision: 450260 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2017 14:30:37 -0000 Author: tz Date: Thu Sep 21 14:30:35 2017 New Revision: 450260 URL: https://svnweb.freebsd.org/changeset/ports/450260 Log: New port: devel/rubygem-rails-i18n-4 A set of common locale data and translations to internationalize and/or localize your Rails applications. WWW: https://github.com/svenfuchs/rails-i18n Added: head/devel/rubygem-rails-i18n-4/ head/devel/rubygem-rails-i18n-4/Makefile (contents, props changed) head/devel/rubygem-rails-i18n-4/distinfo (contents, props changed) head/devel/rubygem-rails-i18n-4/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Sep 21 14:08:53 2017 (r450259) +++ head/devel/Makefile Thu Sep 21 14:30:35 2017 (r450260) @@ -5657,6 +5657,7 @@ SUBDIR += rubygem-rails-deprecated_sanitizer-rails5 SUBDIR += rubygem-rails-deprecated_sanitizer-rails50 SUBDIR += rubygem-rails-i18n + SUBDIR += rubygem-rails-i18n-4 SUBDIR += rubygem-rails-i18n-rails50 SUBDIR += rubygem-rails-observers SUBDIR += rubygem-rainbow Added: head/devel/rubygem-rails-i18n-4/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-rails-i18n-4/Makefile Thu Sep 21 14:30:35 2017 (r450260) @@ -0,0 +1,25 @@ +# $FreeBSD$ + +PORTNAME= rails-i18n +PORTVERSION= 4.0.9 +CATEGORIES= devel rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= -4 + +MAINTAINER= tz@FreeBSD.org +COMMENT= Common locale data and translations for Rails i18n + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/MIT-LICENSE.txt + +RUN_DEPENDS= rubygem-i18n>=0.7:devel/rubygem-i18n \ + rubygem-railties4>=4.0:www/rubygem-railties4 + +PORTSCOUT= limit:^4\. + +NO_ARCH= yes + +USES= gem +USE_RUBY= yes + +.include Added: head/devel/rubygem-rails-i18n-4/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-rails-i18n-4/distinfo Thu Sep 21 14:30:35 2017 (r450260) @@ -0,0 +1,3 @@ +TIMESTAMP = 1505985938 +SHA256 (rubygem/rails-i18n-4.0.9.gem) = 0170bd2beb81fac8b216e521dc9bf03c71f3a38ec30a0a452efc86638413409d +SIZE (rubygem/rails-i18n-4.0.9.gem) = 99840 Added: head/devel/rubygem-rails-i18n-4/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-rails-i18n-4/pkg-descr Thu Sep 21 14:30:35 2017 (r450260) @@ -0,0 +1,4 @@ +A set of common locale data and translations to internationalize and/or localize +your Rails applications. + +WWW: https://github.com/svenfuchs/rails-i18n