1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00

TheSchwartz is a reliable job queue system. This is a lightweight,

DBI only job queuing module.

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

PR:		ports/152384
Submitted by:	Kurt Lidl <kurt.lidl@cello.com>
Feature safe:	yes
This commit is contained in:
Steven Kreuzer 2011-01-19 21:12:08 +00:00
parent 4f93eb6ad6
commit 4463535b01
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=268004
5 changed files with 38 additions and 0 deletions

View File

@ -2333,6 +2333,7 @@
SUBDIR += p5-Text-LevenshteinXS
SUBDIR += p5-Text-vFile-asData
SUBDIR += p5-TheSchwartz
SUBDIR += p5-TheSchwartz-Simple
SUBDIR += p5-TheSchwartz-Worker-SendEmail
SUBDIR += p5-Thread-Apartment
SUBDIR += p5-Thread-Cancel

View File

@ -0,0 +1,24 @@
# New ports collection makefile for: p5-TheSchwartz-Simple
# Date created: 2010-11-18
# Whom: Kurt Lidl <kurt.lidl@cello.com>
#
# $FreeBSD$
#
PORTNAME= TheSchwartz-Simple
PORTVERSION= 0.05
CATEGORIES= devel perl5
MASTER_SITES= CPAN/../../authors/id/M/MI/MIYAGAWA
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= DBI only job dispatcher for TheSchwartz
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= TheSchwartz::Simple.3
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (TheSchwartz-Simple-0.05.tar.gz) = 7130027e08d4bf4a9cc2e5adccf758365d397cf2353816a314543abcbd960ced
SIZE (TheSchwartz-Simple-0.05.tar.gz) = 38828

View File

@ -0,0 +1,4 @@
TheSchwartz is a reliable job queue system. This is a lightweight,
DBI only job queuing module.
WWW: http://search.cpan.org/dist/TheSchwartz-Simple/

View File

@ -0,0 +1,7 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/TheSchwartz/Simple/.packlist
%%SITE_PERL%%/TheSchwartz/Simple/Job.pm
%%SITE_PERL%%/TheSchwartz/Simple.pm
@dirrmtry %%SITE_PERL%%/TheSchwartz/Simple
@dirrmtry %%SITE_PERL%%/TheSchwartz
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/TheSchwartz/Simple
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/TheSchwartz