From owner-cvs-all@FreeBSD.ORG Sat Feb 28 05:11:33 2009 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 22A961065677; Sat, 28 Feb 2009 05:11:33 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0E3A98FC1F; Sat, 28 Feb 2009 05:11:33 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n1S5BWQo025873; Sat, 28 Feb 2009 05:11:32 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n1S5BW9K025872; Sat, 28 Feb 2009 05:11:32 GMT (envelope-from marcus) Message-Id: <200902280511.n1S5BW9K025872@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 28 Feb 2009 05:11:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-im Makefile ports/net-im/libnice Makefile distinfo pkg-descr pkg-plist ports/net-im/libnice/files patch-stun_md5.c patch-stun_sha1.c patch-stun_stunmessage.c patch-stun_tools_stund.c patch-stun_utils.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Feb 2009 05:11:33 -0000 marcus 2009-02-28 05:11:32 UTC FreeBSD ports repository Modified files: net-im Makefile Added files: net-im/libnice Makefile distinfo pkg-descr pkg-plist net-im/libnice/files patch-stun_md5.c patch-stun_sha1.c patch-stun_stunmessage.c patch-stun_tools_stund.c patch-stun_utils.h Log: Add libnice, a library and a transmitter that does ICE (as defined in the ICE-19 draft), as well as Google Talk and MSN compatible ICE-like protocols. Revision Changes Path 1.101 +1 -0 ports/net-im/Makefile 1.1 +29 -0 ports/net-im/libnice/Makefile (new) 1.1 +3 -0 ports/net-im/libnice/distinfo (new) 1.1 +10 -0 ports/net-im/libnice/files/patch-stun_md5.c (new) 1.1 +10 -0 ports/net-im/libnice/files/patch-stun_sha1.c (new) 1.1 +10 -0 ports/net-im/libnice/files/patch-stun_stunmessage.c (new) 1.1 +11 -0 ports/net-im/libnice/files/patch-stun_tools_stund.c (new) 1.1 +10 -0 ports/net-im/libnice/files/patch-stun_utils.h (new) 1.1 +2 -0 ports/net-im/libnice/pkg-descr (new) 1.1 +40 -0 ports/net-im/libnice/pkg-plist (new)