Date: Mon, 3 Jul 2017 17:35:16 +0000 (UTC) From: Joseph Mingrone <jrm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r444971 - in head/devel: . rubygem-bootsnap Message-ID: <201707031735.v63HZGap016236@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jrm Date: Mon Jul 3 17:35:16 2017 New Revision: 444971 URL: https://svnweb.freebsd.org/changeset/ports/444971 Log: New port, devel/rubygem-bootsnap: Boot large ruby/rails apps faster WWW: WWW: https://github.com/Shopify/bootsnap Added: head/devel/rubygem-bootsnap/ head/devel/rubygem-bootsnap/Makefile (contents, props changed) head/devel/rubygem-bootsnap/distinfo (contents, props changed) head/devel/rubygem-bootsnap/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Jul 3 17:33:32 2017 (r444970) +++ head/devel/Makefile Mon Jul 3 17:35:16 2017 (r444971) @@ -5219,6 +5219,7 @@ SUBDIR += rubygem-blobstore_client SUBDIR += rubygem-blockenspiel SUBDIR += rubygem-bones + SUBDIR += rubygem-bootsnap SUBDIR += rubygem-bosh-template SUBDIR += rubygem-bosh_common SUBDIR += rubygem-bson Added: head/devel/rubygem-bootsnap/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-bootsnap/Makefile Mon Jul 3 17:35:16 2017 (r444971) @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= bootsnap +PORTVERSION= 1.1.1 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= jrm@FreeBSD.org +COMMENT= Boot large ruby/rails apps faster + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= rubygem-msgpack1>0:devel/rubygem-msgpack1 \ + rubygem-snappy>0:archivers/rubygem-snappy + +USE_RUBY= yes +USES= gem shebangfix + +SHEBANG_FILES= bin/* + +.include <bsd.port.mk> Added: head/devel/rubygem-bootsnap/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-bootsnap/distinfo Mon Jul 3 17:35:16 2017 (r444971) @@ -0,0 +1,3 @@ +TIMESTAMP = 1499096867 +SHA256 (rubygem/bootsnap-1.1.1.gem) = b7a8627d9d49333634aa7883351be5b315405c53aa90a6eea6bc1b1cdfdc460c +SIZE (rubygem/bootsnap-1.1.1.gem) = 27136 Added: head/devel/rubygem-bootsnap/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-bootsnap/pkg-descr Mon Jul 3 17:35:16 2017 (r444971) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707031735.v63HZGap016236>