pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/ruby-ffi-rzmq-core net/ruby-ffi-rzmq-core: import ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a761f45bf4e9
branches:  trunk
changeset: 439506:a761f45bf4e9
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Sun Sep 20 08:39:57 2020 +0000

description:
net/ruby-ffi-rzmq-core: import ruby27-ffi-rzmq-core-1.0.7

The intention of this gem is to provide a very basic FFI wrapper
around the Zeromq libzmq C API. This gem isn't intended to be used
directly by any Ruby programmer looking to write Zeromq code. They
should use a higher-level gem like ffi-rzmq which pulls in this
gem for its FFI definitions.

diffstat:

 net/ruby-ffi-rzmq-core/DESCR    |   5 +++++
 net/ruby-ffi-rzmq-core/Makefile |  15 +++++++++++++++
 net/ruby-ffi-rzmq-core/PLIST    |  25 +++++++++++++++++++++++++
 net/ruby-ffi-rzmq-core/distinfo |   6 ++++++
 4 files changed, 51 insertions(+), 0 deletions(-)

diffs (67 lines):

diff -r 670edad9c6a8 -r a761f45bf4e9 net/ruby-ffi-rzmq-core/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/ruby-ffi-rzmq-core/DESCR      Sun Sep 20 08:39:57 2020 +0000
@@ -0,0 +1,5 @@
+The intention of this gem is to provide a very basic FFI wrapper
+around the Zeromq libzmq C API. This gem isn't intended to be used
+directly by any Ruby programmer looking to write Zeromq code. They
+should use a higher-level gem like ffi-rzmq which pulls in this
+gem for its FFI definitions.
diff -r 670edad9c6a8 -r a761f45bf4e9 net/ruby-ffi-rzmq-core/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/ruby-ffi-rzmq-core/Makefile   Sun Sep 20 08:39:57 2020 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 2020/09/20 08:39:57 ryoon Exp $
+
+DISTNAME=      ffi-rzmq-core-1.0.7
+CATEGORIES=    net
+
+MAINTAINER=    ryoon%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/chuckremes/ffi-rzmq-core
+COMMENT=       FFI wrapper around the zeromq libzmq C API
+LICENSE=       mit
+
+DEPENDS+=      ${RUBY_PKGPREFIX}-ffi-[0-9]*:../../devel/ruby-ffi
+
+.include "../../net/zeromq/buildlink3.mk"
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 670edad9c6a8 -r a761f45bf4e9 net/ruby-ffi-rzmq-core/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/ruby-ffi-rzmq-core/PLIST      Sun Sep 20 08:39:57 2020 +0000
@@ -0,0 +1,25 @@
+@comment $NetBSD: PLIST,v 1.1 2020/09/20 08:39:57 ryoon Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/.gitignore
+${GEM_LIBDIR}/.travis.yml
+${GEM_LIBDIR}/Gemfile
+${GEM_LIBDIR}/History.txt
+${GEM_LIBDIR}/LICENSE
+${GEM_LIBDIR}/README.md
+${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/ffi-rzmq-core.gemspec
+${GEM_LIBDIR}/lib/ffi-rzmq-core.rb
+${GEM_LIBDIR}/lib/ffi-rzmq-core/constants.rb
+${GEM_LIBDIR}/lib/ffi-rzmq-core/libc.rb
+${GEM_LIBDIR}/lib/ffi-rzmq-core/libzmq.rb
+${GEM_LIBDIR}/lib/ffi-rzmq-core/libzmq4.rb
+${GEM_LIBDIR}/lib/ffi-rzmq-core/structures.rb
+${GEM_LIBDIR}/lib/ffi-rzmq-core/utilities.rb
+${GEM_LIBDIR}/lib/ffi-rzmq-core/version.rb
+${GEM_LIBDIR}/spec/libc_spec.rb
+${GEM_LIBDIR}/spec/libzmq4_spec.rb
+${GEM_LIBDIR}/spec/libzmq_spec.rb
+${GEM_LIBDIR}/spec/spec_helper.rb
+${GEM_LIBDIR}/spec/structures_spec.rb
+${GEM_LIBDIR}/spec/support/version_checking.rb
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff -r 670edad9c6a8 -r a761f45bf4e9 net/ruby-ffi-rzmq-core/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/ruby-ffi-rzmq-core/distinfo   Sun Sep 20 08:39:57 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/09/20 08:39:57 ryoon Exp $
+
+SHA1 (ffi-rzmq-core-1.0.7.gem) = 4f2b6d5fa7d66d60edb58ec758b4ca182ed677fc
+RMD160 (ffi-rzmq-core-1.0.7.gem) = d62579f8c68c5a3b771f85ad37eb06bfd07a1686
+SHA512 (ffi-rzmq-core-1.0.7.gem) = 1823b91591ed178393e0e29e2d42eccce34cca3e733fabc67c116ce93179ca5a520adb815229228338843815b9ecca2aee7b790685ab41bd73a15911f9a50f99
+Size (ffi-rzmq-core-1.0.7.gem) = 13824 bytes



Home | Main Index | Thread Index | Old Index