git: 2d99fe5c01f4 - main - devel/rubygem-bootsnap116: Add rubygem-bootsnap116 1.16.0 (copied from rubygem-bootsnap)

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Thu, 02 Nov 2023 07:40:41 UTC
The branch main has been updated by sunpoet:

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

commit 2d99fe5c01f4f9be73c2986e4e84d564182647e3
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-11-02 07:33:27 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-11-02 07:37:17 +0000

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

diff --git a/devel/Makefile b/devel/Makefile
index 496744fdd558..8736821f3fb5 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -6639,6 +6639,7 @@
     SUBDIR += rubygem-blockenspiel
     SUBDIR += rubygem-bones
     SUBDIR += rubygem-bootsnap
+    SUBDIR += rubygem-bootsnap116
     SUBDIR += rubygem-bootstrap_form
     SUBDIR += rubygem-bson
     SUBDIR += rubygem-buftok
diff --git a/devel/rubygem-bootsnap116/Makefile b/devel/rubygem-bootsnap116/Makefile
new file mode 100644
index 000000000000..b692ce3e0fe0
--- /dev/null
+++ b/devel/rubygem-bootsnap116/Makefile
@@ -0,0 +1,23 @@
+PORTNAME=	bootsnap
+PORTVERSION=	1.16.0
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+PKGNAMESUFFIX=	116
+
+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\.16\.
+
+post-install:
+	${RM} ${STAGEDIR}${PREFIX}/bin/bootsnap
+
+.include <bsd.port.mk>
diff --git a/devel/rubygem-bootsnap116/distinfo b/devel/rubygem-bootsnap116/distinfo
new file mode 100644
index 000000000000..25354ab2b1f9
--- /dev/null
+++ b/devel/rubygem-bootsnap116/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1675191823
+SHA256 (rubygem/bootsnap-1.16.0.gem) = f87410c00f69cd84a6e72a6c4bdba733f800d80d934f4315849d18ca9f288fed
+SIZE (rubygem/bootsnap-1.16.0.gem) = 39936
diff --git a/devel/rubygem-bootsnap116/pkg-descr b/devel/rubygem-bootsnap116/pkg-descr
new file mode 100644
index 000000000000..25d2164171a9
--- /dev/null
+++ b/devel/rubygem-bootsnap116/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.