aboutsummaryrefslogtreecommitdiff
path: root/net/belle-sip
Commit message (Collapse)AuthorAgeFilesLines
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* Update the Linphone stack.Tijl Coosemans2015-11-062-7/+12
| | | | | | | | | | | | Linphone 3.9.0 Ortp 0.25.0 + bump PORTREVISION on dependent ports (devel/libosmo-abis) Libbzrtp 1.0.3 Belle-sip (fix files/patch-src-belle_sip_headers_impl.c) Mediastreamer 2.12.0 MS plugins (msbcg729 1.0.1, msilbc 2.1.2, msopenh264 1.1.1, msx264 1.5.2) Notes: svn path=/head/; revision=400943
* net/belle-sip: Update version 1.4.1=>1.4.2Muhammad Moinur Rahman2015-11-056-20/+23
| | | | | | | - Fix patch files for 'make makepatch' compatibility Notes: svn path=/head/; revision=400845
* Typos, whitespace and capitalization fixes (G-P).Jimmy Olgeni2015-09-201-1/+1
| | | | Notes: svn path=/head/; revision=397461
* - Update security/polarssl13 to 1.3.11Tijl Coosemans2015-06-121-1/+2
| | | | | | | | | | | - Patch a Makefile so regular make install works - Replace a patch with MAKE_ENV - Bump dependent ports PR: 200816 Notes: svn path=/head/; revision=389281
* Update the Linphone stack: belle-sip 1.4.1, libbzrtp 1.0.2, ortp 0.24.2,Tijl Coosemans2015-05-162-3/+3
| | | | | | | mediastreamer 2.11.2, linphone 3.8.2 Notes: svn path=/head/; revision=386575
* Cleanup DIST* variables.Mathieu Arnold2015-05-111-3/+3
| | | | | | | | | | | | | | When appropriate: - Try to use DISTVERSION{SUF,PRE}FIX - Replace PORTNAME-PORTVERSION by DISTNAME - Convert MASTER_SITES to use macros - Other light cleanup With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386097
* Update WWW linksTijl Coosemans2015-04-161-1/+1
| | | | Notes: svn path=/head/; revision=384125
* - Updates to the Linphone stack: Belle-sip 1.4.0, oRTP 0.24.1,Tijl Coosemans2015-04-166-25/+54
| | | | | | | | | | | | | | | | | | Mediastreamer 2.11.1, Linphone 3.8.1 - Switch to PolarSSL 1.3.x to enable instant messaging encryption - SRTP/ZRTP support has been moved from oRTP to Mediastreamer Notable enhancements in this release: - Fullscreen mode - Hang up button in the video window - Wizard for audio/video settings - Arabic translation - Support RTP/AVPF (RFC4585) with VP8 codec: this feature allows transmission error recovery for video, which greatly enhances the video quality over unreliable links Notes: svn path=/head/; revision=384119
* Change my non-FreeBSD MAINTAINER mail to bofh@Muhammad Moinur Rahman2014-12-241-1/+1
| | | | | | | Approved by: bapt Notes: svn path=/head/; revision=375378
* Cleanup plistAntoine Brodin2014-11-221-1/+0
| | | | Notes: svn path=/head/; revision=373063
* Switch from clang33 to clang34 for ports using compiler:*11*, objc orAntoine Brodin2014-10-181-1/+6
| | | | | | | | | | | | gnustep on freebsd 8.4 and 9.1 PR: ports/193555 Differential Revision: https://reviews.freebsd.org/D935 Reviewed by: bapt Exp-run: self Notes: svn path=/head/; revision=371153
* - Add patch to initialise a struct before calling res_ninit [1]Tijl Coosemans2014-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) Notes: svn path=/head/; revision=365177
* - Add a patch to devel/libantlr3c to define ANTLR3_USE_64BIT on 64-bitTijl Coosemans2014-07-151-0/+1
| | | | | | | | architectures and bump dependent ports - Patch configure to respect CFLAGS Notes: svn path=/head/; revision=361924
* Fix patch to use the right WRKDIR.Tijl Coosemans2014-07-131-1/+1
| | | | Notes: svn path=/head/; revision=361680
* New port: net/belle-sipTijl Coosemans2014-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> Notes: svn path=/head/; revision=361675