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
Responsible Changed From-To: freebsd-ports-bugs->araujo I'll take it.
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"
State Changed From-To: open->closed Committed. Thanks!