aboutsummaryrefslogtreecommitdiffstats
path: root/net/belle-sip
Commit message (Collapse)AuthorAgeFilesLines
* - Add patch to initialise a struct before calling res_ninit [1]tijl2014-08-172-6/+12
| | | | | | | | - Remove --enable-debug because it doesn't do anything PR: 192648 Submitted by: Dom F <freebsd@talk2dom.com> [1] Approved by: Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
* - Add a patch to devel/libantlr3c to define ANTLR3_USE_64BIT on 64-bittijl2014-07-151-0/+1
| | | | | architectures and bump dependent ports - Patch configure to respect CFLAGS
* Fix patch to use the right WRKDIR.tijl2014-07-131-1/+1
|
* New port: net/belle-siptijl2014-07-136-0/+157
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>