aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Net-CascadeCopy
Commit message (Collapse)AuthorAgeFilesLines
* Support STAGEDIR.Vanilla I. Shu2013-11-052-6/+3
| | | | Notes: svn path=/head/; revision=332868
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net) Notes: svn path=/head/; revision=327755
* - Use single space after WWW:Sunpoet Po-Chuan Hsieh2013-08-291-1/+1
| | | | Notes: svn path=/head/; revision=325559
* - Convert to new perl frameworkMathieu Arnold2013-08-021-6/+3
| | | | | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324174
* - Add missing depends so the module works, build warnings are silencedSteve Wills2012-01-061-1/+6
| | | | | | | | - Add TEST_DEPENDS to enable testing - Bump port revision due to new dependencies Notes: svn path=/head/; revision=288650
* - Update to 0.2.6Martin Wilke2011-06-253-6/+4
| | | | | | | | | | - Pass maintainership to perl@ PR: 158015 Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer) Notes: svn path=/head/; revision=276274
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - Also remove them from pkg-plist lists not from me that crept inPhilip M. Gollucci2010-11-241-1/+0
| | | | Notes: svn path=/head/; revision=265066
* This module implements a scalable method of quickly propagating filesPhilip M. Gollucci2010-10-194-0/+57
to a large number of servers in one or more locations via rsync or scp. This module and the included script, ccp, take a much more efficient approach that is O(log n). Once the file(s) are been copied to a remote server, that server will be promoted to be used as source server for copying to remaining servers. Thus, the rate of transfer increases exponentially rather than linearly. Servers can be specified in groups (e.g. datacenter) to prevent copying across groups. This maximizes the number of transfers done over a local high-speed connection (LAN) while minimizing the number of transfers over the WAN. The number of multiple simultaneous transfers per source point is configurable. The total number of simultaneously forked processes is limited via Proc::Queue, and is currently hard coded to 32. WWW: http://search.cpan.org/dist/Net-CascadeCopy/ PR: ports/151487 Submitted by: Gea-Suan Lin <gslin at gslin.org> Notes: svn path=/head/; revision=263229