Date: Wed, 12 Jul 2017 18:41:00 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r445598 - in head/x11: . py-pyvirtualdisplay Message-ID: <201707121841.v6CIf0Si016404@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Wed Jul 12 18:40:59 2017 New Revision: 445598 URL: https://svnweb.freebsd.org/changeset/ports/445598 Log: x11/py-pyvirtualdisplay: create port PyVirtualDisplay is a python wrapper for Xvfb, Xephyr and Xvnc. WWW: https://github.com/ponty/pyvirtualdisplay PR: 219830 Submitted by: Daniel Ylitalo <daniel@blodan.se> Added: head/x11/py-pyvirtualdisplay/ head/x11/py-pyvirtualdisplay/Makefile (contents, props changed) head/x11/py-pyvirtualdisplay/distinfo (contents, props changed) head/x11/py-pyvirtualdisplay/pkg-descr (contents, props changed) Modified: head/x11/Makefile Modified: head/x11/Makefile ============================================================================== --- head/x11/Makefile Wed Jul 12 18:36:20 2017 (r445597) +++ head/x11/Makefile Wed Jul 12 18:40:59 2017 (r445598) @@ -260,6 +260,7 @@ SUBDIR += printproto SUBDIR += printscreen SUBDIR += props + SUBDIR += py-pyvirtualdisplay SUBDIR += py-qt4-opengl SUBDIR += py-qt5-opengl SUBDIR += py-xdot Added: head/x11/py-pyvirtualdisplay/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/py-pyvirtualdisplay/Makefile Wed Jul 12 18:40:59 2017 (r445598) @@ -0,0 +1,28 @@ +# $FreeBSD$ + +PORTNAME= pyvirtualdisplay +PORTVERSION= 0.2.1 +CATEGORIES= x11 python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= PyVirtualDisplay-${PORTVERSION} + +MAINTAINER= daniel@blodan.se +COMMENT= Python wrapper for Xvfb, Xephyr and Xvnc + +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS= xorg-vfbserver>0:x11-servers/xorg-vfbserver \ + xauth>0:x11/xauth \ + ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow \ + ${PYTHON_PKGNAMEPREFIX}paver>0:devel/py-paver \ + ${PYTHON_PKGNAMEPREFIX}cog>=2.3:devel/py-cog \ + ${PYTHON_PKGNAMEPREFIX}sphinx>0:textproc/py-sphinx \ + ${PYTHON_PKGNAMEPREFIX}easyprocess>0:devel/py-easyprocess + +NO_ARCH= yes +USE_PYTHON= autoplist distutils +USES= python + +.include <bsd.port.mk> Added: head/x11/py-pyvirtualdisplay/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/py-pyvirtualdisplay/distinfo Wed Jul 12 18:40:59 2017 (r445598) @@ -0,0 +1,3 @@ +TIMESTAMP = 1496819271 +SHA256 (PyVirtualDisplay-0.2.1.tar.gz) = 012883851a992f9c53f0dc6a512765a95cf241bdb734af79e6bdfef95c6e9982 +SIZE (PyVirtualDisplay-0.2.1.tar.gz) = 30785 Added: head/x11/py-pyvirtualdisplay/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/py-pyvirtualdisplay/pkg-descr Wed Jul 12 18:40:59 2017 (r445598) @@ -0,0 +1,3 @@ +PyVirtualDisplay is a python wrapper for Xvfb, Xephyr and Xvnc. + +WWW: https://github.com/ponty/pyvirtualdisplay
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707121841.v6CIf0Si016404>