pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/ruby-ffi-rzmq-core



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Sun Sep 20 08:39:57 UTC 2020

Added Files:
        pkgsrc/net/ruby-ffi-rzmq-core: DESCR Makefile PLIST distinfo

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


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

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

Added files:

Index: pkgsrc/net/ruby-ffi-rzmq-core/DESCR
diff -u /dev/null pkgsrc/net/ruby-ffi-rzmq-core/DESCR:1.1
--- /dev/null   Sun Sep 20 08:39:57 2020
+++ pkgsrc/net/ruby-ffi-rzmq-core/DESCR Sun Sep 20 08:39:57 2020
@@ -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.
Index: pkgsrc/net/ruby-ffi-rzmq-core/Makefile
diff -u /dev/null pkgsrc/net/ruby-ffi-rzmq-core/Makefile:1.1
--- /dev/null   Sun Sep 20 08:39:57 2020
+++ pkgsrc/net/ruby-ffi-rzmq-core/Makefile      Sun Sep 20 08:39:57 2020
@@ -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"
Index: pkgsrc/net/ruby-ffi-rzmq-core/PLIST
diff -u /dev/null pkgsrc/net/ruby-ffi-rzmq-core/PLIST:1.1
--- /dev/null   Sun Sep 20 08:39:57 2020
+++ pkgsrc/net/ruby-ffi-rzmq-core/PLIST Sun Sep 20 08:39:57 2020
@@ -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
Index: pkgsrc/net/ruby-ffi-rzmq-core/distinfo
diff -u /dev/null pkgsrc/net/ruby-ffi-rzmq-core/distinfo:1.1
--- /dev/null   Sun Sep 20 08:39:57 2020
+++ pkgsrc/net/ruby-ffi-rzmq-core/distinfo      Sun Sep 20 08:39:57 2020
@@ -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