From ad8015d5bc2be0befe11eff588d811e0480de854 Mon Sep 17 00:00:00 2001 From: alepulver Date: Mon, 25 Sep 2006 18:58:02 +0000 Subject: - 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 (maintainer) --- math/qtiplot/Makefile | 5 +++-- math/qtiplot/distinfo | 6 +++--- math/qtiplot/pkg-plist | 10 ++++++++++ 3 files changed, 16 insertions(+), 5 deletions(-) create mode 100644 math/qtiplot/pkg-plist 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%% -- cgit