pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/ruby-ffi-compiler devel/ruby-ffi-compiler: add v...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/520045a882a5
branches:  trunk
changeset: 409237:520045a882a5
user:      taca <taca%pkgsrc.org@localhost>
date:      Thu Jan 16 14:36:15 2020 +0000

description:
devel/ruby-ffi-compiler: add version 1.0.1 package

Add ruby-ffi-compiler version 1.0.1 package.


ffi-compiler is a ruby library for automating compilation of native
libraries for use with ffi.

To use, define your own ruby->native API using ffi, implement it in C, then
use ffi-compiler to compile it.

diffstat:

 devel/ruby-ffi-compiler/DESCR    |   5 +++++
 devel/ruby-ffi-compiler/Makefile |  16 ++++++++++++++++
 devel/ruby-ffi-compiler/PLIST    |  16 ++++++++++++++++
 devel/ruby-ffi-compiler/distinfo |   6 ++++++
 4 files changed, 43 insertions(+), 0 deletions(-)

diffs (59 lines):

diff -r cc053499c0e1 -r 520045a882a5 devel/ruby-ffi-compiler/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-ffi-compiler/DESCR     Thu Jan 16 14:36:15 2020 +0000
@@ -0,0 +1,5 @@
+ffi-compiler is a ruby library for automating compilation of native
+libraries for use with ffi.
+
+To use, define your own ruby->native API using ffi, implement it in C, then
+use ffi-compiler to compile it.
diff -r cc053499c0e1 -r 520045a882a5 devel/ruby-ffi-compiler/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-ffi-compiler/Makefile  Thu Jan 16 14:36:15 2020 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2020/01/16 14:36:15 taca Exp $
+
+DISTNAME=      ffi-compiler-1.0.1
+CATEGORIES=    devel
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://wiki.github.com/ffi/ffi
+COMMENT=       Ruby FFI Rakefile generator
+LICENSE=       apache-2.0
+
+DEPENDS+=      ${RUBY_PKGPREFIX}-ffi>=1.0.0:../../devel/ruby-ffi
+
+USE_LANGUAGES= # none
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r cc053499c0e1 -r 520045a882a5 devel/ruby-ffi-compiler/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-ffi-compiler/PLIST     Thu Jan 16 14:36:15 2020 +0000
@@ -0,0 +1,16 @@
+@comment $NetBSD: PLIST,v 1.1 2020/01/16 14:36:15 taca Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/Gemfile
+${GEM_LIBDIR}/LICENSE
+${GEM_LIBDIR}/README.md
+${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/ffi-compiler.gemspec
+${GEM_LIBDIR}/lib/ffi-compiler/compile_task.rb
+${GEM_LIBDIR}/lib/ffi-compiler/export_task.rb
+${GEM_LIBDIR}/lib/ffi-compiler/exporter.rb
+${GEM_LIBDIR}/lib/ffi-compiler/fake_ffi/ffi-compiler/loader.rb
+${GEM_LIBDIR}/lib/ffi-compiler/fake_ffi/ffi.rb
+${GEM_LIBDIR}/lib/ffi-compiler/loader.rb
+${GEM_LIBDIR}/lib/ffi-compiler/platform.rb
+${GEM_LIBDIR}/lib/ffi-compiler/task.rb
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff -r cc053499c0e1 -r 520045a882a5 devel/ruby-ffi-compiler/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-ffi-compiler/distinfo  Thu Jan 16 14:36:15 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/01/16 14:36:15 taca Exp $
+
+SHA1 (ffi-compiler-1.0.1.gem) = 51cf896232764a4bc0ffad439f416749f1b4f34b
+RMD160 (ffi-compiler-1.0.1.gem) = f2c24bc3081db02f90edfb78b73475bf9aaf5f35
+SHA512 (ffi-compiler-1.0.1.gem) = 7a13625ab1c5748d05ec93d68708dd9435ec92dcd0c823109c44173fdaf8710aec5f5b4fb11966475f10ae91401c7ca3c620f9d36bb9ca665114e1ed70f4edd0
+Size (ffi-compiler-1.0.1.gem) = 18432 bytes



Home | Main Index | Thread Index | Old Index