Date: Thu, 21 Sep 2017 14:30:35 +0000 (UTC) From: Torsten Zuehlsdorff <tz@FreeBSD.org> 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 Message-ID: <201709211430.v8LEUZBI076697@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709211430.v8LEUZBI076697>