git: 8638313ddc5f - main - devel/rubygem-bootsnap19: Add rubygem-bootsnap19 1.9.4 (copied from rubygem-bootsnap)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 25 Jan 2022 19:52:51 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=8638313ddc5fffd2f731bcf15936cbf5b8862b59
commit 8638313ddc5fffd2f731bcf15936cbf5b8862b59
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-01-25 19:17:55 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-01-25 19:49:58 +0000
devel/rubygem-bootsnap19: Add rubygem-bootsnap19 1.9.4 (copied from rubygem-bootsnap)
- Add PORTSCOUT
---
devel/Makefile | 1 +
devel/rubygem-bootsnap19/Makefile | 22 ++++++++++++++++++++++
devel/rubygem-bootsnap19/distinfo | 3 +++
devel/rubygem-bootsnap19/pkg-descr | 5 +++++
4 files changed, 31 insertions(+)
diff --git a/devel/Makefile b/devel/Makefile
index f60c7bbbdb73..524aeaa39ddc 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -6165,6 +6165,7 @@
SUBDIR += rubygem-blockenspiel
SUBDIR += rubygem-bones
SUBDIR += rubygem-bootsnap
+ SUBDIR += rubygem-bootsnap19
SUBDIR += rubygem-bootstrap_form
SUBDIR += rubygem-bson
SUBDIR += rubygem-buftok
diff --git a/devel/rubygem-bootsnap19/Makefile b/devel/rubygem-bootsnap19/Makefile
new file mode 100644
index 000000000000..789fc31560fb
--- /dev/null
+++ b/devel/rubygem-bootsnap19/Makefile
@@ -0,0 +1,22 @@
+PORTNAME= bootsnap
+PORTVERSION= 1.9.4
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= 19
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Boot large ruby/rails apps faster
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+
+RUN_DEPENDS= rubygem-msgpack>=1.0<2:devel/rubygem-msgpack
+
+USES= gem
+USE_RUBY= yes
+
+PLIST_FILES= bin/bootsnap
+
+PORTSCOUT= limit:^1\.9\.
+
+.include <bsd.port.mk>
diff --git a/devel/rubygem-bootsnap19/distinfo b/devel/rubygem-bootsnap19/distinfo
new file mode 100644
index 000000000000..fb7078a8b40d
--- /dev/null
+++ b/devel/rubygem-bootsnap19/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1642102599
+SHA256 (rubygem/bootsnap-1.9.4.gem) = 36ad7d3bab60bb9036cbc8f9c4880ff0793680b33ad7cda022a731adace824a6
+SIZE (rubygem/bootsnap-1.9.4.gem) = 37376
diff --git a/devel/rubygem-bootsnap19/pkg-descr b/devel/rubygem-bootsnap19/pkg-descr
new file mode 100644
index 000000000000..c9c5b634f559
--- /dev/null
+++ b/devel/rubygem-bootsnap19/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