git: 58ca5c27cd50 - main - devel/rubygem-bcp47_spec: Add rubygem-bcp47_spec 0.2.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 04 Sep 2023 21:31:07 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=58ca5c27cd500cdadca518c359ecfb9ac60e79f6 commit 58ca5c27cd500cdadca518c359ecfb9ac60e79f6 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-09-04 21:18:13 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-09-04 21:30:02 +0000 devel/rubygem-bcp47_spec: Add rubygem-bcp47_spec 0.2.1 bcp47_spec provides a subset of the BCP 47 specification (https://www.rfc-editor.org/info/bcp47). --- devel/Makefile | 1 + devel/rubygem-bcp47_spec/Makefile | 16 ++++++++++++++++ devel/rubygem-bcp47_spec/distinfo | 3 +++ devel/rubygem-bcp47_spec/pkg-descr | 2 ++ 4 files changed, 22 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index 439be6985698..437bef4fb516 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -6582,6 +6582,7 @@ SUBDIR += rubygem-bacon SUBDIR += rubygem-baf SUBDIR += rubygem-batch-loader + SUBDIR += rubygem-bcp47_spec SUBDIR += rubygem-benelux SUBDIR += rubygem-better_html-rails61 SUBDIR += rubygem-bin_utils diff --git a/devel/rubygem-bcp47_spec/Makefile b/devel/rubygem-bcp47_spec/Makefile new file mode 100644 index 000000000000..3a123ce7825d --- /dev/null +++ b/devel/rubygem-bcp47_spec/Makefile @@ -0,0 +1,16 @@ +PORTNAME= bcp47_spec +PORTVERSION= 0.2.1 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Subset of the BCP 47 specification +WWW= https://github.com/dadah89/bcp47_spec + +LICENSE= MIT + +USES= gem + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/devel/rubygem-bcp47_spec/distinfo b/devel/rubygem-bcp47_spec/distinfo new file mode 100644 index 000000000000..97e2c3a3bd86 --- /dev/null +++ b/devel/rubygem-bcp47_spec/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1693823827 +SHA256 (rubygem/bcp47_spec-0.2.1.gem) = 3fd62edf96c126bd9624e4319ac74082a966081859d1ee0ef3c3041640a37810 +SIZE (rubygem/bcp47_spec-0.2.1.gem) = 7168 diff --git a/devel/rubygem-bcp47_spec/pkg-descr b/devel/rubygem-bcp47_spec/pkg-descr new file mode 100644 index 000000000000..51cd3fb1a576 --- /dev/null +++ b/devel/rubygem-bcp47_spec/pkg-descr @@ -0,0 +1,2 @@ +bcp47_spec provides a subset of the BCP 47 specification +(https://www.rfc-editor.org/info/bcp47).