From owner-svn-ports-head@freebsd.org Sun Jul 17 15:12:57 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 48841B9CEF0; Sun, 17 Jul 2016 15:12:57 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F3DD01388; Sun, 17 Jul 2016 15:12:56 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6HFCuRe059872; Sun, 17 Jul 2016 15:12:56 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6HFCtb1059868; Sun, 17 Jul 2016 15:12:55 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201607171512.u6HFCtb1059868@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Sun, 17 Jul 2016 15:12:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418668 - in head/net: . py-coherence X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jul 2016 15:12:57 -0000 Author: pawel Date: Sun Jul 17 15:12:55 2016 New Revision: 418668 URL: https://svnweb.freebsd.org/changeset/ports/418668 Log: Coherence is a framework written in Python, providing a variety of UPnP MediaServer and UPnP MediaRenderer implementations for instant use. WWW: http://coherence-project.org WWW: https://pypi.python.org/pypi/Coherence PR: 209774 Submitted by: Yuri Victorovich Added: head/net/py-coherence/ head/net/py-coherence/Makefile (contents, props changed) head/net/py-coherence/distinfo (contents, props changed) head/net/py-coherence/pkg-descr (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Sun Jul 17 14:43:03 2016 (r418667) +++ head/net/Makefile Sun Jul 17 15:12:55 2016 (r418668) @@ -946,6 +946,7 @@ SUBDIR += py-avahi SUBDIR += py-beanstalkc SUBDIR += py-cloudfiles + SUBDIR += py-coherence SUBDIR += py-dpkt SUBDIR += py-dugong SUBDIR += py-ec2-cli-tools Added: head/net/py-coherence/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-coherence/Makefile Sun Jul 17 15:12:55 2016 (r418668) @@ -0,0 +1,28 @@ +# Created by: Yuri Victorovich +# $FreeBSD$ + +PORTNAME= Coherence +PORTVERSION= 0.6.6.2 +CATEGORIES= net python +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@rawbw.com +COMMENT= DLNA/UPnP media server and framework for the digital living + +LICENSE= PD +LICENSE_FILE= ${WRKSRC}/LICENCE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}configobj>=4.3:devel/py-configobj \ + ${PYTHON_PKGNAMEPREFIX}twisted>8.2:devel/py-twisted \ + ${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface \ + ${PYTHON_PKGNAMEPREFIX}Louie>0:devel/py-louie + +USE_GITHUB= yes +GH_ACCOUNT= coherence-project +GH_TAGNAME= 4d5ee5f + +USES= python +USE_PYTHON= distutils autoplist +NO_ARCH= yes + +.include Added: head/net/py-coherence/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-coherence/distinfo Sun Jul 17 15:12:55 2016 (r418668) @@ -0,0 +1,3 @@ +TIMESTAMP = 1464287285 +SHA256 (coherence-project-Coherence-0.6.6.2-4d5ee5f_GH0.tar.gz) = 7e8cdca3cbba3585cf5819776d79dd43a13144e37f538808e9ac540703f3fe8d +SIZE (coherence-project-Coherence-0.6.6.2-4d5ee5f_GH0.tar.gz) = 353670 Added: head/net/py-coherence/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-coherence/pkg-descr Sun Jul 17 15:12:55 2016 (r418668) @@ -0,0 +1,5 @@ +Coherence is a framework written in Python, providing a variety of UPnP +MediaServer and UPnP MediaRenderer implementations for instant use. + +WWW: http://coherence-project.org +WWW: https://pypi.python.org/pypi/Coherence