git: 2549277cc91f - main - devel/rubygem-rails-i18n-rails70: Add rubygem-rails-i18n-rails70 7.0.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 11 Jan 2022 18:52:15 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=2549277cc91f3c9cc363d675f283d4c637f88d7a
commit 2549277cc91f3c9cc363d675f283d4c637f88d7a
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-01-11 16:42:49 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-01-11 18:43:43 +0000
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
---
devel/Makefile | 1 +
devel/rubygem-rails-i18n-rails70/Makefile | 23 +++++++++++++++++++++++
devel/rubygem-rails-i18n-rails70/distinfo | 3 +++
devel/rubygem-rails-i18n-rails70/pkg-descr | 6 ++++++
4 files changed, 33 insertions(+)
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