git: fa7e7ab2f3dd - main - devel/rubygem-rails-i18n-rails80: Add rubygem-rails-i18n-rails80 8.0.1

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Wed, 23 Jul 2025 07:26:37 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=fa7e7ab2f3dd116b8db2c6159fd8c8905e2451ab

commit fa7e7ab2f3dd116b8db2c6159fd8c8905e2451ab
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-07-23 07:11:17 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-07-23 07:23:07 +0000

    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.
---
 devel/Makefile                             |  1 +
 devel/rubygem-rails-i18n-rails80/Makefile  | 21 +++++++++++++++++++++
 devel/rubygem-rails-i18n-rails80/distinfo  |  3 +++
 devel/rubygem-rails-i18n-rails80/pkg-descr |  4 ++++
 4 files changed, 29 insertions(+)

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.