From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 14 16:20:13 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ABD01106566B for ; Thu, 14 Jul 2011 16:20:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 846CA8FC16 for ; Thu, 14 Jul 2011 16:20:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p6EGKDBJ048017 for ; Thu, 14 Jul 2011 16:20:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p6EGKD5D048016; Thu, 14 Jul 2011 16:20:13 GMT (envelope-from gnats) Resent-Date: Thu, 14 Jul 2011 16:20:13 GMT Resent-Message-Id: <201107141620.p6EGKD5D048016@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, Eugene Grosbein Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D0EC3106564A for ; Thu, 14 Jul 2011 16:18:18 +0000 (UTC) (envelope-from eugen@grosbein.pp.ru) Received: from eg.sd.rdtc.ru (unknown [IPv6:2a03:3100:c:13::5]) by mx1.freebsd.org (Postfix) with ESMTP id 62F278FC08 for ; Thu, 14 Jul 2011 16:18:17 +0000 (UTC) Received: from grosbein.pp.ru (188-123-32-240.rdtc.ru [188.123.32.240] (may be forged)) by eg.sd.rdtc.ru (8.14.4/8.14.4) with ESMTP id p6EGIErZ033259 for ; Thu, 14 Jul 2011 23:18:14 +0700 (NOVST) (envelope-from eugen@grosbein.pp.ru) Received: from grosbein.pp.ru (localhost [127.0.0.1]) by grosbein.pp.ru (8.14.4/8.14.4) with ESMTP id p6EGGwMZ019137 for ; Thu, 14 Jul 2011 23:16:58 +0700 (NOVST) (envelope-from eugen@grosbein.pp.ru) Received: (from eugen@localhost) by grosbein.pp.ru (8.14.4/8.14.4/Submit) id p6EGGwPU019136; Thu, 14 Jul 2011 23:16:58 +0700 (NOVST) (envelope-from eugen) Message-Id: <201107141616.p6EGGwPU019136@grosbein.pp.ru> Date: Thu, 14 Jul 2011 23:16:58 +0700 (NOVST) From: Eugene Grosbein To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/158906: New port: devel/py-xcaplib Python XCAP client library X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Jul 2011 16:20:13 -0000 >Number: 158906 >Category: ports >Synopsis: New port: devel/py-xcaplib Python XCAP client library >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jul 14 16:20:12 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Eugene Grosbein >Release: FreeBSD 8.2-STABLE amd64 >Organization: RDTC JSC >Environment: System: FreeBSD grosbein.pp.ru 8.2-STABLE FreeBSD 8.2-STABLE #1: Fri Jul 1 18:08:55 NOVST 2011 root@grosbein.pp.ru:/usr/local/obj/usr/local/src/sys/DADV amd64 >Description: This python-xcaplib package is provided by OpenXCAP server. The port is needed for Blink SIP-phone that I'm going to make another port for. This port depends on another new port devel/py-application provided with http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/158875 >How-To-Repeat: N/A >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # py-xcaplib # py-xcaplib/Makefile # py-xcaplib/pkg-descr # py-xcaplib/pkg-plist # py-xcaplib/distinfo # echo c - py-xcaplib mkdir -p py-xcaplib > /dev/null 2>&1 echo x - py-xcaplib/Makefile sed 's/^X//' >py-xcaplib/Makefile << '2583c82ca1ca02cf0c02f3d09349a4b0' X# New ports collection makefile for: py-application X# Date created: 14 July 2011 X# Whom: Eugene Grosbein X# X# $FreeBSD$ X# X XPORTNAME= xcaplib XPORTVERSION= 1.0.16 XCATEGORIES= devel python XMASTER_SITES= http://download.ag-projects.com/XCAP/ \ X http://grosbein.net/python/ XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} XDISTNAME= python-${PORTNAME}-${PORTVERSION} X XMAINTAINER= ports@grosbein.net XCOMMENT= Python XCAP client library X XBUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twistedCore>=8.1.0:${PORTSDIR}/devel/py-twistedCore \ X ${PYTHON_PKGNAMEPREFIX}lxml>=2.1.2:${PORTSDIR}/devel/py-lxml \ X ${PYTHON_PKGNAMEPREFIX}application>=1.1.5:${PORTSDIR}/devel/py-application X XRUN_DEPENDS:= ${BUILD_DEPENDS} X XUSE_PYTHON= 2.5+ XUSE_PYDISTUTILS=yes XPYDISTUTILS_PKGNAME=python_${PORTNAME} X X.include 2583c82ca1ca02cf0c02f3d09349a4b0 echo x - py-xcaplib/pkg-descr sed 's/^X//' >py-xcaplib/pkg-descr << '315ffacd4ffc4a2198726df895da620d' XXCAP protocol, defined in RFC 4825, allows a client to read, write, and Xmodify application configuration data stored in XML format on a server. XCAP Xmaps XML document sub-trees and element attributes to HTTP URIs, so that Xthese components can be directly accessed by HTTP. An XCAP server used by XXCAP clients to store data like presence policy in combination with a SIP XPresence server that supports PUBLISH/SUBSCRIBE/NOTIFY SIP methods can Xprovide a complete SIP SIMPLE solution. X XWWW: http://sipsimpleclient.com/wiki/xcapclient 315ffacd4ffc4a2198726df895da620d echo x - py-xcaplib/pkg-plist sed 's/^X//' >py-xcaplib/pkg-plist << '5c168228bb34cd889e888b0f785c264c' Xbin/xcapclient X%%PYTHON_SITELIBDIR%%/xcaplib/__init__.py X%%PYTHON_SITELIBDIR%%/xcaplib/__init__.pyc X%%PYTHON_SITELIBDIR%%/xcaplib/__init__.pyo X%%PYTHON_SITELIBDIR%%/xcaplib/client.py X%%PYTHON_SITELIBDIR%%/xcaplib/client.pyc X%%PYTHON_SITELIBDIR%%/xcaplib/client.pyo X%%PYTHON_SITELIBDIR%%/xcaplib/error.py X%%PYTHON_SITELIBDIR%%/xcaplib/error.pyc X%%PYTHON_SITELIBDIR%%/xcaplib/error.pyo X%%PYTHON_SITELIBDIR%%/xcaplib/green.py X%%PYTHON_SITELIBDIR%%/xcaplib/green.pyc X%%PYTHON_SITELIBDIR%%/xcaplib/green.pyo X%%PYTHON_SITELIBDIR%%/xcaplib/httpclient.py X%%PYTHON_SITELIBDIR%%/xcaplib/httpclient.pyc X%%PYTHON_SITELIBDIR%%/xcaplib/httpclient.pyo X%%PYTHON_SITELIBDIR%%/xcaplib/logsocket.py X%%PYTHON_SITELIBDIR%%/xcaplib/logsocket.pyc X%%PYTHON_SITELIBDIR%%/xcaplib/logsocket.pyo X%%PYTHON_SITELIBDIR%%/xcaplib/xcapclient.py X%%PYTHON_SITELIBDIR%%/xcaplib/xcapclient.pyc X%%PYTHON_SITELIBDIR%%/xcaplib/xcapclient.pyo X%%PYTHON_SITELIBDIR%%/xcaplib/xpath_completion.py X%%PYTHON_SITELIBDIR%%/xcaplib/xpath_completion.pyc X%%PYTHON_SITELIBDIR%%/xcaplib/xpath_completion.pyo X@dirrm %%PYTHON_SITELIBDIR%%/xcaplib X@dirrmtry %%PYTHON_SITELIBDIR%% X@dirrmtry lib/%%PYTHON_VERSION%% 5c168228bb34cd889e888b0f785c264c echo x - py-xcaplib/distinfo sed 's/^X//' >py-xcaplib/distinfo << 'ffe5a3ab45aeb1004b1124c5d4a0ed12' XSHA256 (python-xcaplib-1.0.16.tar.gz) = 42728efdaa06ae5baa03c50741a3c5d9f7dbbc44aac6dfd3550b96f9c3462a2d XSIZE (python-xcaplib-1.0.16.tar.gz) = 22553 ffe5a3ab45aeb1004b1124c5d4a0ed12 exit >Release-Note: >Audit-Trail: >Unformatted: