git: c58b3d0f8ba2 - main - devel/p5-Algorithm-Backoff: New port: Various backoff strategies for retry
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 04 Aug 2022 19:47:58 UTC
The branch main has been updated by nc: URL: https://cgit.FreeBSD.org/ports/commit/?id=c58b3d0f8ba257e79f6fa9965f96f507cf851883 commit c58b3d0f8ba257e79f6fa9965f96f507cf851883 Author: Tomohiro Hosaka <bokutin@bokut.in> AuthorDate: 2022-08-04 19:46:50 +0000 Commit: Neel Chauhan <nc@FreeBSD.org> CommitDate: 2022-08-04 19:47:42 +0000 devel/p5-Algorithm-Backoff: New port: Various backoff strategies for retry PR: 265615 --- devel/Makefile | 1 + devel/p5-Algorithm-Backoff/Makefile | 22 ++++++++++++++++++++++ devel/p5-Algorithm-Backoff/distinfo | 3 +++ devel/p5-Algorithm-Backoff/pkg-descr | 3 +++ devel/p5-Algorithm-Backoff/pkg-plist | 16 ++++++++++++++++ 5 files changed, 45 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index 644f338ddc6f..d069fa8879a1 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1660,6 +1660,7 @@ SUBDIR += p5-Agent SUBDIR += p5-Algorithm-Accounting SUBDIR += p5-Algorithm-Annotate + SUBDIR += p5-Algorithm-Backoff SUBDIR += p5-Algorithm-Binpack SUBDIR += p5-Algorithm-Bucketizer SUBDIR += p5-Algorithm-C3 diff --git a/devel/p5-Algorithm-Backoff/Makefile b/devel/p5-Algorithm-Backoff/Makefile new file mode 100644 index 000000000000..8fa9529e1e92 --- /dev/null +++ b/devel/p5-Algorithm-Backoff/Makefile @@ -0,0 +1,22 @@ +PORTNAME= Algorithm-Backoff +PORTVERSION= 0.009 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:PERLANCAR +PKGNAMEPREFIX= p5- + +MAINTAINER= bokutin@bokut.in +COMMENT= Various backoff strategies for retry + +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + +TEST_DEPENDS= p5-Test-Exception>=0:devel/p5-Test-Exception \ + p5-Test-Number-Delta>=0:devel/p5-Test-Number-Delta + +USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/devel/p5-Algorithm-Backoff/distinfo b/devel/p5-Algorithm-Backoff/distinfo new file mode 100644 index 000000000000..52b6d77daf2e --- /dev/null +++ b/devel/p5-Algorithm-Backoff/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1659585039 +SHA256 (Algorithm-Backoff-0.009.tar.gz) = 9f0ffcdf1e65a88022d6412f46ad977ede5a7b64be663009d13948fe8c9d180b +SIZE (Algorithm-Backoff-0.009.tar.gz) = 23444 diff --git a/devel/p5-Algorithm-Backoff/pkg-descr b/devel/p5-Algorithm-Backoff/pkg-descr new file mode 100644 index 000000000000..b29cf7eebcdd --- /dev/null +++ b/devel/p5-Algorithm-Backoff/pkg-descr @@ -0,0 +1,3 @@ +Various backoff strategies for retry + +WWW: https://metacpan.org/release/Algorithm-Backoff diff --git a/devel/p5-Algorithm-Backoff/pkg-plist b/devel/p5-Algorithm-Backoff/pkg-plist new file mode 100644 index 000000000000..206a8610a52b --- /dev/null +++ b/devel/p5-Algorithm-Backoff/pkg-plist @@ -0,0 +1,16 @@ +%%SITE_PERL%%/Algorithm/Backoff.pm +%%SITE_PERL%%/Algorithm/Backoff/Constant.pm +%%SITE_PERL%%/Algorithm/Backoff/Exponential.pm +%%SITE_PERL%%/Algorithm/Backoff/Fibonacci.pm +%%SITE_PERL%%/Algorithm/Backoff/LILD.pm +%%SITE_PERL%%/Algorithm/Backoff/LIMD.pm +%%SITE_PERL%%/Algorithm/Backoff/MILD.pm +%%SITE_PERL%%/Algorithm/Backoff/MIMD.pm +%%PERL5_MAN3%%/Algorithm::Backoff.3.gz +%%PERL5_MAN3%%/Algorithm::Backoff::Constant.3.gz +%%PERL5_MAN3%%/Algorithm::Backoff::Exponential.3.gz +%%PERL5_MAN3%%/Algorithm::Backoff::Fibonacci.3.gz +%%PERL5_MAN3%%/Algorithm::Backoff::LILD.3.gz +%%PERL5_MAN3%%/Algorithm::Backoff::LIMD.3.gz +%%PERL5_MAN3%%/Algorithm::Backoff::MILD.3.gz +%%PERL5_MAN3%%/Algorithm::Backoff::MIMD.3.gz