Received: by mail.netbsd.org (Postfix, from userid 605) id C7D2C84D66; Sun, 19 Jan 2020 14:23:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5358084D4D for ; Sun, 19 Jan 2020 14:23:14 +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 ghOI2H7LEofb for ; Sun, 19 Jan 2020 14:23:13 +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 AF78684CFC for ; Sun, 19 Jan 2020 14:23:13 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A52F3FBF4; Sun, 19 Jan 2020 14:23:13 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1579443793225460" MIME-Version: 1.0 Date: Sun, 19 Jan 2020 14:23:13 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/security/ruby-gssapi To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20200119142313.A52F3FBF4@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. --_----------=_1579443793225460 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun Jan 19 14:23:13 UTC 2020 Added Files: pkgsrc/security/ruby-gssapi: DESCR Makefile PLIST distinfo Log Message: security/ruby-gssapi: add version 1.3.0 package Add ruby-gssapi version 1.3.0 package. Ruby GSSAPI Library This is a wrapper around the system GSSAPI library (MIT only at this time). It exposes the low-level GSSAPI methods like gss_init_sec_context and gss_wrap and also provides an easier to use wrapper on top of this for common usage scenarios. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/security/ruby-gssapi/DESCR \ pkgsrc/security/ruby-gssapi/Makefile pkgsrc/security/ruby-gssapi/PLIST \ pkgsrc/security/ruby-gssapi/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1579443793225460 Content-Disposition: inline Content-Length: 2845 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/security/ruby-gssapi/DESCR diff -u /dev/null pkgsrc/security/ruby-gssapi/DESCR:1.1 --- /dev/null Sun Jan 19 14:23:13 2020 +++ pkgsrc/security/ruby-gssapi/DESCR Sun Jan 19 14:23:13 2020 @@ -0,0 +1,6 @@ +Ruby GSSAPI Library + +This is a wrapper around the system GSSAPI library (MIT only at this time). +It exposes the low-level GSSAPI methods like gss_init_sec_context and +gss_wrap and also provides an easier to use wrapper on top of this for +common usage scenarios. Index: pkgsrc/security/ruby-gssapi/Makefile diff -u /dev/null pkgsrc/security/ruby-gssapi/Makefile:1.1 --- /dev/null Sun Jan 19 14:23:13 2020 +++ pkgsrc/security/ruby-gssapi/Makefile Sun Jan 19 14:23:13 2020 @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1 2020/01/19 14:23:13 taca Exp $ + +DISTNAME= gssapi-1.3.0 +CATEGORIES= security + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://github.com/zenchild/gssapi +COMMENT= FFI wrapper around the system GSSAPI library +LICENSE= mit + +USE_LANGUAGES= # none + +.include "../../lang/ruby/gem.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/security/ruby-gssapi/PLIST diff -u /dev/null pkgsrc/security/ruby-gssapi/PLIST:1.1 --- /dev/null Sun Jan 19 14:23:13 2020 +++ pkgsrc/security/ruby-gssapi/PLIST Sun Jan 19 14:23:13 2020 @@ -0,0 +1,26 @@ +@comment $NetBSD: PLIST,v 1.1 2020/01/19 14:23:13 taca Exp $ +${GEM_HOME}/cache/${GEM_NAME}.gem +${GEM_LIBDIR}/.gitignore +${GEM_LIBDIR}/COPYING +${GEM_LIBDIR}/Changelog.md +${GEM_LIBDIR}/Gemfile +${GEM_LIBDIR}/README.md +${GEM_LIBDIR}/Rakefile +${GEM_LIBDIR}/VERSION +${GEM_LIBDIR}/examples/gss_client.rb +${GEM_LIBDIR}/examples/gss_iov_client.rb +${GEM_LIBDIR}/examples/gss_iov_helpers.rb +${GEM_LIBDIR}/examples/gss_iov_server.rb +${GEM_LIBDIR}/examples/gss_server.rb +${GEM_LIBDIR}/gssapi.gemspec +${GEM_LIBDIR}/lib/gssapi.rb +${GEM_LIBDIR}/lib/gssapi/exceptions.rb +${GEM_LIBDIR}/lib/gssapi/extensions.rb +${GEM_LIBDIR}/lib/gssapi/heimdal.rb +${GEM_LIBDIR}/lib/gssapi/lib_gssapi.rb +${GEM_LIBDIR}/lib/gssapi/lib_gssapi_loader.rb +${GEM_LIBDIR}/lib/gssapi/simple.rb +${GEM_LIBDIR}/preamble +${GEM_LIBDIR}/test/spec/gssapi_simple_spec.rb +${GEM_LIBDIR}/test/spec/test_buffer_spec.rb +${GEM_HOME}/specifications/${GEM_NAME}.gemspec Index: pkgsrc/security/ruby-gssapi/distinfo diff -u /dev/null pkgsrc/security/ruby-gssapi/distinfo:1.1 --- /dev/null Sun Jan 19 14:23:13 2020 +++ pkgsrc/security/ruby-gssapi/distinfo Sun Jan 19 14:23:13 2020 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2020/01/19 14:23:13 taca Exp $ + +SHA1 (gssapi-1.3.0.gem) = 2128a81e60fab35880c2acb032a337b26696c55b +RMD160 (gssapi-1.3.0.gem) = b8282701adf4d50df02e6757aa412751e049a247 +SHA512 (gssapi-1.3.0.gem) = 44276d74b8f1307c5f1cff9f3ff955a1b449d49835843d23a64b4d178b1f27dec962fde998ec3549109187690a4101e2c2e57127ea67117bba41e23880906cea +Size (gssapi-1.3.0.gem) = 17920 bytes --_----------=_1579443793225460--