diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2013-03-14 00:18:56 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2013-03-14 00:18:56 +0000 |
commit | 2051da9e3ef39c909a634414b31fd3554f46a922 (patch) | |
tree | becd5bd069609ceb1aa0b973bfeed379b84f0c96 /math | |
parent | a3e05d1ed81e2a80e1e4305367d709009cdbf8c9 (diff) | |
download | ports-2051da9e3ef39c909a634414b31fd3554f46a922.tar.gz ports-2051da9e3ef39c909a634414b31fd3554f46a922.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/labplot/Makefile | 129 | ||||
-rw-r--r-- | math/labplot/distinfo | 4 | ||||
-rw-r--r-- | math/labplot/files/patch-configure | 11 | ||||
-rw-r--r-- | math/labplot/files/patch-doc::br::Makefile.in | 11 | ||||
-rw-r--r-- | math/labplot/files/patch-doc::de::Makefile.in | 11 | ||||
-rw-r--r-- | math/labplot/files/patch-doc::fr::Makefile.in | 11 | ||||
-rw-r--r-- | math/labplot/files/patch-doc::it::Makefile.in | 11 | ||||
-rw-r--r-- | math/labplot/files/patch-doc::nl::Makefile.in | 11 | ||||
-rw-r--r-- | math/labplot/files/patch-doc::pl::Makefile.in | 11 | ||||
-rw-r--r-- | math/labplot/files/patch-doc::sv::Makefile.in | 11 | ||||
-rw-r--r-- | math/labplot/files/patch-src__constants.h | 10 | ||||
-rw-r--r-- | math/labplot/pkg-descr | 2 | ||||
-rw-r--r-- | math/labplot/pkg-plist | 383 |
13 files changed, 66 insertions, 550 deletions
diff --git a/math/labplot/Makefile b/math/labplot/Makefile index edd6baf0f258..9337233fb434 100644 --- a/math/labplot/Makefile +++ b/math/labplot/Makefile @@ -1,115 +1,56 @@ -# New ports collection makefile for: labplot -# Date created: 07 August 2004 -# Whom: Kay Lehmann <kay_lehmann@web.de> -# +# Created by: Kay Lehmann <kay_lehmann@web.de> # $FreeBSD$ -# -PORTNAME= LabPlot -PORTVERSION= 1.6.0.2 -PORTREVISION= 17 +PORTNAME= labplot +DISTVERSION= 2.0.0.alpha3 CATEGORIES= math kde -MASTER_SITES= SF +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:R} MAINTAINER= ports@FreeBSD.org -COMMENT= LabPlot : Data analysis and visualisation +COMMENT= Data plotting and function analysis tool for KDE -LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \ - jasper.4:${PORTSDIR}/graphics/jasper \ - MagickWand:${PORTSDIR}/graphics/ImageMagick \ - gsl.16:${PORTSDIR}/math/gsl \ - fftw3:${PORTSDIR}/math/fftw3 \ - qwtplot3d.0:${PORTSDIR}/math/qwtplot3d \ - origin.0:${PORTSDIR}/math/liborigin +LICENCE= GPLv2 -DEPRECATED= Depends on QT3; unmaintained -EXPIRATION_DATE= 2013-07-01 +LIB_DEPENDS= gsl:${PORTSDIR}/math/gsl -USE_BZIP2= yes -USE_QT_VER= 3 -USE_KDELIBS_VER=3 -USE_GL= glu -USE_GMAKE= yes -USE_AUTOTOOLS= libtool -USE_LDCONFIG= yes -INSTALLS_ICONS= yes -USE_GETTEXT= yes -CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} -LDFLAGS+= ${PTHREAD_LIBS} -CONFIGURE_ARGS+=--enable-system-qwtplot3d=yes --enable-system-liborigin=yes \ - --enable-ocaml=no --enable-fftw=no --enable-KexiDB=no - -MAN1= LabPlot.1 labplot.1 - -OPTIONS+= R "Statistic analysis using R language" off -OPTIONS+= QHULL "Qhull support" off -OPTIONS+= PSTOEDIT "Export to vector graphics using pstoedit" off -OPTIONS+= NETCDF "netCDF data support" off -OPTIONS+= CDF "CDF data support" off -OPTIONS+= HDF5 "HDF5 data support" off -OPTIONS+= AUDIOFILE "Audio data support" off -OPTIONS+= KEXIDB "KexiDB support" off -OPTIONS+= QSA "Qt Scripting support" off -OPTIONS+= TEXVC "Latex formula editor" off - -.include <bsd.port.pre.mk> - -.if defined(WITH_R) -LIB_DEPENDS+= R.0:${PORTSDIR}/math/R -CONFIGURE_ENV+= R_HOME=${LOCALBASE}/lib/R -CONFIGURE_ARGS+=--enable-R=yes -.else -CONFIGURE_ARGS+=--enable-R=no -.endif - -.if defined(WITH_QHULL) -LIB_DEPENDS+= qhull.5:${PORTSDIR}/math/qhull5 -CONFIGURE_ARGS+=--enable-qhull=yes -.else -CONFIGURE_ARGS+=--enable-qhull=no -.endif - -.if defined(WITH_PSTOEDIT) -RUN_DEPENDS+= pstoedit:${PORTSDIR}/graphics/pstoedit -.endif +OPTIONS_DEFINE= CDF HDF5 NETCDF +CDF_DESC= CDF data support +HDF5_DESC= HDF5 data support +NETCDF_DESC= NetCDF data support -.if defined(WITH_NETCDF) -LIB_DEPENDS+= netcdf.4:${PORTSDIR}/science/netcdf -CONFIGURE_ARGS+=--enable-netcdf=yes -.else -CONFIGURE_ARGS+=--enable-netcdf=no -.endif +USE_BZIP2= yes +USE_XORG= xft xpm +USE_KDE4= automoc4 kdelibs kdeprefix +USE_QT4= moc_build qmake_build rcc_build uic_build +USE_CMAKE= yes +CMAKE_ARGS= -DOPJ_LIBRARY:STRING="" +MAKE_JOBS_SAFE= yes -.if defined(WITH_CDF) -LIB_DEPENDS+= cdf.0:${PORTSDIR}/science/cdf -CONFIGURE_ARGS+=--enable-cdf=yes -.else -CONFIGURE_ARGS+=--enable-cdf=no -.endif +.include <bsd.port.options.mk> -.if defined(WITH_HDF5) -LIB_DEPENDS+= hdf5.0:${PORTSDIR}/science/hdf5 -CONFIGURE_ARGS+=--enable-hdf5=yes +.if ${PORT_OPTIONS:MCDF} +LIB_DEPENDS+= cdf:${PORTSDIR}/science/cdf .else -CONFIGURE_ARGS+=--enable-hdf5=no +CMAKE_ARGS+= -DCDF_LIBRARY:STRING="" .endif -.if defined(WITH_AUDIOFILE) -LIB_DEPENDS+= audiofile.0:${PORTSDIR}/audio/libaudiofile -CONFIGURE_ARGS+=--enable-audiofile=yes +.if ${PORT_OPTIONS:MHDF5} +LIB_DEPENDS+= hdf5:${PORTSDIR}/science/hdf5 .else -CONFIGURE_ARGS+=--enable-audiofile=no +CMAKE_ARGS+= -DHDF5_LIBRARY:STRING="" .endif -.if defined(WITH_QSA) -LIB_DEPENDS+= qsa.1:${PORTSDIR}/devel/qsa -CONFIGURE_ARGS+=--enable-qsa=yes +.if ${PORT_OPTIONS:MNETCDF} +LIB_DEPENDS+= netcdf:${PORTSDIR}/science/netcdf .else -CONFIGURE_ARGS+=--enable-qsa=no +CMAKE_ARGS+= -DNETCDF_LIBRARY:STRING="" .endif -.if defined(WITH_TEXVC) -RUN_DEPENDS+= texvc:${PORTSDIR}/print/texvc -.endif +post-patch: + @${REINPLACE_CMD} -e \ + 's|/usr/local/|${LOCALBASE}/|g' ${WRKSRC}/CMakeLists.txt + @${REINPLACE_CMD} -e \ + 's|i->\(children<T>\)|\1|' \ + ${WRKSRC}/src/backend/core/AbstractAspect.h -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/math/labplot/distinfo b/math/labplot/distinfo index 63b751076453..864859f123f6 100644 --- a/math/labplot/distinfo +++ b/math/labplot/distinfo @@ -1,2 +1,2 @@ -SHA256 (LabPlot-1.6.0.2.tar.bz2) = 6288ec60ade410e09a4105e240e8faf6bd497ec4f56635b1f5d27d55d4bd2eaa -SIZE (LabPlot-1.6.0.2.tar.bz2) = 10268052 +SHA256 (labplot-2.0.0.alpha3.tar.bz2) = 881c0a36378a6ad406d2c1102a58a32c038a6fb1e9fd97565da7b7aa95767227 +SIZE (labplot-2.0.0.alpha3.tar.bz2) = 1280273 diff --git a/math/labplot/files/patch-configure b/math/labplot/files/patch-configure deleted file mode 100644 index 7a9a8393e005..000000000000 --- a/math/labplot/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- ./configure.orig 2008-06-15 03:01:04.000000000 +0400 -+++ ./configure 2008-06-15 03:12:39.000000000 +0400 -@@ -12426,7 +12426,7 @@ - #error "Your system version of liborigin is too old!" - #endif - EOF -- ${CXX} -c liborigin-test.cpp -+ ${CXX} ${CPPFLAGS} -c liborigin-test.cpp - if test $? -eq 0; then - LIBORIGIN_LDFLAGS="-lorigin" - LIBORIGIN="yes" diff --git a/math/labplot/files/patch-doc::br::Makefile.in b/math/labplot/files/patch-doc::br::Makefile.in deleted file mode 100644 index e8ab703a572c..000000000000 --- a/math/labplot/files/patch-doc::br::Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- ./doc/br/Makefile.in.orig 2008-01-12 12:42:50.000000000 +0300 -+++ ./doc/br/Makefile.in 2008-06-15 03:01:03.000000000 +0400 -@@ -496,7 +496,7 @@ - fi - $(INSTALL_DATA) index.docbook $(DESTDIR)/$(kde_htmldir)/br/LabPlot/index.docbook - rm -f $(DESTDIR)/$(kde_htmldir)/br/LabPlot/small_pics -- ln -fs $(kde_htmldir)/en/LabPlot/small_pics/ $(DESTDIR)/$(kde_htmldir)/br/LabPlot/ -+ ln -fs $(kde_htmldir)/en/LabPlot/small_pics $(DESTDIR)/$(kde_htmldir)/br/LabPlot/ - - uninstall-local: - #>- rm -f $(kde_htmldir)/br/LabPlot/small_pics diff --git a/math/labplot/files/patch-doc::de::Makefile.in b/math/labplot/files/patch-doc::de::Makefile.in deleted file mode 100644 index c2f5e0689160..000000000000 --- a/math/labplot/files/patch-doc::de::Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- ./doc/de/Makefile.in.orig 2008-01-12 12:42:50.000000000 +0300 -+++ ./doc/de/Makefile.in 2008-06-15 03:01:03.000000000 +0400 -@@ -496,7 +496,7 @@ - fi - $(INSTALL_DATA) index.docbook $(DESTDIR)/$(kde_htmldir)/de/LabPlot/index.docbook - rm -f $(DESTDIR)/$(kde_htmldir)/de/LabPlot/small_pics -- ln -fs $(kde_htmldir)/en/LabPlot/small_pics/ $(DESTDIR)/$(kde_htmldir)/de/LabPlot/ -+ ln -fs $(kde_htmldir)/en/LabPlot/small_pics $(DESTDIR)/$(kde_htmldir)/de/LabPlot/ - - uninstall-local: - #>- rm -f $(kde_htmldir)/de/LabPlot/small_pics diff --git a/math/labplot/files/patch-doc::fr::Makefile.in b/math/labplot/files/patch-doc::fr::Makefile.in deleted file mode 100644 index d80dfc7eff23..000000000000 --- a/math/labplot/files/patch-doc::fr::Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- ./doc/fr/Makefile.in.orig 2008-01-12 12:42:50.000000000 +0300 -+++ ./doc/fr/Makefile.in 2008-06-15 03:01:03.000000000 +0400 -@@ -496,7 +496,7 @@ - fi - $(INSTALL_DATA) index.docbook $(DESTDIR)/$(kde_htmldir)/fr/LabPlot/index.docbook - rm -f $(DESTDIR)/$(kde_htmldir)/fr/LabPlot/small_pics -- ln -fs $(kde_htmldir)/en/LabPlot/small_pics/ $(DESTDIR)/$(kde_htmldir)/fr/LabPlot/ -+ ln -fs $(kde_htmldir)/en/LabPlot/small_pics $(DESTDIR)/$(kde_htmldir)/fr/LabPlot/ - - uninstall-local: - #>- rm -f $(kde_htmldir)/fr/LabPlot/small_pics diff --git a/math/labplot/files/patch-doc::it::Makefile.in b/math/labplot/files/patch-doc::it::Makefile.in deleted file mode 100644 index 9f1dfb0fb694..000000000000 --- a/math/labplot/files/patch-doc::it::Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- ./doc/it/Makefile.in.orig 2008-01-12 12:42:50.000000000 +0300 -+++ ./doc/it/Makefile.in 2008-06-15 03:01:03.000000000 +0400 -@@ -496,7 +496,7 @@ - fi - $(INSTALL_DATA) index.docbook $(DESTDIR)/$(kde_htmldir)/it/LabPlot/index.docbook - rm -f $(DESTDIR)/$(kde_htmldir)/it/LabPlot/small_pics -- ln -fs $(kde_htmldir)/en/LabPlot/small_pics/ $(DESTDIR)/$(kde_htmldir)/it/LabPlot/ -+ ln -fs $(kde_htmldir)/en/LabPlot/small_pics $(DESTDIR)/$(kde_htmldir)/it/LabPlot/ - - uninstall-local: - #>- rm -f $(kde_htmldir)/it/LabPlot/small_pics diff --git a/math/labplot/files/patch-doc::nl::Makefile.in b/math/labplot/files/patch-doc::nl::Makefile.in deleted file mode 100644 index e0e38c6a5ddd..000000000000 --- a/math/labplot/files/patch-doc::nl::Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- ./doc/nl/Makefile.in.orig 2008-01-12 12:42:50.000000000 +0300 -+++ ./doc/nl/Makefile.in 2008-06-15 03:01:03.000000000 +0400 -@@ -496,7 +496,7 @@ - fi - $(INSTALL_DATA) index.docbook $(DESTDIR)/$(kde_htmldir)/nl/LabPlot/index.docbook - rm -f $(DESTDIR)/$(kde_htmldir)/nl/LabPlot/small_pics -- ln -fs $(kde_htmldir)/en/LabPlot/small_pics/ $(DESTDIR)/$(kde_htmldir)/nl/LabPlot/ -+ ln -fs $(kde_htmldir)/en/LabPlot/small_pics $(DESTDIR)/$(kde_htmldir)/nl/LabPlot/ - - uninstall-local: - #>- rm -f $(kde_htmldir)/nl/LabPlot/small_pics diff --git a/math/labplot/files/patch-doc::pl::Makefile.in b/math/labplot/files/patch-doc::pl::Makefile.in deleted file mode 100644 index 9e20330feb32..000000000000 --- a/math/labplot/files/patch-doc::pl::Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- ./doc/pl/Makefile.in.orig 2008-01-12 12:42:50.000000000 +0300 -+++ ./doc/pl/Makefile.in 2008-06-15 03:01:03.000000000 +0400 -@@ -496,7 +496,7 @@ - fi - $(INSTALL_DATA) index.docbook $(DESTDIR)/$(kde_htmldir)/pl/LabPlot/index.docbook - rm -f $(DESTDIR)/$(kde_htmldir)/pl/LabPlot/small_pics -- ln -fs $(kde_htmldir)/en/LabPlot/small_pics/ $(DESTDIR)/$(kde_htmldir)/pl/LabPlot/ -+ ln -fs $(kde_htmldir)/en/LabPlot/small_pics $(DESTDIR)/$(kde_htmldir)/pl/LabPlot/ - - uninstall-local: - #>- rm -f $(kde_htmldir)/pl/LabPlot/small_pics diff --git a/math/labplot/files/patch-doc::sv::Makefile.in b/math/labplot/files/patch-doc::sv::Makefile.in deleted file mode 100644 index 65f32d4a6b34..000000000000 --- a/math/labplot/files/patch-doc::sv::Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- ./doc/sv/Makefile.in.orig 2008-01-12 12:42:50.000000000 +0300 -+++ ./doc/sv/Makefile.in 2008-06-15 03:01:03.000000000 +0400 -@@ -496,7 +496,7 @@ - fi - $(INSTALL_DATA) index.docbook $(DESTDIR)/$(kde_htmldir)/sv/LabPlot/index.docbook - rm -f $(DESTDIR)/$(kde_htmldir)/sv/LabPlot/small_pics -- ln -fs $(kde_htmldir)/en/LabPlot/small_pics/ $(DESTDIR)/$(kde_htmldir)/sv/LabPlot/ -+ ln -fs $(kde_htmldir)/en/LabPlot/small_pics $(DESTDIR)/$(kde_htmldir)/sv/LabPlot/ - - uninstall-local: - #>- rm -f $(kde_htmldir)/sv/LabPlot/small_pics diff --git a/math/labplot/files/patch-src__constants.h b/math/labplot/files/patch-src__constants.h deleted file mode 100644 index 6def48bd5ea9..000000000000 --- a/math/labplot/files/patch-src__constants.h +++ /dev/null @@ -1,10 +0,0 @@ ---- ./src/constants.h.orig 2009-11-28 14:12:55.000000000 +0300 -+++ ./src/constants.h 2009-11-28 23:00:49.000000000 +0300 -@@ -220,7 +220,6 @@ - {"stokes_cgs",GSL_CONST_CGSM_STOKES}, - {"f_cgs",GSL_CONST_CGSM_FARADAY}, - {"e_cgs",GSL_CONST_CGSM_ELECTRON_CHARGE}, -- {"gauss_cgs",GSL_CONST_CGSM_GAUSS}, - {"stilb_cgs",GSL_CONST_CGSM_STILB}, - {"lumen_cgs",GSL_CONST_CGSM_LUMEN}, - {"lux_cgs",GSL_CONST_CGSM_LUX}, diff --git a/math/labplot/pkg-descr b/math/labplot/pkg-descr index 4f2f4c239a9d..06d8135d55eb 100644 --- a/math/labplot/pkg-descr +++ b/math/labplot/pkg-descr @@ -3,4 +3,4 @@ presentation of data sets and functions. LabPlot allows you to work with multiple plots which each can have multiple graphs. The graphs can be produced from data or from functions. -WWW: http://sourceforge.net/projects/labplot/ +WWW: http://labplot.sourceforge.net/ diff --git a/math/labplot/pkg-plist b/math/labplot/pkg-plist index 0f115161602a..ff888364a0da 100644 --- a/math/labplot/pkg-plist +++ b/math/labplot/pkg-plist @@ -1,358 +1,31 @@ -bin/LabPlot -bin/labplot -lib/libLabPlot.a -lib/libLabPlot.la -lib/libLabPlot.so -lib/libLabPlot.so.7 -lib/libLabPlotcephes.a -lib/libLabPlotcephes.la -lib/libLabPlotcephes.so -lib/libLabPlotcephes.so.6 -share/applications/kde/LabPlot.desktop -share/apps/LabPlot/3d.lml.gz +bin/labplot2 +bin/opj2dat +lib/liblabplot_origin.so +lib/liblabplot_origin.so.0 +lib/liblabplot_origin.so.0.0.4 share/apps/LabPlot/LabPlotui.rc -share/apps/LabPlot/analysis.lml.gz -share/apps/LabPlot/attribute.qs -share/apps/LabPlot/audio.lml.gz -share/apps/LabPlot/axesdialog.qs -share/apps/LabPlot/axeslabel.lml.gz -share/apps/LabPlot/bar.lml.gz -share/apps/LabPlot/colormaps/3D.MAP -share/apps/LabPlot/colormaps/4ZEBBOW.MAP -share/apps/LabPlot/colormaps/4ZEBBOWX.MAP -share/apps/LabPlot/colormaps/560SEL.MAP -share/apps/LabPlot/colormaps/ALTERN.MAP -share/apps/LabPlot/colormaps/ANENOME.MAP -share/apps/LabPlot/colormaps/Autumn.map -share/apps/LabPlot/colormaps/BANDW.MAP -share/apps/LabPlot/colormaps/BASIC.MAP -share/apps/LabPlot/colormaps/BBR001.MAP -share/apps/LabPlot/colormaps/BGOLD.MAP -share/apps/LabPlot/colormaps/BLEND1.MAP -share/apps/LabPlot/colormaps/BLEND3.MAP -share/apps/LabPlot/colormaps/BLEND4.MAP -share/apps/LabPlot/colormaps/BLEND8.MAP -share/apps/LabPlot/colormaps/BLUEIN.MAP -share/apps/LabPlot/colormaps/BLUEOUT.MAP -share/apps/LabPlot/colormaps/BLUES.MAP -share/apps/LabPlot/colormaps/BLUORNG.MAP -share/apps/LabPlot/colormaps/BP.MAP -share/apps/LabPlot/colormaps/BPG.MAP -share/apps/LabPlot/colormaps/BRASS.MAP -share/apps/LabPlot/colormaps/BRITE.MAP -share/apps/LabPlot/colormaps/BRWG.MAP -share/apps/LabPlot/colormaps/BWB.MAP -share/apps/LabPlot/colormaps/Beach.map -share/apps/LabPlot/colormaps/CARAMEL.MAP -share/apps/LabPlot/colormaps/CHINA.MAP -share/apps/LabPlot/colormaps/CHROMA.MAP -share/apps/LabPlot/colormaps/CHROMA2.MAP -share/apps/LabPlot/colormaps/CHROMA3.MAP -share/apps/LabPlot/colormaps/CLOUDS.MAP -share/apps/LabPlot/colormaps/COLDFIRE.MAP -share/apps/LabPlot/colormaps/COLORS.MAP -share/apps/LabPlot/colormaps/COOL.MAP -share/apps/LabPlot/colormaps/COPPER.MAP -share/apps/LabPlot/colormaps/DRAGON.MAP -share/apps/LabPlot/colormaps/DW.MAP -share/apps/LabPlot/colormaps/Darkest.map -share/apps/LabPlot/colormaps/FIRE2.MAP -share/apps/LabPlot/colormaps/FIRESTRM.MAP -share/apps/LabPlot/colormaps/FRCOAST.MAP -share/apps/LabPlot/colormaps/Flash.map -share/apps/LabPlot/colormaps/GAMMA1.MAP -share/apps/LabPlot/colormaps/GAMMA2.MAP -share/apps/LabPlot/colormaps/GLASS.MAP -share/apps/LabPlot/colormaps/GLASSES1.MAP -share/apps/LabPlot/colormaps/GREEN.MAP -share/apps/LabPlot/colormaps/GREENIN.MAP -share/apps/LabPlot/colormaps/GREENOUT.MAP -share/apps/LabPlot/colormaps/GREY.MAP -share/apps/LabPlot/colormaps/Globule.map -share/apps/LabPlot/colormaps/Grange.map -share/apps/LabPlot/colormaps/Green-Grass.map -share/apps/LabPlot/colormaps/HAWAII.MAP -share/apps/LabPlot/colormaps/HAYSTACK.MAP -share/apps/LabPlot/colormaps/HORNS.MAP -share/apps/LabPlot/colormaps/INDIGO.MAP -share/apps/LabPlot/colormaps/Its-late.map -share/apps/LabPlot/colormaps/JELLYFSH.MAP -share/apps/LabPlot/colormaps/JFAN.MAP -share/apps/LabPlot/colormaps/JSTRIPE.MAP -share/apps/LabPlot/colormaps/JUTEBLUE.MAP -share/apps/LabPlot/colormaps/JUTEMAP.MAP -share/apps/LabPlot/colormaps/JUTEMAP2.MAP -share/apps/LabPlot/colormaps/KAHKI.MAP -share/apps/LabPlot/colormaps/LACE.MAP -share/apps/LabPlot/colormaps/LANDSCAP.MAP -share/apps/LabPlot/colormaps/LIGHT.MAP -share/apps/LabPlot/colormaps/LITE.MAP -share/apps/LabPlot/colormaps/LITNIN1.MAP -share/apps/LabPlot/colormaps/LONGS.MAP -share/apps/LabPlot/colormaps/LYAPUNOV.MAP -share/apps/LabPlot/colormaps/Lake.map -share/apps/LabPlot/colormaps/Lava.map -share/apps/LabPlot/colormaps/MASTS.MAP -share/apps/LabPlot/colormaps/MED.MAP -share/apps/LabPlot/colormaps/METAL.MAP -share/apps/LabPlot/colormaps/MIST.MAP -share/apps/LabPlot/colormaps/Max.map -share/apps/LabPlot/colormaps/NEON.MAP -share/apps/LabPlot/colormaps/NEW1.MAP -share/apps/LabPlot/colormaps/NEW2.MAP -share/apps/LabPlot/colormaps/OSB.MAP -share/apps/LabPlot/colormaps/Ocean.map -share/apps/LabPlot/colormaps/Oranje.map -share/apps/LabPlot/colormaps/PALE.MAP -share/apps/LabPlot/colormaps/PEACH.MAP -share/apps/LabPlot/colormaps/PUMPKIN.MAP -share/apps/LabPlot/colormaps/PVLAND.MAP -share/apps/LabPlot/colormaps/Prima.map -share/apps/LabPlot/colormaps/RAINBOW.MAP -share/apps/LabPlot/colormaps/RAINBOW2.MAP -share/apps/LabPlot/colormaps/RAINBOW3.MAP -share/apps/LabPlot/colormaps/RAINBOW4.MAP -share/apps/LabPlot/colormaps/RAINBOW5.MAP -share/apps/LabPlot/colormaps/RAINBOW7.MAP -share/apps/LabPlot/colormaps/RBOW.MAP -share/apps/LabPlot/colormaps/RBY.MAP -share/apps/LabPlot/colormaps/REDIN.MAP -share/apps/LabPlot/colormaps/REDOUT.MAP -share/apps/LabPlot/colormaps/ROSE1.MAP -share/apps/LabPlot/colormaps/ROYAL.MAP -share/apps/LabPlot/colormaps/RW.MAP -share/apps/LabPlot/colormaps/RYB1.MAP -share/apps/LabPlot/colormaps/Regal.map -share/apps/LabPlot/colormaps/Rose-Petals.map -share/apps/LabPlot/colormaps/SEA.MAP -share/apps/LabPlot/colormaps/SMOOTH.MAP -share/apps/LabPlot/colormaps/SPIRAL.MAP -share/apps/LabPlot/colormaps/STORM.MAP -share/apps/LabPlot/colormaps/Score.map -share/apps/LabPlot/colormaps/Smooth2.map -share/apps/LabPlot/colormaps/Spume.map -share/apps/LabPlot/colormaps/Sunshine.map -share/apps/LabPlot/colormaps/TOPO.MAP -share/apps/LabPlot/colormaps/TOPO2.MAP -share/apps/LabPlot/colormaps/TROPIC.MAP -share/apps/LabPlot/colormaps/TURQOISE.MAP -share/apps/LabPlot/colormaps/Touch-of-Blues.map -share/apps/LabPlot/colormaps/UNKNOWN.MAP -share/apps/LabPlot/colormaps/VOLCANO.MAP -share/apps/LabPlot/colormaps/VOLCANO2.MAP -share/apps/LabPlot/colormaps/VOLCANO3.MAP -share/apps/LabPlot/colormaps/VOLCANO4.MAP -share/apps/LabPlot/colormaps/VOLCANO5.MAP -share/apps/LabPlot/colormaps/VOLCANO6.MAP -share/apps/LabPlot/colormaps/VOLCANO7.MAP -share/apps/LabPlot/colormaps/VOOON.MAP -share/apps/LabPlot/colormaps/WILD.MAP -share/apps/LabPlot/colormaps/WINE.MAP -share/apps/LabPlot/colormaps/WORLD.MAP -share/apps/LabPlot/colormaps/WYBR.MAP -share/apps/LabPlot/colormaps/Waltz.map -share/apps/LabPlot/colormaps/YELPURP1.MAP -share/apps/LabPlot/colormaps/YGB.MAP -share/apps/LabPlot/colormaps/YOOLS.MAP -share/apps/LabPlot/colormaps/Zaoud.map -share/apps/LabPlot/colormaps/_standard.map -share/apps/LabPlot/datadialog.qs -share/apps/LabPlot/error-plot.qs -share/apps/LabPlot/exponential_fit.lml.gz -share/apps/LabPlot/export.qs -share/apps/LabPlot/fft.lml.gz -share/apps/LabPlot/fit.lml.gz -share/apps/LabPlot/fit.qs -share/apps/LabPlot/function.qs -share/apps/LabPlot/hist.lml.gz -share/apps/LabPlot/image.lml.gz -share/apps/LabPlot/import-binary.qs -share/apps/LabPlot/import-opj.qs -share/apps/LabPlot/import.qs -share/apps/LabPlot/import2.qs share/apps/LabPlot/labplot.png -share/apps/LabPlot/labplot.qs -share/apps/LabPlot/legend.qs -share/apps/LabPlot/log.lml.gz -share/apps/LabPlot/logfit.lml.gz -share/apps/LabPlot/marker.lml.gz -share/apps/LabPlot/multiplot.lml.gz -share/apps/LabPlot/objects.lml.gz -share/apps/LabPlot/objects.qs -share/apps/LabPlot/penguin.png -share/apps/LabPlot/pie.lml.gz -share/apps/LabPlot/plot.qs -share/apps/LabPlot/polar.lml.gz -share/apps/LabPlot/qsa-icons/d_class.png -share/apps/LabPlot/qsa-icons/d_editcopy.png -share/apps/LabPlot/qsa-icons/d_editcut.png -share/apps/LabPlot/qsa-icons/d_editdelete.png -share/apps/LabPlot/qsa-icons/d_editpaste.png -share/apps/LabPlot/qsa-icons/d_filenew.png -share/apps/LabPlot/qsa-icons/d_fileopen.png -share/apps/LabPlot/qsa-icons/d_filesave.png -share/apps/LabPlot/qsa-icons/d_function.png -share/apps/LabPlot/qsa-icons/d_help.png -share/apps/LabPlot/qsa-icons/d_play.png -share/apps/LabPlot/qsa-icons/d_playprev.png -share/apps/LabPlot/qsa-icons/d_project.png -share/apps/LabPlot/qsa-icons/d_redo.png -share/apps/LabPlot/qsa-icons/d_searchfind.png -share/apps/LabPlot/qsa-icons/d_stop.png -share/apps/LabPlot/qsa-icons/d_undo.png -share/apps/LabPlot/qsa-icons/editcopy.png -share/apps/LabPlot/qsa-icons/editcut.png -share/apps/LabPlot/qsa-icons/editdelete.png -share/apps/LabPlot/qsa-icons/editpaste.png -share/apps/LabPlot/qsa-icons/filenew.png -share/apps/LabPlot/qsa-icons/fileopen.png -share/apps/LabPlot/qsa-icons/filesave.png -share/apps/LabPlot/qsa-icons/function.png -share/apps/LabPlot/qsa-icons/help.png -share/apps/LabPlot/qsa-icons/object.png -share/apps/LabPlot/qsa-icons/play.png -share/apps/LabPlot/qsa-icons/playprev.png -share/apps/LabPlot/qsa-icons/project.png -share/apps/LabPlot/qsa-icons/qsa.png -share/apps/LabPlot/qsa-icons/redo.png -share/apps/LabPlot/qsa-icons/script.png -share/apps/LabPlot/qsa-icons/scriptnew.png -share/apps/LabPlot/qsa-icons/scriptobject.png -share/apps/LabPlot/qsa-icons/searchfind.png -share/apps/LabPlot/qsa-icons/splash.png -share/apps/LabPlot/qsa-icons/stop.png -share/apps/LabPlot/qsa-icons/undo.png -share/apps/LabPlot/qwt.lml.gz -share/apps/LabPlot/result.qs -share/apps/LabPlot/rydberg.lml.gz -share/apps/LabPlot/session.qs -share/apps/LabPlot/shosho.qs -share/apps/LabPlot/shosho2.qs -share/apps/LabPlot/simple.qs -share/apps/LabPlot/spreadsheet.qs -share/apps/LabPlot/surface-image.qs -share/apps/LabPlot/surface-plot.qs -share/apps/LabPlot/surface.lml.gz -share/apps/LabPlot/surface2.lml.gz -share/apps/LabPlot/surfacestyle.lml.gz -share/apps/LabPlot/ternary.lml.gz -share/apps/LabPlot/ternary.qs -share/apps/LabPlot/texlabel.lml.gz -share/apps/LabPlot/title.qs -share/apps/LabPlot/ylog.qs -share/doc/HTML/br/LabPlot/index.docbook -share/doc/HTML/br/LabPlot/small_pics -share/doc/HTML/br/labplot -share/doc/HTML/de/LabPlot/index.docbook -share/doc/HTML/de/LabPlot/small_pics -share/doc/HTML/de/labplot -share/doc/HTML/en/LabPlot/index.docbook -share/doc/HTML/en/LabPlot/small_pics/3d-small.png -share/doc/HTML/en/LabPlot/small_pics/VTK-small.png -share/doc/HTML/en/LabPlot/small_pics/analysis-small.png -share/doc/HTML/en/LabPlot/small_pics/audio-small.png -share/doc/HTML/en/LabPlot/small_pics/axeslabel-small.png -share/doc/HTML/en/LabPlot/small_pics/bar-small.png -share/doc/HTML/en/LabPlot/small_pics/csi-small.png -share/doc/HTML/en/LabPlot/small_pics/exponential_fit-small.png -share/doc/HTML/en/LabPlot/small_pics/fft-small.png -share/doc/HTML/en/LabPlot/small_pics/fileinfo_netcdf-small.png -share/doc/HTML/en/LabPlot/small_pics/fit-small.png -share/doc/HTML/en/LabPlot/small_pics/hist-small.png -share/doc/HTML/en/LabPlot/small_pics/image-small.png -share/doc/HTML/en/LabPlot/small_pics/konqueror-small.png -share/doc/HTML/en/LabPlot/small_pics/labplot-small.png -share/doc/HTML/en/LabPlot/small_pics/log-small.png -share/doc/HTML/en/LabPlot/small_pics/logfit-small.png -share/doc/HTML/en/LabPlot/small_pics/marker-small.png -share/doc/HTML/en/LabPlot/small_pics/multiplot-small.png -share/doc/HTML/en/LabPlot/small_pics/objects-small.png -share/doc/HTML/en/LabPlot/small_pics/pie-small.png -share/doc/HTML/en/LabPlot/small_pics/polar-small.png -share/doc/HTML/en/LabPlot/small_pics/qsa-green.png -share/doc/HTML/en/LabPlot/small_pics/qsa-import.png -share/doc/HTML/en/LabPlot/small_pics/qsa-plot.png -share/doc/HTML/en/LabPlot/small_pics/qsa-session.png -share/doc/HTML/en/LabPlot/small_pics/qwt3d-small.png -share/doc/HTML/en/LabPlot/small_pics/rydberg-small.png -share/doc/HTML/en/LabPlot/small_pics/sfi-small.png -share/doc/HTML/en/LabPlot/small_pics/spreadsheet-small.png -share/doc/HTML/en/LabPlot/small_pics/surface-small.png -share/doc/HTML/en/LabPlot/small_pics/surface2-small.png -share/doc/HTML/en/LabPlot/small_pics/surfacestyle-small.png -share/doc/HTML/en/LabPlot/small_pics/ternary-small.png -share/doc/HTML/en/LabPlot/small_pics/texlabel-small.png -share/doc/HTML/en/LabPlot/small_pics/worksheet-small.png -share/doc/HTML/en/labplot -share/doc/HTML/fr/LabPlot/index.docbook -share/doc/HTML/fr/LabPlot/small_pics -share/doc/HTML/fr/labplot -share/doc/HTML/it/LabPlot/index.docbook -share/doc/HTML/it/LabPlot/small_pics -share/doc/HTML/it/labplot -share/doc/HTML/nl/LabPlot/index.docbook -share/doc/HTML/nl/LabPlot/small_pics -share/doc/HTML/nl/labplot -share/doc/HTML/pl/LabPlot/index.docbook -share/doc/HTML/pl/LabPlot/small_pics -share/doc/HTML/pl/labplot -share/doc/HTML/sv/LabPlot/index.docbook -share/doc/HTML/sv/LabPlot/small_pics -share/doc/HTML/sv/labplot -share/icons/hicolor/16x16/apps/LabPlot.png -share/icons/hicolor/16x16/mimetypes/lpl.png -share/icons/hicolor/22x22/apps/LabPlot.png -share/icons/hicolor/22x22/mimetypes/lpl.png -share/icons/hicolor/32x32/apps/LabPlot.png -share/icons/hicolor/32x32/mimetypes/lpl.png -share/icons/hicolor/48x48/apps/LabPlot.png -share/icons/hicolor/48x48/mimetypes/lpl.png -share/icons/hicolor/64x64/apps/LabPlot.png -share/icons/hicolor/64x64/mimetypes/lpl.png -share/icons/locolor/16x16/apps/LabPlot.png -share/icons/locolor/16x16/mimetypes/lpl.png -share/icons/locolor/22x22/apps/LabPlot.png -share/icons/locolor/22x22/mimetypes/lpl.png -share/icons/locolor/32x32/apps/LabPlot.png -share/icons/locolor/32x32/mimetypes/lpl.png -share/locale/br/LC_MESSAGES/LabPlot.mo -share/locale/ca/LC_MESSAGES/LabPlot.mo -share/locale/cs/LC_MESSAGES/LabPlot.mo -share/locale/cy/LC_MESSAGES/LabPlot.mo -share/locale/da/LC_MESSAGES/LabPlot.mo -share/locale/de/LC_MESSAGES/LabPlot.mo -share/locale/es/LC_MESSAGES/LabPlot.mo -share/locale/et/LC_MESSAGES/LabPlot.mo -share/locale/fr/LC_MESSAGES/LabPlot.mo -share/locale/ga/LC_MESSAGES/LabPlot.mo -share/locale/is/LC_MESSAGES/LabPlot.mo -share/locale/it/LC_MESSAGES/LabPlot.mo -share/locale/ja/LC_MESSAGES/LabPlot.mo -share/locale/lt/LC_MESSAGES/LabPlot.mo -share/locale/nl/LC_MESSAGES/LabPlot.mo -share/locale/pl/LC_MESSAGES/LabPlot.mo -share/locale/pt/LC_MESSAGES/LabPlot.mo -share/locale/ro/LC_MESSAGES/LabPlot.mo -share/locale/ru/LC_MESSAGES/LabPlot.mo -share/locale/sr/LC_MESSAGES/LabPlot.mo -share/locale/sv/LC_MESSAGES/LabPlot.mo -share/locale/ta/LC_MESSAGES/LabPlot.mo -share/locale/tr/LC_MESSAGES/LabPlot.mo -share/locale/uk/LC_MESSAGES/LabPlot.mo -share/locale/zh/LC_MESSAGES/LabPlot.mo -share/mimelnk/application/x-lml.desktop -share/mimelnk/application/x-lpl.desktop -@dirrm share/doc/HTML/sv/LabPlot -@dirrm share/doc/HTML/pl/LabPlot -@dirrm share/doc/HTML/nl/LabPlot -@dirrm share/doc/HTML/it/LabPlot -@dirrm share/doc/HTML/fr/LabPlot -@dirrm share/doc/HTML/en/LabPlot/small_pics -@dirrm share/doc/HTML/en/LabPlot -@dirrm share/doc/HTML/de/LabPlot -@dirrm share/doc/HTML/br/LabPlot -@dirrm share/doc/HTML/br -@dirrm share/apps/LabPlot/qsa-icons -@dirrm share/apps/LabPlot/colormaps +share/apps/LabPlot/pics/auto-scale-all.png +share/apps/LabPlot/pics/auto-scale-x.png +share/apps/LabPlot/pics/auto-scale-y.png +share/apps/LabPlot/pics/axis-horizontal.png +share/apps/LabPlot/pics/axis-vertical.png +share/apps/LabPlot/pics/editbreaklayout.png +share/apps/LabPlot/pics/editgrid.png +share/apps/LabPlot/pics/edithlayout.png +share/apps/LabPlot/pics/editvlayout.png +share/apps/LabPlot/pics/shift-down-y.png +share/apps/LabPlot/pics/shift-left-x.png +share/apps/LabPlot/pics/shift-right-x.png +share/apps/LabPlot/pics/shift-up-y.png +share/apps/LabPlot/pics/x-zoom-in.png +share/apps/LabPlot/pics/x-zoom-out.png +share/apps/LabPlot/pics/xy-curve.png +share/apps/LabPlot/pics/y-zoom-in.png +share/apps/LabPlot/pics/y-zoom-out.png +share/apps/LabPlot/pics/zoom-in-x.png +share/apps/LabPlot/pics/zoom-in-y.png +share/apps/LabPlot/pics/zoom-out-x.png +share/apps/LabPlot/pics/zoom-out-y.png +@dirrm share/apps/LabPlot/pics @dirrm share/apps/LabPlot -@dirrmtry share/applications/kde |