SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
2
devel/ruby-libv8/pkg/DESCR
Normal file
2
devel/ruby-libv8/pkg/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
The libv8 gem provides access to v8 from ruby. It's designed to be used
|
||||
by therubyracer.
|
56
devel/ruby-libv8/pkg/PLIST
Normal file
56
devel/ruby-libv8/pkg/PLIST
Normal file
|
@ -0,0 +1,56 @@
|
|||
${GEM_LIB}/cache/${DISTNAME}.gem
|
||||
${GEM_LIB}/gems/${DISTNAME}/
|
||||
${GEM_LIB}/gems/${DISTNAME}/.gitignore
|
||||
${GEM_LIB}/gems/${DISTNAME}/.gitmodules
|
||||
${GEM_LIB}/gems/${DISTNAME}/.travis.yml
|
||||
${GEM_LIB}/gems/${DISTNAME}/CHANGELOG.md
|
||||
${GEM_LIB}/gems/${DISTNAME}/Gemfile
|
||||
${GEM_LIB}/gems/${DISTNAME}/README.md
|
||||
${GEM_LIB}/gems/${DISTNAME}/Rakefile
|
||||
${GEM_LIB}/gems/${DISTNAME}/appveyor.yml
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/libv8/
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/libv8/.location.yml
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/libv8/Makefile
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/libv8/arch.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/libv8/builder.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/libv8/checkout.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/libv8/compiler/
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/libv8/compiler.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/libv8/compiler/apple_llvm.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/libv8/compiler/clang.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/libv8/compiler/gcc.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/libv8/compiler/generic_compiler.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/libv8/extconf.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/libv8/location.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/libv8/make.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/libv8/patcher.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/libv8/paths.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/libv8/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/libv8.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/libv8/version.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/libv8.gemspec
|
||||
${GEM_LIB}/gems/${DISTNAME}/patches/
|
||||
${GEM_LIB}/gems/${DISTNAME}/patches/disable-building-tests.patch
|
||||
${GEM_LIB}/gems/${DISTNAME}/patches/disable-werror-on-osx.patch
|
||||
${GEM_LIB}/gems/${DISTNAME}/patches/disable-xcode-debugging.patch
|
||||
${GEM_LIB}/gems/${DISTNAME}/patches/do-not-imply-vfp3-and-armv7.patch
|
||||
${GEM_LIB}/gems/${DISTNAME}/patches/do-not-use-MAP_NORESERVE-on-freebsd.patch
|
||||
${GEM_LIB}/gems/${DISTNAME}/patches/do-not-use-vfp2.patch
|
||||
${GEM_LIB}/gems/${DISTNAME}/patches/fPIC-for-static.patch
|
||||
${GEM_LIB}/gems/${DISTNAME}/patches/mingw-generate-makefiles.sh
|
||||
${GEM_LIB}/gems/${DISTNAME}/release/
|
||||
${GEM_LIB}/gems/${DISTNAME}/release/x86-linux/
|
||||
${GEM_LIB}/gems/${DISTNAME}/release/x86-linux/Vagrantfile
|
||||
${GEM_LIB}/gems/${DISTNAME}/release/x86_64-freebsd10/
|
||||
${GEM_LIB}/gems/${DISTNAME}/release/x86_64-freebsd10/Vagrantfile
|
||||
${GEM_LIB}/gems/${DISTNAME}/release/x86_64-freebsd11/
|
||||
${GEM_LIB}/gems/${DISTNAME}/release/x86_64-freebsd11/Vagrantfile
|
||||
${GEM_LIB}/gems/${DISTNAME}/release/x86_64-linux/
|
||||
${GEM_LIB}/gems/${DISTNAME}/release/x86_64-linux/Vagrantfile
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/location_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/spec_helper.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/thefrontside.png
|
||||
${GEM_LIB}/specifications/${DISTNAME}.gemspec
|
Loading…
Add table
Add a link
Reference in a new issue