svn commit: r445598 - in head/x11: . py-pyvirtualdisplay

Steve Wills swills at FreeBSD.org
Wed Jul 12 18:41:01 UTC 2017


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 at 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 at 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


More information about the svn-ports-all mailing list