Import ruby-ffi-compiler 1.0.1
ffi-compiler is a ruby library for automating compilation of native libraries for use with ffi. OK sthen@
This commit is contained in:
parent
92f0e74fbf
commit
b6a50b8a9b
24
devel/ruby-ffi-compiler/Makefile
Normal file
24
devel/ruby-ffi-compiler/Makefile
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
# $OpenBSD: Makefile,v 1.1.1.1 2021/02/02 19:25:20 jeremy Exp $
|
||||||
|
|
||||||
|
COMMENT = ruby library for automating compilation of native libraries
|
||||||
|
|
||||||
|
DISTNAME = ffi-compiler-1.0.1
|
||||||
|
CATEGORIES = devel
|
||||||
|
|
||||||
|
HOMEPAGE= https://github.com/ffi/ffi-compiler
|
||||||
|
|
||||||
|
MAINTAINER = Jeremy Evans <jeremy@openbsd.org>
|
||||||
|
|
||||||
|
# Apache 2
|
||||||
|
PERMIT_PACKAGE = Yes
|
||||||
|
|
||||||
|
MODULES = lang/ruby
|
||||||
|
|
||||||
|
WANTLIB = ffi
|
||||||
|
|
||||||
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
||||||
|
RUN_DEPENDS = devel/ruby-ffi,${MODRUBY_FLAVOR}
|
||||||
|
|
||||||
|
CONFIGURE_STYLE = ruby gem
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
2
devel/ruby-ffi-compiler/distinfo
Normal file
2
devel/ruby-ffi-compiler/distinfo
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
SHA256 (ffi-compiler-1.0.1.gem) = AZ84mweKL+yd5/T2V3EJX4CkR+NENrRYi8tinipWTDA=
|
||||||
|
SIZE (ffi-compiler-1.0.1.gem) = 18432
|
2
devel/ruby-ffi-compiler/pkg/DESCR
Normal file
2
devel/ruby-ffi-compiler/pkg/DESCR
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
ffi-compiler is a ruby library for automating compilation of native
|
||||||
|
libraries for use with ffi.
|
21
devel/ruby-ffi-compiler/pkg/PLIST
Normal file
21
devel/ruby-ffi-compiler/pkg/PLIST
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
@comment $OpenBSD: PLIST,v 1.1.1.1 2021/02/02 19:25:20 jeremy Exp $
|
||||||
|
${GEM_LIB}/cache/${DISTNAME}.gem
|
||||||
|
${GEM_LIB}/gems/${DISTNAME}/
|
||||||
|
${GEM_LIB}/gems/${DISTNAME}/Gemfile
|
||||||
|
${GEM_LIB}/gems/${DISTNAME}/LICENSE
|
||||||
|
${GEM_LIB}/gems/${DISTNAME}/README.md
|
||||||
|
${GEM_LIB}/gems/${DISTNAME}/Rakefile
|
||||||
|
${GEM_LIB}/gems/${DISTNAME}/ffi-compiler.gemspec
|
||||||
|
${GEM_LIB}/gems/${DISTNAME}/lib/
|
||||||
|
${GEM_LIB}/gems/${DISTNAME}/lib/ffi-compiler/
|
||||||
|
${GEM_LIB}/gems/${DISTNAME}/lib/ffi-compiler/compile_task.rb
|
||||||
|
${GEM_LIB}/gems/${DISTNAME}/lib/ffi-compiler/export_task.rb
|
||||||
|
${GEM_LIB}/gems/${DISTNAME}/lib/ffi-compiler/exporter.rb
|
||||||
|
${GEM_LIB}/gems/${DISTNAME}/lib/ffi-compiler/fake_ffi/
|
||||||
|
${GEM_LIB}/gems/${DISTNAME}/lib/ffi-compiler/fake_ffi/ffi-compiler/
|
||||||
|
${GEM_LIB}/gems/${DISTNAME}/lib/ffi-compiler/fake_ffi/ffi-compiler/loader.rb
|
||||||
|
${GEM_LIB}/gems/${DISTNAME}/lib/ffi-compiler/fake_ffi/ffi.rb
|
||||||
|
${GEM_LIB}/gems/${DISTNAME}/lib/ffi-compiler/loader.rb
|
||||||
|
${GEM_LIB}/gems/${DISTNAME}/lib/ffi-compiler/platform.rb
|
||||||
|
${GEM_LIB}/gems/${DISTNAME}/lib/ffi-compiler/task.rb
|
||||||
|
${GEM_LIB}/specifications/${DISTNAME}.gemspec
|
Loading…
Reference in New Issue
Block a user