pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/p5-Algorithm-Backoff
Module Name: pkgsrc
Committed By: schmonz
Date: Mon Dec 6 12:43:50 UTC 2021
Added Files:
pkgsrc/devel/p5-Algorithm-Backoff: DESCR Makefile distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/p5-Algorithm-Backoff/DESCR \
pkgsrc/devel/p5-Algorithm-Backoff/Makefile \
pkgsrc/devel/p5-Algorithm-Backoff/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-Algorithm-Backoff/DESCR
diff -u /dev/null pkgsrc/devel/p5-Algorithm-Backoff/DESCR:1.1
--- /dev/null Mon Dec 6 12:43:50 2021
+++ pkgsrc/devel/p5-Algorithm-Backoff/DESCR Mon Dec 6 12:43:50 2021
@@ -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
Index: pkgsrc/devel/p5-Algorithm-Backoff/Makefile
diff -u /dev/null pkgsrc/devel/p5-Algorithm-Backoff/Makefile:1.1
--- /dev/null Mon Dec 6 12:43:50 2021
+++ pkgsrc/devel/p5-Algorithm-Backoff/Makefile Mon Dec 6 12:43:50 2021
@@ -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"
Index: pkgsrc/devel/p5-Algorithm-Backoff/distinfo
diff -u /dev/null pkgsrc/devel/p5-Algorithm-Backoff/distinfo:1.1
--- /dev/null Mon Dec 6 12:43:50 2021
+++ pkgsrc/devel/p5-Algorithm-Backoff/distinfo Mon Dec 6 12:43:50 2021
@@ -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