aboutsummaryrefslogtreecommitdiff
path: root/graphics/py-visvis
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2019-11-14 06:33:04 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2019-11-14 06:33:04 +0000
commit8b1b71da22073de4f035ab82035aaaeb0ca112c6 (patch)
tree0ab203f11f83f545455e193ccd4c8788c1f56271 /graphics/py-visvis
parentc01aa3a2729ced3d1dba32738ab46d3043acc242 (diff)
downloadports-8b1b71da22073de4f035ab82035aaaeb0ca112c6.tar.gz
ports-8b1b71da22073de4f035ab82035aaaeb0ca112c6.zip
Unbreak bulk -a
Pointy hat: sunpoet
Notes
Notes: svn path=/head/; revision=517555
Diffstat (limited to 'graphics/py-visvis')
-rw-r--r--graphics/py-visvis/19
-rw-r--r--graphics/py-visvis/211
-rw-r--r--graphics/py-visvis/Makefile30
-rw-r--r--graphics/py-visvis/distinfo3
-rw-r--r--graphics/py-visvis/pkg-descr13
5 files changed, 0 insertions, 66 deletions
diff --git a/graphics/py-visvis/1 b/graphics/py-visvis/1
deleted file mode 100644
index 57277d6c7ea3..000000000000
--- a/graphics/py-visvis/1
+++ /dev/null
@@ -1,9 +0,0 @@
-/usr/ports/x11-toolkits/fltk
-/usr/ports/graphics/mesa-libs
-/usr/ports/x11-toolkits/wxgtk30
-/usr/ports/graphics/py-imageio
-/usr/ports/math/py-numpy
-/usr/ports/graphics/py-PyOpenGL
-/usr/ports/devel/pyside2
-/usr/ports/devel/py-setuptools
-/usr/ports/lang/python37
diff --git a/graphics/py-visvis/2 b/graphics/py-visvis/2
deleted file mode 100644
index 79d44aa1d0a9..000000000000
--- a/graphics/py-visvis/2
+++ /dev/null
@@ -1,11 +0,0 @@
-/usr/ports/x11-toolkits/fltk
-/usr/ports/graphics/mesa-libs
-/usr/ports/x11-toolkits/wxgtk30
-/usr/ports/graphics/py-imageio
-/usr/ports/math/py-numpy
-/usr/ports/graphics/py-PyOpenGL
-/usr/ports/devel/pyside2
-/usr/ports/devel/py-setuptools
-/usr/ports/lang/python37
-/usr/ports/devel/py-qt5-core
-/usr/ports/x11-toolkits/py-qt5-gui
diff --git a/graphics/py-visvis/Makefile b/graphics/py-visvis/Makefile
deleted file mode 100644
index 2229bd9eb510..000000000000
--- a/graphics/py-visvis/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# Created by: Rainer Hurling <rhurlin@gwdg.de>
-# $FreeBSD$
-
-PORTNAME= visvis
-PORTVERSION= 1.12.2
-CATEGORIES= graphics python
-MASTER_SITES= CHEESESHOP
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER= rhurlin@gwdg.de
-COMMENT= Object oriented approach to visualization of 1D to 4D data
-
-LICENSE= BSD3CLAUSE
-LICENSE_FILE= ${WRKSRC}/license.txt
-
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}imageio>=0:graphics/py-imageio@${PY_FLAVOR} \
- ${PYNUMPY} \
- ${PYTHON_PKGNAMEPREFIX}PyOpenGL>=0:graphics/py-PyOpenGL@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}pyside2>=0:devel/pyside2@${PY_FLAVOR}
-LIB_DEPENDS= libfltk.so:x11-toolkits/fltk
-
-USES= gl python pyqt:5
-USE_GL= gl
-USE_PYQT= core gui
-USE_PYTHON= autoplist distutils
-USE_WX= 3.0+
-
-NO_ARCH= yes
-
-.include <bsd.port.mk>
diff --git a/graphics/py-visvis/distinfo b/graphics/py-visvis/distinfo
deleted file mode 100644
index b0a28e19087b..000000000000
--- a/graphics/py-visvis/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1572088205
-SHA256 (visvis-1.12.2.tar.gz) = ccfc5fc81223080f1d344617816d8a1acae462a80fb753e54ae2cdcb0af14705
-SIZE (visvis-1.12.2.tar.gz) = 4811730
diff --git a/graphics/py-visvis/pkg-descr b/graphics/py-visvis/pkg-descr
deleted file mode 100644
index 6de253b9bfb4..000000000000
--- a/graphics/py-visvis/pkg-descr
+++ /dev/null
@@ -1,13 +0,0 @@
-Visvis is a pure Python library for visualization of 1D to 4D data in an bject
-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.
-
-WWW: https://github.com/almarklein/visvis