Date: Tue, 27 Mar 2012 03:42:28 +0600 (BDT) From: Muhammad Moinur Rahman <5u623l20@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/166433: [PATCH] math/labplot: update to 1.6.0.3, take maintainership Message-ID: <201203262142.q2QLgSqt026375@bofh.telnet.net.bd> Resent-Message-ID: <201203262150.q2QLo7bf016033@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 166433 >Category: ports >Synopsis: [PATCH] math/labplot: update to 1.6.0.3, take maintainership >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Mar 26 21:50:07 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Muhammad Moinur Rahman >Release: FreeBSD 9.0-STABLE amd64 >Organization: >Environment: System: FreeBSD bofh.telnet.net.bd 9.0-STABLE FreeBSD 9.0-STABLE #0: Fri Mar 2 02:21:51 BDT >Description: - Update to 1.6.0.3 - Take maintainership - Renamed patch files eliminating ":" characters Added file(s): - files/patch-doc-br-Makefile.in - files/patch-doc-de-Makefile.in - files/patch-doc-fr-Makefile.in - files/patch-doc-it-Makefile.in - files/patch-doc-nl-Makefile.in - files/patch-doc-pl-Makefile.in - files/patch-doc-sv-Makefile.in Removed file(s): - files/patch-doc::br::Makefile.in - files/patch-doc::de::Makefile.in - files/patch-doc::fr::Makefile.in - files/patch-doc::it::Makefile.in - files/patch-doc::nl::Makefile.in - files/patch-doc::pl::Makefile.in - files/patch-doc::sv::Makefile.in - files/patch-src__constants.h For Committer's Reference: https://redports.org/~subzero/20120326110647-51491-17116/LabPlot-1.6.0.3.log https://redports.org/~subzero/20120326110647-51491-17117/LabPlot-1.6.0.3.log https://redports.org/~subzero/20120326110647-51491-17118/LabPlot-1.6.0.3.log https://redports.org/~subzero/20120326110647-51491-17121/LabPlot-1.6.0.3.log https://redports.org/~subzero/20120326110647-51491-17122/LabPlot-1.6.0.3.log https://redports.org/~subzero/20120326110647-51491-17123/LabPlot-1.6.0.3.log This does not build upon 7.4 due dependancy failure uf Cups with KDELIBS3. Generated with FreeBSD Port Tools 0.99_4 (mode: update, diff: ports) >How-To-Repeat: >Fix: --- LabPlot-1.6.0.3.patch begins here --- diff -ruN --exclude=CVS /usr/ports/math/labplot/Makefile ./Makefile --- /usr/ports/math/labplot/Makefile 2011-11-02 03:59:37.000000000 +0600 +++ ./Makefile 2012-03-26 16:45:23.309245359 +0600 @@ -6,12 +6,11 @@ # PORTNAME= LabPlot -PORTVERSION= 1.6.0.2 -PORTREVISION= 15 +PORTVERSION= 1.6.0.3 CATEGORIES= math kde MASTER_SITES= SF -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= LabPlot : Data analysis and visualisation LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \ @@ -45,7 +44,6 @@ 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 @@ -109,4 +107,6 @@ RUN_DEPENDS+= texvc:${PORTSDIR}/print/texvc .endif +post-extract: + ${CHMOD} 755 ${WRKSRC}/admin/install-sh .include <bsd.port.post.mk> diff -ruN --exclude=CVS /usr/ports/math/labplot/distinfo ./distinfo --- /usr/ports/math/labplot/distinfo 2011-03-20 18:50:13.000000000 +0600 +++ ./distinfo 2012-03-26 13:00:34.536237617 +0600 @@ -1,2 +1,2 @@ -SHA256 (LabPlot-1.6.0.2.tar.bz2) = 6288ec60ade410e09a4105e240e8faf6bd497ec4f56635b1f5d27d55d4bd2eaa -SIZE (LabPlot-1.6.0.2.tar.bz2) = 10268052 +SHA256 (LabPlot-1.6.0.3.tar.bz2) = 21f011d4338315e2d97bee35865621aae3014577d4102ea69cd8bc31e7cb4ad1 +SIZE (LabPlot-1.6.0.3.tar.bz2) = 10257175 diff -ruN --exclude=CVS /usr/ports/math/labplot/files/patch-doc-br-Makefile.in ./files/patch-doc-br-Makefile.in --- /usr/ports/math/labplot/files/patch-doc-br-Makefile.in 1970-01-01 06:00:00.000000000 +0600 +++ ./files/patch-doc-br-Makefile.in 2008-06-19 16:52:03.000000000 +0600 @@ -0,0 +1,11 @@ +--- ./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 -ruN --exclude=CVS /usr/ports/math/labplot/files/patch-doc-de-Makefile.in ./files/patch-doc-de-Makefile.in --- /usr/ports/math/labplot/files/patch-doc-de-Makefile.in 1970-01-01 06:00:00.000000000 +0600 +++ ./files/patch-doc-de-Makefile.in 2008-06-19 16:52:03.000000000 +0600 @@ -0,0 +1,11 @@ +--- ./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 -ruN --exclude=CVS /usr/ports/math/labplot/files/patch-doc-fr-Makefile.in ./files/patch-doc-fr-Makefile.in --- /usr/ports/math/labplot/files/patch-doc-fr-Makefile.in 1970-01-01 06:00:00.000000000 +0600 +++ ./files/patch-doc-fr-Makefile.in 2008-06-19 16:52:03.000000000 +0600 @@ -0,0 +1,11 @@ +--- ./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 -ruN --exclude=CVS /usr/ports/math/labplot/files/patch-doc-it-Makefile.in ./files/patch-doc-it-Makefile.in --- /usr/ports/math/labplot/files/patch-doc-it-Makefile.in 1970-01-01 06:00:00.000000000 +0600 +++ ./files/patch-doc-it-Makefile.in 2008-06-19 16:52:03.000000000 +0600 @@ -0,0 +1,11 @@ +--- ./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 -ruN --exclude=CVS /usr/ports/math/labplot/files/patch-doc-nl-Makefile.in ./files/patch-doc-nl-Makefile.in --- /usr/ports/math/labplot/files/patch-doc-nl-Makefile.in 1970-01-01 06:00:00.000000000 +0600 +++ ./files/patch-doc-nl-Makefile.in 2008-06-19 16:52:03.000000000 +0600 @@ -0,0 +1,11 @@ +--- ./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 -ruN --exclude=CVS /usr/ports/math/labplot/files/patch-doc-pl-Makefile.in ./files/patch-doc-pl-Makefile.in --- /usr/ports/math/labplot/files/patch-doc-pl-Makefile.in 1970-01-01 06:00:00.000000000 +0600 +++ ./files/patch-doc-pl-Makefile.in 2008-06-19 16:52:03.000000000 +0600 @@ -0,0 +1,11 @@ +--- ./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 -ruN --exclude=CVS /usr/ports/math/labplot/files/patch-doc-sv-Makefile.in ./files/patch-doc-sv-Makefile.in --- /usr/ports/math/labplot/files/patch-doc-sv-Makefile.in 1970-01-01 06:00:00.000000000 +0600 +++ ./files/patch-doc-sv-Makefile.in 2008-06-19 16:52:03.000000000 +0600 @@ -0,0 +1,11 @@ +--- ./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 -ruN --exclude=CVS /usr/ports/math/labplot/files/patch-doc::br::Makefile.in ./files/patch-doc::br::Makefile.in --- /usr/ports/math/labplot/files/patch-doc::br::Makefile.in 2008-06-19 16:52:03.000000000 +0600 +++ ./files/patch-doc::br::Makefile.in 1970-01-01 06:00:00.000000000 +0600 @@ -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 -ruN --exclude=CVS /usr/ports/math/labplot/files/patch-doc::de::Makefile.in ./files/patch-doc::de::Makefile.in --- /usr/ports/math/labplot/files/patch-doc::de::Makefile.in 2008-06-19 16:52:03.000000000 +0600 +++ ./files/patch-doc::de::Makefile.in 1970-01-01 06:00:00.000000000 +0600 @@ -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 -ruN --exclude=CVS /usr/ports/math/labplot/files/patch-doc::fr::Makefile.in ./files/patch-doc::fr::Makefile.in --- /usr/ports/math/labplot/files/patch-doc::fr::Makefile.in 2008-06-19 16:52:03.000000000 +0600 +++ ./files/patch-doc::fr::Makefile.in 1970-01-01 06:00:00.000000000 +0600 @@ -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 -ruN --exclude=CVS /usr/ports/math/labplot/files/patch-doc::it::Makefile.in ./files/patch-doc::it::Makefile.in --- /usr/ports/math/labplot/files/patch-doc::it::Makefile.in 2008-06-19 16:52:03.000000000 +0600 +++ ./files/patch-doc::it::Makefile.in 1970-01-01 06:00:00.000000000 +0600 @@ -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 -ruN --exclude=CVS /usr/ports/math/labplot/files/patch-doc::nl::Makefile.in ./files/patch-doc::nl::Makefile.in --- /usr/ports/math/labplot/files/patch-doc::nl::Makefile.in 2008-06-19 16:52:03.000000000 +0600 +++ ./files/patch-doc::nl::Makefile.in 1970-01-01 06:00:00.000000000 +0600 @@ -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 -ruN --exclude=CVS /usr/ports/math/labplot/files/patch-doc::pl::Makefile.in ./files/patch-doc::pl::Makefile.in --- /usr/ports/math/labplot/files/patch-doc::pl::Makefile.in 2008-06-19 16:52:03.000000000 +0600 +++ ./files/patch-doc::pl::Makefile.in 1970-01-01 06:00:00.000000000 +0600 @@ -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 -ruN --exclude=CVS /usr/ports/math/labplot/files/patch-doc::sv::Makefile.in ./files/patch-doc::sv::Makefile.in --- /usr/ports/math/labplot/files/patch-doc::sv::Makefile.in 2008-06-19 16:52:03.000000000 +0600 +++ ./files/patch-doc::sv::Makefile.in 1970-01-01 06:00:00.000000000 +0600 @@ -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 -ruN --exclude=CVS /usr/ports/math/labplot/files/patch-src__constants.h ./files/patch-src__constants.h --- /usr/ports/math/labplot/files/patch-src__constants.h 2009-12-02 03:33:41.000000000 +0700 +++ ./files/patch-src__constants.h 1970-01-01 06:00:00.000000000 +0600 @@ -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 -ruN --exclude=CVS /usr/ports/math/labplot/pkg-plist ./pkg-plist --- /usr/ports/math/labplot/pkg-plist 2008-06-19 16:52:02.000000000 +0600 +++ ./pkg-plist 2012-03-26 16:46:11.617252941 +0600 @@ -299,28 +299,13 @@ 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/el/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 --- LabPlot-1.6.0.3.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201203262142.q2QLgSqt026375>