Bug 131088 - [NEW PORT] devel/gearmand: Gearman C Server and Library
Summary: [NEW PORT] devel/gearmand: Gearman C Server and Library
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Li-Wen Hsu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-28 19:10 UTC by gslin
Modified: 2009-01-29 07:00 UTC (History)
1 user (show)

See Also:


Attachments
gearmand-0.2.shar (3.47 KB, text/plain)
2009-01-28 19:10 UTC, gslin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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!