Bug 196612 - [NEW PORT] net/gen_utp: Erlang API and driver for uTP
Summary: [NEW PORT] net/gen_utp: Erlang API and driver for uTP
Status: Closed Overcome By Events
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Tobias Kortkamp
URL:
Keywords:
Depends on: 194036
Blocks:
  Show dependency treegraph
 
Reported: 2015-01-12 17:30 UTC by Jan Beich
Modified: 2019-01-25 11:11 UTC (History)
2 users (show)

See Also:


Attachments
shar, v1 (5.02 KB, text/plain)
2015-01-13 14:01 UTC, Jan Beich
no flags Details
|poudriere testport -P| log for 10.0R amd64 (19.60 KB, text/plain)
2015-01-13 14:06 UTC, Jan Beich
no flags Details
|poudriere testport -P| log for 9.3R i386 (19.31 KB, text/plain)
2015-01-13 14:13 UTC, Jan Beich
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Beich freebsd_committer freebsd_triage 2015-01-12 17:30:45 UTC
$ cat pkg-descr
gen_utp provides an API and driver for uTP (Micro Transport Protocol),
similar to gen_tcp and gen_udp. It attempts to provide a TCP-like API
with "listen", "accept", and "connect" calls, but due to the nature of
the underlying libutp library the semantics are not identical.

WWW: https://github.com/basho-labs/gen_utp
Comment 1 Jan Beich freebsd_committer freebsd_triage 2015-01-13 14:01:28 UTC
Created attachment 151560 [details]
shar, v1
Comment 2 Jan Beich freebsd_committer freebsd_triage 2015-01-13 14:06:42 UTC
Created attachment 151561 [details]
|poudriere testport -P| log for 10.0R amd64
Comment 3 Jan Beich freebsd_committer freebsd_triage 2015-01-13 14:13:10 UTC
Created attachment 151562 [details]
|poudriere testport -P| log for 9.3R i386
Comment 4 John Marino freebsd_committer freebsd_triage 2015-05-17 16:01:07 UTC
assign to submitter (who is a committer)
Comment 5 Jan Beich freebsd_committer freebsd_triage 2015-05-31 09:13:39 UTC
I don't actually use anything erlang*. Runtime wasn't tested while build with TEST=on fails.

  $ make WITH=TEST
  ...
  ======================== EUnit ========================
  module 'gen_utp'
  module 'gen_utp_sup'
  module 'gen_utp_app'
  module 'gen_utp_opts'
    gen_utp_opts: validate_test...*timed out*
  undefined

Jimmy, do you want to adopt the port?
Comment 6 Jimmy Olgeni freebsd_committer freebsd_triage 2015-06-02 23:18:40 UTC
No clue about uTP, but let me take a look...
Comment 7 Walter Schwarzenfeld freebsd_triage 2018-01-12 06:25:49 UTC
Any advance here?
Comment 8 Tobias Kortkamp freebsd_committer freebsd_triage 2019-01-25 11:11:10 UTC
(In reply to w.schwarzenfeld from comment #7)

Bug seems to no longer be relevant.