Bug 131088

Summary: [NEW PORT] devel/gearmand: Gearman C Server and Library
Product: Ports & Packages Reporter: gslin
Component: Individual Port(s)Assignee: Li-Wen Hsu <lwhsu>
Status: Closed FIXED    
Severity: Affects Only Me CC: gslin
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
gearmand-0.2.shar none

Description gslin 2009-01-28 19:10:01 UTC
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
Comment 1 Li-Wen Hsu freebsd_committer freebsd_triage 2009-01-28 21:20:30 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lwhsu

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-01-29 06:58:38 UTC
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"
Comment 3 Li-Wen Hsu freebsd_committer freebsd_triage 2009-01-29 06:59:31 UTC
State Changed
From-To: open->closed

New port added. Thanks!