Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Feb 2023 15:53:53 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c780e3f862ea - main - devel/rubygem-bootsnap115: Add rubygem-bootsnap115 1.15.0 (copied from rubygem-bootsnap)
Message-ID:  <202302051553.315FrrkM028645@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

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

commit c780e3f862eac41927909ef17ebf7ec7a3e867a9
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-02-05 15:15:19 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-02-05 15:47:40 +0000

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

diff --git a/devel/Makefile b/devel/Makefile
index 1f9b4678aa9d..6c99acb44d59 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -6418,6 +6418,7 @@
     SUBDIR += rubygem-bootsnap111
     SUBDIR += rubygem-bootsnap112
     SUBDIR += rubygem-bootsnap114
+    SUBDIR += rubygem-bootsnap115
     SUBDIR += rubygem-bootstrap_form
     SUBDIR += rubygem-bson
     SUBDIR += rubygem-buftok
diff --git a/devel/rubygem-bootsnap115/Makefile b/devel/rubygem-bootsnap115/Makefile
new file mode 100644
index 000000000000..04aa44ac7b12
--- /dev/null
+++ b/devel/rubygem-bootsnap115/Makefile
@@ -0,0 +1,23 @@
+PORTNAME=	bootsnap
+PORTVERSION=	1.15.0
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+PKGNAMESUFFIX=	115
+
+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\.15\.
+
+post-install:
+	${RM} ${STAGEDIR}${PREFIX}/bin/bootsnap
+
+.include <bsd.port.mk>
diff --git a/devel/rubygem-bootsnap115/distinfo b/devel/rubygem-bootsnap115/distinfo
new file mode 100644
index 000000000000..3a6cc9384d1e
--- /dev/null
+++ b/devel/rubygem-bootsnap115/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1674590336
+SHA256 (rubygem/bootsnap-1.15.0.gem) = f246bb1152159098f5d5619b92e373c73db77769bf3e0c4b6336feeb934bc8d2
+SIZE (rubygem/bootsnap-1.15.0.gem) = 39936
diff --git a/devel/rubygem-bootsnap115/pkg-descr b/devel/rubygem-bootsnap115/pkg-descr
new file mode 100644
index 000000000000..25d2164171a9
--- /dev/null
+++ b/devel/rubygem-bootsnap115/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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302051553.315FrrkM028645>