Bug 119549 - [NEW PORT] devel/p5-TheSchwartz: Reliable job queue
Summary: [NEW PORT] devel/p5-TheSchwartz: Reliable job queue
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: Marcelo Araujo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-10 23:20 UTC by gslin
Modified: 2008-01-14 01:20 UTC (History)
1 user (show)

See Also:


Attachments
p5-TheSchwartz-1.04.shar (2.67 KB, text/plain)
2008-01-10 23:20 UTC, gslin
no flags Details

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