pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-ffi-compiler



Module Name:    pkgsrc
Committed By:   taca
Date:           Thu Jan 16 14:36:15 UTC 2020

Added Files:
        pkgsrc/devel/ruby-ffi-compiler: DESCR Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/ruby-ffi-compiler/DESCR \
    pkgsrc/devel/ruby-ffi-compiler/Makefile \
    pkgsrc/devel/ruby-ffi-compiler/PLIST \
    pkgsrc/devel/ruby-ffi-compiler/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/devel/ruby-ffi-compiler/DESCR
diff -u /dev/null pkgsrc/devel/ruby-ffi-compiler/DESCR:1.1
--- /dev/null   Thu Jan 16 14:36:15 2020
+++ pkgsrc/devel/ruby-ffi-compiler/DESCR        Thu Jan 16 14:36:15 2020
@@ -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.
Index: pkgsrc/devel/ruby-ffi-compiler/Makefile
diff -u /dev/null pkgsrc/devel/ruby-ffi-compiler/Makefile:1.1
--- /dev/null   Thu Jan 16 14:36:15 2020
+++ pkgsrc/devel/ruby-ffi-compiler/Makefile     Thu Jan 16 14:36:15 2020
@@ -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"
Index: pkgsrc/devel/ruby-ffi-compiler/PLIST
diff -u /dev/null pkgsrc/devel/ruby-ffi-compiler/PLIST:1.1
--- /dev/null   Thu Jan 16 14:36:15 2020
+++ pkgsrc/devel/ruby-ffi-compiler/PLIST        Thu Jan 16 14:36:15 2020
@@ -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
Index: pkgsrc/devel/ruby-ffi-compiler/distinfo
diff -u /dev/null pkgsrc/devel/ruby-ffi-compiler/distinfo:1.1
--- /dev/null   Thu Jan 16 14:36:15 2020
+++ pkgsrc/devel/ruby-ffi-compiler/distinfo     Thu Jan 16 14:36:15 2020
@@ -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