From cce61b60f6ab93221851720eff37ad12e52cfdf2 Mon Sep 17 00:00:00 2001 From: mfechner Date: Tue, 16 Jun 2020 07:53:28 +0000 Subject: [PATCH] Made rubygem net-ssh version 5 available as it is required by net-mgmt/rubygem-oxidized. PR: 247172 --- security/Makefile | 1 + security/rubygem-net-ssh5/Makefile | 31 +++++++++++++++++++++++++++++ security/rubygem-net-ssh5/distinfo | 3 +++ security/rubygem-net-ssh5/pkg-descr | 11 ++++++++++ 4 files changed, 46 insertions(+) create mode 100644 security/rubygem-net-ssh5/Makefile create mode 100644 security/rubygem-net-ssh5/distinfo create mode 100644 security/rubygem-net-ssh5/pkg-descr diff --git a/security/Makefile b/security/Makefile index 00627719a9ab..cf057d35c528 100644 --- a/security/Makefile +++ b/security/Makefile @@ -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 diff --git a/security/rubygem-net-ssh5/Makefile b/security/rubygem-net-ssh5/Makefile new file mode 100644 index 000000000000..14bbb442dcbe --- /dev/null +++ b/security/rubygem-net-ssh5/Makefile @@ -0,0 +1,31 @@ +# Created by: Roderick van Domburg +# $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 diff --git a/security/rubygem-net-ssh5/distinfo b/security/rubygem-net-ssh5/distinfo new file mode 100644 index 000000000000..b2f779ec87b1 --- /dev/null +++ b/security/rubygem-net-ssh5/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1564249766 +SHA256 (rubygem/net-ssh-5.2.0.gem) = 80a8a71d39e9f917ed265f66c0c5985f1849fc5e7156ac48f14dd1d4af683c80 +SIZE (rubygem/net-ssh-5.2.0.gem) = 132608 diff --git a/security/rubygem-net-ssh5/pkg-descr b/security/rubygem-net-ssh5/pkg-descr new file mode 100644 index 000000000000..04aedca23f31 --- /dev/null +++ b/security/rubygem-net-ssh5/pkg-descr @@ -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