Port details on branch 2024Q4 |
- py-visvis Object oriented approach to visualization of 1D to 4D data
- 1.14.0_5 graphics
=0 1.15.0Version of this port present on the latest quarterly branch. - Maintainer: rhurlin@FreeBSD.org
 - Port Added: 2024-11-25 12:18:12
- Last Update: 2024-11-25 12:15:14
- Commit Hash: 7722173
- Also Listed In: python
- License: BSD3CLAUSE
- WWW:
- https://github.com/almarklein/visvis
- Description:
- Visvis is a pure Python library for visualization of 1D to 4D data in an object
oriented way. Essentially, visvis is an object oriented layer of Python on top
of OpenGL, thereby combining the power of OpenGL with the usability of Python.
A Matlab-like interface in the form of a set of functions allows easy creation
of objects (e.g. plot(), imshow(), volshow(), surf()).
With visvis a range of different data can be visualized by simply adding world
objects to a scene (or axes). These world objects can be anything from plots
(lines with markers), to images, 3D rendered volumes, shaded meshes, or you can
program your own world object class. If required, these data can also be moved
in time.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}visvis>0:graphics/py-visvis@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/graphics/py-visvis/ && make install clean
- To add the package, run one of these commands:
- pkg install graphics/py-visvis
- pkg install py311-visvis
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 py311-visvis listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-visvis
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1671221260
SHA256 (visvis-1.14.0.tar.gz) = e363760739f2ff2110ab88cb8c9b251297d1857b1cb37bfcc544beb26aab385a
SIZE (visvis-1.14.0.tar.gz) = 4892032
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:
-
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- py311-qt5-pyqt>=5.15.10 : devel/py-qt5-pyqt@py311
- xorgproto>=0 : x11/xorgproto
- Test dependencies:
-
- py311-hypothesis>=0 : devel/py-hypothesis@py311
- py311-pytest>=7,1 : devel/py-pytest@py311
- python3.11 : lang/python311
- py311-qt5-pyqt>=5.15.10 : devel/py-qt5-pyqt@py311
- Runtime dependencies:
-
- py311-numpy>=1.16,1<1.27,1 : math/py-numpy@py311
- py311-imageio>=0 : graphics/py-imageio@py311
- py311-PyOpenGL>=0 : graphics/py-PyOpenGL@py311
- py311-pyside2>=0 : devel/pyside2@py311
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- py311-qt5-pyqt>=5.15.10 : devel/py-qt5-pyqt@py311
- Library dependencies:
-
- libfltk.so : x11-toolkits/fltk
- libGL.so : graphics/libglvnd
- libwx_baseu-3.0.so : x11-toolkits/wxgtk30@gtk3
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- graphics_py-visvis
- USES:
- gl python pyqt:5 shebangfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|