Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Oct 2015 23:11:03 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r399027 - in head/security: . rubygem-sshkey
Message-ID:  <201510102311.t9ANB3NA078177@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Oct 10 23:11:03 2015
New Revision: 399027
URL: https://svnweb.freebsd.org/changeset/ports/399027

Log:
  - Add rubygem-sshkey 1.7.0
  
  SSHKey generates private and public SSH keys (RSA and DSA supported) using pure
  Ruby.
  
  WWW: https://github.com/bensie/sshkey

Added:
  head/security/rubygem-sshkey/
  head/security/rubygem-sshkey/Makefile   (contents, props changed)
  head/security/rubygem-sshkey/distinfo   (contents, props changed)
  head/security/rubygem-sshkey/pkg-descr   (contents, props changed)
Modified:
  head/security/Makefile

Modified: head/security/Makefile
==============================================================================
--- head/security/Makefile	Sat Oct 10 22:42:35 2015	(r399026)
+++ head/security/Makefile	Sat Oct 10 23:11:03 2015	(r399027)
@@ -960,6 +960,7 @@
     SUBDIR += rubygem-ruby-saml
     SUBDIR += rubygem-scrypt
     SUBDIR += rubygem-six
+    SUBDIR += rubygem-sshkey
     SUBDIR += rubygem-sshkit
     SUBDIR += rubygem-twitter_oauth
     SUBDIR += safesh

Added: head/security/rubygem-sshkey/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/rubygem-sshkey/Makefile	Sat Oct 10 23:11:03 2015	(r399027)
@@ -0,0 +1,20 @@
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	sshkey
+PORTVERSION=	1.7.0
+CATEGORIES=	security rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Generate private/public SSH keypairs using pure Ruby
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+NO_ARCH=	yes
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=	yes
+
+.include <bsd.port.mk>

Added: head/security/rubygem-sshkey/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/rubygem-sshkey/distinfo	Sat Oct 10 23:11:03 2015	(r399027)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/sshkey-1.7.0.gem) = bbe4950847a0507ef277e706cead1bf8f2634650356df86bcced22b928513195
+SIZE (rubygem/sshkey-1.7.0.gem) = 24064

Added: head/security/rubygem-sshkey/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/rubygem-sshkey/pkg-descr	Sat Oct 10 23:11:03 2015	(r399027)
@@ -0,0 +1,4 @@
+SSHKey generates private and public SSH keys (RSA and DSA supported) using pure
+Ruby.
+
+WWW: https://github.com/bensie/sshkey



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510102311.t9ANB3NA078177>