git: 71084d3323d1 - main - devel/rubygem-gettext_i18n_rails112: Remove obsoleted port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 31 Dec 2024 16:25:31 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=71084d3323d1b68eb170ff6d84a6c4e502eb67b8 commit 71084d3323d1b68eb170ff6d84a6c4e502eb67b8 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-12-31 16:16:55 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-12-31 16:22:42 +0000 devel/rubygem-gettext_i18n_rails112: Remove obsoleted port Use devel/rubygem-gettext_i18n_rails instead. --- MOVED | 1 + devel/Makefile | 1 - devel/rubygem-gettext_i18n_rails112/Makefile | 22 ---------------------- devel/rubygem-gettext_i18n_rails112/distinfo | 3 --- devel/rubygem-gettext_i18n_rails112/pkg-descr | 6 ------ 5 files changed, 1 insertion(+), 32 deletions(-) diff --git a/MOVED b/MOVED index 6e0171f5c317..0bc5e9f216e1 100644 --- a/MOVED +++ b/MOVED @@ -3783,3 +3783,4 @@ devel/rubygem-cucumber-messages23|devel/rubygem-cucumber-messages|2024-12-31|Rem devel/rubygem-event_stream_parser0|devel/rubygem-event_stream_parser|2024-12-31|Remove obsoleted port. Use devel/rubygem-event_stream_parser instead devel/rubygem-faraday_middleware-aws-sigv403|devel/rubygem-faraday_middleware-aws-sigv4|2024-12-31|Remove obsoleted port. Use devel/rubygem-faraday_middleware-aws-sigv4 instead devel/rubygem-fugit18|devel/rubygem-fugit|2024-12-31|Remove obsoleted port. Use devel/rubygem-fugit instead +devel/rubygem-gettext_i18n_rails112|devel/rubygem-gettext_i18n_rails|2024-12-31|Remove obsoleted port. Use devel/rubygem-gettext_i18n_rails instead diff --git a/devel/Makefile b/devel/Makefile index f02775f5d30a..edb2cde5e730 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -7299,7 +7299,6 @@ SUBDIR += rubygem-gettext SUBDIR += rubygem-gettext-setup SUBDIR += rubygem-gettext_i18n_rails - SUBDIR += rubygem-gettext_i18n_rails112 SUBDIR += rubygem-gettext_i18n_rails_js SUBDIR += rubygem-gettext_i18n_rails_js-rails5 SUBDIR += rubygem-gettext_i18n_rails_js-rails50 diff --git a/devel/rubygem-gettext_i18n_rails112/Makefile b/devel/rubygem-gettext_i18n_rails112/Makefile deleted file mode 100644 index ce148a1fe80f..000000000000 --- a/devel/rubygem-gettext_i18n_rails112/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -PORTNAME= gettext_i18n_rails -PORTVERSION= 1.12.0 -CATEGORIES= devel rubygems -MASTER_SITES= RG -PKGNAMESUFFIX= 112 - -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Simple FastGettext Rails integration -WWW= https://github.com/grosser/gettext_i18n_rails - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/MIT-LICENSE.txt - -RUN_DEPENDS= rubygem-fast_gettext>=0.9.0:devel/rubygem-fast_gettext - -USES= gem - -NO_ARCH= yes - -PORTSCOUT= limit:^1\.12\. - -.include <bsd.port.mk> diff --git a/devel/rubygem-gettext_i18n_rails112/distinfo b/devel/rubygem-gettext_i18n_rails112/distinfo deleted file mode 100644 index b09889764475..000000000000 --- a/devel/rubygem-gettext_i18n_rails112/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1688167082 -SHA256 (rubygem/gettext_i18n_rails-1.12.0.gem) = 6ac4817731a9e2ce47e1e83381ac34f9142263bc2911aaaafb2526d2f1afc1be -SIZE (rubygem/gettext_i18n_rails-1.12.0.gem) = 12288 diff --git a/devel/rubygem-gettext_i18n_rails112/pkg-descr b/devel/rubygem-gettext_i18n_rails112/pkg-descr deleted file mode 100644 index c58156d0b21f..000000000000 --- a/devel/rubygem-gettext_i18n_rails112/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -gettext_i18n_rails is simple FastGettext Rails integration. Translate via -FastGettext, use any other I18n backend as extension/fallback. - -Rails does: I18n.t('syntax.with.lots.of.dots') with nested yml files. We do: -_('Just translate my damn text!') with simple, flat mo/po/yml files or directly -from db. To use I18n, calls add a syntax.with.lots.of.dots translation.