devel/rubygem-bootsnap117: Add rubygem-bootsnap117 1.17.1 (copied from rubygem-bootsnap)
- Add PORTSCOUT
This commit is contained in:
parent
154d98a489
commit
c9589ebbcb
4 changed files with 30 additions and 0 deletions
|
@ -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
|
||||
|
|
23
devel/rubygem-bootsnap117/Makefile
Normal file
23
devel/rubygem-bootsnap117/Makefile
Normal file
|
@ -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
devel/rubygem-bootsnap117/distinfo
Normal file
3
devel/rubygem-bootsnap117/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1706249622
|
||||
SHA256 (rubygem/bootsnap-1.17.1.gem) = dbb2c6d4d594b0c87854f34a9073c9114a0c9a1023b8579e2eaaeb28848b1809
|
||||
SIZE (rubygem/bootsnap-1.17.1.gem) = 40448
|
3
devel/rubygem-bootsnap117/pkg-descr
Normal file
3
devel/rubygem-bootsnap117/pkg-descr
Normal file
|
@ -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.
|
Loading…
Reference in a new issue