Bug 125053

Summary: [NEW PORT] security/rubygem-net-ssh-gateway: Establish Net::SSH connections through firewalls
Product: Ports & Packages Reporter: Philip M. Gollucci <pgollucci>
Component: Individual Port(s)Assignee: Marcelo Araujo <araujo>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
rubygem-net-ssh-gateway-1.0.0.shar none

Description Philip M. Gollucci 2008-06-27 21:10:03 UTC
another sysutils/rubygem-capistrano => 2.4.0 dependency.

Depends on ports/125016 

Net::SSH::Gateway is a library for programmatically tunneling connections to 
servers via a single "gateway" host. It is useful for establishing Net::SSH 
connections to servers behind firewalls, but can also be used to forward ports 
and establish connections of other types, like HTTP, to servers with i
restricted access.

* Easily manage forwarded ports
* Establish Net::SSH connections through firewalls

WWW: http://net-ssh.rubyforge.org/gateway

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

araujo@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-07-06 00:06:33 UTC
araujo      2008-07-05 23:06:19 UTC

  FreeBSD ports repository

  Modified files:
    security             Makefile 
  Added files:
    security/rubygem-net-ssh-gateway Makefile distinfo pkg-descr 
                                     pkg-plist 
  Log:
  Net::SSH::Gateway is a library for programmatically tunneling connections to
  servers via a single "gateway" host. It is useful for establishing Net::SSH
  connections to servers behind firewalls, but can also be used to forward ports
  and establish connections of other types, like HTTP, to servers with i
  restricted access.
  
  * Easily manage forwarded ports
  * Establish Net::SSH connections through firewalls
  
  WWW: http://net-ssh.rubyforge.org/gateway
  
  PR:             ports/125053
  Submitted by:   Philip M. Gollucci <pgollucci@p6m7g8.com>
  
  Revision  Changes    Path
  1.981     +1 -0      ports/security/Makefile
  1.1       +22 -0     ports/security/rubygem-net-ssh-gateway/Makefile (new)
  1.1       +3 -0      ports/security/rubygem-net-ssh-gateway/distinfo (new)
  1.1       +10 -0     ports/security/rubygem-net-ssh-gateway/pkg-descr (new)
  1.1       +43 -0     ports/security/rubygem-net-ssh-gateway/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 3 Marcelo Araujo freebsd_committer freebsd_triage 2008-07-06 00:08:48 UTC
State Changed
From-To: open->closed

New port added. Thanks!