git: 45e79f2f15a2 - main - devel/rubygem-bootsnap111: Add rubygem-bootsnap111 1.11.1 (copied from rubygem-bootsnap)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 03 Jun 2022 09:03:52 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=45e79f2f15a27d9d9c42d4ee1bad9d96d096a9e3 commit 45e79f2f15a27d9d9c42d4ee1bad9d96d096a9e3 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-06-03 08:47:18 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-06-03 09:00:23 +0000 devel/rubygem-bootsnap111: Add rubygem-bootsnap111 1.11.1 (copied from rubygem-bootsnap) - Add PORTSCOUT --- devel/Makefile | 1 + devel/rubygem-bootsnap111/Makefile | 23 +++++++++++++++++++++++ devel/rubygem-bootsnap111/distinfo | 3 +++ devel/rubygem-bootsnap111/pkg-descr | 5 +++++ 4 files changed, 32 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index 2fd2dd3a38f0..be7dd3157c4a 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -6232,6 +6232,7 @@ SUBDIR += rubygem-blockenspiel SUBDIR += rubygem-bones SUBDIR += rubygem-bootsnap + SUBDIR += rubygem-bootsnap111 SUBDIR += rubygem-bootstrap_form SUBDIR += rubygem-bson SUBDIR += rubygem-buftok diff --git a/devel/rubygem-bootsnap111/Makefile b/devel/rubygem-bootsnap111/Makefile new file mode 100644 index 000000000000..95ae545ff5be --- /dev/null +++ b/devel/rubygem-bootsnap111/Makefile @@ -0,0 +1,23 @@ +PORTNAME= bootsnap +PORTVERSION= 1.11.1 +CATEGORIES= devel rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= 111 + +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\.11\. + +post-install: + ${RM} ${STAGEDIR}${PREFIX}/bin/bootsnap + +.include <bsd.port.mk> diff --git a/devel/rubygem-bootsnap111/distinfo b/devel/rubygem-bootsnap111/distinfo new file mode 100644 index 000000000000..3f0eceedab8f --- /dev/null +++ b/devel/rubygem-bootsnap111/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1647264810 +SHA256 (rubygem/bootsnap-1.11.1.gem) = 6fc933ae3e23e0c3ccae2bc4b7d66c1dec774739ca4011b3ce76d7672f82502e +SIZE (rubygem/bootsnap-1.11.1.gem) = 39936 diff --git a/devel/rubygem-bootsnap111/pkg-descr b/devel/rubygem-bootsnap111/pkg-descr new file mode 100644 index 000000000000..c9c5b634f559 --- /dev/null +++ b/devel/rubygem-bootsnap111/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