Port details |
- erlang-gen_leader Leader election behavior for Erlang
- 2014.10.20_1 devel
=0 2014.10.20_1Version of this port present on the latest quarterly branch.
- Maintainer: erlang@FreeBSD.org
- Port Added: 2015-06-02 15:12:07
- Last Update: 2022-06-28 06:32:30
- Commit Hash: ab4964e
- License: not specified in port
- WWW:
- https://github.com/garret-smith/gen_leader_revival
- Description:
- This application implements a leader election behavior modeled after
gen_server. This behavior intends to make it reasonably straightforward to
implement a fully distributed server with master-slave semantics.
WWW: https://github.com/garret-smith/gen_leader_revival
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- erlang-gen_leader>0:devel/erlang-gen_leader
- No installation instructions:
- This port has been deleted.
- PKGNAME: erlang-gen_leader
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (garret-smith-gen_leader_revival-2014.10.20-a12a4e3_GH0.tar.gz) = 6872969acc0fe3054ba1be747caeb9ae265d1995e966def46994d449ed64427c
SIZE (garret-smith-gen_leader_revival-2014.10.20-a12a4e3_GH0.tar.gz) = 181295
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- erl : lang/erlang
- rebar>=0 : devel/rebar
- Runtime dependencies:
-
- erl : lang/erlang
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for erlang-gen_leader-2014.10.20_1:
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- devel_erlang-gen_leader
- USES:
- erlang:rebar
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2014.10.20_1 28 Jun 2022 06:32:30 |
Dave Cottlehuber (dch) |
*/*: Remove expired erlang and elixir ports
The rebar, rebar3 and mix tools are now more than a decade old, and are
the preferred ways to fetch and install specific erlang and elixir
modules, aside from core compilers, documentation, and custom build
tools.
See UPDATING and MOVED for details.
https://www.freebsd.org/status/report-2021-07-2021-09/#_freebsd_erlang_ecosystem_ports_update
archivers/erlang-snappy
converters/erlang-base64url
databases/elixir-calecto
databases/elixir-db_connection (Only the first 15 lines of the commit message are shown above ) |
2014.10.20_1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2014.10.20_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2014.10.20_1 10 Sep 2018 13:15:48 |
mat |
Add EXAMPLES options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
2014.10.20_1 10 Sep 2018 13:14:52 |
mat |
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
2014.10.20_1 08 Jun 2018 13:43:26 |
olgeni |
Transfer more Erlang ports to erlang@. |
2014.10.20_1 06 Jul 2015 22:34:12 |
olgeni |
Update the remaining Erlang ports to use erlang.mk.
A few mistakes in plists came up, so these ports get a PORTREVISION bump.
Some of the older ports are still left out. |
2014.10.20 06 Jul 2015 11:10:58 |
olgeni |
Unbreak - this old app does not have an app.src file.
Remove unnecessary bsd.port.options.mk while I'm here. |
2014.10.20 06 Jul 2015 10:55:36 |
olgeni |
Some patch files were meant to get rid of {vsn, git} in rebar.config;
replace them with REINPLACE_CMD. |
2014.10.20 02 Jun 2015 15:11:55 |
olgeni |
Add devel/erlang-gen_leader, a leader election behavior for Erlang. |