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
This commit is contained in:
Torsten Zuehlsdorff 2017-09-21 14:30:35 +00:00
parent 55b5d818be
commit 017bc12169
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=450260
4 changed files with 33 additions and 0 deletions

View file

@ -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

View file

@ -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>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1505985938
SHA256 (rubygem/rails-i18n-4.0.9.gem) = 0170bd2beb81fac8b216e521dc9bf03c71f3a38ec30a0a452efc86638413409d
SIZE (rubygem/rails-i18n-4.0.9.gem) = 99840

View file

@ -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