pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Algorithm-Backoff Add p5-Algorithm-Backoff, s...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e2aa3a2c6b8a
branches:  trunk
changeset: 770640:e2aa3a2c6b8a
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Mon Dec 06 12:43:50 2021 +0000

description:
Add p5-Algorithm-Backoff, several classes that implement various backoff
strategies for setting delay between retry attempts:

- Algorithm::Backoff::Constant
- Algorithm::Backoff::Exponential
- Algorithm::Backoff::Fibonacci
- Algorithm::Backoff::LILD
- Algorithm::Backoff::LIMD
- Algorithm::Backoff::MILD
- Algorithm::Backoff::MIMD

diffstat:

 devel/p5-Algorithm-Backoff/DESCR    |  10 ++++++++++
 devel/p5-Algorithm-Backoff/Makefile |  19 +++++++++++++++++++
 devel/p5-Algorithm-Backoff/distinfo |   5 +++++
 3 files changed, 34 insertions(+), 0 deletions(-)

diffs (46 lines):

diff -r 99425bc9c12a -r e2aa3a2c6b8a devel/p5-Algorithm-Backoff/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Algorithm-Backoff/DESCR  Mon Dec 06 12:43:50 2021 +0000
@@ -0,0 +1,10 @@
+This distribution provides several classes that implement various
+backoff strategies for setting delay between retry attempts:
+
+- Algorithm::Backoff::Constant
+- Algorithm::Backoff::Exponential
+- Algorithm::Backoff::Fibonacci
+- Algorithm::Backoff::LILD
+- Algorithm::Backoff::LIMD
+- Algorithm::Backoff::MILD
+- Algorithm::Backoff::MIMD
diff -r 99425bc9c12a -r e2aa3a2c6b8a devel/p5-Algorithm-Backoff/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Algorithm-Backoff/Makefile       Mon Dec 06 12:43:50 2021 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2021/12/06 12:43:50 schmonz Exp $
+
+DISTNAME=      Algorithm-Backoff-0.009
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  https://cpan.metacpan.org/authors/id/P/PE/PERLANCAR/
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://metacpan.org/release/Algorithm-Backoff
+COMMENT=       Various backoff strategies for retry
+LICENSE=       ${PERL5_LICENSE}
+
+PERL5_PACKLIST=        auto/Algorithm/Backoff/.packlist
+USE_LANGUAGES= # none
+
+TEST_DEPENDS+= p5-Test-Number-Delta-[0-9]*:../../math/p5-Test-Number-Delta
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 99425bc9c12a -r e2aa3a2c6b8a devel/p5-Algorithm-Backoff/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Algorithm-Backoff/distinfo       Mon Dec 06 12:43:50 2021 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2021/12/06 12:43:50 schmonz Exp $
+
+BLAKE2s (Algorithm-Backoff-0.009.tar.gz) = 12abab8f4c6d04f93797d1aa3f2004839fba1c00bccbbb62f740b91bc6612f37
+SHA512 (Algorithm-Backoff-0.009.tar.gz) = e3764518941d11f6dcd0b69aa6206bf382a7ad00ad77eee96493ae237ffd0a6a54b1796e8947974a112fe5fcf6b148fc60c9d1cf8b073ee9b4a22e44640bccfc
+Size (Algorithm-Backoff-0.009.tar.gz) = 23444 bytes



Home | Main Index | Thread Index | Old Index