Made rubygem net-ssh version 5 available as it is required by net-mgmt/rubygem-oxidized.
PR: 247172
This commit is contained in:
parent
e6aea60464
commit
94f5eb0492
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=539331
@ -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
|
||||
|
31
security/rubygem-net-ssh5/Makefile
Normal file
31
security/rubygem-net-ssh5/Makefile
Normal 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>
|
3
security/rubygem-net-ssh5/distinfo
Normal file
3
security/rubygem-net-ssh5/distinfo
Normal 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
|
11
security/rubygem-net-ssh5/pkg-descr
Normal file
11
security/rubygem-net-ssh5/pkg-descr
Normal 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
|
Loading…
Reference in New Issue
Block a user