git: 9bfad19d4a4e - main - devel/rubygem-gettext32: Remove obsoleted port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 21 Dec 2021 19:50:02 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=9bfad19d4a4edda1e78f7a9bfd2f05f86874d5c5 commit 9bfad19d4a4edda1e78f7a9bfd2f05f86874d5c5 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-12-21 19:26:38 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-12-21 19:26:38 +0000 devel/rubygem-gettext32: Remove obsoleted port Use devel/rubygem-gettext instead. --- devel/rubygem-gettext32/Makefile | 33 --------------------------------- devel/rubygem-gettext32/distinfo | 3 --- devel/rubygem-gettext32/pkg-descr | 5 ----- 3 files changed, 41 deletions(-) diff --git a/devel/rubygem-gettext32/Makefile b/devel/rubygem-gettext32/Makefile deleted file mode 100644 index af28c00a2318..000000000000 --- a/devel/rubygem-gettext32/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# Created by: Akinori MUSHA aka knu <knu@idaemons.org> - -PORTNAME= gettext -PORTVERSION= 3.2.9 -CATEGORIES= devel rubygems -MASTER_SITES= RG -PKGNAMESUFFIX= 32 - -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Ruby implementation of the gettext library - -LICENSE= LGPL3 RUBY -LICENSE_COMB= dual -LICENSE_FILE_LGPL3= ${WRKSRC}/doc/text/lgpl-3.0.txt -LICENSE_FILE_RUBY= ${WRKSRC}/doc/text/ruby-license.txt - -RUN_DEPENDS= rubygem-locale>=2.0.5:devel/rubygem-locale \ - rubygem-text>=1.3.0:textproc/rubygem-text - -USES= gem shebangfix -USE_RUBY= yes - -NO_ARCH= yes - -PORTSCOUT= limit:^3\.2\. - -SHEBANG_FILES= samples/*.rb samples/cgi/*.rb - -# Do not conflict with rubygem-gettext -post-install: - ${RM} ${STAGEDIR}${PREFIX}/bin/* - -.include <bsd.port.mk> diff --git a/devel/rubygem-gettext32/distinfo b/devel/rubygem-gettext32/distinfo deleted file mode 100644 index 51c28e6bc17e..000000000000 --- a/devel/rubygem-gettext32/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1578674642 -SHA256 (rubygem/gettext-3.2.9.gem) = 990392498a757dce3936ddaf4a65fefccbdf0ca9c62d51af57c032f58edcc41c -SIZE (rubygem/gettext-3.2.9.gem) = 285696 diff --git a/devel/rubygem-gettext32/pkg-descr b/devel/rubygem-gettext32/pkg-descr deleted file mode 100644 index 63c2b0265b46..000000000000 --- a/devel/rubygem-gettext32/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Ruby GetText Package is Native Language Support Library and Tools -which modeled after GNU GetText package, but the API is simpler than -that of GNU GetText. - -WWW: https://ruby-gettext.github.io/