From owner-svn-ports-all@freebsd.org Sat Oct 10 23:11:05 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 853A39D3C30; Sat, 10 Oct 2015 23:11:05 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 309A21314; Sat, 10 Oct 2015 23:11:05 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9ANB4hK078182; Sat, 10 Oct 2015 23:11:04 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9ANB3NA078177; Sat, 10 Oct 2015 23:11:03 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201510102311.t9ANB3NA078177@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 10 Oct 2015 23:11:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r399027 - in head/security: . rubygem-sshkey X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Oct 2015 23:11:05 -0000 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 +# $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 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