aboutsummaryrefslogtreecommitdiff
path: root/x11/py-pyvirtualdisplay
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2017-07-12 18:40:59 +0000
committerSteve Wills <swills@FreeBSD.org>2017-07-12 18:40:59 +0000
commit0d3bbbbdc72efd0bf1f145721f9b60587a1c84bb (patch)
treec67a5869f99f6837d99f3206b29422d738691850 /x11/py-pyvirtualdisplay
parentfe9a0f02b9e4fc1c56d79f9a1ae08512e603e1e9 (diff)
downloadports-0d3bbbbdc72efd0bf1f145721f9b60587a1c84bb.tar.gz
ports-0d3bbbbdc72efd0bf1f145721f9b60587a1c84bb.zip
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>
Notes
Notes: svn path=/head/; revision=445598
Diffstat (limited to 'x11/py-pyvirtualdisplay')
-rw-r--r--x11/py-pyvirtualdisplay/Makefile28
-rw-r--r--x11/py-pyvirtualdisplay/distinfo3
-rw-r--r--x11/py-pyvirtualdisplay/pkg-descr3
3 files changed, 34 insertions, 0 deletions
diff --git a/x11/py-pyvirtualdisplay/Makefile b/x11/py-pyvirtualdisplay/Makefile
new file mode 100644
index 000000000000..55b846ba07d3
--- /dev/null
+++ b/x11/py-pyvirtualdisplay/Makefile
@@ -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>
diff --git a/x11/py-pyvirtualdisplay/distinfo b/x11/py-pyvirtualdisplay/distinfo
new file mode 100644
index 000000000000..86a0c194e683
--- /dev/null
+++ b/x11/py-pyvirtualdisplay/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1496819271
+SHA256 (PyVirtualDisplay-0.2.1.tar.gz) = 012883851a992f9c53f0dc6a512765a95cf241bdb734af79e6bdfef95c6e9982
+SIZE (PyVirtualDisplay-0.2.1.tar.gz) = 30785
diff --git a/x11/py-pyvirtualdisplay/pkg-descr b/x11/py-pyvirtualdisplay/pkg-descr
new file mode 100644
index 000000000000..a83873d557ca
--- /dev/null
+++ b/x11/py-pyvirtualdisplay/pkg-descr
@@ -0,0 +1,3 @@
+PyVirtualDisplay is a python wrapper for Xvfb, Xephyr and Xvnc.
+
+WWW: https://github.com/ponty/pyvirtualdisplay