Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 May 2013 13:37:18 +0000 (UTC)
From:      Ruslan Mahmatkhanov <rm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r317958 - in head/net: . libosip2
Message-ID:  <201305121337.r4CDbI6d017779@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305121337.r4CDbI6d017779>