mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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:
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
|
@ -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
|
||||
|
|
25
devel/rubygem-rails-i18n-4/Makefile
Normal file
25
devel/rubygem-rails-i18n-4/Makefile
Normal 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>
|
3
devel/rubygem-rails-i18n-4/distinfo
Normal file
3
devel/rubygem-rails-i18n-4/distinfo
Normal 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
|
4
devel/rubygem-rails-i18n-4/pkg-descr
Normal file
4
devel/rubygem-rails-i18n-4/pkg-descr
Normal 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
|
Loading…
Add table
Reference in a new issue