pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/p5-TheSchwartz



Module Name:    pkgsrc
Committed By:   mef
Date:           Mon Jan 30 14:14:07 UTC 2017

Added Files:
        pkgsrc/devel/p5-TheSchwartz: DESCR Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/p5-TheSchwartz/DESCR \
    pkgsrc/devel/p5-TheSchwartz/Makefile pkgsrc/devel/p5-TheSchwartz/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/devel/p5-TheSchwartz/DESCR
diff -u /dev/null pkgsrc/devel/p5-TheSchwartz/DESCR:1.1
--- /dev/null   Mon Jan 30 14:14:07 2017
+++ pkgsrc/devel/p5-TheSchwartz/DESCR   Mon Jan 30 14:14:07 2017
@@ -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.
Index: pkgsrc/devel/p5-TheSchwartz/Makefile
diff -u /dev/null pkgsrc/devel/p5-TheSchwartz/Makefile:1.1
--- /dev/null   Mon Jan 30 14:14:07 2017
+++ pkgsrc/devel/p5-TheSchwartz/Makefile        Mon Jan 30 14:14:07 2017
@@ -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"
Index: pkgsrc/devel/p5-TheSchwartz/distinfo
diff -u /dev/null pkgsrc/devel/p5-TheSchwartz/distinfo:1.1
--- /dev/null   Mon Jan 30 14:14:07 2017
+++ pkgsrc/devel/p5-TheSchwartz/distinfo        Mon Jan 30 14:14:07 2017
@@ -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