aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2025-05-25 09:26:52 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2025-05-25 09:52:22 +0000
commit53b2f2d5ada761725316291f527dfad66430d6ef (patch)
tree84c45cc2c47a04d261b2719d4d07d7fac6b8c718
parent803dbf02766a6f1785da38091cdbf9317bbe650a (diff)
devel/rubygem-json-gitlab: Add rubygem-json-gitlab 2.11.3 (copied from rubygem-json)
-rw-r--r--devel/Makefile1
-rw-r--r--devel/rubygem-json-gitlab/Makefile19
-rw-r--r--devel/rubygem-json-gitlab/distinfo3
-rw-r--r--devel/rubygem-json-gitlab/pkg-descr3
4 files changed, 26 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 1c7f03f47ca3..3c6d1f44cce4 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -7498,6 +7498,7 @@
SUBDIR += rubygem-jruby-jars
SUBDIR += rubygem-json
SUBDIR += rubygem-json-canonicalization
+ SUBDIR += rubygem-json-gitlab
SUBDIR += rubygem-json-schema
SUBDIR += rubygem-json1
SUBDIR += rubygem-json27
diff --git a/devel/rubygem-json-gitlab/Makefile b/devel/rubygem-json-gitlab/Makefile
new file mode 100644
index 000000000000..7057cc5f0879
--- /dev/null
+++ b/devel/rubygem-json-gitlab/Makefile
@@ -0,0 +1,19 @@
+PORTNAME= json
+PORTVERSION= 2.11.3
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= -gitlab
+
+MAINTAINER= mfechner@FreeBSD.org
+COMMENT= JSON implementation as a Ruby extension in C
+WWW= https://ruby.github.io/json/ \
+ https://github.com/ruby/json/releases
+
+LICENSE= BSD2CLAUSE RUBY
+LICENSE_COMB= dual
+LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/BSDL
+LICENSE_FILE_RUBY= ${WRKSRC}/COPYING
+
+USES= gem
+
+.include <bsd.port.mk>
diff --git a/devel/rubygem-json-gitlab/distinfo b/devel/rubygem-json-gitlab/distinfo
new file mode 100644
index 000000000000..fffd171d5e7b
--- /dev/null
+++ b/devel/rubygem-json-gitlab/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1745936358
+SHA256 (rubygem/json-2.11.3.gem) = 9a10f658a2de67c0eb837eb795dd48132ce797c403e52b5ebef87dcdc7f9ccc1
+SIZE (rubygem/json-2.11.3.gem) = 70656
diff --git a/devel/rubygem-json-gitlab/pkg-descr b/devel/rubygem-json-gitlab/pkg-descr
new file mode 100644
index 000000000000..dbc5c9403654
--- /dev/null
+++ b/devel/rubygem-json-gitlab/pkg-descr
@@ -0,0 +1,3 @@
+This library can parse JSON texts and generate them from ruby data structures.
+This port implemented in C and comes with its own unicode conversion functions
+and a parser generated by the Ragel State Machine Compiler.