pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-IPC-DirQueue Added devel/p5-IPC-DirQueue vers...
details: https://anonhg.NetBSD.org/pkgsrc/rev/9e8842dc0b14
branches: trunk
changeset: 575547:9e8842dc0b14
user: abs <abs%pkgsrc.org@localhost>
date: Sun May 16 12:30:39 2010 +0000
description:
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:
devel/p5-IPC-DirQueue/DESCR | 4 ++++
devel/p5-IPC-DirQueue/Makefile | 22 ++++++++++++++++++++++
devel/p5-IPC-DirQueue/distinfo | 5 +++++
3 files changed, 31 insertions(+), 0 deletions(-)
diffs (43 lines):
diff -r 91f190d0143d -r 9e8842dc0b14 devel/p5-IPC-DirQueue/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-IPC-DirQueue/DESCR Sun May 16 12:30:39 2010 +0000
@@ -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 -r 91f190d0143d -r 9e8842dc0b14 devel/p5-IPC-DirQueue/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-IPC-DirQueue/Makefile Sun May 16 12:30:39 2010 +0000
@@ -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@localhost
+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 -r 91f190d0143d -r 9e8842dc0b14 devel/p5-IPC-DirQueue/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-IPC-DirQueue/distinfo Sun May 16 12:30:39 2010 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index