pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/ruby-gssapi



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.

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@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"
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



Home | Main Index | Thread Index | Old Index