aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-09-04 21:18:13 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-09-04 21:30:02 +0000
commit58ca5c27cd500cdadca518c359ecfb9ac60e79f6 (patch)
treed0e0dececf46d218645344691ec6f578808637a6
parent8c9773e2578a366ae58ac9bd6f4f2f044be2af5c (diff)
downloadports-58ca5c27cd500cdadca518c359ecfb9ac60e79f6.tar.gz
ports-58ca5c27cd500cdadca518c359ecfb9ac60e79f6.zip
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).
-rw-r--r--devel/Makefile1
-rw-r--r--devel/rubygem-bcp47_spec/Makefile16
-rw-r--r--devel/rubygem-bcp47_spec/distinfo3
-rw-r--r--devel/rubygem-bcp47_spec/pkg-descr2
4 files changed, 22 insertions, 0 deletions
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).