git: 90065164d421 - main - devel/rubygem-unicode-version: Add rubygem-unicode-version 1.4.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 16 May 2024 06:29:35 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=90065164d421f9bb3fcc01cbba4ddc45dff11489 commit 90065164d421f9bb3fcc01cbba4ddc45dff11489 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-05-16 06:13:44 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-05-16 06:21:51 +0000 devel/rubygem-unicode-version: Add rubygem-unicode-version 1.4.0 Unicode::Version.unicode_version makes it easy to check for Unicode and Emoji support of your current Ruby (and older Rubies). --- devel/Makefile | 1 + devel/rubygem-unicode-version/Makefile | 17 +++++++++++++++++ devel/rubygem-unicode-version/distinfo | 3 +++ devel/rubygem-unicode-version/pkg-descr | 2 ++ 4 files changed, 23 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index 08e2fdc7dbc3..7d3aa9651cb6 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -7677,6 +7677,7 @@ SUBDIR += rubygem-unicode SUBDIR += rubygem-unicode-display_width SUBDIR += rubygem-unicode-emoji + SUBDIR += rubygem-unicode-version SUBDIR += rubygem-unicode_utils SUBDIR += rubygem-unleash SUBDIR += rubygem-useragent diff --git a/devel/rubygem-unicode-version/Makefile b/devel/rubygem-unicode-version/Makefile new file mode 100644 index 000000000000..b0d96f7996ac --- /dev/null +++ b/devel/rubygem-unicode-version/Makefile @@ -0,0 +1,17 @@ +PORTNAME= unicode-version +PORTVERSION= 1.4.0 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Return Unicode / Emoji versions of current and previous Rubies +WWW= https://github.com/janlelis/unicode-version + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/MIT-LICENSE.txt + +USES= gem + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/devel/rubygem-unicode-version/distinfo b/devel/rubygem-unicode-version/distinfo new file mode 100644 index 000000000000..78388991d64c --- /dev/null +++ b/devel/rubygem-unicode-version/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1714227818 +SHA256 (rubygem/unicode-version-1.4.0.gem) = 56409a354a042df2e9acd547f58f81c6ee24839560b47f4907b1c097b6677563 +SIZE (rubygem/unicode-version-1.4.0.gem) = 8704 diff --git a/devel/rubygem-unicode-version/pkg-descr b/devel/rubygem-unicode-version/pkg-descr new file mode 100644 index 000000000000..062566a8a653 --- /dev/null +++ b/devel/rubygem-unicode-version/pkg-descr @@ -0,0 +1,2 @@ +Unicode::Version.unicode_version makes it easy to check for Unicode and Emoji +support of your current Ruby (and older Rubies).