aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Gearman
Commit message (Collapse)AuthorAgeFilesLines
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276999
* - Update to 1.11Philip M. Gollucci2010-02-112-4/+4
| | | | | | | | | PR: ports/143758 Submitted by: myself (pgollucci@) Approved by: vivek@khera.org (maintainer) Notes: svn path=/head/; revision=249614
* - Update to 1.10Martin Wilke2009-10-112-6/+5
| | | | | | | | PR: 139442 Submitted by: Vick Khera <vivek@khera.org> (maintainer Notes: svn path=/head/; revision=242672
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵Marcelo Araujo2008-04-171-1/+1
| | | | | | | | | | | | ${MASTER_SITE_PERL_CPAN} to CPAN. PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav) Notes: svn path=/head/; revision=211450
* - Update to 1.09Martin Wilke2007-09-202-7/+6
| | | | | | | | | PR: 116049 Submitted by: Tomoyuki Sakurai <cherry@trombik.org> Approved by: maintainer timeout Notes: svn path=/head/; revision=199802
* Gearman is a system to farm out work to other machines, dispatching functionMartin Wilke2007-03-273-0/+50
calls to machines that are better suited to do work, to do work in parallel, to load balance lots of function calls, or to call functions between languages. This is the Perl client component. WWW: http://www.danga.com/gearman/ PR: ports/110876 Submitted by: Vivek Khera <vivek at khera.org> Notes: svn path=/head/; revision=188450