git: 51d811583b74 - main - devel/rubygem-gettext_i18n_rails18: Remove obsoleted port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 01 Dec 2023 22:17:35 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=51d811583b74b8e0bed2d7ff71f9327b3d9a27d8 commit 51d811583b74b8e0bed2d7ff71f9327b3d9a27d8 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-12-01 21:57:51 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-12-01 22:11:29 +0000 devel/rubygem-gettext_i18n_rails18: Remove obsoleted port Use devel/rubygem-gettext_i18n_rails instead. --- MOVED | 1 + devel/Makefile | 1 - devel/rubygem-gettext_i18n_rails18/Makefile | 22 ---------------------- devel/rubygem-gettext_i18n_rails18/distinfo | 3 --- devel/rubygem-gettext_i18n_rails18/pkg-descr | 6 ------ 5 files changed, 1 insertion(+), 32 deletions(-) diff --git a/MOVED b/MOVED index 9cc24e9c9b9f..1ac33b0e3654 100644 --- a/MOVED +++ b/MOVED @@ -8106,3 +8106,4 @@ databases/xapian-bindings12|databases/xapian-bindings|2023-12-01|Remove obsolete databases/xapian-core12|databases/xapian-core|2023-12-01|Remove obsoleted port. Use databases/xapian-core instead www/xapian-omega12|www/xapian-omega|2023-12-01|Remove obsoleted port. Use www/xapian-omega instead devel/rubygem-bootsnap116|devel/rubygem-bootsnap|2023-12-01|Remove obsoleted port. Use devel/rubygem-bootsnap instead +devel/rubygem-gettext_i18n_rails18|devel/rubygem-gettext_i18n_rails|2023-12-01|Remove obsoleted port. Use devel/rubygem-gettext_i18n_rails instead diff --git a/devel/Makefile b/devel/Makefile index de106aba6178..83b566f661a0 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -6865,7 +6865,6 @@ SUBDIR += rubygem-gettext-setup SUBDIR += rubygem-gettext_i18n_rails SUBDIR += rubygem-gettext_i18n_rails111 - SUBDIR += rubygem-gettext_i18n_rails18 SUBDIR += rubygem-gettext_i18n_rails_js-rails5 SUBDIR += rubygem-gettext_i18n_rails_js-rails50 SUBDIR += rubygem-gettext_i18n_rails_js-rails52 diff --git a/devel/rubygem-gettext_i18n_rails18/Makefile b/devel/rubygem-gettext_i18n_rails18/Makefile deleted file mode 100644 index e94dfdcb6f4e..000000000000 --- a/devel/rubygem-gettext_i18n_rails18/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -PORTNAME= gettext_i18n_rails -PORTVERSION= 1.8.1 -CATEGORIES= devel rubygems -MASTER_SITES= RG -PKGNAMESUFFIX= 18 - -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\.8\. - -.include <bsd.port.mk> diff --git a/devel/rubygem-gettext_i18n_rails18/distinfo b/devel/rubygem-gettext_i18n_rails18/distinfo deleted file mode 100644 index aef8b877719c..000000000000 --- a/devel/rubygem-gettext_i18n_rails18/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1576073167 -SHA256 (rubygem/gettext_i18n_rails-1.8.1.gem) = a96a119e35605c12138b8037dd5907df235b343dbdee51031ace4514639a2366 -SIZE (rubygem/gettext_i18n_rails-1.8.1.gem) = 13312 diff --git a/devel/rubygem-gettext_i18n_rails18/pkg-descr b/devel/rubygem-gettext_i18n_rails18/pkg-descr deleted file mode 100644 index c58156d0b21f..000000000000 --- a/devel/rubygem-gettext_i18n_rails18/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.