aboutsummaryrefslogtreecommitdiff
path: root/security/rubygem-net-ssh-gateway
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.9.6Philip M. Gollucci2011-06-261-0/+1
| | | | | | | | | | | | | | - Unbreak with ruby 1.9 <=0.9.5 doesn't build with ruby 1.9 - Development of ruby's termios has moved - Name changed to termios -> ruby-termios - Bump PORTREVISION on ports with dependency changes With Hat: ruby@ Sponsored by: RideCharge Inc. / TaxiMagic Checked by: make index Notes: svn path=/head/; revision=276410
* - Update to 1.1.0Steve Wills2011-06-192-5/+3
| | | | Notes: svn path=/head/; revision=275845
* - Fix dependency versionsPhilip M. Gollucci2010-12-081-1/+1
| | | | Notes: svn path=/head/; revision=265872
* RF -> RG Conversion (Part III)Philip M. Gollucci2010-09-091-2/+1
| | | | | | | | With Hat: ruby@ Tested by: make checksum Notes: svn path=/head/; revision=260866
* - Re-assign all my rubygem-* ports to ruby@Philip M. Gollucci2010-04-271-2/+2
| | | | | | | | | | | | this gives us more eyes and brings us inline with perl@ Current ruby@ members (stas, dinoex, pgollucci) http://wiki.freebsd.org/Ruby Discussed with: stas on #bsdports Notes: svn path=/head/; revision=253360
* - Remove duplicate from double mergePhilip M. Gollucci2009-04-101-1/+0
| | | | Notes: svn path=/head/; revision=232035
* - convert to RUBYGEM_AUTOPLISTPhilip M. Gollucci2009-04-091-0/+1
| | | | | | | | | | | | | | | | | | | | | | | remove x-generate-plist and friends - use RF macro and remove SUBDIR where possible - remove some uneeded GEM_NAME=${DISTNAME} (this c/should be handled better in bsd.*.mk) other deltas specific to individual ports: audio/rubygem-mp3info - unbreak, fix packaging, bump PORTREVISION devel/rubygem-rapt - adopt devel/rubygem-rspec - remove BUILD_DEPENDS=RUN_DEPENDS -- neither set devel/rubygem-ruby2ruby - add #' for vim highlight graphics/rubygem-extifr - drop PORTREVISION=0 graphics/rubygem-gd2 - add #' for vim highlight www/rubygem-rubyfulsoup - swap GEM_NAME / DISTNAME for constistency Sponsored by: RideCharge Inc. Tested on: RideCharge's Tinderbox Reviewed by: stas Notes: svn path=/head/; revision=231910
* - switch to RUBYGEM_AUTOPLISTPhilip M. Gollucci2009-04-082-39/+3
| | | | | | | - convert to ports check in prep for security/rubygem-net-ssh update Notes: svn path=/head/; revision=231853
* - Update to 1.0.1Philip M. Gollucci2009-02-033-11/+6
| | | | Notes: svn path=/head/; revision=227490
* Update my ports to my freebsd addressPhilip M. Gollucci2008-07-231-2/+2
| | | | | | | Approved by: araujo (mentor) Notes: svn path=/head/; revision=217338
* Net::SSH::Gateway is a library for programmatically tunneling connections toMarcelo Araujo2008-07-054-0/+78
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> Notes: svn path=/head/; revision=216387