pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-TheSchwartz Import p5-TheSchwartz-1.12 as dev...
details: https://anonhg.NetBSD.org/pkgsrc/rev/8932ccca44b8
branches: trunk
changeset: 357865:8932ccca44b8
user: mef <mef%pkgsrc.org@localhost>
date: Mon Jan 30 14:14:07 2017 +0000
description:
Import p5-TheSchwartz-1.12 as devel/p5-TheSchwartz.
TheSchwartz is a reliable job queue system. Your application can put jobs into
the system, and your worker processes can pull jobs from the queue atomically
to perform. Failed jobs can be left in the queue to retry later.
diffstat:
devel/p5-TheSchwartz/DESCR | 3 +++
devel/p5-TheSchwartz/Makefile | 21 +++++++++++++++++++++
devel/p5-TheSchwartz/distinfo | 6 ++++++
3 files changed, 30 insertions(+), 0 deletions(-)
diffs (42 lines):
diff -r 78a4c949c0db -r 8932ccca44b8 devel/p5-TheSchwartz/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-TheSchwartz/DESCR Mon Jan 30 14:14:07 2017 +0000
@@ -0,0 +1,3 @@
+TheSchwartz is a reliable job queue system. Your application can put jobs into
+the system, and your worker processes can pull jobs from the queue atomically
+to perform. Failed jobs can be left in the queue to retry later.
diff -r 78a4c949c0db -r 8932ccca44b8 devel/p5-TheSchwartz/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-TheSchwartz/Makefile Mon Jan 30 14:14:07 2017 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2017/01/30 14:14:07 mef Exp $
+
+DISTNAME= TheSchwartz-1.12
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= http://search.cpan.org/CPAN/authors/id/J/JF/JFEARN/
+
+MAINTAINER= hiramatu%boreas.dti.ne.jp@localhost
+HOMEPAGE= http://search.cpan.org/dist/TheSchwartz/
+COMMENT= Reliable job queue system
+LICENSE= artistic-2.0
+
+DEPENDS+= p5-Data-ObjectDriver>=0.04:../../devel/p5-Data-ObjectDriver
+DEPENDS+= p5-Digest-MD5-[0-9]*:../../security/p5-Digest-MD5
+#DEPENDS+= p5-Storable-[0-9]*:../../devel/p5-Storable
+
+PERL5_MODULE_TYPE= Module::Build
+PERL5_PACKLIST= auto/TheSchwartz/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 78a4c949c0db -r 8932ccca44b8 devel/p5-TheSchwartz/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-TheSchwartz/distinfo Mon Jan 30 14:14:07 2017 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/01/30 14:14:07 mef Exp $
+
+SHA1 (TheSchwartz-1.12.tar.gz) = 0d82a2a45ef4ae19a436762f29b63f9324ce2866
+RMD160 (TheSchwartz-1.12.tar.gz) = dc4afdb75d618adac7d73bd0b24549fa94b6c7c6
+SHA512 (TheSchwartz-1.12.tar.gz) = 87c691c6aee0603a68d4116e9254308331974042d8578d6df086bc6f0f07783d757951f8c3a35227b9d716e94ccecbcea1f92ab488005384c2caf2ba9aecae59
+Size (TheSchwartz-1.12.tar.gz) = 55047 bytes
Home |
Main Index |
Thread Index |
Old Index