diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-09-25 18:58:02 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-09-25 18:58:02 +0000 |
commit | 09d5223b154fcb3b67ee0864017771076cd1ef80 (patch) | |
tree | dcd3c3a0060ffed5094a2d8fafd5bf46582f99cd | |
parent | ca8bf06ab83f78d8d7126ed53f150f54e39620c0 (diff) | |
download | ports-09d5223b154fcb3b67ee0864017771076cd1ef80.tar.gz ports-09d5223b154fcb3b67ee0864017771076cd1ef80.zip |
Notes
-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%% |