Bug 119549

Summary: [NEW PORT] devel/p5-TheSchwartz: Reliable job queue
Product: Ports & Packages Reporter: gslin
Component: Individual Port(s)Assignee: Marcelo Araujo <araujo>
Status: Closed FIXED    
Severity: Affects Only Me CC: gslin
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
p5-TheSchwartz-1.04.shar none

Description gslin 2008-01-10 23:20:00 UTC
TheSchwartz is a reliable job queue system. Your application can put
jobs into the system, and your worker processes can pull jobs from the
queue atomically to perform. Failed jobs can be left in the queue to
retry later.

WWW:	http://search.cpan.org/dist/TheSchwartz/

Generated with FreeBSD Port Tools 0.77
Comment 1 Marcelo Araujo freebsd_committer freebsd_triage 2008-01-12 22:02:44 UTC
Responsible Changed
From-To: freebsd-ports-bugs->araujo

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-01-14 01:15:07 UTC
araujo      2008-01-14 01:15:02 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/p5-TheSchwartz Makefile distinfo pkg-descr pkg-plist 
  Log:
  TheSchwartz is a reliable job queue system. Your application can put
  jobs into the system, and your worker processes can pull jobs from the
  queue atomically to perform. Failed jobs can be left in the queue to
  retry later.
  
  WWW: http://search.cpan.org/dist/TheSchwartz/
  
  PR:             ports/119549
  Submitted by:   Gean-Suan Lin <gslin@gslin.org>
  Approved by:    stas (mentor, implicit)
  
  Revision  Changes    Path
  1.2959    +1 -0      ports/devel/Makefile
  1.1       +31 -0     ports/devel/p5-TheSchwartz/Makefile (new)
  1.1       +3 -0      ports/devel/p5-TheSchwartz/distinfo (new)
  1.1       +6 -0      ports/devel/p5-TheSchwartz/pkg-descr (new)
  1.1       +11 -0     ports/devel/p5-TheSchwartz/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 Marcelo Araujo freebsd_committer freebsd_triage 2008-01-14 01:18:03 UTC
State Changed
From-To: open->closed

Committed. Thanks!