Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
HardenedBSD
hardenedbsd-ports
Commits
0bc3b47f
Commit
0bc3b47f
authored
Jan 22, 2016
by
olgeni
Browse files
Add devel/erlang-backoff, a library for handling exponential backoffs in Erlang.
parent
7227543e
Changes
5
Hide whitespace changes
Inline
Side-by-side
devel/Makefile
View file @
0bc3b47f
...
...
@@ -467,6 +467,7 @@
SUBDIR
+=
eric4
SUBDIR
+=
eric6
SUBDIR
+=
eris
SUBDIR
+=
erlang-backoff
SUBDIR
+=
erlang-bbmustache
SUBDIR
+=
erlang-bear
SUBDIR
+=
erlang-certifi
...
...
devel/erlang-backoff/Makefile
0 → 100644
View file @
0bc3b47f
# $FreeBSD$
PORTNAME
=
backoff
PORTVERSION
=
1.1.3
CATEGORIES
=
devel
PKGNAMEPREFIX
=
erlang-
MAINTAINER
=
olgeni@FreeBSD.org
COMMENT
=
Simple exponential backoffs
in
Erlang
LICENSE
=
MIT
USES
=
erlang:rebar3
USE_GITHUB
=
yes
GH_ACCOUNT
=
ferd
.
include
<bsd.port.mk>
devel/erlang-backoff/distinfo
0 → 100644
View file @
0bc3b47f
SHA256 (ferd-backoff-1.1.3_GH0.tar.gz) = 73f58608eddc9e4259da8fae32575b10a5582a222dbf6b1b501f9c14d2f4cd23
SIZE (ferd-backoff-1.1.3_GH0.tar.gz) = 6650
devel/erlang-backoff/pkg-descr
0 → 100644
View file @
0bc3b47f
Backoff is an Erlang library to deal with exponential backoffs and
timers to be used within OTP processes when dealing with cyclical
events, such as reconnections, or generally retrying things.
WWW: https://github.com/ferd/backoff
devel/erlang-backoff/pkg-plist
0 → 100644
View file @
0bc3b47f
lib/erlang/lib/backoff-%%VERSION%%/ebin/backoff.app
lib/erlang/lib/backoff-%%VERSION%%/ebin/backoff.beam
lib/erlang/lib/backoff-%%VERSION%%/src/backoff.app.src
lib/erlang/lib/backoff-%%VERSION%%/src/backoff.erl
%%PORTDOCS%%%%DOCSDIR%%/README.md
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment