git: f5e704ad786d - main - devel/rubygem-bootsnap112: Add rubygem-bootsnap112 1.12.0 (copied from rubygem-bootsnap)

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sat, 30 Jul 2022 19:27:47 UTC
The branch main has been updated by sunpoet:

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

commit f5e704ad786dd44df6b123e79200f9b0013897de
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-07-30 19:23:29 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-07-30 19:23:29 +0000

    devel/rubygem-bootsnap112: Add rubygem-bootsnap112 1.12.0 (copied from rubygem-bootsnap)
    
    - Add PORTSCOUT
---
 devel/Makefile                      |  1 +
 devel/rubygem-bootsnap112/Makefile  | 23 +++++++++++++++++++++++
 devel/rubygem-bootsnap112/distinfo  |  3 +++
 devel/rubygem-bootsnap112/pkg-descr |  5 +++++
 4 files changed, 32 insertions(+)

diff --git a/devel/Makefile b/devel/Makefile
index 7c3f9a4f41a5..9cae1bc49588 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -6205,6 +6205,7 @@
     SUBDIR += rubygem-bones
     SUBDIR += rubygem-bootsnap
     SUBDIR += rubygem-bootsnap111
+    SUBDIR += rubygem-bootsnap112
     SUBDIR += rubygem-bootstrap_form
     SUBDIR += rubygem-bson
     SUBDIR += rubygem-buftok
diff --git a/devel/rubygem-bootsnap112/Makefile b/devel/rubygem-bootsnap112/Makefile
new file mode 100644
index 000000000000..ef9033b4b95b
--- /dev/null
+++ b/devel/rubygem-bootsnap112/Makefile
@@ -0,0 +1,23 @@
+PORTNAME=	bootsnap
+PORTVERSION=	1.12.0
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+PKGNAMESUFFIX=	112
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Boot large ruby/rails apps faster
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
+
+RUN_DEPENDS=	rubygem-msgpack>=1.2<2:devel/rubygem-msgpack
+
+USES=		gem
+USE_RUBY=	yes
+
+PORTSCOUT=	limit:^1\.12\.
+
+post-install:
+	${RM} ${STAGEDIR}${PREFIX}/bin/bootsnap
+
+.include <bsd.port.mk>
diff --git a/devel/rubygem-bootsnap112/distinfo b/devel/rubygem-bootsnap112/distinfo
new file mode 100644
index 000000000000..dd86cae7669c
--- /dev/null
+++ b/devel/rubygem-bootsnap112/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1653926082
+SHA256 (rubygem/bootsnap-1.12.0.gem) = 6c6d7e57e6da89817953dbfb410d04c44ddfa6c3eb4be303d21e6c41dc20ea7b
+SIZE (rubygem/bootsnap-1.12.0.gem) = 39424
diff --git a/devel/rubygem-bootsnap112/pkg-descr b/devel/rubygem-bootsnap112/pkg-descr
new file mode 100644
index 000000000000..c9c5b634f559
--- /dev/null
+++ b/devel/rubygem-bootsnap112/pkg-descr
@@ -0,0 +1,5 @@
+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.
+
+WWW: https://github.com/Shopify/bootsnap