Skip to content

Commit

Permalink
devel/rubygem-bootsnap117: Add rubygem-bootsnap117 1.17.1 (copied fro…
Browse files Browse the repository at this point in the history
…m rubygem-bootsnap)

- Add PORTSCOUT
  • Loading branch information
sunpoet committed Feb 21, 2024
1 parent 154d98a commit c9589eb
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 0 deletions.
1 change: 1 addition & 0 deletions devel/Makefile
Expand Up @@ -6705,6 +6705,7 @@
SUBDIR += rubygem-blockenspiel
SUBDIR += rubygem-bones
SUBDIR += rubygem-bootsnap
SUBDIR += rubygem-bootsnap117
SUBDIR += rubygem-bootstrap_form
SUBDIR += rubygem-bson
SUBDIR += rubygem-buftok
Expand Down
23 changes: 23 additions & 0 deletions devel/rubygem-bootsnap117/Makefile
@@ -0,0 +1,23 @@
PORTNAME= bootsnap
PORTVERSION= 1.17.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 117

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\.17\.

post-install:
${RM} ${STAGEDIR}${PREFIX}/bin/bootsnap

.include <bsd.port.mk>
3 changes: 3 additions & 0 deletions devel/rubygem-bootsnap117/distinfo
@@ -0,0 +1,3 @@
TIMESTAMP = 1706249622
SHA256 (rubygem/bootsnap-1.17.1.gem) = dbb2c6d4d594b0c87854f34a9073c9114a0c9a1023b8579e2eaaeb28848b1809
SIZE (rubygem/bootsnap-1.17.1.gem) = 40448
3 changes: 3 additions & 0 deletions devel/rubygem-bootsnap117/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.

0 comments on commit c9589eb

Please sign in to comment.