From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jan 16 19:40:04 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ACB2816A41F for ; Mon, 16 Jan 2006 19:40:04 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2369443D46 for ; Mon, 16 Jan 2006 19:40:04 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k0GJe3WS027715 for ; Mon, 16 Jan 2006 19:40:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0GJe3xN027714; Mon, 16 Jan 2006 19:40:03 GMT (envelope-from gnats) Resent-Date: Mon, 16 Jan 2006 19:40:03 GMT Resent-Message-Id: <200601161940.k0GJe3xN027714@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Alex Miller Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 09DCF16A420 for ; Mon, 16 Jan 2006 19:32:16 +0000 (GMT) (envelope-from asm@asa.org.ua) Received: from piggy.asa.org.ua (asa.org.ua [213.130.25.69]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83C0E43D46 for ; Mon, 16 Jan 2006 19:32:15 +0000 (GMT) (envelope-from asm@asa.org.ua) Received: from asm by piggy.asa.org.ua with local id 1Eya5N-0003s9-P6 for FreeBSD-gnats-submit@freebsd.org; Mon, 16 Jan 2006 21:32:13 +0200 Message-Id: Date: Mon, 16 Jan 2006 21:32:13 +0200 From: Alex Miller To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/91880: Update port: net/ortp - update to 0.8.1. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Alex Miller List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jan 2006 19:40:04 -0000 >Number: 91880 >Category: ports >Synopsis: Update port: net/ortp - update to 0.8.1. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Jan 16 19:40:03 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Alex Miller >Release: FreeBSD 6.0-STABLE i386 >Organization: Home Sweet Home, Inc. >Environment: System: FreeBSD 6.0-STABLE i386 >Description: Update net/ortp to latest version. >How-To-Repeat: >Fix: diff -ur /usr/ports/net/ortp/Makefile /root/src/ortp/Makefile --- /usr/ports/net/ortp/Makefile Tue Nov 15 08:50:33 2005 +++ /root/src/ortp/Makefile Mon Jan 16 17:07:11 2006 @@ -6,15 +6,14 @@ # PORTNAME= ortp -PORTVERSION= 0.6.2 -PORTREVISION= 4 +PORTVERSION= 0.8.1 CATEGORIES= net MASTER_SITES= http://www.linphone.org/ortp/sources/ MAINTAINER= sobomax@FreeBSD.org COMMENT= A Real-time Transport Protocol (RTP) stack -USE_GNOME= glib20 +USE_GNOME= glib20 pkgconfig gnomehack USE_AUTOTOOLS= libtool:13:inc CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc INSTALLS_SHLIB= yes diff -ur /usr/ports/net/ortp/distinfo /root/src/ortp/distinfo --- /usr/ports/net/ortp/distinfo Thu Mar 18 04:27:44 2004 +++ /root/src/ortp/distinfo Mon Jan 16 13:28:08 2006 @@ -1,2 +1,3 @@ -MD5 (ortp-0.6.2.tar.gz) = d1c5bd773a288bcacbf4cf6c93d75228 -SIZE (ortp-0.6.2.tar.gz) = 378484 +MD5 (ortp-0.8.1.tar.gz) = 5d8a8da638aec3a80214d64e0c7929af +SHA256 (ortp-0.8.1.tar.gz) = ae5124fc34bc4238142746250dc4e9d0f4bd0ae42d7e46d948694c49f9164f0a +SIZE (ortp-0.8.1.tar.gz) = 440808 Only in /usr/ports/net/ortp: files diff -ur /usr/ports/net/ortp/pkg-descr /root/src/ortp/pkg-descr --- /usr/ports/net/ortp/pkg-descr Mon Oct 20 16:04:37 2003 +++ /root/src/ortp/pkg-descr Mon Jan 16 14:35:23 2006 @@ -2,18 +2,20 @@ Features: - o Written in C, based on glib for unix and windows portability. - o Implement the RFC1889 (RTP) with a easy to use API with high and low - level access. - o Includes support for multiples profiles, AV profile (RFC1890) being the - one by default. - o Includes a packet scheduler for synchronizing rtp recv and send. Scheduling + * Written in C + * Implement the RFC3550 (RTP) with a easy to use API with high and low level + access. + * Includes support for multiples profiles, AV profile (RFC1890) being the one + by default. + * Includes a packet scheduler for synchronizing rtp recv and send. Scheduling is optionnal, rtp sessions can remain not scheduled. - o Implements blocking and non blocking IO for RTP sessions. - o Supports mutiplexing IO, so that hundreds of RTP sessions can be managed by + * Implements blocking and non blocking IO for RTP sessions. + * Supports mutiplexing IO, so that hundreds of RTP sessions can be managed by a single thread. - o Supports part of RFC2833 for telephone events over RTP. - o The API is well documented using gtk-doc. - o Licensed under the Lesser Gnu Public License. + * Supports part of RFC2833 for telephone events over RTP. + * The API is well documented using gtk-doc. + * Licensed under the Lesser Gnu Public License. + * RTCP messages sent periodically since 0.7.0 (compound packet including + sender report or receiver report + SDES) WWW: http://www.linphone.org/ortp/ diff -ur /usr/ports/net/ortp/pkg-plist /root/src/ortp/pkg-plist --- /usr/ports/net/ortp/pkg-plist Mon Oct 20 16:04:37 2003 +++ /root/src/ortp/pkg-plist Mon Jan 16 17:05:18 2006 @@ -1,32 +1,24 @@ include/ortp/ortp-config.h include/ortp/ortp.h include/ortp/payloadtype.h -include/ortp/port_fct.h +include/ortp/rtcp.h include/ortp/rtp.h -include/ortp/rtpmod.h include/ortp/rtpport.h include/ortp/rtpsession.h include/ortp/rtpsignaltable.h -include/ortp/rtptimer.h -include/ortp/scheduler.h include/ortp/sessionset.h include/ortp/str_utils.h include/ortp/telephonyevents.h lib/libortp.a lib/libortp.so -lib/libortp.so.0 +lib/libortp.so.2 +libdata/pkgconfig/ortp.pc share/doc/ortp/book1.html -share/doc/ortp/index.sgml -share/doc/ortp/ortp-multiplexing-sessions-(in-a-one-thread-design).html +share/doc/ortp/ortp-library-management-functions.html +share/doc/ortp/ortp-multiplexing-sessions---in-a-one-thread-design.html share/doc/ortp/ortp-rtp-payloads-and-profiles.html share/doc/ortp/ortp-rtpsession-api.html -share/doc/ortp/ortp-stack-initialisation.html -share/doc/ortp/ortp-stack-management-functions.html -share/doc/ortp/ortp-telephone-events-(rfc2833)-.html -share/doc/ortp/ortp-telephony-events-(rfc2833)-.html +share/doc/ortp/ortp-telephone-events---rfc2833-.html share/doc/ortp/ortpapi.html -share/doc/ortp/rtpsession.html -share/doc/ortp/stackinit.html -share/doc/ortp/startup.html -@dirrm share/doc/ortp +@dirrm %%DOCSDIR%% @dirrm include/ortp >Release-Note: >Audit-Trail: >Unformatted: