Import ruby18-net-scp-1.0.2 as security/ruby-net-scp.
Library built on top of Net::SSH that implements the SCP "secure copy" protocol for transfering files.
This commit is contained in:
parent
1441afbe22
commit
db45b4354d
4 changed files with 47 additions and 0 deletions
2
security/ruby-net-scp/DESCR
Normal file
2
security/ruby-net-scp/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
Library built on top of Net::SSH that implements the SCP "secure copy"
|
||||
protocol for transfering files.
|
19
security/ruby-net-scp/Makefile
Normal file
19
security/ruby-net-scp/Makefile
Normal file
|
@ -0,0 +1,19 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2009/12/02 14:33:54 fhajny Exp $
|
||||
|
||||
DISTNAME= net-scp-1.0.2
|
||||
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= net security
|
||||
|
||||
MAINTAINER= filip@joyent.com
|
||||
HOMEPAGE= http://rubyforge.org/projects/net-ssh/
|
||||
COMMENT= Secure copy for Ruby
|
||||
LICENSE= mit
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
DEPENDS+= ${RUBY_PKGPREFIX}-net-ssh>=1.99.1:../../security/ruby-net-ssh
|
||||
|
||||
GEM_BUILD= gemspec
|
||||
|
||||
.include "../../misc/rubygems/rubygem.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
21
security/ruby-net-scp/PLIST
Normal file
21
security/ruby-net-scp/PLIST
Normal file
|
@ -0,0 +1,21 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2009/12/02 14:33:54 fhajny Exp $
|
||||
${GEM_HOME}/cache/net-scp-${PKGVERSION}.gem
|
||||
${GEM_LIBDIR}/CHANGELOG.rdoc
|
||||
${GEM_LIBDIR}/Manifest
|
||||
${GEM_LIBDIR}/README.rdoc
|
||||
${GEM_LIBDIR}/Rakefile
|
||||
${GEM_LIBDIR}/lib/net/scp.rb
|
||||
${GEM_LIBDIR}/lib/net/scp/download.rb
|
||||
${GEM_LIBDIR}/lib/net/scp/errors.rb
|
||||
${GEM_LIBDIR}/lib/net/scp/upload.rb
|
||||
${GEM_LIBDIR}/lib/net/scp/version.rb
|
||||
${GEM_LIBDIR}/lib/uri/open-scp.rb
|
||||
${GEM_LIBDIR}/lib/uri/scp.rb
|
||||
${GEM_LIBDIR}/net-scp.gemspec
|
||||
${GEM_LIBDIR}/setup.rb
|
||||
${GEM_LIBDIR}/test/common.rb
|
||||
${GEM_LIBDIR}/test/test_all.rb
|
||||
${GEM_LIBDIR}/test/test_download.rb
|
||||
${GEM_LIBDIR}/test/test_scp.rb
|
||||
${GEM_LIBDIR}/test/test_upload.rb
|
||||
${GEM_HOME}/specifications/net-scp-${PKGVERSION}.gemspec
|
5
security/ruby-net-scp/distinfo
Normal file
5
security/ruby-net-scp/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2009/12/02 14:33:54 fhajny Exp $
|
||||
|
||||
SHA1 (net-scp-1.0.2.gem) = 39258705082f181499cadecae904447956c5d6c2
|
||||
RMD160 (net-scp-1.0.2.gem) = 89e91b4f09653fe05733611ce75df10ffd123a61
|
||||
Size (net-scp-1.0.2.gem) = 25600 bytes
|
Loading…
Reference in a new issue