forked from Lainports/freebsd-ports
- Create a port for the 2.7.x version of security/rubygem-net-ssh. This older
version will be used by sysutils/vagrant.
This commit is contained in:
parent
7d06e3b526
commit
10f07ed4c2
3 changed files with 40 additions and 0 deletions
27
security/rubygem-net-ssh27/Makefile
Normal file
27
security/rubygem-net-ssh27/Makefile
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
# 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
|
||||
|
||||
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
|
||||
|
||||
.include <bsd.port.mk>
|
||||
2
security/rubygem-net-ssh27/distinfo
Normal file
2
security/rubygem-net-ssh27/distinfo
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
SHA256 (rubygem/net-ssh-2.7.0.gem) = b9ce4cd161c4be2e27a25f0b4d3483d64b4565ed8988ff6e9fa468ee04666093
|
||||
SIZE (rubygem/net-ssh-2.7.0.gem) = 165888
|
||||
11
security/rubygem-net-ssh27/pkg-descr
Normal file
11
security/rubygem-net-ssh27/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…
Add table
Reference in a new issue