Bug 125052 - [NEW PORT] security/rubygem-net-scp: Non-interactive SCP processing
Summary: [NEW PORT] security/rubygem-net-scp: Non-interactive SCP processing
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Marcelo Araujo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-27 20:50 UTC by Philip M. Gollucci
Modified: 2008-07-06 00:10 UTC (History)
0 users

See Also:


Attachments
rubygem-net-scp-1.0.1.shar (5.63 KB, text/plain)
2008-06-27 20:50 UTC, Philip M. Gollucci
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Philip M. Gollucci 2008-06-27 20:50:00 UTC
Required for the upcomming sysutils/rubygem-capistrano update to 2.4.0 which needs 
security/rubygem-net-ssh and security/rubygem-net-sftp which needs this.

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

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-06-27 20:53:28 UTC
Responsible Changed
From-To: freebsd-ports-bugs->araujo

araujo@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 pgollucci 2008-06-27 21:02:24 UTC
D'oh, I subbmitted CVS dirs.  Sorry.  If you would like another shar ask me.


-- 
------------------------------------------------------------------------
Philip M. Gollucci (philip@ridecharge.com)
o:703.549.2050x206
Senior System Admin - Riderway, Inc.
http://riderway.com / http://ridecharge.com
1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70  3F8C 75B8 8FFB DB9B 8C1C

Work like you don't need the money,
love like you'll never get hurt,
and dance like nobody's watching.
Comment 3 dfilter service freebsd_committer freebsd_triage 2008-07-06 00:03:15 UTC
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@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)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Marcelo Araujo freebsd_committer freebsd_triage 2008-07-06 00:03:26 UTC
State Changed
From-To: open->closed

New port added. Thanks!