mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
security/rubygem-net-ssh6: Add rubygem-net-ssh6 6.1.0 (copied from rubygem-net-ssh)
- Add PORTSCOUT
This commit is contained in:
@@ -1065,6 +1065,7 @@
|
||||
SUBDIR += rubygem-net-ssh-krb
|
||||
SUBDIR += rubygem-net-ssh-multi
|
||||
SUBDIR += rubygem-net-ssh5
|
||||
SUBDIR += rubygem-net-ssh6
|
||||
SUBDIR += rubygem-net-telnet
|
||||
SUBDIR += rubygem-nexpose
|
||||
SUBDIR += rubygem-nmap-parser
|
||||
|
||||
@@ -0,0 +1,30 @@
|
||||
# Created by: Roderick van Domburg <r.s.a.vandomburg@student.utwente.nl>
|
||||
|
||||
PORTNAME= net-ssh
|
||||
PORTVERSION= 6.1.0
|
||||
CATEGORIES= security rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= 6
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Non-interactive SSH processing
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
USES= gem shebangfix
|
||||
USE_RUBY= yes
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
PORTSCOUT= limit:^6\.
|
||||
|
||||
SHEBANG_FILES= support/ssh_tunnel_bug.rb
|
||||
|
||||
OPTIONS_DEFINE= PROMPT_PASSPHRASES
|
||||
OPTIONS_DEFAULT=PROMPT_PASSPHRASES
|
||||
PROMPT_PASSPHRASES_DESC= Prompt for passphrases on keys
|
||||
|
||||
PROMPT_PASSPHRASES_RUN_DEPENDS= rubygem-ruby-termios>=0:comms/rubygem-ruby-termios
|
||||
|
||||
.include <bsd.port.mk>
|
||||
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1626542092
|
||||
SHA256 (rubygem/net-ssh-6.1.0.gem) = 8905c1f9209fb216c59cc631c2e4085b1a9660598da6de0f20323264d993e34a
|
||||
SIZE (rubygem/net-ssh-6.1.0.gem) = 134656
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user