git: c9589ebbcb3f - main - devel/rubygem-bootsnap117: Add rubygem-bootsnap117 1.17.1 (copied from rubygem-bootsnap)

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Wed, 21 Feb 2024 15:17:36 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c9589ebbcb3fa8433420b8358d1df259bca072b8

commit c9589ebbcb3fa8433420b8358d1df259bca072b8
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-02-21 14:13:51 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-02-21 15:06:11 +0000

    devel/rubygem-bootsnap117: Add rubygem-bootsnap117 1.17.1 (copied from rubygem-bootsnap)
    
    - Add PORTSCOUT
---
 devel/Makefile                      |  1 +
 devel/rubygem-bootsnap117/Makefile  | 23 +++++++++++++++++++++++
 devel/rubygem-bootsnap117/distinfo  |  3 +++
 devel/rubygem-bootsnap117/pkg-descr |  3 +++
 4 files changed, 30 insertions(+)

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.