aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-01-11 16:42:49 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-01-11 18:43:43 +0000
commit2549277cc91f3c9cc363d675f283d4c637f88d7a (patch)
tree3e8d32e04d1046918df0191f1d9dc9bf1f3ed585
parentd1f3de679dba6fa987312ed4a036b8ed0f0547df (diff)
downloadports-2549277cc91f3c9cc363d675f283d4c637f88d7a.tar.gz
ports-2549277cc91f3c9cc363d675f283d4c637f88d7a.zip
devel/rubygem-rails-i18n-rails70: Add rubygem-rails-i18n-rails70 7.0.1
Centralization of locale data collection for Ruby on Rails. It provides a set of common locale data and translations to internationalize and/or localize your Rails applications. WWW: https://github.com/svenfuchs/rails-i18n
-rw-r--r--devel/Makefile1
-rw-r--r--devel/rubygem-rails-i18n-rails70/Makefile23
-rw-r--r--devel/rubygem-rails-i18n-rails70/distinfo3
-rw-r--r--devel/rubygem-rails-i18n-rails70/pkg-descr6
4 files changed, 33 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 0a82d885de8d..b58facd53622 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -6670,6 +6670,7 @@
SUBDIR += rubygem-rails-i18n-rails52
SUBDIR += rubygem-rails-i18n-rails60
SUBDIR += rubygem-rails-i18n-rails61
+ SUBDIR += rubygem-rails-i18n-rails70
SUBDIR += rubygem-rails-observers
SUBDIR += rubygem-rainbow
SUBDIR += rubygem-rake
diff --git a/devel/rubygem-rails-i18n-rails70/Makefile b/devel/rubygem-rails-i18n-rails70/Makefile
new file mode 100644
index 000000000000..aec7d0dbff2d
--- /dev/null
+++ b/devel/rubygem-rails-i18n-rails70/Makefile
@@ -0,0 +1,23 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+
+PORTNAME= rails-i18n
+PORTVERSION= 7.0.1
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= -rails70
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Set of common locale data and translations for Rails
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/MIT-LICENSE.txt
+
+RUN_DEPENDS= rubygem-i18n>=0.7,2<2,2:devel/rubygem-i18n \
+ rubygem-railties70>=6.0.0<8:www/rubygem-railties70
+
+USES= gem
+USE_RUBY= yes
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/devel/rubygem-rails-i18n-rails70/distinfo b/devel/rubygem-rails-i18n-rails70/distinfo
new file mode 100644
index 000000000000..f16e6c3d8f71
--- /dev/null
+++ b/devel/rubygem-rails-i18n-rails70/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1641045724
+SHA256 (rubygem/rails-i18n-7.0.1.gem) = 62625ad17063b0876d8b656a52f069e82e5d5bfba7ac471ad3e34a15e7ccc762
+SIZE (rubygem/rails-i18n-7.0.1.gem) = 113152
diff --git a/devel/rubygem-rails-i18n-rails70/pkg-descr b/devel/rubygem-rails-i18n-rails70/pkg-descr
new file mode 100644
index 000000000000..ffc44259f6a3
--- /dev/null
+++ b/devel/rubygem-rails-i18n-rails70/pkg-descr
@@ -0,0 +1,6 @@
+Centralization of locale data collection for Ruby on Rails.
+
+It provides a set of common locale data and translations to internationalize
+and/or localize your Rails applications.
+
+WWW: https://github.com/svenfuchs/rails-i18n