Created attachment 144312 [details] shar file for belle-sip Belle-sip is a SIP (RFC3261) implementation written in C, with an object oriented API. * RFC3261 compliant implementation of SIP parser, writer, transactions and dialog layers. * http client api * support of client TLS certificate * fully asynchronous transport layer (UDP, TCP, TLS) * fully asynchronous DNS resolution with SRV * full dual-stack IPv6 support * SIP transaction state machines with lastest corrections (RFC6026) * automatic management of request refreshes with network disconnection resiliency thanks to the "refresher" object * supported platforms: Linux, Mac OSX, windows XP+, iOS, Android, Blackberry 10. WWW: http://www.linphone.org/ For Committer's reference: http://pdr.s.ubze.ro/bulk/latest-per-pkg/belle-sip/1.3.0/
A commit references this bug: Author: tijl Date: Sun Jul 13 12:50:32 UTC 2014 New revision: 361675 URL: http://svnweb.freebsd.org/changeset/ports/361675 Log: New port: net/belle-sip Belle-sip is a SIP (RFC3261) implementation written in C, with an object oriented API. * RFC3261 compliant implementation of SIP parser, writer, transactions and dialog layers * http client api * support of client TLS certificate * fully asynchronous transport layer (UDP, TCP, TLS) * fully asynchronous DNS resolution with SRV * full dual-stack IPv6 support * SIP transaction state machines with lastest corrections (RFC6026) * automatic management of request refreshes with network disconnection resiliency thanks to the "refresher" object * supported platforms: Linux, Mac OSX, windows XP+, iOS, Android, Blackberry 10 PR: 191528 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Changes: head/net/Makefile head/net/belle-sip/ head/net/belle-sip/Makefile head/net/belle-sip/distinfo head/net/belle-sip/files/ head/net/belle-sip/files/patch-configure head/net/belle-sip/files/patch-src_belle__sip__internal.h head/net/belle-sip/pkg-descr head/net/belle-sip/pkg-plist
Committed in r361675 with some modifications. Can you also ask upstream to include the code generated by antlr in the source code distribution (like they include "configure" and not just "configure.ac"). Then people building from source no longer need antlr and java installed.
Sure. I will contact with them and ask for it. (In reply to Tijl Coosemans from comment #2) > Committed in r361675 with some modifications. > > Can you also ask upstream to include the code generated by antlr in the > source code distribution (like they include "configure" and not just > "configure.ac"). Then people building from source no longer need antlr and > java installed.