aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2025-07-23 07:11:16 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2025-07-23 07:23:06 +0000
commitef7e0a8736b514150daa884b9272e7bd577638b8 (patch)
tree682f3fb38f525fb042dbe159bbacf27235a566ae
parent11085fc7e39063fb3928044e0924aabc36e173bf (diff)
devel/rubygem-rails-i18n-rails72: Add rubygem-rails-i18n-rails72 7.0.10 (copied from rubygem-rails-i18n-rails71)
- Add PORTSCOUT
-rw-r--r--devel/Makefile1
-rw-r--r--devel/rubygem-rails-i18n-rails72/Makefile23
-rw-r--r--devel/rubygem-rails-i18n-rails72/distinfo3
-rw-r--r--devel/rubygem-rails-i18n-rails72/pkg-descr4
4 files changed, 31 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 61ea4470bafe..071556873d81 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -7791,6 +7791,7 @@
SUBDIR += rubygem-rails-i18n-rails61
SUBDIR += rubygem-rails-i18n-rails70
SUBDIR += rubygem-rails-i18n-rails71
+ SUBDIR += rubygem-rails-i18n-rails72
SUBDIR += rubygem-rails-observers
SUBDIR += rubygem-rainbow
SUBDIR += rubygem-rake
diff --git a/devel/rubygem-rails-i18n-rails72/Makefile b/devel/rubygem-rails-i18n-rails72/Makefile
new file mode 100644
index 000000000000..34d8205c798a
--- /dev/null
+++ b/devel/rubygem-rails-i18n-rails72/Makefile
@@ -0,0 +1,23 @@
+PORTNAME= rails-i18n
+PORTVERSION= 7.0.10
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= -rails72
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Set of common locale data and translations for Rails
+WWW= https://github.com/svenfuchs/rails-i18n
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/MIT-LICENSE.txt
+
+RUN_DEPENDS= rubygem-i18n>=0.7,2<2,2:devel/rubygem-i18n \
+ rubygem-railties72>=6.0.0<8:www/rubygem-railties72
+
+USES= gem
+
+NO_ARCH= yes
+
+PORTSCOUT= limit:^7\.
+
+.include <bsd.port.mk>
diff --git a/devel/rubygem-rails-i18n-rails72/distinfo b/devel/rubygem-rails-i18n-rails72/distinfo
new file mode 100644
index 000000000000..7ffb16c83918
--- /dev/null
+++ b/devel/rubygem-rails-i18n-rails72/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1730296060
+SHA256 (rubygem/rails-i18n-7.0.10.gem) = efae16e0ac28c0f42e98555c8db1327d69ab02058c8b535e0933cb106dd931ca
+SIZE (rubygem/rails-i18n-7.0.10.gem) = 121344
diff --git a/devel/rubygem-rails-i18n-rails72/pkg-descr b/devel/rubygem-rails-i18n-rails72/pkg-descr
new file mode 100644
index 000000000000..9c9396c860d9
--- /dev/null
+++ b/devel/rubygem-rails-i18n-rails72/pkg-descr
@@ -0,0 +1,4 @@
+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.