pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Mojo-IOLoop-Delay



Module Name:    pkgsrc
Committed By:   abs
Date:           Thu Aug 25 10:26:13 UTC 2022

Added Files:
        pkgsrc/devel/p5-Mojo-IOLoop-Delay: DESCR Makefile distinfo

Log Message:
Really add p5-Mojo-IOLoop-Delay-8.76

(Will fixup p5-Mojo-IOLoop-ForkCall next)

Mojo::IOLoop::Delay adds flow-control helpers to Mojo::Promise,
which can help you avoid deep nested closures that often result
from continuation-passing style.

This module has been extracted from Mojolicious and was removed
from it at the 9.0 release. It is kept here for backwards compatibility
purposes but there is no intention to maintain it further and it
should be migrated away from as your earliest convenience.

Though there is no intention of removing it from CPAN in the future
it should be treated as deprecated and the metadata will mark it
as such. It will receive no no-security-related changes going
forward.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/p5-Mojo-IOLoop-Delay/DESCR \
    pkgsrc/devel/p5-Mojo-IOLoop-Delay/Makefile \
    pkgsrc/devel/p5-Mojo-IOLoop-Delay/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-Mojo-IOLoop-Delay/DESCR
diff -u /dev/null pkgsrc/devel/p5-Mojo-IOLoop-Delay/DESCR:1.1
--- /dev/null   Thu Aug 25 10:26:13 2022
+++ pkgsrc/devel/p5-Mojo-IOLoop-Delay/DESCR     Thu Aug 25 10:26:13 2022
@@ -0,0 +1,13 @@
+Mojo::IOLoop::Delay adds flow-control helpers to Mojo::Promise,
+which can help you avoid deep nested closures that often result
+from continuation-passing style.
+
+This module has been extracted from Mojolicious and was removed
+from it at the 9.0 release. It is kept here for backwards compatibility
+purposes but there is no intention to maintain it further and it
+should be migrated away from as your earliest convenience.
+
+Though there is no intention of removing it from CPAN in the future
+it should be treated as deprecated and the metadata will mark it
+as such. It will receive no no-security-related changes going
+forward.
Index: pkgsrc/devel/p5-Mojo-IOLoop-Delay/Makefile
diff -u /dev/null pkgsrc/devel/p5-Mojo-IOLoop-Delay/Makefile:1.1
--- /dev/null   Thu Aug 25 10:26:13 2022
+++ pkgsrc/devel/p5-Mojo-IOLoop-Delay/Makefile  Thu Aug 25 10:26:13 2022
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2022/08/25 10:26:13 abs Exp $
+
+GITHUB_PROJECT=        Mojo-IOLoop-Delay
+DISTNAME=      Mojo-IOLoop-Delay-8.76
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=jberger/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/jberger/Mojo-IOLoop-Delay
+COMMENT=       Promises/A+ and flow-control helpers (deprecated)
+LICENSE=       ${PERL5_LICENSE}
+
+PERL5_MODULE_TYPE=     Module::Build::Tiny
+PERL5_PACKLIST=                auto/Mojo/IOLoop/Delay/.packlist
+USE_LANGUAGES=         # none
+
+DEPENDS+=      p5-Mojolicious>=5.08:../../www/p5-Mojolicious
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/p5-Mojo-IOLoop-Delay/distinfo
diff -u /dev/null pkgsrc/devel/p5-Mojo-IOLoop-Delay/distinfo:1.1
--- /dev/null   Thu Aug 25 10:26:13 2022
+++ pkgsrc/devel/p5-Mojo-IOLoop-Delay/distinfo  Thu Aug 25 10:26:13 2022
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/08/25 10:26:13 abs Exp $
+
+BLAKE2s (Mojo-IOLoop-Delay-8.76.tar.gz) = c4aea377c951643217e1a41f089c9cce1e968199ec9fc23cfe339a061a422dec
+SHA512 (Mojo-IOLoop-Delay-8.76.tar.gz) = b0cb621dca157fafcbaf8a5c57b6e94c3d80f804a3e708c1accbbf35ada636ed929b33382f0ce3f018cb02ca472b8739dbbca28dc3caddca0cc762363a04bd78
+Size (Mojo-IOLoop-Delay-8.76.tar.gz) = 8886 bytes



Home | Main Index | Thread Index | Old Index