- Create a port for the 1.1.x version of security/rubygem-net-scp. This older

version will be used by sysutils/vagrant.
This commit is contained in:
Steve Wills 2014-04-27 15:08:06 +00:00
parent 10f07ed4c2
commit e57e9e053c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=352427
3 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,20 @@
# $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
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/net-scp-1.1.2.gem) = f3d8848f63f9b7670e57af2e2c308e9bd6fddb7c5440a36e892478a1e62b5977
SIZE (rubygem/net-scp-1.1.2.gem) = 32256

View File

@ -0,0 +1,10 @@
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://net-ssh.rubyforge.org/scp