cvs commit: ports/devel Makefile ports/devel/p5-Gearman-Server
 Makefile distinfo pkg-descr pkg-plist
 ports/devel/p5-Gearman-Server/files gearmand.in
    Cheng-Lung Sung 
    clsung at FreeBSD.org
       
    Sat Sep  8 01:17:16 PDT 2007
    
    
  
clsung      2007-09-08 08:17:15 UTC
  FreeBSD ports repository
  Modified files:
    devel                Makefile 
  Added files:
    devel/p5-Gearman-Server Makefile distinfo pkg-descr pkg-plist 
    devel/p5-Gearman-Server/files gearmand.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://search.cpan.org/dist/Gearman-Server/
  
  PR:             ports/116050
  Submitted by:   Tomoyuki Sakurai <cherry at trombik.org>
  
  Revision  Changes    Path
  1.2869    +1 -0      ports/devel/Makefile
  1.1       +31 -0     ports/devel/p5-Gearman-Server/Makefile (new)
  1.1       +3 -0      ports/devel/p5-Gearman-Server/distinfo (new)
  1.1       +26 -0     ports/devel/p5-Gearman-Server/files/gearmand.in (new)
  1.1       +10 -0     ports/devel/p5-Gearman-Server/pkg-descr (new)
  1.1       +10 -0     ports/devel/p5-Gearman-Server/pkg-plist (new)
    
    
More information about the cvs-all
mailing list