Lines 1-7
Link Here
|
1 |
# $FreeBSD$ |
1 |
# $FreeBSD$ |
2 |
|
2 |
|
3 |
PORTNAME= pyvirtualdisplay |
3 |
PORTNAME= pyvirtualdisplay |
4 |
PORTVERSION= 0.2.1 |
4 |
PORTVERSION= 0.2.3 |
5 |
CATEGORIES= x11 python |
5 |
CATEGORIES= x11 python |
6 |
MASTER_SITES= CHEESESHOP |
6 |
MASTER_SITES= CHEESESHOP |
7 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
7 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
Lines 13-28
COMMENT= Python wrapper for Xvfb, Xephyr and Xvnc
Link Here
|
13 |
LICENSE= BSD2CLAUSE |
13 |
LICENSE= BSD2CLAUSE |
14 |
LICENSE_FILE= ${WRKSRC}/LICENSE.txt |
14 |
LICENSE_FILE= ${WRKSRC}/LICENSE.txt |
15 |
|
15 |
|
16 |
RUN_DEPENDS= xorg-vfbserver>0:x11-servers/xorg-vfbserver \ |
16 |
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cog>=2.3:devel/py-cog@${PY_FLAVOR} \ |
17 |
xauth>0:x11/xauth \ |
17 |
${PYTHON_PKGNAMEPREFIX}easyprocess>0:devel/py-easyprocess@${PY_FLAVOR} \ |
18 |
${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${PY_FLAVOR} \ |
|
|
19 |
${PYTHON_PKGNAMEPREFIX}paver>0:devel/py-paver@${PY_FLAVOR} \ |
18 |
${PYTHON_PKGNAMEPREFIX}paver>0:devel/py-paver@${PY_FLAVOR} \ |
20 |
${PYTHON_PKGNAMEPREFIX}cog>=2.3:devel/py-cog@${PY_FLAVOR} \ |
19 |
${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${PY_FLAVOR} \ |
21 |
${PYTHON_PKGNAMEPREFIX}sphinx>0:textproc/py-sphinx@${PY_FLAVOR} \ |
20 |
${PYTHON_PKGNAMEPREFIX}sphinx>0:textproc/py-sphinx@${PY_FLAVOR} \ |
22 |
${PYTHON_PKGNAMEPREFIX}easyprocess>0:devel/py-easyprocess@${PY_FLAVOR} |
21 |
xauth>0:x11/xauth \ |
|
|
22 |
xorg-vfbserver>0:x11-servers/xorg-vfbserver |
23 |
|
23 |
|
24 |
NO_ARCH= yes |
|
|
25 |
USE_PYTHON= autoplist distutils |
26 |
USES= python |
24 |
USES= python |
27 |
|
25 |
|
|
|
26 |
USE_PYTHON= autoplist distutils |
27 |
NO_ARCH= yes |
28 |
|
28 |
.include <bsd.port.mk> |
29 |
.include <bsd.port.mk> |