diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-03-16 21:55:51 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-03-16 21:55:51 +0000 |
commit | 369eb054b0edf196641e8706f3f6fcd77788f690 (patch) | |
tree | d44bab2e528ec5663705a59ae511ea0a4e027206 /science/py-veusz | |
parent | 0905a6eadceddc6507f0dffa4fbb18f40feda17c (diff) | |
download | ports-369eb054b0edf196641e8706f3f6fcd77788f690.tar.gz ports-369eb054b0edf196641e8706f3f6fcd77788f690.zip |
Notes
Diffstat (limited to 'science/py-veusz')
-rw-r--r-- | science/py-veusz/Makefile | 37 | ||||
-rw-r--r-- | science/py-veusz/distinfo | 2 | ||||
-rw-r--r-- | science/py-veusz/files/patch-veusz_helpers_src_qtloops_isnan.h | 11 | ||||
-rw-r--r-- | science/py-veusz/pkg-descr | 9 |
4 files changed, 0 insertions, 59 deletions
diff --git a/science/py-veusz/Makefile b/science/py-veusz/Makefile deleted file mode 100644 index a001aa5cc50f..000000000000 --- a/science/py-veusz/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# Created by: Stas Timokhin <devel@stasyan.com> -# $FreeBSD$ - -PORTNAME= veusz -PORTVERSION= 1.19.1 -PORTREVISION= 5 -CATEGORIES= science kde -MASTER_SITES= http://download.gna.org/veusz/ -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= devel@stasyan.com -COMMENT= Scientific plotting package - -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING - -DEPRECATED= Qt4 has been EOL since december 2015 -EXPIRATION_DATE= 2019-03-15 - -BUILD_DEPENDS= ${RUN_DEPENDS} -RUN_DEPENDS= ${PYNUMPY} - -USES= python pyqt:4 qt:4 shebangfix -USE_PYQT= gui svg -USE_PYTHON= distutils concurrent autoplist -USE_QT= corelib gui xml -SHEBANG_FILES= examples/embedexample.py - -post-patch: - @${REINPLACE_CMD} \ - -e 's,distutils\.command\.install ,setuptools\.command\.install ,' \ - ${WRKSRC}/setup.py - -post-install: - @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/veusz/helpers/*.so - -.include <bsd.port.mk> diff --git a/science/py-veusz/distinfo b/science/py-veusz/distinfo deleted file mode 100644 index 1608e7b71293..000000000000 --- a/science/py-veusz/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (veusz-1.19.1.tar.gz) = d6e2d530a18d8c1546be112e95b0fb649a213d559ba2d467810ab6c19adb52b0 -SIZE (veusz-1.19.1.tar.gz) = 1777351 diff --git a/science/py-veusz/files/patch-veusz_helpers_src_qtloops_isnan.h b/science/py-veusz/files/patch-veusz_helpers_src_qtloops_isnan.h deleted file mode 100644 index 94afe261cded..000000000000 --- a/science/py-veusz/files/patch-veusz_helpers_src_qtloops_isnan.h +++ /dev/null @@ -1,11 +0,0 @@ ---- veusz/helpers/src/qtloops/isnan.h.orig 2013-11-27 18:00:21 UTC -+++ veusz/helpers/src/qtloops/isnan.h -@@ -50,7 +50,7 @@ - # define isFinite(_a) (_finite(_a)) /* Win32 definition */ - #elif defined(__sgi) - # define isFinite(_a) (_isfinite(_a)) --#elif defined(isfinite) -+#elif defined(isfinite) || defined(__FreeBSD__) - # define isFinite(_a) (isfinite(_a)) - #elif defined(__osf__) - # define isFinite(_a) (finite(_a) && !isNaN(_a)) diff --git a/science/py-veusz/pkg-descr b/science/py-veusz/pkg-descr deleted file mode 100644 index 0a3a8a934a5b..000000000000 --- a/science/py-veusz/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -Veusz is a GUI scientific plotting and graphing package. It -is designed to produce publication-ready Postscript or PDF -output. SVG, EMF and bitmap formats export are also supported. -The program runs under Unix/Linux, Windows or Mac OS X, and -binaries are provided. Data can be read from text, CSV or FITS -files, and data can be manipulated or examined from within the -application. - -WWW: http://home.gna.org/veusz/ |