- 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
This commit is contained in:
parent
eb3a517e23
commit
0a62153e7a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=331707
@ -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
|
||||
|
22
security/rubygem-sshkit/Makefile
Normal file
22
security/rubygem-sshkit/Makefile
Normal file
@ -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>
|
2
security/rubygem-sshkit/distinfo
Normal file
2
security/rubygem-sshkit/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/sshkit-1.1.0.gem) = 2455e0b536f4aba60895e82ba3030639cea77f6533ef287b0ddc57823eecbc16
|
||||
SIZE (rubygem/sshkit-1.1.0.gem) = 131072
|
5
security/rubygem-sshkit/pkg-descr
Normal file
5
security/rubygem-sshkit/pkg-descr
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user