From owner-svn-ports-head@FreeBSD.ORG Sat Oct 26 16:00:47 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 150DF783; Sat, 26 Oct 2013 16:00:47 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DCC9224B3; Sat, 26 Oct 2013 16:00:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9QG0kNI028322; Sat, 26 Oct 2013 16:00:46 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9QG0kO1028318; Sat, 26 Oct 2013 16:00:46 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201310261600.r9QG0kO1028318@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 26 Oct 2013 16:00:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r331707 - in head/security: . rubygem-sshkit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Oct 2013 16:00:47 -0000 Author: sunpoet Date: Sat Oct 26 16:00:45 2013 New Revision: 331707 URL: http://svnweb.freebsd.org/changeset/ports/331707 Log: - Add rubygem-sshkit 1.1.0 SSHKit is a comprehensive toolkit for remotely running commands in a structured manner on groups of servers. WWW: https://github.com/leehambley/sshkit RG: https://rubygems.org/gems/sshkit Added: head/security/rubygem-sshkit/ head/security/rubygem-sshkit/Makefile (contents, props changed) head/security/rubygem-sshkit/distinfo (contents, props changed) head/security/rubygem-sshkit/pkg-descr (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Sat Oct 26 15:47:53 2013 (r331706) +++ head/security/Makefile Sat Oct 26 16:00:45 2013 (r331707) @@ -874,6 +874,7 @@ SUBDIR += rubygem-roauth SUBDIR += rubygem-ruby-hmac SUBDIR += rubygem-six + SUBDIR += rubygem-sshkit SUBDIR += rubygem-twitter_oauth SUBDIR += safesh SUBDIR += saint Added: head/security/rubygem-sshkit/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-sshkit/Makefile Sat Oct 26 16:00:45 2013 (r331707) @@ -0,0 +1,22 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= sshkit +PORTVERSION= 1.1.0 +CATEGORIES= security rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Toolkit for remotely running commands on groups of servers + +LICENSE= GPLv3 + +RUN_DEPENDS= rubygem-net-scp>=0:${PORTSDIR}/security/rubygem-net-scp \ + rubygem-net-ssh>=0:${PORTSDIR}/security/rubygem-net-ssh \ + rubygem-term-ansicolor>=0:${PORTSDIR}/devel/rubygem-term-ansicolor + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include Added: head/security/rubygem-sshkit/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-sshkit/distinfo Sat Oct 26 16:00:45 2013 (r331707) @@ -0,0 +1,2 @@ +SHA256 (rubygem/sshkit-1.1.0.gem) = 2455e0b536f4aba60895e82ba3030639cea77f6533ef287b0ddc57823eecbc16 +SIZE (rubygem/sshkit-1.1.0.gem) = 131072 Added: head/security/rubygem-sshkit/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-sshkit/pkg-descr Sat Oct 26 16:00:45 2013 (r331707) @@ -0,0 +1,5 @@ +SSHKit is a comprehensive toolkit for remotely running commands in a structured +manner on groups of servers. + +WWW: https://github.com/leehambley/sshkit +RG: https://rubygems.org/gems/sshkit