aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-02-21 14:13:51 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-02-21 15:06:11 +0000
commitc9589ebbcb3fa8433420b8358d1df259bca072b8 (patch)
tree25971660b9c684795f2bf3a566811cfde0fc9a89
parent154d98a4897aae6157430197600426bd1384d7b6 (diff)
downloadports-c9589ebbcb3fa8433420b8358d1df259bca072b8.tar.gz
ports-c9589ebbcb3fa8433420b8358d1df259bca072b8.zip
devel/rubygem-bootsnap117: Add rubygem-bootsnap117 1.17.1 (copied from rubygem-bootsnap)
- Add PORTSCOUT
-rw-r--r--devel/Makefile1
-rw-r--r--devel/rubygem-bootsnap117/Makefile23
-rw-r--r--devel/rubygem-bootsnap117/distinfo3
-rw-r--r--devel/rubygem-bootsnap117/pkg-descr3
4 files changed, 30 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 5d8d3f98ac0b..cb0c8fc24647 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -6705,6 +6705,7 @@
SUBDIR += rubygem-blockenspiel
SUBDIR += rubygem-bones
SUBDIR += rubygem-bootsnap
+ SUBDIR += rubygem-bootsnap117
SUBDIR += rubygem-bootstrap_form
SUBDIR += rubygem-bson
SUBDIR += rubygem-buftok
diff --git a/devel/rubygem-bootsnap117/Makefile b/devel/rubygem-bootsnap117/Makefile
new file mode 100644
index 000000000000..6c181e32bb1c
--- /dev/null
+++ b/devel/rubygem-bootsnap117/Makefile
@@ -0,0 +1,23 @@
+PORTNAME= bootsnap
+PORTVERSION= 1.17.1
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= 117
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Boot large ruby/rails apps faster
+WWW= https://github.com/Shopify/bootsnap
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+
+RUN_DEPENDS= rubygem-msgpack>=1.2<2:devel/rubygem-msgpack
+
+USES= gem
+
+PORTSCOUT= limit:^1\.17\.
+
+post-install:
+ ${RM} ${STAGEDIR}${PREFIX}/bin/bootsnap
+
+.include <bsd.port.mk>
diff --git a/devel/rubygem-bootsnap117/distinfo b/devel/rubygem-bootsnap117/distinfo
new file mode 100644
index 000000000000..85311ca0b32b
--- /dev/null
+++ b/devel/rubygem-bootsnap117/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1706249622
+SHA256 (rubygem/bootsnap-1.17.1.gem) = dbb2c6d4d594b0c87854f34a9073c9114a0c9a1023b8579e2eaaeb28848b1809
+SIZE (rubygem/bootsnap-1.17.1.gem) = 40448
diff --git a/devel/rubygem-bootsnap117/pkg-descr b/devel/rubygem-bootsnap117/pkg-descr
new file mode 100644
index 000000000000..25d2164171a9
--- /dev/null
+++ b/devel/rubygem-bootsnap117/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.