1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

Add rubygem-net-ssh4 4.2.0 (copied from rubygem-net-ssh)

- Add PORTSCOUT
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2018-06-02 22:25:32 +00:00
parent 8fbf65d618
commit ac40912803
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=471408
4 changed files with 45 additions and 0 deletions

View File

@ -1122,6 +1122,7 @@
SUBDIR += rubygem-net-scp
SUBDIR += rubygem-net-sftp
SUBDIR += rubygem-net-ssh
SUBDIR += rubygem-net-ssh4
SUBDIR += rubygem-net-ssh41
SUBDIR += rubygem-net-ssh-gateway
SUBDIR += rubygem-net-ssh-gateway1

View File

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

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1504799737
SHA256 (rubygem/net-ssh-4.2.0.gem) = 1dda1318904d8ed2c8e18b041cbe29746e6ff45ff4a798eb52aa05fa4fda841d
SIZE (rubygem/net-ssh-4.2.0.gem) = 126976

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