1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id: $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name belle-sip |
---|
7 | version 1.3.0 |
---|
8 | categories net |
---|
9 | platforms darwin |
---|
10 | license GPL-2 |
---|
11 | maintainers nomaintainer |
---|
12 | description An object oriented SIP Stack written in C. |
---|
13 | long_description SIP user agent library used for example by liblinphone and linphone. |
---|
14 | |
---|
15 | homepage http://www.linphone.org/technical-corner/belle-sip/overview |
---|
16 | master_sites savannah:linphone/belle-sip/ |
---|
17 | |
---|
18 | checksums rmd160 c0fb0c80e64d7d330cb9058fd19bba4f53724e3a \ |
---|
19 | sha256 50f0106903bdf67fcbc674dd6b3ec2930d5a5e735d9ba70dbe21f4bc76f08091 |
---|
20 | |
---|
21 | depends_lib port:antlr3c |
---|
22 | |
---|
23 | # todo: polarssl variant? |
---|