pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/ruby-sshkey



Module Name:    pkgsrc
Committed By:   minskim
Date:           Thu Jun 22 00:56:42 UTC 2017

Added Files:
        pkgsrc/security/ruby-sshkey: DESCR Makefile PLIST distinfo

Log Message:
Import ruby-sshkey-1.9.0 as security/ruby-sshkey

This generates private/public SSH keypairs using pure Ruby.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/security/ruby-sshkey/DESCR \
    pkgsrc/security/ruby-sshkey/Makefile pkgsrc/security/ruby-sshkey/PLIST \
    pkgsrc/security/ruby-sshkey/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-sshkey/DESCR
diff -u /dev/null pkgsrc/security/ruby-sshkey/DESCR:1.1
--- /dev/null   Thu Jun 22 00:56:42 2017
+++ pkgsrc/security/ruby-sshkey/DESCR   Thu Jun 22 00:56:42 2017
@@ -0,0 +1 @@
+This generates private/public SSH keypairs using pure Ruby.
Index: pkgsrc/security/ruby-sshkey/Makefile
diff -u /dev/null pkgsrc/security/ruby-sshkey/Makefile:1.1
--- /dev/null   Thu Jun 22 00:56:42 2017
+++ pkgsrc/security/ruby-sshkey/Makefile        Thu Jun 22 00:56:42 2017
@@ -0,0 +1,12 @@
+# $NetBSD: Makefile,v 1.1 2017/06/22 00:56:42 minskim Exp $
+
+DISTNAME=      sshkey-1.9.0
+CATEGORIES=    security
+
+MAINTAINER=    minskim%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/bensie/sshkey
+COMMENT=       Pure Ruby SSH key generator
+LICENSE=       mit
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/security/ruby-sshkey/PLIST
diff -u /dev/null pkgsrc/security/ruby-sshkey/PLIST:1.1
--- /dev/null   Thu Jun 22 00:56:42 2017
+++ pkgsrc/security/ruby-sshkey/PLIST   Thu Jun 22 00:56:42 2017
@@ -0,0 +1,14 @@
+@comment $NetBSD: PLIST,v 1.1 2017/06/22 00:56:42 minskim Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/.gitignore
+${GEM_LIBDIR}/.travis.yml
+${GEM_LIBDIR}/Gemfile
+${GEM_LIBDIR}/LICENSE
+${GEM_LIBDIR}/README.md
+${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/lib/sshkey.rb
+${GEM_LIBDIR}/lib/sshkey/exception.rb
+${GEM_LIBDIR}/lib/sshkey/version.rb
+${GEM_LIBDIR}/sshkey.gemspec
+${GEM_LIBDIR}/test/sshkey_test.rb
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
Index: pkgsrc/security/ruby-sshkey/distinfo
diff -u /dev/null pkgsrc/security/ruby-sshkey/distinfo:1.1
--- /dev/null   Thu Jun 22 00:56:42 2017
+++ pkgsrc/security/ruby-sshkey/distinfo        Thu Jun 22 00:56:42 2017
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/06/22 00:56:42 minskim Exp $
+
+SHA1 (sshkey-1.9.0.gem) = fbe3c4ccd3821b5e55953f54b0772c6452a48e5b
+RMD160 (sshkey-1.9.0.gem) = 6ef5710f9f0d8e74d83d0470978562775d5cd420
+SHA512 (sshkey-1.9.0.gem) = d8cebd1341ee70886f868e4f7b4a524b1781a229e80261172b8c9a14ae665cc5e84b98f7b476cd62e57af430247c172a08dcd219956adc95a42caf88aab1b0b7
+Size (sshkey-1.9.0.gem) = 25600 bytes



Home | Main Index | Thread Index | Old Index