Added devel/p5-IPC-DirQueue version 1.0
This module implements a FIFO queueing infrastructure, using a directory as the communications and storage media. No daemon process is required to manage the queue; all communication takes place via the filesystem.
This commit is contained in:
parent
60fb269005
commit
963caede28
3 changed files with 31 additions and 0 deletions
4
devel/p5-IPC-DirQueue/DESCR
Normal file
4
devel/p5-IPC-DirQueue/DESCR
Normal file
|
@ -0,0 +1,4 @@
|
|||
This module implements a FIFO queueing infrastructure, using a
|
||||
directory as the communications and storage media. No daemon process
|
||||
is required to manage the queue; all communication takes place via
|
||||
the filesystem.
|
22
devel/p5-IPC-DirQueue/Makefile
Normal file
22
devel/p5-IPC-DirQueue/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2010/05/16 12:30:39 abs Exp $
|
||||
|
||||
DISTNAME= IPC-DirQueue-1.0
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IPC/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://search.cpan.org/dist/IPC-DirQueue/
|
||||
COMMENT= Disk-based many-to-many task queue
|
||||
LICENSE= ${PERL5_LICENSE}
|
||||
|
||||
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
DEPENDS+= p5-Time-HiRes-[0-9]*:../../time/p5-Time-HiRes
|
||||
|
||||
USE_LANGUAGES= # empty
|
||||
PERL5_PACKLIST= auto/IPC/DirQueue/.packlist
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
5
devel/p5-IPC-DirQueue/distinfo
Normal file
5
devel/p5-IPC-DirQueue/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2010/05/16 12:30:39 abs Exp $
|
||||
|
||||
SHA1 (IPC-DirQueue-1.0.tar.gz) = d35578914c253da201bc05edc11073a5432c7bad
|
||||
RMD160 (IPC-DirQueue-1.0.tar.gz) = 0df73a856db267665ea9cb627092179d82bed3a2
|
||||
Size (IPC-DirQueue-1.0.tar.gz) = 29027 bytes
|
Loading…
Reference in a new issue