cvs commit: ports/security Makefile ports/security/rubygem-net-scp
Makefile distinfo pkg-descr pkg-plist
Marcelo Araujo
araujo at FreeBSD.org
Sat Jul 5 23:03:07 UTC 2008
araujo 2008-07-05 23:03:07 UTC
FreeBSD ports repository
Modified files:
security Makefile
Added files:
security/rubygem-net-scp Makefile distinfo pkg-descr pkg-plist
Log:
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
PR: ports/125052
Submitted by: Philip M. Gollucci <pgollucci at p6m7g8.com>
Revision Changes Path
1.980 +1 -0 ports/security/Makefile
1.1 +22 -0 ports/security/rubygem-net-scp/Makefile (new)
1.1 +3 -0 ports/security/rubygem-net-scp/distinfo (new)
1.1 +10 -0 ports/security/rubygem-net-scp/pkg-descr (new)
1.1 +65 -0 ports/security/rubygem-net-scp/pkg-plist (new)
More information about the cvs-all
mailing list