SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
20
devel/ruby-bootsnap/Makefile
Normal file
20
devel/ruby-bootsnap/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
|||
COMMENT= boot large ruby rails
|
||||
|
||||
DISTNAME= bootsnap-1.16.0
|
||||
CATEGORIES= devel
|
||||
|
||||
HOMEPAGE= https://github.com/Shopify/bootsnap
|
||||
|
||||
MAINTAINER= Purple Rain <purplerain@secbsd.org>
|
||||
|
||||
# MIT
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
MODULES= lang/ruby
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS} \
|
||||
net/ruby-msgpack
|
||||
|
||||
CONFIGURE_STYLE= ruby gem ext
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/ruby-bootsnap/distinfo
Normal file
2
devel/ruby-bootsnap/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (bootsnap-1.16.0.gem) = +HQQwA9pzYSm5ypsS9unM/gA2A2TT0MVhJ0Yyp8oj+0=
|
||||
SIZE (bootsnap-1.16.0.gem) = 39936
|
1
devel/ruby-bootsnap/pkg/DESCR
Normal file
1
devel/ruby-bootsnap/pkg/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
Boot large ruby/rails apps faster
|
50
devel/ruby-bootsnap/pkg/PLIST
Normal file
50
devel/ruby-bootsnap/pkg/PLIST
Normal file
|
@ -0,0 +1,50 @@
|
|||
${GEM_BIN}/bootsnap30
|
||||
${GEM_LIB}/cache/${DISTNAME}.gem
|
||||
${GEM_LIB}/extensions/x86_64-unknown/${MODRUBY_LIBREV}/${DISTNAME}/
|
||||
${GEM_LIB}/extensions/x86_64-unknown/${MODRUBY_LIBREV}/${DISTNAME}/bootsnap/
|
||||
@so ${GEM_LIB}/extensions/x86_64-unknown/${MODRUBY_LIBREV}/${DISTNAME}/bootsnap/bootsnap.so
|
||||
${GEM_LIB}/extensions/x86_64-unknown/${MODRUBY_LIBREV}/${DISTNAME}/gem.build_complete
|
||||
${GEM_LIB}/extensions/x86_64-unknown/${MODRUBY_LIBREV}/${DISTNAME}/gem_make.out
|
||||
${GEM_LIB}/gems/${DISTNAME}/
|
||||
${GEM_LIB}/gems/${DISTNAME}/CHANGELOG.md
|
||||
${GEM_LIB}/gems/${DISTNAME}/LICENSE.txt
|
||||
${GEM_LIB}/gems/${DISTNAME}/README.md
|
||||
${GEM_LIB}/gems/${DISTNAME}/exe/
|
||||
${GEM_LIB}/gems/${DISTNAME}/exe/bootsnap
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/bootsnap/
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/bootsnap/.sitearchdir.-.bootsnap.time
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/bootsnap/Makefile
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/bootsnap/bootsnap.c
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/bootsnap/bootsnap.h
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/bootsnap/bootsnap.o
|
||||
@so ${GEM_LIB}/gems/${DISTNAME}/ext/bootsnap/bootsnap.so
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/bootsnap/extconf.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bootsnap/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bootsnap.rb
|
||||
@so ${GEM_LIB}/gems/${DISTNAME}/lib/bootsnap/bootsnap.so
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bootsnap/bundler.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bootsnap/cli/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bootsnap/cli.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bootsnap/cli/worker_pool.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bootsnap/compile_cache/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bootsnap/compile_cache.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bootsnap/compile_cache/iseq.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bootsnap/compile_cache/json.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bootsnap/compile_cache/yaml.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bootsnap/explicit_require.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bootsnap/load_path_cache/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bootsnap/load_path_cache.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bootsnap/load_path_cache/cache.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bootsnap/load_path_cache/change_observer.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bootsnap/load_path_cache/core_ext/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bootsnap/load_path_cache/core_ext/loaded_features.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bootsnap/load_path_cache/loaded_features_index.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bootsnap/load_path_cache/path.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bootsnap/load_path_cache/path_scanner.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bootsnap/load_path_cache/store.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bootsnap/setup.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/bootsnap/version.rb
|
||||
${GEM_LIB}/specifications/${DISTNAME}.gemspec
|
Loading…
Add table
Add a link
Reference in a new issue