pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/ruby-sshkey Import ruby-sshkey-1.9.0 as secur...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9d1ea85195f8
branches:  trunk
changeset: 364223:9d1ea85195f8
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Thu Jun 22 00:56:42 2017 +0000

description:
Import ruby-sshkey-1.9.0 as security/ruby-sshkey

This generates private/public SSH keypairs using pure Ruby.

diffstat:

 security/ruby-sshkey/DESCR    |   1 +
 security/ruby-sshkey/Makefile |  12 ++++++++++++
 security/ruby-sshkey/PLIST    |  14 ++++++++++++++
 security/ruby-sshkey/distinfo |   6 ++++++
 4 files changed, 33 insertions(+), 0 deletions(-)

diffs (49 lines):

diff -r ce0579e300f4 -r 9d1ea85195f8 security/ruby-sshkey/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/ruby-sshkey/DESCR        Thu Jun 22 00:56:42 2017 +0000
@@ -0,0 +1,1 @@
+This generates private/public SSH keypairs using pure Ruby.
diff -r ce0579e300f4 -r 9d1ea85195f8 security/ruby-sshkey/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/ruby-sshkey/Makefile     Thu Jun 22 00:56:42 2017 +0000
@@ -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"
diff -r ce0579e300f4 -r 9d1ea85195f8 security/ruby-sshkey/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/ruby-sshkey/PLIST        Thu Jun 22 00:56:42 2017 +0000
@@ -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
diff -r ce0579e300f4 -r 9d1ea85195f8 security/ruby-sshkey/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/ruby-sshkey/distinfo     Thu Jun 22 00:56:42 2017 +0000
@@ -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