Port details |
- py-pyvirtualdisplay Python wrapper for Xvfb, Xephyr and Xvnc
- 0.2.4_1 x11
=0 0.2.4_1Version of this port present on the latest quarterly branch. - Maintainer: daniel@blodan.se
 - Port Added: 2017-07-12 18:41:07
- Last Update: 2022-04-16 04:19:54
- Commit Hash: ed99bf7
- Also Listed In: python
- License: BSD2CLAUSE
- Description:
- PyVirtualDisplay is a python wrapper for Xvfb, Xephyr and Xvnc.
WWW: https://github.com/ponty/pyvirtualdisplay
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}pyvirtualdisplay>0:x11/py-pyvirtualdisplay@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/x11/py-pyvirtualdisplay/ && make install clean
- To add the package, run one of these commands:
- pkg install x11/py-pyvirtualdisplay
- pkg install py38-pyvirtualdisplay
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.NOTE: This is a Python port. Instead of py38-pyvirtualdisplay listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py38-pyvirtualdisplay
- Package flavors (<flavor>: <package>)
- py38: py38-pyvirtualdisplay
- distinfo:
- TIMESTAMP = 1563316510
SHA256 (PyVirtualDisplay-0.2.4.tar.gz) = 07f50759205adaeeb255a88be0ac1dce68da80686e6ca1fc362f4aa54fdbcb5b
SIZE (PyVirtualDisplay-0.2.4.tar.gz) = 32456
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- Runtime dependencies:
-
- py38-cog>=2.3 : devel/py-cog@py38
- py38-easyprocess>0 : devel/py-easyprocess@py38
- py38-paver>0 : devel/py-paver@py38
- py38-pyscreenshot>0 : x11/py-pyscreenshot@py38
- py38-sphinx>=0,1 : textproc/py-sphinx@py38
- py38-pillow>=7.0.0 : graphics/py-pillow@py38
- xauth>0 : x11/xauth
- xorg-vfbserver>0 : x11-servers/xorg-vfbserver
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- There are no ports dependent upon this port
- Configuration Options:
- ===> The following configuration options are available for py38-pyvirtualdisplay-0.2.4_1:
====> Virtual Backend To Install: you have to select exactly one of them
XEPHYR=off: Install Xephyr backend
XVFB=on: Install Xvfb backend
XVNC=off: Install Xvnc backend
===> Use 'make config' to modify these settings
- Options name:
- x11_py-pyvirtualdisplay
- USES:
- python:3.6+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
16 Apr 2022 04:19:54 0.2.4_1
|
Po-Chuan Hsieh (sunpoet)  |
x11/py-pyvirtualdisplay: Fix build with setuptools 58.0.0+
With hat: python |
07 Apr 2021 08:09:01 0.2.4_1
|
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 0.2.4_1
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
14 Jan 2021 14:34:38
0.2.4_1
|
dbaio  |
Remove PY_SPHINX from ports using Python 3
Approved by: portmgr blanket
Differential Revision: https://reviews.freebsd.org/D28093 |
28 Dec 2020 23:02:15
0.2.4_1
|
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
11 May 2020 23:51:58
0.2.4_1
|
dbaio  |
Update Sphinx
- Repocopy textproc/py-sphinx to textproc/py-sphinx18
Update it to 1.8.5 (latest version from 1.8.X).
This version supports Python 2 and 3.
Add test target.
- textproc/py-sphinx: Update to 3.0.2
Python 3 only (3.5+).
Add test target.
- Mk/Uses/python.mk: Add PY_SPHINX
(Only the first 15 lines of the commit message are shown above ) |
24 Mar 2020 19:54:57
0.2.4_1
|
antoine  |
Convert the tree to use PY_PILLOW
With hat: portmgr
Originally submitted by: kai |
24 Feb 2020 11:36:16
0.2.4_1
|
kai  |
graphics/py-pillow: Update to 7.0.0
* Repo-Copy the Pillow 6.2.2 release to graphics/py-pillow6 to retain
backwards compatibility for Python 2 consumers as the Pillow 7.0.0 release
dropped the support for Python 2.
* Apply conditional statements to use either Pillow 7.x or Pillow 6.x for
consumers that can be built for Python 2 or newer.
* Exceptions are ports that can be built only for either Python 2 or
Python 3. For the first case, consumers are just assigned to the
repo-copied graphics/py-pillow6.
* Also remove Pillow from BUILD_DEPENDS of math/py-PyWavelets as it is not
listed in setup.py as a build dependency [1] and relax the version (Only the first 15 lines of the commit message are shown above ) |
19 Jul 2019 13:43:06
0.2.4
|
swills  |
x11/py-pyvirtualdisplay: update to 0.2.4
PR: 239281
Submitted by: Daniel Ylitalo <daniel@blodan.se> (maintainer) |
27 May 2019 15:44:08
0.2.3
|
swills  |
x11/py-pyvirtualdisplay: Update to 0.2.3 [1]
While here, add pyscreenshot dependency and add backend options [2]
PR: 238155 [1]
PR: 238038 [2]
Approved by: Daniel Ylitalo <daniel@blodan.se> (maintainer) [1] [2] |
20 Jun 2018 17:05:44
0.2.1
|
mat  |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
30 Nov 2017 15:50:34
0.2.1 
|
mat  |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
12 Jul 2017 18:41:00
0.2.1
|
swills  |
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> |