Made rubygem net-ssh version 5 available as it is required by net-mgmt/rubygem-oxidized.

PR:		247172
This commit is contained in:
Matthias Fechner 2020-06-16 07:53:28 +00:00
parent e6aea60464
commit 94f5eb0492
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=539331
4 changed files with 46 additions and 0 deletions

View File

@ -1078,6 +1078,7 @@
SUBDIR += rubygem-net-ssh-krb
SUBDIR += rubygem-net-ssh-multi
SUBDIR += rubygem-net-ssh4
SUBDIR += rubygem-net-ssh5
SUBDIR += rubygem-net-telnet
SUBDIR += rubygem-nexpose
SUBDIR += rubygem-nmap-parser

View File

@ -0,0 +1,31 @@
# Created by: Roderick van Domburg <r.s.a.vandomburg@student.utwente.nl>
# $FreeBSD$
PORTNAME= net-ssh
PORTVERSION= 5.2.0
PORTEPOCH= 2
CATEGORIES= security rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 5
MAINTAINER= ruby@FreeBSD.org
COMMENT= Non-interactive SSH processing
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= gem shebangfix
USE_RUBY= yes
OPTIONS_DEFINE= PROMPT_PASSPHRASES
OPTIONS_DEFAULT=PROMPT_PASSPHRASES
PROMPT_PASSPHRASES_DESC= Prompt for passphrases on keys
SHEBANG_FILES= support/ssh_tunnel_bug.rb
NO_ARCH= yes
PROMPT_PASSPHRASES_RUN_DEPENDS= rubygem-ruby-termios>=0:comms/rubygem-ruby-termios
PORTSCOUT= limit:^5\.
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1564249766
SHA256 (rubygem/net-ssh-5.2.0.gem) = 80a8a71d39e9f917ed265f66c0c5985f1849fc5e7156ac48f14dd1d4af683c80
SIZE (rubygem/net-ssh-5.2.0.gem) = 132608

View File

@ -0,0 +1,11 @@
Net::SSH is a pure-Ruby implementation of the SSH2 client protocol. It
supports the following features:
- User authentication via explicit username/password, or using a
public-key/private-key pair.
- Port forwarding, both from the local host to a remote computer via
the remote host, and from the remote host to the local host.
- Execute processes on the remote machine, both interactively and
non-interactively ("batch").
WWW: https://github.com/net-ssh/net-ssh