Date: Sun, 17 Jul 2016 15:12:55 +0000 (UTC) From: Pawel Pekala <pawel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418668 - in head/net: . py-coherence Message-ID: <201607171512.u6HFCtb1059868@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <yuri@rawbw.com> 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 <yuri@rawbw.com> +# $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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607171512.u6HFCtb1059868>