git: e1a796d6543a - 2025Q4 - devel/rubygem-bootsnap-gitlab: Add rubygem-bootsnap-gitlab 1.18.6 (copied from rubygem-bootsnap)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 12 Dec 2025 05:13:31 UTC
The branch 2025Q4 has been updated by mfechner:
URL: https://cgit.FreeBSD.org/ports/commit/?id=e1a796d6543ae9da14a0acfe98645aa9d6b8875a
commit e1a796d6543ae9da14a0acfe98645aa9d6b8875a
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-11-29 23:20:41 +0000
Commit: Matthias Fechner <mfechner@FreeBSD.org>
CommitDate: 2025-12-12 04:52:09 +0000
devel/rubygem-bootsnap-gitlab: Add rubygem-bootsnap-gitlab 1.18.6 (copied from rubygem-bootsnap)
- Add PORTSCOUT
(cherry picked from commit 52ea9b56bec8e339652cfb63c70e4a03bfbca524)
---
devel/Makefile | 1 +
devel/rubygem-bootsnap-gitlab/Makefile | 22 ++++++++++++++++++++++
devel/rubygem-bootsnap-gitlab/distinfo | 3 +++
devel/rubygem-bootsnap-gitlab/pkg-descr | 3 +++
4 files changed, 29 insertions(+)
diff --git a/devel/Makefile b/devel/Makefile
index 451ab3c23689..78b4ee64d7fa 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -7131,6 +7131,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.