aboutsummaryrefslogtreecommitdiff
path: root/devel/Makefile
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2007-09-08 08:17:15 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2007-09-08 08:17:15 +0000
commit716beec4820168d680eae7baa6949ae25160730d (patch)
treefecea8a10a042f0848fc8d982e85736c9c9b7161 /devel/Makefile
parentaed57430f8a235e33b5a3a8329be6a579625053e (diff)
downloadports-716beec4820168d680eae7baa6949ae25160730d.tar.gz
ports-716beec4820168d680eae7baa6949ae25160730d.zip
Gearman is a system to farm out work to other machines, dispatching function
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 server daemon component. The bridge between workers (clients who can do work) and callers (clients who want work done). You should run several of these, at least two, for both load balancing and high availability. WWW: http://search.cpan.org/dist/Gearman-Server/ PR: ports/116050 Submitted by: Tomoyuki Sakurai <cherry at trombik.org>
Notes
Notes: svn path=/head/; revision=199092
Diffstat (limited to 'devel/Makefile')
-rw-r--r--devel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 9b9a135fb279..835c56469767 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1219,6 +1219,7 @@
SUBDIR += p5-Filter-Template
SUBDIR += p5-FreezeThaw
SUBDIR += p5-Gearman
+ SUBDIR += p5-Gearman-Server
SUBDIR += p5-Geo-ShapeFile
SUBDIR += p5-Getargs-Long
SUBDIR += p5-Getopt-ArgvFile