From owner-svn-ports-head@FreeBSD.ORG Sun May 12 13:37:19 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 22410DF3; Sun, 12 May 2013 13:37:19 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 14628BFC; Sun, 12 May 2013 13:37:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4CDbIdd017783; Sun, 12 May 2013 13:37:18 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4CDbI6d017779; Sun, 12 May 2013 13:37:18 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201305121337.r4CDbI6d017779@svn.freebsd.org> From: Ruslan Mahmatkhanov Date: Sun, 12 May 2013 13:37:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r317958 - in head/net: . libosip2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 May 2013 13:37:19 -0000 Author: rm Date: Sun May 12 13:37:17 2013 New Revision: 317958 URL: http://svnweb.freebsd.org/changeset/ports/317958 Log: Add libosip2 port version 4.0.0, that is API incompatible with version in net/libosip. This patch was submitted as an update against net/libosip but it was decided to add it as a separate port. oSIP is an implementation of SIP. SIP stands for the Session Initiation Protocol and is described by the rfc2543 (soon to be deprecated by latest revisions). This library aims to provide multimedia and telecom software developers an easy and powerful interface to initiate and control SIP based sessions in their applications. SIP is a open standard replacement from IETF for H323. WWW: http://www.gnu.org/software/osip/ PR: 175104 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Added: head/net/libosip2/ - copied from r317957, head/net/libosip/ Modified: head/net/Makefile head/net/libosip2/Makefile (contents, props changed) head/net/libosip2/distinfo (contents, props changed) head/net/libosip2/pkg-plist (contents, props changed) Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Sun May 12 13:06:46 2013 (r317957) +++ head/net/Makefile Sun May 12 13:37:17 2013 (r317958) @@ -335,6 +335,7 @@ SUBDIR += libopennet SUBDIR += liboping SUBDIR += libosip + SUBDIR += libosip2 SUBDIR += libpcap SUBDIR += libpcapnav SUBDIR += libproxy Modified: head/net/libosip2/Makefile ============================================================================== --- head/net/libosip/Makefile Sun May 12 13:06:46 2013 (r317957) +++ head/net/libosip2/Makefile Sun May 12 13:37:17 2013 (r317958) @@ -1,26 +1,19 @@ -# ex:ts=8 -# Ports collection makefile for: libosip -# Date created: Jun 14, 2002 -# Whom: ijliao -# # $FreeBSD$ -# -PORTNAME= libosip -PORTVERSION= 3.6.0 +PORTNAME= libosip2 +PORTVERSION= 4.0.0 CATEGORIES= net MASTER_SITES= GNU/osip -DISTNAME= ${PORTNAME}2-${PORTVERSION} -MAINTAINER= dhn@FreeBSD.org -COMMENT= A low layer of SIP implementation +MAINTAINER= 5u623l20@gmail.com +COMMENT= Low layer of SIP implementation -CONFLICTS= libosip2-2* +LICENSE= LGPL21 -USE_GNOME= gnomehack pkgconfig -USE_AUTOTOOLS= libtool CONFIGURE_ARGS= --disable-debug --disable-trace +USE_AUTOTOOLS= libtool USE_LDCONFIG= yes +USES= pathfix pkgconfig post-patch: @${REINPLACE_CMD} -e "s|-pthread|${PTHREAD_LIBS}|g" ${WRKSRC}/configure Modified: head/net/libosip2/distinfo ============================================================================== --- head/net/libosip/distinfo Sun May 12 13:06:46 2013 (r317957) +++ head/net/libosip2/distinfo Sun May 12 13:37:17 2013 (r317958) @@ -1,2 +1,2 @@ -SHA256 (libosip2-3.6.0.tar.gz) = c9a18b0c760506d150017cdb1fa5c1cefe12b8dcbbf9a7e784eb75af376e96cd -SIZE (libosip2-3.6.0.tar.gz) = 598496 +SHA256 (libosip2-4.0.0.tar.gz) = bb2d228a41750fab397480002b0865f305f83a3840b1aa84851593593491b015 +SIZE (libosip2-4.0.0.tar.gz) = 644958 Modified: head/net/libosip2/pkg-plist ============================================================================== --- head/net/libosip/pkg-plist Sun May 12 13:06:46 2013 (r317957) +++ head/net/libosip2/pkg-plist Sun May 12 13:37:17 2013 (r317958) @@ -44,11 +44,11 @@ include/osipparser2/sdp_message.h lib/libosip2.a lib/libosip2.la lib/libosip2.so -lib/libosip2.so.9 +lib/libosip2.so.10 lib/libosipparser2.a lib/libosipparser2.la lib/libosipparser2.so -lib/libosipparser2.so.9 +lib/libosipparser2.so.10 libdata/pkgconfig/libosip2.pc @dirrm include/osipparser2/headers @dirrm include/osipparser2