Jonk is simple job tanking system.

Job is saved and taken out. Besides, nothing is done.

You may use Jonk to make original Job Queuing System.

WWW: http://search.cpan.org/dist/Jonk/
This commit is contained in:
Jun Kuriyama 2010-12-21 02:53:39 +00:00
parent 2224fb4643
commit 5a0dee9379
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=266676
5 changed files with 56 additions and 0 deletions

View File

@ -1814,6 +1814,7 @@
SUBDIR += p5-JSON-RPC-Common
SUBDIR += p5-JSON-RPC-Dispatcher
SUBDIR += p5-Java
SUBDIR += p5-Jonk
SUBDIR += p5-Lexical-Alias
SUBDIR += p5-Lexical-Persistence
SUBDIR += p5-Lingua-JA-Fold

34
devel/p5-Jonk/Makefile Normal file
View File

@ -0,0 +1,34 @@
# New ports collection makefile for: Jonk
# Date created: 21 Dec 2010
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Jonk
PORTVERSION= 0.05
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../../authors/id/N/NE/NEKOKAK
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension for simple job tank manager
RUN_DEPENDS= \
p5-DBI>0:${PORTSDIR}/databases/p5-DBI \
p5-Try-Tiny>0:${PORTSDIR}/lang/p5-Try-Tiny
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Jonk.3 \
Jonk::Client.3 \
Jonk::Cookbook.3 \
Jonk::Cookbook::Basic.3 \
Jonk::Cookbook::DequeueSpecificJob.3 \
Jonk::Cookbook::ErrorHandling.3 \
Jonk::Cookbook::ForkModel.3 \
Jonk::Worker.3
.include <bsd.port.mk>

2
devel/p5-Jonk/distinfo Normal file
View File

@ -0,0 +1,2 @@
SHA256 (Jonk-0.05.tar.gz) = d464e14ba1a9f06db6d9a00c7beeffe18f36d231d9d717bb945db07ddc4f4e79
SIZE (Jonk-0.05.tar.gz) = 23919

7
devel/p5-Jonk/pkg-descr Normal file
View File

@ -0,0 +1,7 @@
Jonk is simple job tanking system.
Job is saved and taken out. Besides, nothing is done.
You may use Jonk to make original Job Queuing System.
WWW: http://search.cpan.org/dist/Jonk/

12
devel/p5-Jonk/pkg-plist Normal file
View File

@ -0,0 +1,12 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Jonk/.packlist
%%SITE_PERL%%/Jonk.pm
%%SITE_PERL%%/Jonk/Client.pm
%%SITE_PERL%%/Jonk/Cookbook.pod
%%SITE_PERL%%/Jonk/Cookbook/Basic.pod
%%SITE_PERL%%/Jonk/Cookbook/DequeueSpecificJob.pod
%%SITE_PERL%%/Jonk/Cookbook/ErrorHandling.pod
%%SITE_PERL%%/Jonk/Cookbook/ForkModel.pod
%%SITE_PERL%%/Jonk/Worker.pm
@dirrm %%SITE_PERL%%/Jonk/Cookbook
@dirrm %%SITE_PERL%%/Jonk
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Jonk