diff options
author | alepulver <alepulver@FreeBSD.org> | 2006-09-26 02:58:02 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2006-09-26 02:58:02 +0800 |
commit | ad8015d5bc2be0befe11eff588d811e0480de854 (patch) | |
tree | e4cd1939b4689d9c570202801ee5c621ffafdaf7 /math/qtiplot | |
parent | c83c1e1c9417cd992670b58db3a5a84725d16ae8 (diff) | |
download | freebsd-ports-gnome-ad8015d5bc2be0befe11eff588d811e0480de854.tar.gz freebsd-ports-gnome-ad8015d5bc2be0befe11eff588d811e0480de854.tar.zst freebsd-ports-gnome-ad8015d5bc2be0befe11eff588d811e0480de854.zip |
- Update QtiPlot to 0.8.7.3 (bug fixing release).
- Add missing run-time dependency on x11-toolkits/py-qt.
PR: ports/103457
Submitted by: Max Brazhnikov <makc@issp.ac.ru> (maintainer)
Diffstat (limited to 'math/qtiplot')
-rw-r--r-- | math/qtiplot/Makefile | 5 | ||||
-rw-r--r-- | math/qtiplot/distinfo | 6 | ||||
-rw-r--r-- | math/qtiplot/pkg-plist | 10 |
3 files changed, 16 insertions, 5 deletions
diff --git a/math/qtiplot/Makefile b/math/qtiplot/Makefile index f1503dcaf561..ed402e9e5e4d 100644 --- a/math/qtiplot/Makefile +++ b/math/qtiplot/Makefile @@ -6,10 +6,10 @@ # PORTNAME= qtiplot -PORTVERSION= 0.8.7.2 +PORTVERSION= 0.8.7.3 CATEGORIES= math science MASTER_SITES= http://soft.proindependent.com/src/ -DISTNAME= ${PORTNAME}-0.8.7-2 +DISTNAME= ${PORTNAME}-0.8.7-3 MAINTAINER= makc@issp.ac.ru COMMENT= An Origin clone for data analysis and scientific plotting @@ -20,6 +20,7 @@ BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake \ LIB_DEPENDS= gsl.9:${PORTSDIR}/math/gsl \ origin.0:${PORTSDIR}/math/liborigin \ qwtplot3d:${PORTSDIR}/math/qwtplot3d +RUN_DEPENDS= pylupdate:${PORTSDIR}/x11-toolkits/py-qt USE_BZIP2= yes USE_GMAKE= yes diff --git a/math/qtiplot/distinfo b/math/qtiplot/distinfo index acbd50c1ca77..5edb95137c89 100644 --- a/math/qtiplot/distinfo +++ b/math/qtiplot/distinfo @@ -1,3 +1,3 @@ -MD5 (qtiplot-0.8.7-2.tar.bz2) = 948cc4922eea51abb7016c6ca2d070d1 -SHA256 (qtiplot-0.8.7-2.tar.bz2) = 70be0f8b5f137542a5d1d62c78a8a1d38f657ac69e33e483ff1546baa400ced7 -SIZE (qtiplot-0.8.7-2.tar.bz2) = 736394 +MD5 (qtiplot-0.8.7-3.tar.bz2) = 85b91966ebe206e1cfb990890252abde +SHA256 (qtiplot-0.8.7-3.tar.bz2) = 27c1229e6bbd1982b4bfd5c9dbd883b494a3fedd3a8fca71d20add5175d57538 +SIZE (qtiplot-0.8.7-3.tar.bz2) = 741895 diff --git a/math/qtiplot/pkg-plist b/math/qtiplot/pkg-plist new file mode 100644 index 000000000000..620c1415f7ab --- /dev/null +++ b/math/qtiplot/pkg-plist @@ -0,0 +1,10 @@ +bin/qtiplot +%%DATADIR%%/qtiplot +%%DATADIR%%/qtiplotrc.py +%%NLS%%%%DATADIR%%/translations/qtiplot_de.qm +%%NLS%%%%DATADIR%%/translations/qtiplot_es.qm +%%NLS%%%%DATADIR%%/translations/qtiplot_fr.qm +%%NLS%%%%DATADIR%%/translations/qtiplot_ru.qm +%%NLS%%%%DATADIR%%/translations/qtiplot_sv.qm +%%NLS%%@dirrm %%DATADIR%%/translations +@dirrmtry %%DATADIR%% |