git: 966bf32b555e - main - devel/rubygem-bootsnap114: Add rubygem-bootsnap114 1.14.0 (copied from rubygem-bootsnap)

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Mon, 30 Jan 2023 13:05:11 UTC
The branch main has been updated by sunpoet:

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

commit 966bf32b555ec3e45f1c4af110e226332a8deb99
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-01-30 12:21:40 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-01-30 12:58:54 +0000

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

diff --git a/devel/Makefile b/devel/Makefile
index cbaabece0e7b..49671a7fbacb 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -6408,6 +6408,7 @@
     SUBDIR += rubygem-bootsnap
     SUBDIR += rubygem-bootsnap111
     SUBDIR += rubygem-bootsnap112
+    SUBDIR += rubygem-bootsnap114
     SUBDIR += rubygem-bootstrap_form
     SUBDIR += rubygem-bson
     SUBDIR += rubygem-buftok
diff --git a/devel/rubygem-bootsnap114/Makefile b/devel/rubygem-bootsnap114/Makefile
new file mode 100644
index 000000000000..92af0c4cb83b
--- /dev/null
+++ b/devel/rubygem-bootsnap114/Makefile
@@ -0,0 +1,23 @@
+PORTNAME=	bootsnap
+PORTVERSION=	1.14.0
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+PKGNAMESUFFIX=	114
+
+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\.14\.
+
+post-install:
+	${RM} ${STAGEDIR}${PREFIX}/bin/bootsnap
+
+.include <bsd.port.mk>
diff --git a/devel/rubygem-bootsnap114/distinfo b/devel/rubygem-bootsnap114/distinfo
new file mode 100644
index 000000000000..69d4b778d9a1
--- /dev/null
+++ b/devel/rubygem-bootsnap114/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1669058035
+SHA256 (rubygem/bootsnap-1.14.0.gem) = 4c541735f628e6d6bb7284552ce14f63f75a6af238b23f43d2b07789b576de3f
+SIZE (rubygem/bootsnap-1.14.0.gem) = 39424
diff --git a/devel/rubygem-bootsnap114/pkg-descr b/devel/rubygem-bootsnap114/pkg-descr
new file mode 100644
index 000000000000..25d2164171a9
--- /dev/null
+++ b/devel/rubygem-bootsnap114/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.