Bug 125053 - [NEW PORT] security/rubygem-net-ssh-gateway: Establish Net::SSH connections through firewalls
Summary: [NEW PORT] security/rubygem-net-ssh-gateway: Establish Net::SSH connections t...
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 21:10 UTC by Philip M. Gollucci
Modified: 2008-07-06 00:10 UTC (History)
0 users

See Also:


Attachments
rubygem-net-ssh-gateway-1.0.0.shar (4.12 KB, text/plain)
2008-06-27 21:10 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 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!