Received: by mail.netbsd.org (Postfix, from userid 605) id 5FB4584D7A; Sun, 20 Sep 2020 08:39:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DA72A84D41 for ; Sun, 20 Sep 2020 08:39:57 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id DvlqNiVSwUsG for ; Sun, 20 Sep 2020 08:39:57 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 464E784CF7 for ; Sun, 20 Sep 2020 08:39:57 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 432ACFB28; Sun, 20 Sep 2020 08:39:57 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_160059119728510" MIME-Version: 1.0 Date: Sun, 20 Sep 2020 08:39:57 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/net/ruby-ffi-rzmq-core To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20200920083957.432ACFB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_160059119728510 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_160059119728510 Content-Disposition: inline Content-Length: 3007 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 +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 --_----------=_160059119728510--