forked from Lainports/freebsd-ports
rubyforge.org shutdown on May 15, 2014. This commit accounts for that by doing several things: - Deprecate ruby that had only rubyforge.org as MASTER_SITES (and so are now only fetchable via our cache) - Deprecate ports that depend on those - Update the WWW pkg-descr line that points to rubyforge.org for rubygem ports (which are still fetchable from rubygems.org) The next step will be to remove rubyforge.org from bsd.sites.mk, after these deprecated ports are deleted. Phabric: D591 With hat: ruby Approved by: portmgr (because of committing to unstaged graphics/mingplot port)
10 lines
457 B
Text
10 lines
457 B
Text
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://rubygems.org/gems/net-ssh-gateway/
|