Import belle-sip-1.4.2 as wip/belle-sip.

Belle-sip is a SIP (RFC3261) implementation written in C, with an object oriented API.
This commit is contained in:
Kamil Rytarowski 2016-07-04 15:17:16 +02:00
parent d0c63516b6
commit 9a2a6e75c8
5 changed files with 47 additions and 0 deletions

1
belle-sip/DESCR Normal file
View file

@ -0,0 +1 @@
Belle-sip is a SIP (RFC3261) implementation written in C, with an object oriented API.

20
belle-sip/Makefile Normal file
View file

@ -0,0 +1,20 @@
# $NetBSD$
DISTNAME= belle-sip-1.4.2
CATEGORIES= audio
MASTER_SITES= http://download.savannah.gnu.org/releases/linphone/belle-sip/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://www.linphone.org/technical-corner/belle-sip/overview
COMMENT= C object oriented SIP Stack
LICENSE= gnu-gpl-v2
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
USE_LANGUAGES= c c++
PKGCONFIG_OVERRIDE+= belle-sip.pc.in
.include "../../wip/antlr3-c/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

1
belle-sip/PLIST Normal file
View file

@ -0,0 +1 @@
@comment $NetBSD$

7
belle-sip/distinfo Normal file
View file

@ -0,0 +1,7 @@
$NetBSD$
SHA1 (belle-sip-1.4.2.tar.gz) = 2607a28915fdf8788b477c808dc953fd4f2738f3
RMD160 (belle-sip-1.4.2.tar.gz) = 35fa4b1566a278a3262eee358e032d1759f61e63
SHA512 (belle-sip-1.4.2.tar.gz) = 6ec370d0bf64de8bf59469ad2ec2656e419b7cf267de80d8f3640635533d0294e7e1d24cfbea16beab67235f041e3272fd540abf64b235022829222263d37a6a
Size (belle-sip-1.4.2.tar.gz) = 765307 bytes
SHA1 (patch-configure) = 96132595e6c9ceca2813b240085c1535b1ebcc48

View file

@ -0,0 +1,18 @@
$NetBSD$
--- configure.orig 2015-11-02 13:36:49.000000000 +0000
+++ configure
@@ -16822,7 +16822,7 @@ else
foo=bar
fi
-if test "${libresolv_have_res_get_servers}${resolv_h_hav_res_ndestroy}" == "yesyes" ; then
+if test "${libresolv_have_res_get_servers}${resolv_h_hav_res_ndestroy}" = "yesyes" ; then
$as_echo "#define HAVE_RESINIT 1" >>confdefs.h
@@ -20250,4 +20250,3 @@ if test -n "$ac_unrecognized_opts" && te
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
fi
-