From owner-cvs-all@FreeBSD.ORG Fri Aug 26 04:55:22 2011 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 E9B7B106564A; Fri, 26 Aug 2011 04:55:22 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C18068FC12; Fri, 26 Aug 2011 04:55:22 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p7Q4tMlJ071744; Fri, 26 Aug 2011 04:55:22 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p7Q4tMhR071743; Fri, 26 Aug 2011 04:55:22 GMT (envelope-from miwi) Message-Id: <201108260455.p7Q4tMhR071743@repoman.freebsd.org> From: Martin Wilke Date: Fri, 26 Aug 2011 04:55:22 +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/devel Makefile ports/devel/py-xcaplib Makefile distinfo pkg-descr pkg-plist 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: Fri, 26 Aug 2011 04:55:23 -0000 miwi 2011-08-26 04:55:22 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/py-xcaplib Makefile distinfo pkg-descr pkg-plist Log: XCAP protocol, defined in RFC 4825, allows a client to read, write, and modify application configuration data stored in XML format on a server. XCAP maps XML document sub-trees and element attributes to HTTP URIs, so that these components can be directly accessed by HTTP. An XCAP server used by XCAP clients to store data like presence policy in combination with a SIP Presence server that supports PUBLISH/SUBSCRIBE/NOTIFY SIP methods can provide a complete SIP SIMPLE solution. WWW: http://sipsimpleclient.com/wiki/xcapclient PR: ports/158906 Submitted by: Eugene Grosbein Revision Changes Path 1.4516 +1 -0 ports/devel/Makefile 1.1 +29 -0 ports/devel/py-xcaplib/Makefile (new) 1.1 +2 -0 ports/devel/py-xcaplib/distinfo (new) 1.1 +9 -0 ports/devel/py-xcaplib/pkg-descr (new) 1.1 +28 -0 ports/devel/py-xcaplib/pkg-plist (new)