summaryrefslogtreecommitdiff
path: root/devel/erlang-backoff
diff options
context:
space:
mode:
Diffstat (limited to 'devel/erlang-backoff')
-rw-r--r--devel/erlang-backoff/Makefile17
-rw-r--r--devel/erlang-backoff/distinfo3
-rw-r--r--devel/erlang-backoff/files/patch-rebar.config13
-rw-r--r--devel/erlang-backoff/pkg-descr5
-rw-r--r--devel/erlang-backoff/pkg-plist5
5 files changed, 0 insertions, 43 deletions
diff --git a/devel/erlang-backoff/Makefile b/devel/erlang-backoff/Makefile
deleted file mode 100644
index e92bce7b8c4e..000000000000
--- a/devel/erlang-backoff/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-PORTNAME= backoff
-PORTVERSION= 1.1.6
-CATEGORIES= devel
-PKGNAMEPREFIX= erlang-
-
-MAINTAINER= erlang@FreeBSD.org
-COMMENT= Simple exponential backoffs in Erlang
-
-LICENSE= MIT
-
-USES= erlang:rebar3
-USE_GITHUB= yes
-GH_ACCOUNT= ferd
-
-OPTIONS_DEFINE= DOCS
-
-.include <bsd.port.mk>
diff --git a/devel/erlang-backoff/distinfo b/devel/erlang-backoff/distinfo
deleted file mode 100644
index 7f6e2c944e69..000000000000
--- a/devel/erlang-backoff/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1525194516
-SHA256 (ferd-backoff-1.1.6_GH0.tar.gz) = 8d32904669ad80dbcdd08113dc18dadc01ceff201f60da2dba846cebe14786b2
-SIZE (ferd-backoff-1.1.6_GH0.tar.gz) = 6720
diff --git a/devel/erlang-backoff/files/patch-rebar.config b/devel/erlang-backoff/files/patch-rebar.config
deleted file mode 100644
index 8d6552157ccf..000000000000
--- a/devel/erlang-backoff/files/patch-rebar.config
+++ /dev/null
@@ -1,13 +0,0 @@
---- rebar.config.orig 2018-04-28 10:59:43 UTC
-+++ rebar.config
-@@ -5,10 +5,8 @@
- {profiles, [
- {test, [
- {plugins, [
-- {rebar3_proper, "0.9.0"}
- ]},
- {deps, [
-- {proper, "1.2.0"}
- ]}
- ]}
- ]}.
diff --git a/devel/erlang-backoff/pkg-descr b/devel/erlang-backoff/pkg-descr
deleted file mode 100644
index fda2ca158469..000000000000
--- a/devel/erlang-backoff/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-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
diff --git a/devel/erlang-backoff/pkg-plist b/devel/erlang-backoff/pkg-plist
deleted file mode 100644
index 4fe4d853ff52..000000000000
--- a/devel/erlang-backoff/pkg-plist
+++ /dev/null
@@ -1,5 +0,0 @@
-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