notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
erlang-gen_rpc Scalable RPC library for Erlang
2.1.0 devel Deleted on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 2.1.0Version of this port present on the latest quarterly branch.
Broken BROKEN: fails to build
Deprecated DEPRECATED: Broken for more than 6 months
Expired This port expired on: 2020-01-10
Ignore IGNORE: is marked as broken: fails to build
Maintainer: erlang@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2016-09-01 14:03:39
Last Update: 2020-01-10 20:59:19
SVN Revision: 522617
License: APACHE20
WWW:
https://github.com/priestjim/gen_rpc
Description:
gen_rpc uses a mailbox-per-node architecture and gen_tcp processes to parallelize data reception from multiple nodes without blocking the VM's distributed port. WWW: https://github.com/priestjim/gen_rpc
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (49 items)
Collapse this list.
  1. /usr/local/share/licenses/erlang-gen_rpc-2.1.0/catalog.mk
  2. /usr/local/share/licenses/erlang-gen_rpc-2.1.0/LICENSE
  3. /usr/local/share/licenses/erlang-gen_rpc-2.1.0/APACHE20
  4. lib/erlang/lib/gen_rpc-2.1.0/ebin/gen_rpc.app
  5. lib/erlang/lib/gen_rpc-2.1.0/ebin/gen_rpc.beam
  6. lib/erlang/lib/gen_rpc-2.1.0/ebin/gen_rpc_acceptor.beam
  7. lib/erlang/lib/gen_rpc-2.1.0/ebin/gen_rpc_acceptor_sup.beam
  8. lib/erlang/lib/gen_rpc-2.1.0/ebin/gen_rpc_app.beam
  9. lib/erlang/lib/gen_rpc-2.1.0/ebin/gen_rpc_client.beam
  10. lib/erlang/lib/gen_rpc-2.1.0/ebin/gen_rpc_client_config.beam
  11. lib/erlang/lib/gen_rpc-2.1.0/ebin/gen_rpc_client_sup.beam
  12. lib/erlang/lib/gen_rpc-2.1.0/ebin/gen_rpc_dispatcher.beam
  13. lib/erlang/lib/gen_rpc-2.1.0/ebin/gen_rpc_driver.beam
  14. lib/erlang/lib/gen_rpc-2.1.0/ebin/gen_rpc_driver_ssl.beam
  15. lib/erlang/lib/gen_rpc-2.1.0/ebin/gen_rpc_driver_tcp.beam
  16. lib/erlang/lib/gen_rpc-2.1.0/ebin/gen_rpc_helper.beam
  17. lib/erlang/lib/gen_rpc-2.1.0/ebin/gen_rpc_server.beam
  18. lib/erlang/lib/gen_rpc-2.1.0/ebin/gen_rpc_sup.beam
  19. lib/erlang/lib/gen_rpc-2.1.0/include/app.hrl
  20. lib/erlang/lib/gen_rpc-2.1.0/include/guards.hrl
  21. lib/erlang/lib/gen_rpc-2.1.0/include/ssl.hrl
  22. lib/erlang/lib/gen_rpc-2.1.0/include/tcp.hrl
  23. lib/erlang/lib/gen_rpc-2.1.0/include/types.hrl
  24. lib/erlang/lib/gen_rpc-2.1.0/priv/ssl/ca.cert.pem
  25. lib/erlang/lib/gen_rpc-2.1.0/priv/ssl/ca.key.pem
  26. lib/erlang/lib/gen_rpc-2.1.0/priv/ssl/ca.srl
  27. lib/erlang/lib/gen_rpc-2.1.0/priv/ssl/dhparam.pem
  28. lib/erlang/lib/gen_rpc-2.1.0/priv/ssl/gen_rpc_master@127.0.0.1.cert.pem
  29. lib/erlang/lib/gen_rpc-2.1.0/priv/ssl/gen_rpc_master@127.0.0.1.csr.pem
  30. lib/erlang/lib/gen_rpc-2.1.0/priv/ssl/gen_rpc_master@127.0.0.1.key.pem
  31. lib/erlang/lib/gen_rpc-2.1.0/priv/ssl/gen_rpc_slave@127.0.0.1.cert.pem
  32. lib/erlang/lib/gen_rpc-2.1.0/priv/ssl/gen_rpc_slave@127.0.0.1.csr.pem
  33. lib/erlang/lib/gen_rpc-2.1.0/priv/ssl/gen_rpc_slave@127.0.0.1.key.pem
  34. lib/erlang/lib/gen_rpc-2.1.0/src/driver/gen_rpc_driver_ssl.erl
  35. lib/erlang/lib/gen_rpc-2.1.0/src/driver/gen_rpc_driver_tcp.erl
  36. lib/erlang/lib/gen_rpc-2.1.0/src/gen_rpc.app.src
  37. lib/erlang/lib/gen_rpc-2.1.0/src/gen_rpc.erl
  38. lib/erlang/lib/gen_rpc-2.1.0/src/gen_rpc_acceptor.erl
  39. lib/erlang/lib/gen_rpc-2.1.0/src/gen_rpc_app.erl
  40. lib/erlang/lib/gen_rpc-2.1.0/src/gen_rpc_client.erl
  41. lib/erlang/lib/gen_rpc-2.1.0/src/gen_rpc_client_config.erl
  42. lib/erlang/lib/gen_rpc-2.1.0/src/gen_rpc_dispatcher.erl
  43. lib/erlang/lib/gen_rpc-2.1.0/src/gen_rpc_driver.erl
  44. lib/erlang/lib/gen_rpc-2.1.0/src/gen_rpc_helper.erl
  45. lib/erlang/lib/gen_rpc-2.1.0/src/gen_rpc_server.erl
  46. lib/erlang/lib/gen_rpc-2.1.0/src/supervisor/gen_rpc_acceptor_sup.erl
  47. lib/erlang/lib/gen_rpc-2.1.0/src/supervisor/gen_rpc_client_sup.erl
  48. lib/erlang/lib/gen_rpc-2.1.0/src/supervisor/gen_rpc_sup.erl
  49. share/doc/gen_rpc/README.md
Collapse this list.
Dependency lines:
  • erlang-gen_rpc>0:devel/erlang-gen_rpc
No installation instructions:
This port has been deleted.
PKGNAME: erlang-gen_rpc
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1475938290 SHA256 (priestjim-gen_rpc-2.1.0_GH0.tar.gz) = 3aa6b0f7fd0b0c1b230d5d428046107867478e00d847b87aaa03c3f6e8be2fc4 SIZE (priestjim-gen_rpc-2.1.0_GH0.tar.gz) = 55249

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. erl : lang/erlang
  2. rebar>=0 : devel/rebar
  3. erlang-hut>=0 : devel/erlang-hut
  4. erlang-ssl_verify_fun>=0 : devel/erlang-ssl_verify_fun
Runtime dependencies:
  1. erl : lang/erlang
  2. erlang-hut>=0 : devel/erlang-hut
  3. erlang-ssl_verify_fun>=0 : devel/erlang-ssl_verify_fun
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for erlang-gen_rpc-2.1.0: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings
Options name:
N/A
USES:
erlang:rebar
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/priestjim/gen_rpc/tar.gz/2.1.0?dummy=/
Collapse this list.

Number of commits found: 9

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.1.0
10 Jan 2020 20:59:19
Revision:522617Original commit files touched by this commit
rene search for other commits by this committer
Remove expired ports:

2020-01-10 astro/viking: Depends on broken and expiring graphics/mapnik
2020-01-10 audio/slv2: Broken for more than 5 months
2020-01-10 audio/triceratops-lv2: Broken for more than 5 months
2020-01-10 cad/brickutils: Broken for more than 3 months, unmaintained
2020-01-10 deskutils/zanshin: Broken for more than 5 months
2020-01-10 devel/elixir-gen_state_machine: Broken for more than 6 months
2020-01-10 devel/elixir-swarm: Depends on broken and expiring
devel/elixir-gen_state_machine
2020-01-10 devel/erlang-clique: Depends on broken and expiring
devel/erlang-cuttlefish
2020-01-10 devel/erlang-gen_rpc: Broken for more than 6 months
2020-01-10 devel/erlang-msgpack: Broken for more than 6 months
2020-01-10 devel/ocaml-deriving-ocsigen: Broken for more than 6 months
2020-01-10 devel/p5-rpm-build-perl: Broken for more than 7 months
2020-01-10 devel/shedskin: Broken for more than 3 months, unmaintained
(Only the first 15 lines of the commit message are shown above View all of this commit message)
2.1.0
10 Dec 2019 09:02:43
Revision:519652Original commit files touched by this commit
antoine search for other commits by this committer
Deprecate ports broken for too long
2.1.0
03 Jun 2019 10:57:28
Revision:503372Original commit files touched by this commit
antoine search for other commits by this committer
Mark BROKEN: fails to build

compile: warnings being treated as errors
src/driver/gen_rpc_driver_ssl.erl:68: ssl:ssl_accept/1: deprecated; use
ssl:handshake/1 instead
src/driver/gen_rpc_driver_ssl.erl:68: ssl:ssl_accept/1: deprecated; use
ssl:handshake/1 instead

Reported by:	pkg-fallout
2.1.0
10 Sep 2018 13:14:52
Revision:479406Original commit files touched by this commit
mat search for other commits by this committer
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
2.1.0
08 Jun 2018 13:43:26
Revision:472000Original commit files touched by this commit
olgeni search for other commits by this committer
Transfer more Erlang ports to erlang@.
2.1.0
08 Oct 2016 14:54:14
Revision:423512Original commit files touched by this commit
olgeni search for other commits by this committer
Update devel/erlang-gen_rpc to version 2.1.0.
2.0.1
07 Oct 2016 07:28:33
Revision:423454Original commit files touched by this commit
olgeni search for other commits by this committer
Update devel/erlang-gen_rpc to version 2.0.1.
2.0.0
05 Oct 2016 12:47:34
Revision:423340Original commit files touched by this commit Sanity Test Failure
olgeni search for other commits by this committer
Update devel/erlang-gen_rpc to version 2.0.0.
1.0.2
01 Sep 2016 14:03:28
Revision:421220Original commit files touched by this commit
olgeni search for other commits by this committer
Add devel/erlang-gen_rpc, a scalable RPC library for Erlang.

Number of commits found: 9