aboutsummaryrefslogtreecommitdiff
path: root/security/rubygem-net-scp/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.2.0Sunpoet Po-Chuan Hsieh2014-04-261-1/+1
| | | | | | | Changes: https://github.com/net-ssh/net-scp/blob/master/CHANGES.txt Notes: svn path=/head/; revision=352307
* - Update to 1.1.2Sunpoet Po-Chuan Hsieh2013-10-261-3/+4
| | | | | | | | | | - Add LICENSE - Support STAGEDIR Changes: https://github.com/net-ssh/net-scp/blob/master/CHANGES.txt Notes: svn path=/head/; revision=331712
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-1/+1
| | | | | | | security) Notes: svn path=/head/; revision=327769
* - Update to 1.1.1Steve Wills2013-06-021-8/+3
| | | | Notes: svn path=/head/; revision=319620
* - 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.0.4Philip M. Gollucci2010-09-221-1/+1
| | | | | | | | With Hat: ruby@ Sponsored by: RideCharge Inc. / TaxiMagic Notes: svn path=/head/; revision=261588
* - Update to 1.0.3Philip M. Gollucci2010-09-131-1/+1
| | | | | | | | With Hat: ruby@ Sponsored by: RideCharge Inc. / TaxiMagic Notes: svn path=/head/; revision=261096
* 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=232034
* - 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
* - Update to 1.0.2Philip M. Gollucci2009-04-081-1/+2
| | | | | | | - switch to RUBYGEM_AUTOPLIST Notes: svn path=/head/; revision=231852
* Update my ports to my freebsd addressPhilip M. Gollucci2008-07-231-2/+2
| | | | | | | Approved by: araujo (mentor) Notes: svn path=/head/; revision=217338
* Net::SCP is a pure-Ruby implementation of the SCP protocol. This operates overMarcelo Araujo2008-07-051-0/+22
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> Notes: svn path=/head/; revision=216386