git: e3ba874bbaff - main - devel/rubygem-rails-i18n-rails71: Add rubygem-rails-i18n-rails71 7.0.8 (copied from rubygem-rails-i18n-rails70)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Dec 2023 06:05:09 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=e3ba874bbafff1f1af177c31e6eb27e08a185a74 commit e3ba874bbafff1f1af177c31e6eb27e08a185a74 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-12-14 05:31:36 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-12-14 05:31:36 +0000 devel/rubygem-rails-i18n-rails71: Add rubygem-rails-i18n-rails71 7.0.8 (copied from rubygem-rails-i18n-rails70) --- devel/Makefile | 1 + devel/rubygem-rails-i18n-rails71/Makefile | 21 +++++++++++++++++++++ devel/rubygem-rails-i18n-rails71/distinfo | 3 +++ devel/rubygem-rails-i18n-rails71/pkg-descr | 4 ++++ 4 files changed, 29 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index 65d046ab185c..b1ff19ef9504 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -7251,6 +7251,7 @@ SUBDIR += rubygem-rails-i18n-rails60 SUBDIR += rubygem-rails-i18n-rails61 SUBDIR += rubygem-rails-i18n-rails70 + SUBDIR += rubygem-rails-i18n-rails71 SUBDIR += rubygem-rails-observers SUBDIR += rubygem-rainbow SUBDIR += rubygem-rake diff --git a/devel/rubygem-rails-i18n-rails71/Makefile b/devel/rubygem-rails-i18n-rails71/Makefile new file mode 100644 index 000000000000..3894ec7dba31 --- /dev/null +++ b/devel/rubygem-rails-i18n-rails71/Makefile @@ -0,0 +1,21 @@ +PORTNAME= rails-i18n +PORTVERSION= 7.0.8 +CATEGORIES= devel rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= -rails71 + +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-railties71>=6.0.0<8:www/rubygem-railties71 + +USES= gem + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/devel/rubygem-rails-i18n-rails71/distinfo b/devel/rubygem-rails-i18n-rails71/distinfo new file mode 100644 index 000000000000..7d7b13253083 --- /dev/null +++ b/devel/rubygem-rails-i18n-rails71/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1692211967 +SHA256 (rubygem/rails-i18n-7.0.8.gem) = ee9ff92bc4734085aaf234157a7c1c795a29bf3f7edeede1e14e3d4247dd12cd +SIZE (rubygem/rails-i18n-7.0.8.gem) = 120832 diff --git a/devel/rubygem-rails-i18n-rails71/pkg-descr b/devel/rubygem-rails-i18n-rails71/pkg-descr new file mode 100644 index 000000000000..9c9396c860d9 --- /dev/null +++ b/devel/rubygem-rails-i18n-rails71/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.