pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/ruby-gssapi security/ruby-gssapi: add version...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/33f1bebb3cc6
branches:  trunk
changeset: 409657:33f1bebb3cc6
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Jan 19 14:23:13 2020 +0000

description:
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.

diffstat:

 security/ruby-gssapi/DESCR    |   6 ++++++
 security/ruby-gssapi/Makefile |  14 ++++++++++++++
 security/ruby-gssapi/PLIST    |  26 ++++++++++++++++++++++++++
 security/ruby-gssapi/distinfo |   6 ++++++
 4 files changed, 52 insertions(+), 0 deletions(-)

diffs (68 lines):

diff -r 717eb845522a -r 33f1bebb3cc6 security/ruby-gssapi/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/ruby-gssapi/DESCR        Sun Jan 19 14:23:13 2020 +0000
@@ -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.
diff -r 717eb845522a -r 33f1bebb3cc6 security/ruby-gssapi/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/ruby-gssapi/Makefile     Sun Jan 19 14:23:13 2020 +0000
@@ -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@localhost
+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"
diff -r 717eb845522a -r 33f1bebb3cc6 security/ruby-gssapi/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/ruby-gssapi/PLIST        Sun Jan 19 14:23:13 2020 +0000
@@ -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
diff -r 717eb845522a -r 33f1bebb3cc6 security/ruby-gssapi/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/ruby-gssapi/distinfo     Sun Jan 19 14:23:13 2020 +0000
@@ -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



Home | Main Index | Thread Index | Old Index