svn commit: r399027 - in head/security: . rubygem-sshkey

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Oct 10 23:11:05 UTC 2015


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 at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	sshkey
+PORTVERSION=	1.7.0
+CATEGORIES=	security rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet at 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


More information about the svn-ports-all mailing list