diff options
| author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-07-23 07:11:17 +0000 |
|---|---|---|
| committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-07-23 07:23:07 +0000 |
| commit | fa7e7ab2f3dd116b8db2c6159fd8c8905e2451ab (patch) | |
| tree | b9d46f52c69c9a46eb6b33fd7b477995bdf24bfe | |
| parent | ef7e0a8736b514150daa884b9272e7bd577638b8 (diff) | |
devel/rubygem-rails-i18n-rails80: Add rubygem-rails-i18n-rails80 8.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.
| -rw-r--r-- | devel/Makefile | 1 | ||||
| -rw-r--r-- | devel/rubygem-rails-i18n-rails80/Makefile | 21 | ||||
| -rw-r--r-- | devel/rubygem-rails-i18n-rails80/distinfo | 3 | ||||
| -rw-r--r-- | devel/rubygem-rails-i18n-rails80/pkg-descr | 4 |
4 files changed, 29 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 071556873d81..22a04dd796b1 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -7792,6 +7792,7 @@ SUBDIR += rubygem-rails-i18n-rails70 SUBDIR += rubygem-rails-i18n-rails71 SUBDIR += rubygem-rails-i18n-rails72 + SUBDIR += rubygem-rails-i18n-rails80 SUBDIR += rubygem-rails-observers SUBDIR += rubygem-rainbow SUBDIR += rubygem-rake diff --git a/devel/rubygem-rails-i18n-rails80/Makefile b/devel/rubygem-rails-i18n-rails80/Makefile new file mode 100644 index 000000000000..1d6add5ff4a9 --- /dev/null +++ b/devel/rubygem-rails-i18n-rails80/Makefile @@ -0,0 +1,21 @@ +PORTNAME= rails-i18n +PORTVERSION= 8.0.1 +CATEGORIES= devel rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= -rails80 + +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-railties80>=8.0.0<9:www/rubygem-railties80 + +USES= gem + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/devel/rubygem-rails-i18n-rails80/distinfo b/devel/rubygem-rails-i18n-rails80/distinfo new file mode 100644 index 000000000000..221d12165a2c --- /dev/null +++ b/devel/rubygem-rails-i18n-rails80/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1752566672 +SHA256 (rubygem/rails-i18n-8.0.1.gem) = 15303195450bdac9a80636cf14c7e5ada2f43907cc60fcd19bbb3f81ab45be0d +SIZE (rubygem/rails-i18n-8.0.1.gem) = 121344 diff --git a/devel/rubygem-rails-i18n-rails80/pkg-descr b/devel/rubygem-rails-i18n-rails80/pkg-descr new file mode 100644 index 000000000000..9c9396c860d9 --- /dev/null +++ b/devel/rubygem-rails-i18n-rails80/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. |
