Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Oct 2013 16:00:46 +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: r331707 - in head/security: . rubygem-sshkit
Message-ID:  <201310261600.r9QG0kO1028318@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <sunpoet@FreeBSD.org>
+# $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 <bsd.port.mk>

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



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