summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
Diffstat (limited to 'security')
-rw-r--r--security/Makefile2
-rw-r--r--security/rubygem-net-scp11/Makefile25
-rw-r--r--security/rubygem-net-scp11/distinfo2
-rw-r--r--security/rubygem-net-scp11/pkg-descr10
-rw-r--r--security/rubygem-net-ssh27/Makefile32
-rw-r--r--security/rubygem-net-ssh27/distinfo2
-rw-r--r--security/rubygem-net-ssh27/pkg-descr11
7 files changed, 0 insertions, 84 deletions
diff --git a/security/Makefile b/security/Makefile
index 7693f86f960b..f3a62429ed44 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -922,12 +922,10 @@
SUBDIR += rubygem-metasploit-payloads
SUBDIR += rubygem-metasploit_data_models
SUBDIR += rubygem-net-scp
- SUBDIR += rubygem-net-scp11
SUBDIR += rubygem-net-sftp
SUBDIR += rubygem-net-ssh
SUBDIR += rubygem-net-ssh-gateway
SUBDIR += rubygem-net-ssh-multi
- SUBDIR += rubygem-net-ssh27
SUBDIR += rubygem-nmap-parser
SUBDIR += rubygem-omniauth
SUBDIR += rubygem-omniauth-bitbucket
diff --git a/security/rubygem-net-scp11/Makefile b/security/rubygem-net-scp11/Makefile
deleted file mode 100644
index 4f79cec96ec1..000000000000
--- a/security/rubygem-net-scp11/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# $FreeBSD$
-
-PORTNAME= net-scp
-PORTVERSION= 1.1.2
-CATEGORIES= security rubygems
-MASTER_SITES= RG
-PKGNAMESUFFIX= 11
-
-MAINTAINER= ruby@FreeBSD.org
-COMMENT= Non-interactive SCP processing
-
-LICENSE= MIT
-
-RUN_DEPENDS= rubygem-net-ssh27=2.7.0,2:${PORTSDIR}/security/rubygem-net-ssh27
-
-DEPRECATED= not used by other ports anymore
-EXPIRATION_DATE= 2015-07-20
-
-USE_RUBY= yes
-USE_RUBYGEMS= yes
-RUBYGEM_AUTOPLIST= yes
-
-PORTSCOUT= limit:^1\.1
-
-.include <bsd.port.mk>
diff --git a/security/rubygem-net-scp11/distinfo b/security/rubygem-net-scp11/distinfo
deleted file mode 100644
index ac402e44d7ee..000000000000
--- a/security/rubygem-net-scp11/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (rubygem/net-scp-1.1.2.gem) = f3d8848f63f9b7670e57af2e2c308e9bd6fddb7c5440a36e892478a1e62b5977
-SIZE (rubygem/net-scp-1.1.2.gem) = 32256
diff --git a/security/rubygem-net-scp11/pkg-descr b/security/rubygem-net-scp11/pkg-descr
deleted file mode 100644
index 1cab32eae523..000000000000
--- a/security/rubygem-net-scp11/pkg-descr
+++ /dev/null
@@ -1,10 +0,0 @@
-Net::SCP is a pure-Ruby implementation of the SCP protocol. This operates over
-SSH (and requires the Net::SSH library), and allows files and directory trees
-to copied to and from a remote server.
-
-* Transfer files or entire directory trees to or from a remote host via SCP
-* Can preserve file attributes across transfers
-* Can download files in-memory, or direct-to-disk
-* Support for SCP URI's, and OpenURI
-
-WWW: http://rubygems.org/gems/net-scp11/
diff --git a/security/rubygem-net-ssh27/Makefile b/security/rubygem-net-ssh27/Makefile
deleted file mode 100644
index b6c6c3ece7ca..000000000000
--- a/security/rubygem-net-ssh27/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# Created by: Roderick van Domburg <r.s.a.vandomburg@student.utwente.nl>
-# $FreeBSD$
-
-PORTNAME= net-ssh
-PORTVERSION= 2.7.0
-PORTEPOCH= 2
-CATEGORIES= security rubygems
-MASTER_SITES= RG
-PKGNAMESUFFIX= 27
-
-MAINTAINER= ruby@FreeBSD.org
-COMMENT= Non-interactive SSH processing
-
-LICENSE= MIT
-
-DEPRECATED= not used by other ports anymore
-EXPIRATION_DATE= 2015-07-20
-
-OPTIONS_DEFINE= PROMPT_PASSPHRASES
-OPTIONS_DEFAULT=PROMPT_PASSPHRASES
-OPTIONSFILE?= ${PORT_DBDIR}/rubygem-${PORTNAME}/options
-PROMPT_PASSPHRASES_DESC= Prompt for passphrases on keys
-
-USE_RUBY= yes
-USE_RUBYGEMS= yes
-RUBYGEM_AUTOPLIST= yes
-
-PROMPT_PASSPHRASES_RUN_DEPENDS= rubygem-ruby-termios>=0:${PORTSDIR}/comms/rubygem-ruby-termios
-
-PORTSCOUT= limit:^2\.7
-
-.include <bsd.port.mk>
diff --git a/security/rubygem-net-ssh27/distinfo b/security/rubygem-net-ssh27/distinfo
deleted file mode 100644
index ba679cdbad04..000000000000
--- a/security/rubygem-net-ssh27/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (rubygem/net-ssh-2.7.0.gem) = b9ce4cd161c4be2e27a25f0b4d3483d64b4565ed8988ff6e9fa468ee04666093
-SIZE (rubygem/net-ssh-2.7.0.gem) = 165888
diff --git a/security/rubygem-net-ssh27/pkg-descr b/security/rubygem-net-ssh27/pkg-descr
deleted file mode 100644
index 04aedca23f31..000000000000
--- a/security/rubygem-net-ssh27/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