Port for the Gearman remote function call server. I believe it should be in ports/devel/p5-gearmand This depends on the p5-Gearman port submitted in PR ports/110876
Class Changed From-To: maintainer-update->change-request Fix category (new ports should be change-requests)
Responsible Changed From-To: freebsd-ports-bugs->miwi I'll take it.
State Changed From-To: open->closed New port added. Thanks!
miwi 2007-03-27 07:15:31 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-gearmand Makefile distinfo pkg-descr devel/p5-gearmand/files gearmand.sh.in Log: 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://www.danga.com/gearman/ PR: ports/110878 Submitted by: Vivek Khera <vivek at khera.org> Revision Changes Path 1.2698 +1 -0 ports/devel/Makefile 1.1 +33 -0 ports/devel/p5-gearmand/Makefile (new) 1.1 +3 -0 ports/devel/p5-gearmand/distinfo (new) 1.1 +26 -0 ports/devel/p5-gearmand/files/gearmand.sh.in (new) 1.1 +10 -0 ports/devel/p5-gearmand/pkg-descr (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"