aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-12-21 19:28:29 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-12-21 19:28:29 +0000
commitde8116dbd80267817d5b254c0a29d12cde8fa697 (patch)
treebdd4d5bc514dfba1447ed8005cfbcfb9789ec8e5
parentec092c557c141f203bad5a96ec4f263015e945a7 (diff)
downloadports-de8116dbd80267817d5b254c0a29d12cde8fa697.tar.gz
ports-de8116dbd80267817d5b254c0a29d12cde8fa697.zip
security/rubygem-net-ssh4: Remove obsoleted port
Use security/rubygem-net-ssh instead.
-rw-r--r--security/rubygem-net-ssh4/Makefile31
-rw-r--r--security/rubygem-net-ssh4/distinfo3
-rw-r--r--security/rubygem-net-ssh4/pkg-descr11
3 files changed, 0 insertions, 45 deletions
diff --git a/security/rubygem-net-ssh4/Makefile b/security/rubygem-net-ssh4/Makefile
deleted file mode 100644
index e6a47c1a720d..000000000000
--- a/security/rubygem-net-ssh4/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# Created by: Roderick van Domburg <r.s.a.vandomburg@student.utwente.nl>
-
-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
-
-USES= gem shebangfix
-USE_RUBY= yes
-
-NO_ARCH= yes
-
-OPTIONS_DEFINE= PROMPT_PASSPHRASES
-OPTIONS_DEFAULT=PROMPT_PASSPHRASES
-PROMPT_PASSPHRASES_DESC= Prompt for passphrases on keys
-
-PORTSCOUT= limit:^4\.
-
-SHEBANG_FILES= support/ssh_tunnel_bug.rb
-
-PROMPT_PASSPHRASES_RUN_DEPENDS= rubygem-ruby-termios>=0:comms/rubygem-ruby-termios
-
-.include <bsd.port.mk>
diff --git a/security/rubygem-net-ssh4/distinfo b/security/rubygem-net-ssh4/distinfo
deleted file mode 100644
index 7c19e4194e2f..000000000000
--- a/security/rubygem-net-ssh4/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1504799737
-SHA256 (rubygem/net-ssh-4.2.0.gem) = 1dda1318904d8ed2c8e18b041cbe29746e6ff45ff4a798eb52aa05fa4fda841d
-SIZE (rubygem/net-ssh-4.2.0.gem) = 126976
diff --git a/security/rubygem-net-ssh4/pkg-descr b/security/rubygem-net-ssh4/pkg-descr
deleted file mode 100644
index 04aedca23f31..000000000000
--- a/security/rubygem-net-ssh4/pkg-descr
+++ /dev/null
@@ -1,11 +0,0 @@
-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