Gearman provides a generic framework to farm out work to other machines or dispatch function calls to machines that are better suited to do the work. It allows you to do work in parallel, to load balance processing, and to call functions between languages. It can be used in a variety of applications, from high-availability web sites to the transport for database replication. WWW: http://www.gearman.org/ Generated with FreeBSD Port Tools 0.77
Responsible Changed From-To: freebsd-ports-bugs->lwhsu I'll take it.
lwhsu 2009-01-29 06:58:29 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/gearmand Makefile distinfo pkg-descr pkg-plist devel/gearmand/files gearmand.sh.in Log: Add gearmand 0.2, gearman C Server and Library. PR: ports/131088 Submitted by: Gea-Suan Lin <gslin at gslin.org> Revision Changes Path 1.3348 +1 -0 ports/devel/Makefile 1.1 +27 -0 ports/devel/gearmand/Makefile (new) 1.1 +3 -0 ports/devel/gearmand/distinfo (new) 1.1 +23 -0 ports/devel/gearmand/files/gearmand.sh.in (new) 1.1 +8 -0 ports/devel/gearmand/pkg-descr (new) 1.1 +25 -0 ports/devel/gearmand/pkg-plist (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"
State Changed From-To: open->closed New port added. Thanks!