1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00

New port: databases/p5-Redis-JobQueue:

The Redis::JobQueue package is a set of Perl modules which allows creation of
a simple job queue based on Redis server capabilities.

* Supports the automatic creation of job queues, job status monitoring,
  updating the job data set, obtaining a consistent job from the queue,
  removing jobs, and the classification of possible errors.
* Contains various reusable components that can be used separately or together.
* Provides an object oriented API.
* Support of storing arbitrary job-related data structures.
* Simple methods for organizing producer, worker, and consumer clients.

WWW: https://metacpan.org/release/Redis-JobQueue
This commit is contained in:
Ryan Steinmetz 2019-12-09 00:09:54 +00:00
parent 9b15f437e8
commit 56e41069a1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=519588
5 changed files with 54 additions and 0 deletions

View File

@ -477,6 +477,7 @@
SUBDIR += p5-Redis
SUBDIR += p5-Redis-Fast
SUBDIR += p5-Redis-hiredis
SUBDIR += Redis-JobQueue
SUBDIR += p5-RedisDB
SUBDIR += p5-RedisDB-Parser
SUBDIR += p5-Relations

View File

@ -0,0 +1,32 @@
# Created by: Ryan Steinmetz <zi@FreeBSD.org>
# $FreeBSD$
PORTNAME= Redis-JobQueue
PORTVERSION= 1.19
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Job queue management implemented using Redis server
LICENSE= ARTPERL10
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Data-UUID>0:devel/p5-Data-UUID \
p5-Digest-SHA1>0:security/p5-Digest-SHA1 \
p5-Data-UUID>0:devel/p5-Data-UUID \
p5-List-MoreUtils>0:lang/p5-List-MoreUtils \
p5-Mouse>0:devel/p5-Mouse \
p5-Params-Util>0:devel/p5-Params-Util \
p5-Redis>0:databases/p5-Redis \
p5-Storable>0:devel/p5-Storable \
p5-Try-Tiny>=0.24:lang/p5-Try-Tiny
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1575849374
SHA256 (Redis-JobQueue-1.19.tar.gz) = 090f078e30b834824acbcd98708e1ae416de16d5b775b27454a964cc6a94d50d
SIZE (Redis-JobQueue-1.19.tar.gz) = 48931

View File

@ -0,0 +1,12 @@
The Redis::JobQueue package is a set of Perl modules which allows creation of
a simple job queue based on Redis server capabilities.
* Supports the automatic creation of job queues, job status monitoring,
updating the job data set, obtaining a consistent job from the queue,
removing jobs, and the classification of possible errors.
* Contains various reusable components that can be used separately or together.
* Provides an object oriented API.
* Support of storing arbitrary job-related data structures.
* Simple methods for organizing producer, worker, and consumer clients.
WWW: https://metacpan.org/release/Redis-JobQueue

View File

@ -0,0 +1,6 @@
%%SITE_PERL%%/Redis/JobQueue.pm
%%SITE_PERL%%/Redis/JobQueue/Job.pm
%%SITE_PERL%%/Redis/JobQueue/Util.pm
%%PERL5_MAN3%%/Redis::JobQueue.3.gz
%%PERL5_MAN3%%/Redis::JobQueue::Job.3.gz
%%PERL5_MAN3%%/Redis::JobQueue::Util.3.gz