Bug 196612

Summary: [NEW PORT] net/gen_utp: Erlang API and driver for uTP
Product: Ports & Packages Reporter: Jan Beich <jbeich>
Component: Individual Port(s)Assignee: Tobias Kortkamp <tobik>
Status: Closed Overcome By Events    
Severity: Affects Only Me CC: olgeni, w.schwarzenfeld
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Bug Depends on: 194036    
Bug Blocks:    
Attachments:
Description Flags
shar, v1
none
|poudriere testport -P| log for 10.0R amd64
none
|poudriere testport -P| log for 9.3R i386 none

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 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.