diff options
author | abs <abs@pkgsrc.org> | 2010-05-16 12:30:39 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2010-05-16 12:30:39 +0000 |
commit | 580c6d99df4e8b62d13a07ce1c2583f60ba5c16c (patch) | |
tree | a0bc44cda7328cb78b74262516197f86d3fc82e7 /devel | |
parent | f89bd5e5b06735f45a1fe70c8f948d1ce367fe4f (diff) | |
download | pkgsrc-580c6d99df4e8b62d13a07ce1c2583f60ba5c16c.tar.gz |
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.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-IPC-DirQueue/DESCR | 4 | ||||
-rw-r--r-- | devel/p5-IPC-DirQueue/Makefile | 22 | ||||
-rw-r--r-- | devel/p5-IPC-DirQueue/distinfo | 5 |
3 files changed, 31 insertions, 0 deletions
diff --git a/devel/p5-IPC-DirQueue/DESCR b/devel/p5-IPC-DirQueue/DESCR new file mode 100644 index 00000000000..5392a19a905 --- /dev/null +++ b/devel/p5-IPC-DirQueue/DESCR @@ -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. diff --git a/devel/p5-IPC-DirQueue/Makefile b/devel/p5-IPC-DirQueue/Makefile new file mode 100644 index 00000000000..64df3d7431e --- /dev/null +++ b/devel/p5-IPC-DirQueue/Makefile @@ -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" diff --git a/devel/p5-IPC-DirQueue/distinfo b/devel/p5-IPC-DirQueue/distinfo new file mode 100644 index 00000000000..6740c73faf0 --- /dev/null +++ b/devel/p5-IPC-DirQueue/distinfo @@ -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 |