aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2025-11-29 23:20:41 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2025-11-29 23:20:41 +0000
commit52ea9b56bec8e339652cfb63c70e4a03bfbca524 (patch)
tree05d67510ccfba4dabfc57e48f381a85f769c8d13
parent96d9702ee696307d37a24058fb77530fa98a56a6 (diff)
devel/rubygem-bootsnap-gitlab: Add rubygem-bootsnap-gitlab 1.18.6 (copied from rubygem-bootsnap)
- Add PORTSCOUT
-rw-r--r--devel/Makefile1
-rw-r--r--devel/rubygem-bootsnap-gitlab/Makefile22
-rw-r--r--devel/rubygem-bootsnap-gitlab/distinfo3
-rw-r--r--devel/rubygem-bootsnap-gitlab/pkg-descr3
4 files changed, 29 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 5505b506c08b..9d4c8353e9ac 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -7170,6 +7170,7 @@
SUBDIR += rubygem-blockenspiel
SUBDIR += rubygem-bones
SUBDIR += rubygem-bootsnap
+ SUBDIR += rubygem-bootsnap-gitlab
SUBDIR += rubygem-bootstrap_form
SUBDIR += rubygem-bson
SUBDIR += rubygem-buftok
diff --git a/devel/rubygem-bootsnap-gitlab/Makefile b/devel/rubygem-bootsnap-gitlab/Makefile
new file mode 100644
index 000000000000..e25fa3f3f290
--- /dev/null
+++ b/devel/rubygem-bootsnap-gitlab/Makefile
@@ -0,0 +1,22 @@
+PORTNAME= bootsnap
+PORTVERSION= 1.18.6
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= -gitlab
+
+MAINTAINER= mfechner@FreeBSD.org
+COMMENT= Boot large ruby/rails apps faster
+WWW= https://github.com/rails/bootsnap
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+
+RUN_DEPENDS= rubygem-msgpack>=1.2<2:devel/rubygem-msgpack
+
+USES= gem
+
+PLIST_FILES= bin/bootsnap
+
+PORTSCOUT= limit:^1\.18\.
+
+.include <bsd.port.mk>
diff --git a/devel/rubygem-bootsnap-gitlab/distinfo b/devel/rubygem-bootsnap-gitlab/distinfo
new file mode 100644
index 000000000000..e6b03e8785b6
--- /dev/null
+++ b/devel/rubygem-bootsnap-gitlab/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1747716300
+SHA256 (rubygem/bootsnap-1.18.6.gem) = 0ae2393c1e911e38be0f24e9173e7be570c3650128251bf06240046f84a07d00
+SIZE (rubygem/bootsnap-1.18.6.gem) = 43008
diff --git a/devel/rubygem-bootsnap-gitlab/pkg-descr b/devel/rubygem-bootsnap-gitlab/pkg-descr
new file mode 100644
index 000000000000..25d2164171a9
--- /dev/null
+++ b/devel/rubygem-bootsnap-gitlab/pkg-descr
@@ -0,0 +1,3 @@
+Bootsnap makes booting large ruby/rails apps faster. It is a library that plugs
+into a number of Ruby and (optionally) ActiveSupport and YAML methods to
+optimize and cache expensive computations.