Bug 110878 - new port devel/p5-gearmand
Summary: new port devel/p5-gearmand
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: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-26 19:50 UTC by Vick Khera
Modified: 2007-03-27 08:20 UTC (History)
0 users

See Also:


Attachments
file.shar (2.84 KB, text/plain)
2007-03-26 19:50 UTC, Vick Khera
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vick Khera 2007-03-26 19:50:02 UTC
	
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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-03-26 19:50:09 UTC
Class Changed
From-To: maintainer-update->change-request

Fix category (new ports should be change-requests)
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2007-03-26 19:55:41 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2007-03-27 08:15:27 UTC
State Changed
From-To: open->closed

New port added. Thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2007-03-27 08:15:37 UTC
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"