Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
HardenedBSD
hardenedbsd-ports
Commits
c5163dbc
Commit
c5163dbc
authored
Sep 01, 2016
by
olgeni
Browse files
Add devel/erlang-gen_rpc, a scalable RPC library for Erlang.
parent
f42bf617
Changes
6
Hide whitespace changes
Inline
Side-by-side
devel/Makefile
View file @
c5163dbc
...
...
@@ -491,6 +491,7 @@
SUBDIR
+=
erlang-exmpp
SUBDIR
+=
erlang-folsom
SUBDIR
+=
erlang-gen_leader
SUBDIR
+=
erlang-gen_rpc
SUBDIR
+=
erlang-gen_smtp
SUBDIR
+=
erlang-getopt
SUBDIR
+=
erlang-goldrush
...
...
devel/erlang-gen_rpc/Makefile
0 → 100644
View file @
c5163dbc
# $FreeBSD$
PORTNAME
=
gen_rpc
PORTVERSION
=
1.0.2
CATEGORIES
=
devel
PKGNAMEPREFIX
=
erlang-
MAINTAINER
=
olgeni@FreeBSD.org
COMMENT
=
Scalable RPC library
for
Erlang
LICENSE
=
APACHE20
USES
=
erlang:rebar
USE_GITHUB
=
yes
GH_ACCOUNT
=
priestjim
ERL_BUILD_DEPS
=
devel/erlang-lager
ERL_RUN_DEPS
:=
${ERL_BUILD_DEPS}
.
include
<bsd.port.mk>
devel/erlang-gen_rpc/distinfo
0 → 100644
View file @
c5163dbc
TIMESTAMP = 1472129298
SHA256 (priestjim-gen_rpc-1.0.2_GH0.tar.gz) = 1f54a204833379ca373ce088134fccb709597147e64337ec508362a76f68b150
SIZE (priestjim-gen_rpc-1.0.2_GH0.tar.gz) = 36785
devel/erlang-gen_rpc/files/patch-rebar.config
0 → 100644
View file @
c5163dbc
---
rebar
.
config
.
orig
2016
-
08
-
25
12
:
49
:
21
UTC
+++
rebar
.
config
@@ -
37
,
7
+
37
,
6
@@
]}.
{
deps
, [
- {
lager
,
"~> 3.0"
}
]}.
{
profiles
, [
devel/erlang-gen_rpc/pkg-descr
0 → 100644
View file @
c5163dbc
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
devel/erlang-gen_rpc/pkg-plist
0 → 100644
View file @
c5163dbc
lib/erlang/lib/gen_rpc-%%VERSION%%/ebin/gen_rpc.app
lib/erlang/lib/gen_rpc-%%VERSION%%/ebin/gen_rpc.beam
lib/erlang/lib/gen_rpc-%%VERSION%%/ebin/gen_rpc_acceptor.beam
lib/erlang/lib/gen_rpc-%%VERSION%%/ebin/gen_rpc_acceptor_sup.beam
lib/erlang/lib/gen_rpc-%%VERSION%%/ebin/gen_rpc_app.beam
lib/erlang/lib/gen_rpc-%%VERSION%%/ebin/gen_rpc_client.beam
lib/erlang/lib/gen_rpc-%%VERSION%%/ebin/gen_rpc_client_sup.beam
lib/erlang/lib/gen_rpc-%%VERSION%%/ebin/gen_rpc_dispatcher.beam
lib/erlang/lib/gen_rpc-%%VERSION%%/ebin/gen_rpc_helper.beam
lib/erlang/lib/gen_rpc-%%VERSION%%/ebin/gen_rpc_server.beam
lib/erlang/lib/gen_rpc-%%VERSION%%/ebin/gen_rpc_server_sup.beam
lib/erlang/lib/gen_rpc-%%VERSION%%/ebin/gen_rpc_sup.beam
lib/erlang/lib/gen_rpc-%%VERSION%%/ebin/gen_rpc_tcp_acceptor.beam
lib/erlang/lib/gen_rpc-%%VERSION%%/ebin/gen_rpc_tcp_acceptor_sup.beam
lib/erlang/lib/gen_rpc-%%VERSION%%/ebin/gen_rpc_tcp_server.beam
lib/erlang/lib/gen_rpc-%%VERSION%%/include/app.hrl
lib/erlang/lib/gen_rpc-%%VERSION%%/include/guards.hrl
lib/erlang/lib/gen_rpc-%%VERSION%%/src/gen_rpc.app.src
lib/erlang/lib/gen_rpc-%%VERSION%%/src/gen_rpc.erl
lib/erlang/lib/gen_rpc-%%VERSION%%/src/gen_rpc_acceptor.erl
lib/erlang/lib/gen_rpc-%%VERSION%%/src/gen_rpc_app.erl
lib/erlang/lib/gen_rpc-%%VERSION%%/src/gen_rpc_client.erl
lib/erlang/lib/gen_rpc-%%VERSION%%/src/gen_rpc_dispatcher.erl
lib/erlang/lib/gen_rpc-%%VERSION%%/src/gen_rpc_helper.erl
lib/erlang/lib/gen_rpc-%%VERSION%%/src/gen_rpc_server.erl
lib/erlang/lib/gen_rpc-%%VERSION%%/src/gen_rpc_tcp_acceptor.erl
lib/erlang/lib/gen_rpc-%%VERSION%%/src/gen_rpc_tcp_server.erl
lib/erlang/lib/gen_rpc-%%VERSION%%/src/supervisor/gen_rpc_acceptor_sup.erl
lib/erlang/lib/gen_rpc-%%VERSION%%/src/supervisor/gen_rpc_client_sup.erl
lib/erlang/lib/gen_rpc-%%VERSION%%/src/supervisor/gen_rpc_server_sup.erl
lib/erlang/lib/gen_rpc-%%VERSION%%/src/supervisor/gen_rpc_sup.erl
lib/erlang/lib/gen_rpc-%%VERSION%%/src/supervisor/gen_rpc_tcp_acceptor_sup.erl
%%PORTDOCS%%%%DOCSDIR%%/README.md
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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