View | Details | Raw Unified | Return to bug 124613
Collapse All | Expand All

(-)/home/makc/porting/ports/math/labplot/Makefile (-29 / +86 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	LabPlot
8
PORTNAME=	LabPlot
9
PORTVERSION=	1.5.1.5
9
PORTVERSION=	1.6.0.1
10
PORTREVISION=	7
11
CATEGORIES=	math kde
10
CATEGORIES=	math kde
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
13
MASTER_SITE_SUBDIR=labplot
12
MASTER_SITE_SUBDIR=labplot
Lines 16-61 Link Here
16
COMMENT=	LabPlot : Data analysis and visualisation
15
COMMENT=	LabPlot : Data analysis and visualisation
17
16
18
LIB_DEPENDS=	tiff.4:${PORTSDIR}/graphics/tiff \
17
LIB_DEPENDS=	tiff.4:${PORTSDIR}/graphics/tiff \
18
		jasper.4:${PORTSDIR}/graphics/jasper \
19
		MagickWand.1:${PORTSDIR}/graphics/ImageMagick \
19
		MagickWand.1:${PORTSDIR}/graphics/ImageMagick \
20
		audiofile.0:${PORTSDIR}/audio/libaudiofile \
21
		gsl.12:${PORTSDIR}/math/gsl \
20
		gsl.12:${PORTSDIR}/math/gsl \
22
		jasper.4:${PORTSDIR}/graphics/jasper \
23
		fftw3.4:${PORTSDIR}/math/fftw3 \
21
		fftw3.4:${PORTSDIR}/math/fftw3 \
24
		netcdf:${PORTSDIR}/science/netcdf \
22
		qwtplot3d.0:${PORTSDIR}/math/qwtplot3d \
25
		qwtplot3d.0:${PORTSDIR}/math/qwtplot3d
23
		origin.0:${PORTSDIR}/math/liborigin
26
RUN_DEPENDS=	pstoedit:${PORTSDIR}/graphics/pstoedit
27
28
#WRKSRC=		${WRKDIR}/${PORTNAME}-1.5.0
29
CONFLICTS=	liborigin-[0-9]*
30
24
31
USE_QT_VER=	3
25
USE_QT_VER=	3
32
USE_KDELIBS_VER=3
26
USE_KDELIBS_VER=3
33
USE_GL=		yes
27
USE_GL=		glu
34
USE_GMAKE=	yes
28
USE_GMAKE=	yes
35
USE_AUTOTOOLS=	libtool:15
29
USE_AUTOTOOLS=	libtool:15
36
USE_LDCONFIG=	yes
30
USE_LDCONFIG=	yes
37
INSTALLS_ICONS=	yes
31
INSTALLS_ICONS=	yes
38
USE_GETTEXT=	yes
32
USE_GETTEXT=	yes
39
LDCONFIG_DIRS+=	%%PREFIX%%/lib
33
CONFIGURE_ENV+=	CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
40
CONFIGURE_ENV+=	CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include -I${LOCALBASE}/include/kexidb ${PTHREAD_CFLAGS}" \
41
		LDFLAGS="${LDFLAGS} ${PTHREAD_LIBS}"
34
		LDFLAGS="${LDFLAGS} ${PTHREAD_LIBS}"
42
CONFIGURE_ARGS+=--program-prefix='' --disable-cdf \
35
CONFIGURE_ARGS+=--enable-system-qwtplot3d=yes --enable-system-liborigin=yes \
43
		--enable-system-qwtplot3d --enable-KexiDB=no
36
		--enable-ocaml=no --enable-fftw=no
44
37
45
MAN1=		LabPlot.1 labplot.1
38
MAN1=		LabPlot.1 labplot.1
46
39
47
#This needs some more work before enabling this feature
40
OPTIONS+=	R "Statistic analysis using R language" off
48
#.if defined(WITH_VTK)
41
OPTIONS+=	QHULL "Qhull support" off
49
#LIB_DEPENDS+=	vtkRendering.1:${PORTSDIR}/math/vtk
42
OPTIONS+=	PSTOEDIT "Export to vector graphics using pstoedit" off
50
#BUILD_DEPENDS+=	vtkRenderer.h:${PORTSDIR}/math/vtk-headers
43
OPTIONS+=	NETCDF "netCDF data support" off
51
#CFLAGS+=	${PTHREAD_CLAGS} -I${LOCALBASE}/include/vtk
44
OPTIONS+=	CDF "CDF data support" off
52
#LDFLAGS+=	${PTHREAD_LIBS}
45
OPTIONS+=	HDF5 "HDF5 data support" off
53
#CONFIGURE_ENV=	CFLAGS="${CFLAGS}" \
46
OPTIONS+=	AUDIOFILE "Audio data support" off
54
#		LDFLAGS="${LDFLAGS}" \
47
OPTIONS+=	KEXIDB "KexiDB support" off
55
#		CPPFLAGS="${CPPFLAGS}" \
48
OPTIONS+=	QSA "Qt Scripting support" off
56
#		CXXFLAGS="${CXXFLAGS}" \
49
OPTIONS+=	TEXVC "Latex formula editor" off
57
#CONFIGURE_ENV+=	VTK_DIR=${LOCALBASE}
50
58
#CONFIGURE_ARGS+=	--enable-vtk
51
.include <bsd.port.pre.mk>
59
#.endif
52
53
.if defined(WITH_R)
54
LIB_DEPENDS+=	R.0:${PORTSDIR}/math/R
55
CONFIGURE_ENV+=	R_HOME=${LOCALBASE}/lib/R
56
CONFIGURE_ARGS+=--enable-R=yes
57
.else
58
CONFIGURE_ARGS+=--enable-R=no
59
.endif
60
61
.if defined(WITH_QHULL)
62
LIB_DEPENDS+=	qhull.5:${PORTSDIR}/math/qhull
63
CONFIGURE_ARGS+=--enable-qhull=yes
64
.else
65
CONFIGURE_ARGS+=--enable-qhull=no
66
.endif
67
68
.if defined(WITH_PSTOEDIT)
69
RUN_DEPENDS+=	pstoedit:${PORTSDIR}/graphics/pstoedit
70
.endif
71
72
.if defined(WITH_NETCDF)
73
LIB_DEPENDS+=	netcdf.4:${PORTSDIR}/science/netcdf
74
CONFIGURE_ARGS+=--enable-netcdf=yes
75
.else
76
CONFIGURE_ARGS+=--enable-netcdf=no
77
.endif
78
79
.if defined(WITH_CDF)
80
LIB_DEPENDS+=	cdf.0:${PORTSDIR}/science/cdf
81
CONFIGURE_ARGS+=--enable-cdf=yes
82
.else
83
CONFIGURE_ARGS+=--enable-cdf=no
84
.endif
85
86
.if defined(WITH_HDF5)
87
LIB_DEPENDS+=	hdf5.0:${PORTSDIR}/science/hdf5
88
CONFIGURE_ARGS+=--enable-hdf5=yes
89
.else
90
CONFIGURE_ARGS+=--enable-hdf5=no
91
.endif
92
93
.if defined(WITH_AUDIOFILE)
94
LIB_DEPENDS+=	audiofile.0:${PORTSDIR}/audio/libaudiofile
95
CONFIGURE_ARGS+=--enable-audiofile=yes
96
.else
97
CONFIGURE_ARGS+=--enable-audiofile=no
98
.endif
99
100
.if defined(WITH_KEXIDB)
101
LIB_DEPENDS+=	kexidb.2:${PORTSDIR}/editors/koffice-kde3
102
CONFIGURE_ARGS+=--enable-KexiDB=yes
103
.else
104
CONFIGURE_ARGS+=--enable-KexiDB=no
105
.endif
106
107
.if defined(WITH_QSA)
108
LIB_DEPENDS+=	 qsa.1:${PORTSDIR}/devel/qsa
109
CONFIGURE_ARGS+=--enable-qsa=yes
110
.else
111
CONFIGURE_ARGS+=--enable-qsa=no
112
.endif
113
114
.if defined(WITH_TEXVC)
115
RUN_DEPENDS+=	texvc:${PORTSDIR}/print/texvc
116
.endif
60
117
61
.include <bsd.port.mk>
118
.include <bsd.port.post.mk>
(-)/home/makc/porting/ports/math/labplot/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (LabPlot-1.5.1.5.tar.gz) = 3fe889f86a059fbbfb873dec50080ac9
1
MD5 (LabPlot-1.6.0.1.tar.gz) = 50dd3033f35003d68d5a4e54336cd6c3
2
SHA256 (LabPlot-1.5.1.5.tar.gz) = dd79f58d758379e52e618160c49bdee862faf4823c3c3d4864e975102c8c457a
2
SHA256 (LabPlot-1.6.0.1.tar.gz) = a3b7cead9100489f0bf55e548a5b21bfb6fef2219d3ed1e3d638bd68c80cfb78
3
SIZE (LabPlot-1.5.1.5.tar.gz) = 10792596
3
SIZE (LabPlot-1.6.0.1.tar.gz) = 11903145
(-)/home/makc/porting/ports/math/labplot/files/patch-configure (+11 lines)
Line 0 Link Here
1
--- ./configure.orig	2008-06-15 03:01:04.000000000 +0400
2
+++ ./configure	2008-06-15 03:12:39.000000000 +0400
3
@@ -12426,7 +12426,7 @@
4
 #error "Your system version of liborigin is too old!"
5
 #endif
6
 EOF
7
-			${CXX} -c liborigin-test.cpp
8
+			${CXX} ${CPPFLAGS} -c liborigin-test.cpp
9
 			if test $? -eq 0; then
10
 				LIBORIGIN_LDFLAGS="-lorigin"
11
 				LIBORIGIN="yes"
(-)/home/makc/porting/ports/math/labplot/files/patch-doc::br::Makefile.in (-11 lines)
Lines 1-11 Link Here
1
--- doc/br/Makefile.in.orig	Mon Sep 26 18:50:08 2005
2
+++ doc/br/Makefile.in	Mon Sep 26 18:51:01 2005
3
@@ -481,7 +481,7 @@
4
 	fi
5
 	$(INSTALL_DATA) index.docbook $(DESTDIR)/$(kde_htmldir)/br/LabPlot/index.docbook
6
 	rm -f $(DESTDIR)/$(kde_htmldir)/br/LabPlot/small_pics
7
-	ln -fs $(kde_htmldir)/en/LabPlot/small_pics/ $(DESTDIR)/$(kde_htmldir)/br/LabPlot/
8
+	ln -fs $(kde_htmldir)/en/LabPlot/small_pics $(DESTDIR)/$(kde_htmldir)/br/LabPlot/
9
 
10
 uninstall-local:
11
 #>- 	rm -f $(kde_htmldir)/br/LabPlot/small_pics
(-)/home/makc/porting/ports/math/labplot/files/patch-doc::de::Makefile.in (-11 lines)
Lines 1-11 Link Here
1
--- doc/de/Makefile.in.orig	Mon Sep 26 17:51:35 2005
2
+++ doc/de/Makefile.in	Mon Sep 26 17:51:57 2005
3
@@ -481,7 +481,7 @@
4
 	fi
5
 	$(INSTALL_DATA) index.docbook $(DESTDIR)/$(kde_htmldir)/de/LabPlot/index.docbook
6
 	rm -f $(DESTDIR)/$(kde_htmldir)/de/LabPlot/small_pics
7
-	ln -fs $(kde_htmldir)/en/LabPlot/small_pics/ $(DESTDIR)/$(kde_htmldir)/de/LabPlot/
8
+	ln -fs $(kde_htmldir)/en/LabPlot/small_pics $(DESTDIR)/$(kde_htmldir)/de/LabPlot/
9
 
10
 uninstall-local:
11
 #>- 	rm -f $(kde_htmldir)/de/LabPlot/small_pics
(-)/home/makc/porting/ports/math/labplot/files/patch-doc::fr::Makefile.in (-11 lines)
Lines 1-11 Link Here
1
--- doc/fr/Makefile.in.orig	Mon Sep 26 17:52:12 2005
2
+++ doc/fr/Makefile.in	Mon Sep 26 17:52:24 2005
3
@@ -481,7 +481,7 @@
4
 	fi
5
 	$(INSTALL_DATA) index.docbook $(DESTDIR)/$(kde_htmldir)/fr/LabPlot/index.docbook
6
 	rm -f $(DESTDIR)/$(kde_htmldir)/fr/LabPlot/small_pics
7
-	ln -fs $(kde_htmldir)/en/LabPlot/small_pics/ $(DESTDIR)/$(kde_htmldir)/fr/LabPlot/
8
+	ln -fs $(kde_htmldir)/en/LabPlot/small_pics $(DESTDIR)/$(kde_htmldir)/fr/LabPlot/
9
 
10
 uninstall-local:
11
 #>- 	rm -f $(kde_htmldir)/fr/LabPlot/small_pics
(-)/home/makc/porting/ports/math/labplot/files/patch-doc::it::Makefile.in (-11 lines)
Lines 1-11 Link Here
1
--- doc/it/Makefile.in.orig	Mon Sep 26 18:50:26 2005
2
+++ doc/it/Makefile.in	Mon Sep 26 18:51:19 2005
3
@@ -481,7 +481,7 @@
4
 	fi
5
 	$(INSTALL_DATA) index.docbook $(DESTDIR)/$(kde_htmldir)/it/LabPlot/index.docbook
6
 	rm -f $(DESTDIR)/$(kde_htmldir)/it/LabPlot/small_pics
7
-	ln -fs $(kde_htmldir)/en/LabPlot/small_pics/ $(DESTDIR)/$(kde_htmldir)/it/LabPlot/
8
+	ln -fs $(kde_htmldir)/en/LabPlot/small_pics $(DESTDIR)/$(kde_htmldir)/it/LabPlot/
9
 
10
 uninstall-local:
11
 #>- 	rm -f $(kde_htmldir)/it/LabPlot/small_pics
(-)/home/makc/porting/ports/math/labplot/files/patch-doc::nl::Makefile.in (-11 lines)
Lines 1-11 Link Here
1
--- doc/nl/Makefile.in.orig	Wed Aug 23 10:33:58 2006
2
+++ doc/nl/Makefile.in	Wed Aug 23 10:34:15 2006
3
@@ -489,7 +489,7 @@
4
 	fi
5
 	$(INSTALL_DATA) index.docbook $(DESTDIR)/$(kde_htmldir)/nl/LabPlot/index.docbook
6
 	rm -f $(DESTDIR)/$(kde_htmldir)/nl/LabPlot/small_pics
7
-	ln -fs $(kde_htmldir)/en/LabPlot/small_pics/ $(DESTDIR)/$(kde_htmldir)/nl/LabPlot/
8
+	ln -fs $(kde_htmldir)/en/LabPlot/small_pics $(DESTDIR)/$(kde_htmldir)/nl/LabPlot/
9
 
10
 uninstall-local:
11
 #>- 	rm -f $(kde_htmldir)/nl/LabPlot/small_pics
(-)/home/makc/porting/ports/math/labplot/files/patch-doc::pl::Makefile.in (-11 lines)
Lines 1-11 Link Here
1
--- doc/pl/Makefile.in.orig	Mon Sep 26 18:50:19 2005
2
+++ doc/pl/Makefile.in	Mon Sep 26 18:51:32 2005
3
@@ -481,7 +481,7 @@
4
 	fi
5
 	$(INSTALL_DATA) index.docbook $(DESTDIR)/$(kde_htmldir)/pl/LabPlot/index.docbook
6
 	rm -f $(DESTDIR)/$(kde_htmldir)/pl/LabPlot/small_pics
7
-	ln -fs $(kde_htmldir)/en/LabPlot/small_pics/ $(DESTDIR)/$(kde_htmldir)/pl/LabPlot/
8
+	ln -fs $(kde_htmldir)/en/LabPlot/small_pics $(DESTDIR)/$(kde_htmldir)/pl/LabPlot/
9
 
10
 uninstall-local:
11
 #>- 	rm -f $(kde_htmldir)/pl/LabPlot/small_pics
(-)/home/makc/porting/ports/math/labplot/files/patch-doc::sv::Makefile.in (-11 lines)
Lines 1-11 Link Here
1
--- doc/sv/Makefile.in.orig	Mon Sep 26 18:49:40 2005
2
+++ doc/sv/Makefile.in	Mon Sep 26 18:51:45 2005
3
@@ -481,7 +481,7 @@
4
 	fi
5
 	$(INSTALL_DATA) index.docbook $(DESTDIR)/$(kde_htmldir)/sv/LabPlot/index.docbook
6
 	rm -f $(DESTDIR)/$(kde_htmldir)/sv/LabPlot/small_pics
7
-	ln -fs $(kde_htmldir)/en/LabPlot/small_pics/ $(DESTDIR)/$(kde_htmldir)/sv/LabPlot/
8
+	ln -fs $(kde_htmldir)/en/LabPlot/small_pics $(DESTDIR)/$(kde_htmldir)/sv/LabPlot/
9
 
10
 uninstall-local:
11
 #>- 	rm -f $(kde_htmldir)/sv/LabPlot/small_pics
(-)/home/makc/porting/ports/math/labplot/files/patch-doc__br__Makefile.in (+11 lines)
Line 0 Link Here
1
--- ./doc/br/Makefile.in.orig	2008-01-12 12:42:50.000000000 +0300
2
+++ ./doc/br/Makefile.in	2008-06-15 03:01:03.000000000 +0400
3
@@ -496,7 +496,7 @@
4
 	fi
5
 	$(INSTALL_DATA) index.docbook $(DESTDIR)/$(kde_htmldir)/br/LabPlot/index.docbook
6
 	rm -f $(DESTDIR)/$(kde_htmldir)/br/LabPlot/small_pics
7
-	ln -fs $(kde_htmldir)/en/LabPlot/small_pics/ $(DESTDIR)/$(kde_htmldir)/br/LabPlot/
8
+	ln -fs $(kde_htmldir)/en/LabPlot/small_pics $(DESTDIR)/$(kde_htmldir)/br/LabPlot/
9
 
10
 uninstall-local:
11
 #>- 	rm -f $(kde_htmldir)/br/LabPlot/small_pics
(-)/home/makc/porting/ports/math/labplot/files/patch-doc__de__Makefile.in (+11 lines)
Line 0 Link Here
1
--- ./doc/de/Makefile.in.orig	2008-01-12 12:42:50.000000000 +0300
2
+++ ./doc/de/Makefile.in	2008-06-15 03:01:03.000000000 +0400
3
@@ -496,7 +496,7 @@
4
 	fi
5
 	$(INSTALL_DATA) index.docbook $(DESTDIR)/$(kde_htmldir)/de/LabPlot/index.docbook
6
 	rm -f $(DESTDIR)/$(kde_htmldir)/de/LabPlot/small_pics
7
-	ln -fs $(kde_htmldir)/en/LabPlot/small_pics/ $(DESTDIR)/$(kde_htmldir)/de/LabPlot/
8
+	ln -fs $(kde_htmldir)/en/LabPlot/small_pics $(DESTDIR)/$(kde_htmldir)/de/LabPlot/
9
 
10
 uninstall-local:
11
 #>- 	rm -f $(kde_htmldir)/de/LabPlot/small_pics
(-)/home/makc/porting/ports/math/labplot/files/patch-doc__fr__Makefile.in (+11 lines)
Line 0 Link Here
1
--- ./doc/fr/Makefile.in.orig	2008-01-12 12:42:50.000000000 +0300
2
+++ ./doc/fr/Makefile.in	2008-06-15 03:01:03.000000000 +0400
3
@@ -496,7 +496,7 @@
4
 	fi
5
 	$(INSTALL_DATA) index.docbook $(DESTDIR)/$(kde_htmldir)/fr/LabPlot/index.docbook
6
 	rm -f $(DESTDIR)/$(kde_htmldir)/fr/LabPlot/small_pics
7
-	ln -fs $(kde_htmldir)/en/LabPlot/small_pics/ $(DESTDIR)/$(kde_htmldir)/fr/LabPlot/
8
+	ln -fs $(kde_htmldir)/en/LabPlot/small_pics $(DESTDIR)/$(kde_htmldir)/fr/LabPlot/
9
 
10
 uninstall-local:
11
 #>- 	rm -f $(kde_htmldir)/fr/LabPlot/small_pics
(-)/home/makc/porting/ports/math/labplot/files/patch-doc__it__Makefile.in (+11 lines)
Line 0 Link Here
1
--- ./doc/it/Makefile.in.orig	2008-01-12 12:42:50.000000000 +0300
2
+++ ./doc/it/Makefile.in	2008-06-15 03:01:03.000000000 +0400
3
@@ -496,7 +496,7 @@
4
 	fi
5
 	$(INSTALL_DATA) index.docbook $(DESTDIR)/$(kde_htmldir)/it/LabPlot/index.docbook
6
 	rm -f $(DESTDIR)/$(kde_htmldir)/it/LabPlot/small_pics
7
-	ln -fs $(kde_htmldir)/en/LabPlot/small_pics/ $(DESTDIR)/$(kde_htmldir)/it/LabPlot/
8
+	ln -fs $(kde_htmldir)/en/LabPlot/small_pics $(DESTDIR)/$(kde_htmldir)/it/LabPlot/
9
 
10
 uninstall-local:
11
 #>- 	rm -f $(kde_htmldir)/it/LabPlot/small_pics
(-)/home/makc/porting/ports/math/labplot/files/patch-doc__nl__Makefile.in (+11 lines)
Line 0 Link Here
1
--- ./doc/nl/Makefile.in.orig	2008-01-12 12:42:50.000000000 +0300
2
+++ ./doc/nl/Makefile.in	2008-06-15 03:01:03.000000000 +0400
3
@@ -496,7 +496,7 @@
4
 	fi
5
 	$(INSTALL_DATA) index.docbook $(DESTDIR)/$(kde_htmldir)/nl/LabPlot/index.docbook
6
 	rm -f $(DESTDIR)/$(kde_htmldir)/nl/LabPlot/small_pics
7
-	ln -fs $(kde_htmldir)/en/LabPlot/small_pics/ $(DESTDIR)/$(kde_htmldir)/nl/LabPlot/
8
+	ln -fs $(kde_htmldir)/en/LabPlot/small_pics $(DESTDIR)/$(kde_htmldir)/nl/LabPlot/
9
 
10
 uninstall-local:
11
 #>- 	rm -f $(kde_htmldir)/nl/LabPlot/small_pics
(-)/home/makc/porting/ports/math/labplot/files/patch-doc__pl__Makefile.in (+11 lines)
Line 0 Link Here
1
--- ./doc/pl/Makefile.in.orig	2008-01-12 12:42:50.000000000 +0300
2
+++ ./doc/pl/Makefile.in	2008-06-15 03:01:03.000000000 +0400
3
@@ -496,7 +496,7 @@
4
 	fi
5
 	$(INSTALL_DATA) index.docbook $(DESTDIR)/$(kde_htmldir)/pl/LabPlot/index.docbook
6
 	rm -f $(DESTDIR)/$(kde_htmldir)/pl/LabPlot/small_pics
7
-	ln -fs $(kde_htmldir)/en/LabPlot/small_pics/ $(DESTDIR)/$(kde_htmldir)/pl/LabPlot/
8
+	ln -fs $(kde_htmldir)/en/LabPlot/small_pics $(DESTDIR)/$(kde_htmldir)/pl/LabPlot/
9
 
10
 uninstall-local:
11
 #>- 	rm -f $(kde_htmldir)/pl/LabPlot/small_pics
(-)/home/makc/porting/ports/math/labplot/files/patch-doc__sv__Makefile.in (+11 lines)
Line 0 Link Here
1
--- ./doc/sv/Makefile.in.orig	2008-01-12 12:42:50.000000000 +0300
2
+++ ./doc/sv/Makefile.in	2008-06-15 03:01:03.000000000 +0400
3
@@ -496,7 +496,7 @@
4
 	fi
5
 	$(INSTALL_DATA) index.docbook $(DESTDIR)/$(kde_htmldir)/sv/LabPlot/index.docbook
6
 	rm -f $(DESTDIR)/$(kde_htmldir)/sv/LabPlot/small_pics
7
-	ln -fs $(kde_htmldir)/en/LabPlot/small_pics/ $(DESTDIR)/$(kde_htmldir)/sv/LabPlot/
8
+	ln -fs $(kde_htmldir)/en/LabPlot/small_pics $(DESTDIR)/$(kde_htmldir)/sv/LabPlot/
9
 
10
 uninstall-local:
11
 #>- 	rm -f $(kde_htmldir)/sv/LabPlot/small_pics
(-)/home/makc/porting/ports/math/labplot/pkg-descr (-3 / +3 lines)
Lines 1-6 Link Here
1
LabPlot is a program for two- and three-dimensional graphical
1
LabPlot is a program for two- and three-dimensional graphical
2
presentation of data sets and functions. LabPlot allows you to work
2
presentation of data sets and functions. LabPlot allows you to work
3
with multiple plots which each can have multiple graphs. The graphs
3
with multiple plots which each can have multiple graphs. The graphs
4
can be produced from data or from functions. 
4
can be produced from data or from functions.
5
 
5
6
WWW: http://labplot.sf.net
6
WWW: http://sourceforge.net/projects/labplot/
(-)/home/makc/porting/ports/math/labplot/pkg-plist (-160 / +162 lines)
Lines 1-118 Link Here
1
bin/opj2dat
2
bin/LabPlot
1
bin/LabPlot
3
bin/labplot
2
bin/labplot
4
lib/libLabPlotcephes.so.6
5
lib/libLabPlotcephes.so
6
lib/libLabPlotcephes.la
7
lib/libLabPlotcephes.a
8
lib/liborigin.so.0
9
lib/liborigin.so
10
lib/liborigin.la
11
lib/liborigin.a
12
lib/libLabPlot.so.6
13
lib/libLabPlot.so
14
lib/libLabPlot.la
15
lib/libLabPlot.a
3
lib/libLabPlot.a
16
share/doc/HTML/en/LabPlot/index.docbook
4
lib/libLabPlot.la
17
share/doc/HTML/en/LabPlot/small_pics/3d-small.png
5
lib/libLabPlot.so
18
share/doc/HTML/en/LabPlot/small_pics/VTK-small.png
6
lib/libLabPlot.so.7
19
share/doc/HTML/en/LabPlot/small_pics/analysis-small.png
7
lib/libLabPlotcephes.a
20
share/doc/HTML/en/LabPlot/small_pics/audio-small.png
8
lib/libLabPlotcephes.la
21
share/doc/HTML/en/LabPlot/small_pics/axeslabel-small.png
9
lib/libLabPlotcephes.so
22
share/doc/HTML/en/LabPlot/small_pics/bar-small.png
10
lib/libLabPlotcephes.so.6
23
share/doc/HTML/en/LabPlot/small_pics/csi-small.png
11
share/applications/kde/LabPlot.desktop
24
share/doc/HTML/en/LabPlot/small_pics/exponential_fit-small.png
12
share/apps/LabPlot/3d.lml.gz
25
share/doc/HTML/en/LabPlot/small_pics/fft-small.png
26
share/doc/HTML/en/LabPlot/small_pics/fileinfo_netcdf-small.png
27
share/doc/HTML/en/LabPlot/small_pics/fit-small.png
28
share/doc/HTML/en/LabPlot/small_pics/hist-small.png
29
share/doc/HTML/en/LabPlot/small_pics/image-small.png
30
share/doc/HTML/en/LabPlot/small_pics/konqueror-small.png
31
share/doc/HTML/en/LabPlot/small_pics/labplot-small.png
32
share/doc/HTML/en/LabPlot/small_pics/log-small.png
33
share/doc/HTML/en/LabPlot/small_pics/logfit-small.png
34
share/doc/HTML/en/LabPlot/small_pics/marker-small.png
35
share/doc/HTML/en/LabPlot/small_pics/multiplot-small.png
36
share/doc/HTML/en/LabPlot/small_pics/objects-small.png
37
share/doc/HTML/en/LabPlot/small_pics/pie-small.png
38
share/doc/HTML/en/LabPlot/small_pics/polar-small.png
39
share/doc/HTML/en/LabPlot/small_pics/qsa-green.png
40
share/doc/HTML/en/LabPlot/small_pics/qsa-import.png
41
share/doc/HTML/en/LabPlot/small_pics/qsa-plot.png
42
share/doc/HTML/en/LabPlot/small_pics/qsa-session.png
43
share/doc/HTML/en/LabPlot/small_pics/qwt3d-small.png
44
share/doc/HTML/en/LabPlot/small_pics/rydberg-small.png
45
share/doc/HTML/en/LabPlot/small_pics/sfi-small.png
46
share/doc/HTML/en/LabPlot/small_pics/spreadsheet-small.png
47
share/doc/HTML/en/LabPlot/small_pics/surface-small.png
48
share/doc/HTML/en/LabPlot/small_pics/surface2-small.png
49
share/doc/HTML/en/LabPlot/small_pics/surfacestyle-small.png
50
share/doc/HTML/en/LabPlot/small_pics/ternary-small.png
51
share/doc/HTML/en/LabPlot/small_pics/texlabel-small.png
52
share/doc/HTML/en/LabPlot/small_pics/worksheet-small.png
53
share/doc/HTML/en/labplot
54
share/doc/HTML/de/LabPlot/index.docbook
55
share/doc/HTML/de/LabPlot/small_pics
56
share/doc/HTML/de/labplot
57
share/doc/HTML/fr/LabPlot/index.docbook
58
share/doc/HTML/fr/LabPlot/small_pics
59
share/doc/HTML/fr/labplot
60
share/doc/HTML/sv/LabPlot/index.docbook
61
share/doc/HTML/sv/LabPlot/small_pics
62
share/doc/HTML/sv/labplot
63
share/doc/HTML/br/LabPlot/index.docbook
64
share/doc/HTML/br/LabPlot/small_pics
65
share/doc/HTML/br/labplot
66
share/doc/HTML/it/LabPlot/index.docbook
67
share/doc/HTML/it/LabPlot/small_pics
68
share/doc/HTML/it/labplot
69
share/doc/HTML/pl/LabPlot/index.docbook
70
share/doc/HTML/pl/LabPlot/small_pics
71
share/doc/HTML/pl/labplot
72
share/doc/HTML/nl/LabPlot/index.docbook
73
share/doc/HTML/nl/LabPlot/small_pics
74
share/doc/HTML/nl/labplot
75
share/locale/br/LC_MESSAGES/LabPlot.mo
76
share/locale/cy/LC_MESSAGES/LabPlot.mo
77
share/locale/da/LC_MESSAGES/LabPlot.mo
78
share/locale/de/LC_MESSAGES/LabPlot.mo
79
share/locale/es/LC_MESSAGES/LabPlot.mo
80
share/locale/et/LC_MESSAGES/LabPlot.mo
81
share/locale/fr/LC_MESSAGES/LabPlot.mo
82
share/locale/ga/LC_MESSAGES/LabPlot.mo
83
share/locale/is/LC_MESSAGES/LabPlot.mo
84
share/locale/it/LC_MESSAGES/LabPlot.mo
85
share/locale/ja/LC_MESSAGES/LabPlot.mo
86
share/locale/nl/LC_MESSAGES/LabPlot.mo
87
share/locale/ru/LC_MESSAGES/LabPlot.mo
88
share/locale/sv/LC_MESSAGES/LabPlot.mo
89
share/locale/ta/LC_MESSAGES/LabPlot.mo
90
share/locale/tr/LC_MESSAGES/LabPlot.mo
91
share/locale/zh/LC_MESSAGES/LabPlot.mo
92
share/locale/pl/LC_MESSAGES/LabPlot.mo
93
share/locale/ca/LC_MESSAGES/LabPlot.mo
94
share/locale/cs/LC_MESSAGES/LabPlot.mo
95
share/locale/pt/LC_MESSAGES/LabPlot.mo
96
share/locale/ro/LC_MESSAGES/LabPlot.mo
97
share/locale/sr/LC_MESSAGES/LabPlot.mo
98
share/icons/locolor/16x16/apps/LabPlot.png
99
share/icons/locolor/16x16/mimetypes/lpl.png
100
share/icons/locolor/22x22/apps/LabPlot.png
101
share/icons/locolor/22x22/mimetypes/lpl.png
102
share/icons/locolor/32x32/apps/LabPlot.png
103
share/icons/locolor/32x32/mimetypes/lpl.png
104
share/icons/hicolor/64x64/apps/LabPlot.png
105
share/icons/hicolor/64x64/mimetypes/lpl.png
106
share/icons/hicolor/32x32/apps/LabPlot.png
107
share/icons/hicolor/32x32/mimetypes/lpl.png
108
share/icons/hicolor/48x48/mimetypes/lpl.png
109
share/icons/hicolor/48x48/apps/LabPlot.png
110
share/icons/hicolor/16x16/mimetypes/lpl.png
111
share/icons/hicolor/16x16/apps/LabPlot.png
112
share/icons/hicolor/22x22/mimetypes/lpl.png
113
share/icons/hicolor/22x22/apps/LabPlot.png
114
share/mimelnk/application/x-lpl.desktop
115
share/apps/LabPlot/LabPlotui.rc
13
share/apps/LabPlot/LabPlotui.rc
14
share/apps/LabPlot/analysis.lml.gz
15
share/apps/LabPlot/attribute.qs
16
share/apps/LabPlot/audio.lml.gz
17
share/apps/LabPlot/axesdialog.qs
18
share/apps/LabPlot/axeslabel.lml.gz
19
share/apps/LabPlot/bar.lml.gz
116
share/apps/LabPlot/colormaps/3D.MAP
20
share/apps/LabPlot/colormaps/3D.MAP
117
share/apps/LabPlot/colormaps/4ZEBBOW.MAP
21
share/apps/LabPlot/colormaps/4ZEBBOW.MAP
118
share/apps/LabPlot/colormaps/4ZEBBOWX.MAP
22
share/apps/LabPlot/colormaps/4ZEBBOWX.MAP
Lines 236-242 Link Here
236
share/apps/LabPlot/colormaps/UNKNOWN.MAP
140
share/apps/LabPlot/colormaps/UNKNOWN.MAP
237
share/apps/LabPlot/colormaps/VOLCANO.MAP
141
share/apps/LabPlot/colormaps/VOLCANO.MAP
238
share/apps/LabPlot/colormaps/VOLCANO2.MAP
142
share/apps/LabPlot/colormaps/VOLCANO2.MAP
239
share/apps/LabPlot/colormaps/YGB.MAP
240
share/apps/LabPlot/colormaps/VOLCANO3.MAP
143
share/apps/LabPlot/colormaps/VOLCANO3.MAP
241
share/apps/LabPlot/colormaps/VOLCANO4.MAP
144
share/apps/LabPlot/colormaps/VOLCANO4.MAP
242
share/apps/LabPlot/colormaps/VOLCANO5.MAP
145
share/apps/LabPlot/colormaps/VOLCANO5.MAP
Lines 249-257 Link Here
249
share/apps/LabPlot/colormaps/WYBR.MAP
152
share/apps/LabPlot/colormaps/WYBR.MAP
250
share/apps/LabPlot/colormaps/Waltz.map
153
share/apps/LabPlot/colormaps/Waltz.map
251
share/apps/LabPlot/colormaps/YELPURP1.MAP
154
share/apps/LabPlot/colormaps/YELPURP1.MAP
155
share/apps/LabPlot/colormaps/YGB.MAP
252
share/apps/LabPlot/colormaps/YOOLS.MAP
156
share/apps/LabPlot/colormaps/YOOLS.MAP
253
share/apps/LabPlot/colormaps/Zaoud.map
157
share/apps/LabPlot/colormaps/Zaoud.map
254
share/apps/LabPlot/colormaps/_standard.map
158
share/apps/LabPlot/colormaps/_standard.map
159
share/apps/LabPlot/datadialog.qs
160
share/apps/LabPlot/error-plot.qs
161
share/apps/LabPlot/exponential_fit.lml.gz
162
share/apps/LabPlot/export.qs
163
share/apps/LabPlot/fft.lml.gz
164
share/apps/LabPlot/fit.lml.gz
165
share/apps/LabPlot/fit.qs
166
share/apps/LabPlot/function.qs
167
share/apps/LabPlot/hist.lml.gz
168
share/apps/LabPlot/image.lml.gz
169
share/apps/LabPlot/import-binary.qs
170
share/apps/LabPlot/import-opj.qs
171
share/apps/LabPlot/import.qs
172
share/apps/LabPlot/import2.qs
173
share/apps/LabPlot/labplot.png
174
share/apps/LabPlot/labplot.qs
175
share/apps/LabPlot/legend.qs
176
share/apps/LabPlot/log.lml.gz
177
share/apps/LabPlot/logfit.lml.gz
178
share/apps/LabPlot/marker.lml.gz
179
share/apps/LabPlot/multiplot.lml.gz
180
share/apps/LabPlot/objects.lml.gz
181
share/apps/LabPlot/objects.qs
182
share/apps/LabPlot/penguin.png
183
share/apps/LabPlot/pie.lml.gz
184
share/apps/LabPlot/plot.qs
185
share/apps/LabPlot/polar.lml.gz
255
share/apps/LabPlot/qsa-icons/d_class.png
186
share/apps/LabPlot/qsa-icons/d_class.png
256
share/apps/LabPlot/qsa-icons/d_editcopy.png
187
share/apps/LabPlot/qsa-icons/d_editcopy.png
257
share/apps/LabPlot/qsa-icons/d_editcut.png
188
share/apps/LabPlot/qsa-icons/d_editcut.png
Lines 291-356 Link Here
291
share/apps/LabPlot/qsa-icons/splash.png
222
share/apps/LabPlot/qsa-icons/splash.png
292
share/apps/LabPlot/qsa-icons/stop.png
223
share/apps/LabPlot/qsa-icons/stop.png
293
share/apps/LabPlot/qsa-icons/undo.png
224
share/apps/LabPlot/qsa-icons/undo.png
294
share/apps/LabPlot/3d.lpl.gz
225
share/apps/LabPlot/qwt.lml.gz
295
share/apps/LabPlot/analysis.lpl.gz
296
share/apps/LabPlot/audio.lpl.gz
297
share/apps/LabPlot/axeslabel.lpl.gz
298
share/apps/LabPlot/bar.lpl.gz
299
share/apps/LabPlot/exponential_fit.lpl.gz
300
share/apps/LabPlot/fft.lpl.gz
301
share/apps/LabPlot/fit.lpl.gz
302
share/apps/LabPlot/hist.lpl.gz
303
share/apps/LabPlot/image.lpl.gz
304
share/apps/LabPlot/labplot.lpl.gz
305
share/apps/LabPlot/log.lpl.gz
306
share/apps/LabPlot/logfit.lpl.gz
307
share/apps/LabPlot/marker.lpl.gz
308
share/apps/LabPlot/multiplot.lpl.gz
309
share/apps/LabPlot/objects.lpl.gz
310
share/apps/LabPlot/pie.lpl.gz
311
share/apps/LabPlot/polar.lpl.gz
312
share/apps/LabPlot/qwt.lpl.gz
313
share/apps/LabPlot/rydberg.lpl.gz
314
share/apps/LabPlot/surface.lpl.gz
315
share/apps/LabPlot/surface2.lpl.gz
316
share/apps/LabPlot/surfacestyle.lpl.gz
317
share/apps/LabPlot/ternary.lpl.gz
318
share/apps/LabPlot/texlabel.lpl.gz
319
share/apps/LabPlot/penguin.png
320
share/apps/LabPlot/labplot.png
321
share/apps/LabPlot/attribute.qs
322
share/apps/LabPlot/axesdialog.qs
323
share/apps/LabPlot/datadialog.qs
324
share/apps/LabPlot/error-plot.qs
325
share/apps/LabPlot/export.qs
326
share/apps/LabPlot/fit.qs
327
share/apps/LabPlot/function.qs
328
share/apps/LabPlot/import.qs
329
share/apps/LabPlot/import2.qs
330
share/apps/LabPlot/labplot.qs
331
share/apps/LabPlot/legend.qs
332
share/apps/LabPlot/objects.qs
333
share/apps/LabPlot/plot.qs
334
share/apps/LabPlot/result.qs
226
share/apps/LabPlot/result.qs
335
share/apps/LabPlot/ylog.qs
227
share/apps/LabPlot/rydberg.lml.gz
336
share/apps/LabPlot/session.qs
228
share/apps/LabPlot/session.qs
229
share/apps/LabPlot/shosho.qs
230
share/apps/LabPlot/shosho2.qs
337
share/apps/LabPlot/simple.qs
231
share/apps/LabPlot/simple.qs
338
share/apps/LabPlot/spreadsheet.qs
232
share/apps/LabPlot/spreadsheet.qs
339
share/apps/LabPlot/surface-image.qs
233
share/apps/LabPlot/surface-image.qs
340
share/apps/LabPlot/surface-plot.qs
234
share/apps/LabPlot/surface-plot.qs
235
share/apps/LabPlot/surface.lml.gz
236
share/apps/LabPlot/surface2.lml.gz
237
share/apps/LabPlot/surfacestyle.lml.gz
238
share/apps/LabPlot/ternary.lml.gz
341
share/apps/LabPlot/ternary.qs
239
share/apps/LabPlot/ternary.qs
240
share/apps/LabPlot/texlabel.lml.gz
342
share/apps/LabPlot/title.qs
241
share/apps/LabPlot/title.qs
343
share/applications/kde/LabPlot.desktop
242
share/apps/LabPlot/ylog.qs
243
share/doc/HTML/br/LabPlot/index.docbook
244
share/doc/HTML/br/LabPlot/small_pics
245
share/doc/HTML/br/labplot
246
share/doc/HTML/de/LabPlot/index.docbook
247
share/doc/HTML/de/LabPlot/small_pics
248
share/doc/HTML/de/labplot
249
share/doc/HTML/en/LabPlot/index.docbook
250
share/doc/HTML/en/LabPlot/small_pics/3d-small.png
251
share/doc/HTML/en/LabPlot/small_pics/VTK-small.png
252
share/doc/HTML/en/LabPlot/small_pics/analysis-small.png
253
share/doc/HTML/en/LabPlot/small_pics/audio-small.png
254
share/doc/HTML/en/LabPlot/small_pics/axeslabel-small.png
255
share/doc/HTML/en/LabPlot/small_pics/bar-small.png
256
share/doc/HTML/en/LabPlot/small_pics/csi-small.png
257
share/doc/HTML/en/LabPlot/small_pics/exponential_fit-small.png
258
share/doc/HTML/en/LabPlot/small_pics/fft-small.png
259
share/doc/HTML/en/LabPlot/small_pics/fileinfo_netcdf-small.png
260
share/doc/HTML/en/LabPlot/small_pics/fit-small.png
261
share/doc/HTML/en/LabPlot/small_pics/hist-small.png
262
share/doc/HTML/en/LabPlot/small_pics/image-small.png
263
share/doc/HTML/en/LabPlot/small_pics/konqueror-small.png
264
share/doc/HTML/en/LabPlot/small_pics/labplot-small.png
265
share/doc/HTML/en/LabPlot/small_pics/log-small.png
266
share/doc/HTML/en/LabPlot/small_pics/logfit-small.png
267
share/doc/HTML/en/LabPlot/small_pics/marker-small.png
268
share/doc/HTML/en/LabPlot/small_pics/multiplot-small.png
269
share/doc/HTML/en/LabPlot/small_pics/objects-small.png
270
share/doc/HTML/en/LabPlot/small_pics/pie-small.png
271
share/doc/HTML/en/LabPlot/small_pics/polar-small.png
272
share/doc/HTML/en/LabPlot/small_pics/qsa-green.png
273
share/doc/HTML/en/LabPlot/small_pics/qsa-import.png
274
share/doc/HTML/en/LabPlot/small_pics/qsa-plot.png
275
share/doc/HTML/en/LabPlot/small_pics/qsa-session.png
276
share/doc/HTML/en/LabPlot/small_pics/qwt3d-small.png
277
share/doc/HTML/en/LabPlot/small_pics/rydberg-small.png
278
share/doc/HTML/en/LabPlot/small_pics/sfi-small.png
279
share/doc/HTML/en/LabPlot/small_pics/spreadsheet-small.png
280
share/doc/HTML/en/LabPlot/small_pics/surface-small.png
281
share/doc/HTML/en/LabPlot/small_pics/surface2-small.png
282
share/doc/HTML/en/LabPlot/small_pics/surfacestyle-small.png
283
share/doc/HTML/en/LabPlot/small_pics/ternary-small.png
284
share/doc/HTML/en/LabPlot/small_pics/texlabel-small.png
285
share/doc/HTML/en/LabPlot/small_pics/worksheet-small.png
286
share/doc/HTML/en/labplot
287
share/doc/HTML/fr/LabPlot/index.docbook
288
share/doc/HTML/fr/LabPlot/small_pics
289
share/doc/HTML/fr/labplot
290
share/doc/HTML/it/LabPlot/index.docbook
291
share/doc/HTML/it/LabPlot/small_pics
292
share/doc/HTML/it/labplot
293
share/doc/HTML/nl/LabPlot/index.docbook
294
share/doc/HTML/nl/LabPlot/small_pics
295
share/doc/HTML/nl/labplot
296
share/doc/HTML/pl/LabPlot/index.docbook
297
share/doc/HTML/pl/LabPlot/small_pics
298
share/doc/HTML/pl/labplot
299
share/doc/HTML/sv/LabPlot/index.docbook
300
share/doc/HTML/sv/LabPlot/small_pics
301
share/doc/HTML/sv/labplot
302
share/icons/hicolor/16x16/apps/LabPlot.png
303
share/icons/hicolor/16x16/mimetypes/lpl.png
304
share/icons/hicolor/22x22/apps/LabPlot.png
305
share/icons/hicolor/22x22/mimetypes/lpl.png
306
share/icons/hicolor/32x32/apps/LabPlot.png
307
share/icons/hicolor/32x32/mimetypes/lpl.png
308
share/icons/hicolor/48x48/apps/LabPlot.png
309
share/icons/hicolor/48x48/mimetypes/lpl.png
310
share/icons/hicolor/64x64/apps/LabPlot.png
311
share/icons/hicolor/64x64/mimetypes/lpl.png
312
share/icons/locolor/16x16/apps/LabPlot.png
313
share/icons/locolor/16x16/mimetypes/lpl.png
314
share/icons/locolor/22x22/apps/LabPlot.png
315
share/icons/locolor/22x22/mimetypes/lpl.png
316
share/icons/locolor/32x32/apps/LabPlot.png
317
share/icons/locolor/32x32/mimetypes/lpl.png
318
share/locale/br/LC_MESSAGES/LabPlot.mo
319
share/locale/ca/LC_MESSAGES/LabPlot.mo
320
share/locale/cs/LC_MESSAGES/LabPlot.mo
321
share/locale/cy/LC_MESSAGES/LabPlot.mo
322
share/locale/da/LC_MESSAGES/LabPlot.mo
323
share/locale/de/LC_MESSAGES/LabPlot.mo
324
share/locale/es/LC_MESSAGES/LabPlot.mo
325
share/locale/et/LC_MESSAGES/LabPlot.mo
326
share/locale/fr/LC_MESSAGES/LabPlot.mo
327
share/locale/ga/LC_MESSAGES/LabPlot.mo
328
share/locale/is/LC_MESSAGES/LabPlot.mo
329
share/locale/it/LC_MESSAGES/LabPlot.mo
330
share/locale/ja/LC_MESSAGES/LabPlot.mo
331
share/locale/lt/LC_MESSAGES/LabPlot.mo
332
share/locale/nl/LC_MESSAGES/LabPlot.mo
333
share/locale/pl/LC_MESSAGES/LabPlot.mo
334
share/locale/pt/LC_MESSAGES/LabPlot.mo
335
share/locale/ro/LC_MESSAGES/LabPlot.mo
336
share/locale/ru/LC_MESSAGES/LabPlot.mo
337
share/locale/sr/LC_MESSAGES/LabPlot.mo
338
share/locale/sv/LC_MESSAGES/LabPlot.mo
339
share/locale/ta/LC_MESSAGES/LabPlot.mo
340
share/locale/tr/LC_MESSAGES/LabPlot.mo
341
share/locale/uk/LC_MESSAGES/LabPlot.mo
342
share/locale/zh/LC_MESSAGES/LabPlot.mo
343
share/mimelnk/application/x-lml.desktop
344
share/mimelnk/application/x-lpl.desktop
345
@dirrm share/doc/HTML/sv/LabPlot
346
@dirrm share/doc/HTML/pl/LabPlot
347
@dirrm share/doc/HTML/nl/LabPlot
348
@dirrm share/doc/HTML/it/LabPlot
349
@dirrm share/doc/HTML/fr/LabPlot
344
@dirrm share/doc/HTML/en/LabPlot/small_pics
350
@dirrm share/doc/HTML/en/LabPlot/small_pics
345
@dirrm share/doc/HTML/en/LabPlot
351
@dirrm share/doc/HTML/en/LabPlot
346
@dirrm share/doc/HTML/de/LabPlot
352
@dirrm share/doc/HTML/de/LabPlot
347
@dirrm share/doc/HTML/fr/LabPlot
348
@dirrm share/doc/HTML/sv/LabPlot
349
@dirrm share/doc/HTML/br/LabPlot
353
@dirrm share/doc/HTML/br/LabPlot
350
@dirrm share/doc/HTML/br
354
@dirrm share/doc/HTML/br
351
@dirrm share/doc/HTML/it/LabPlot
352
@dirrm share/doc/HTML/nl/LabPlot
353
@dirrm share/doc/HTML/pl/LabPlot
354
@dirrm share/apps/LabPlot/colormaps
355
@dirrm share/apps/LabPlot/qsa-icons
355
@dirrm share/apps/LabPlot/qsa-icons
356
@dirrm share/apps/LabPlot/colormaps
356
@dirrm share/apps/LabPlot
357
@dirrm share/apps/LabPlot
358
@dirrmtry share/applications/kde

Return to bug 124613