mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
Add rubygem-net-ssh4 4.2.0 (copied from rubygem-net-ssh)
- Add PORTSCOUT
This commit is contained in:
parent
8fbf65d618
commit
ac40912803
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=471408
@ -1122,6 +1122,7 @@
|
||||
SUBDIR += rubygem-net-scp
|
||||
SUBDIR += rubygem-net-sftp
|
||||
SUBDIR += rubygem-net-ssh
|
||||
SUBDIR += rubygem-net-ssh4
|
||||
SUBDIR += rubygem-net-ssh41
|
||||
SUBDIR += rubygem-net-ssh-gateway
|
||||
SUBDIR += rubygem-net-ssh-gateway1
|
||||
|
30
security/rubygem-net-ssh4/Makefile
Normal file
30
security/rubygem-net-ssh4/Makefile
Normal file
@ -0,0 +1,30 @@
|
||||
# Created by: Roderick van Domburg <r.s.a.vandomburg@student.utwente.nl>
|
||||
# $FreeBSD$
|
||||
|
||||
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
|
||||
|
||||
OPTIONS_DEFINE= PROMPT_PASSPHRASES
|
||||
OPTIONS_DEFAULT=PROMPT_PASSPHRASES
|
||||
PROMPT_PASSPHRASES_DESC= Prompt for passphrases on keys
|
||||
|
||||
PORTSCOUT= limit:^4\.
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_RUBY= yes
|
||||
USES= gem shebangfix
|
||||
SHEBANG_FILES= support/ssh_tunnel_bug.rb
|
||||
|
||||
PROMPT_PASSPHRASES_RUN_DEPENDS= rubygem-ruby-termios>=0:comms/rubygem-ruby-termios
|
||||
|
||||
.include <bsd.port.mk>
|
3
security/rubygem-net-ssh4/distinfo
Normal file
3
security/rubygem-net-ssh4/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1504799737
|
||||
SHA256 (rubygem/net-ssh-4.2.0.gem) = 1dda1318904d8ed2c8e18b041cbe29746e6ff45ff4a798eb52aa05fa4fda841d
|
||||
SIZE (rubygem/net-ssh-4.2.0.gem) = 126976
|
11
security/rubygem-net-ssh4/pkg-descr
Normal file
11
security/rubygem-net-ssh4/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