diff options
author | Markus Brueffer <markus@FreeBSD.org> | 2006-03-27 21:27:42 +0000 |
---|---|---|
committer | Markus Brueffer <markus@FreeBSD.org> | 2006-03-27 21:27:42 +0000 |
commit | e4e641b77924d1f062dc1094f57a7246acb0470d (patch) | |
tree | 6a2235a8b57754fe8ab42019fd987787c4c6f120 /science/kst | |
parent | 68f8b915d0fddea56a1d7ed600294674e3d96f15 (diff) | |
download | ports-e4e641b77924d1f062dc1094f57a7246acb0470d.tar.gz ports-e4e641b77924d1f062dc1094f57a7246acb0470d.zip |
Notes
Diffstat (limited to 'science/kst')
-rw-r--r-- | science/kst/Makefile | 40 | ||||
-rw-r--r-- | science/kst/distinfo | 6 | ||||
-rw-r--r-- | science/kst/files/patch-configure | 240 | ||||
-rw-r--r-- | science/kst/files/patch-kst-kst-emailthread.cpp | 10 | ||||
-rw-r--r-- | science/kst/files/patch-kst-kst-stdinsource.cpp | 11 | ||||
-rw-r--r-- | science/kst/files/patch-kst_kst-changenptsdialog.ui | 10 | ||||
-rw-r--r-- | science/kst/files/patch-kst_kst-datawizard.ui | 14 | ||||
-rw-r--r-- | science/kst/files/patch-kst_kst-psddialog.ui | 10 | ||||
-rw-r--r-- | science/kst/files/patch-kst_kst-vectordialog.ui | 9 | ||||
-rw-r--r-- | science/kst/pkg-plist | 519 |
10 files changed, 524 insertions, 345 deletions
diff --git a/science/kst/Makefile b/science/kst/Makefile index 7eedfb986eaf..c10c80a40ef9 100644 --- a/science/kst/Makefile +++ b/science/kst/Makefile @@ -5,14 +5,13 @@ # $FreeBSD$ PORTNAME= kst -PORTVERSION= 0.99 -PORTREVISION= 5 +PORTVERSION= 1.2.0 CATEGORIES= science kde MASTER_SITES= ${MASTER_SITE_KDE} \ http://omega.astro.utoronto.ca/${PORTNAME}/ MASTER_SITE_SUBDIR= stable/apps/KDE3.x/scientific -MAINTAINER= markus@FreeBSD.org +MAINTAINER= kay_lehmann@web.de COMMENT= Data viewing program for KDE LIB_DEPENDS= cfitsio.0:${PORTSDIR}/astro/cfitsio \ @@ -21,10 +20,39 @@ LIB_DEPENDS= cfitsio.0:${PORTSDIR}/astro/cfitsio \ USE_KDELIBS_VER=3 USE_GMAKE= yes USE_AUTOTOOLS= libtool:15 -USE_REINPLACE= yes +INSTALLS_SHLIB= yes +USE_GETTEXT= yes + +OPTIONS= NETCDF "Enable netcdf file support" off \ + CDF "Enable cdf file support" off + +MAN1= kst.1 + +.include <bsd.port.pre.mk> + +.if defined(WITH_NETCDF) +LIB_DEPENDS+= netcdf.1:${PORTSDIR}/science/netcdf +PLIST_SUB+= NETCDF="" +.else +CONFIGURE_ARGS+= --without-netcdf +PLIST_SUB+= NETCDF="@comment " +.endif + +.if defined(WITH_CDF) +LIB_DEPENDS+= cdf.0:${PORTSDIR}/science/cdf +PLIST_SUB+= CDF="" +.else +CONFIGURE_ARGS+= --without-cdf +PLIST_SUB+= CDF="@comment " +.endif post-patch: @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT} - @${REINPLACE_CMD} -e 's|xx||g' ${WRKSRC}/po/Makefile.in +.if !defined(WITH_NETCDF) + @${REINPLACE_CMD} -e 's| netcdf||g' ${WRKSRC}/kst/kst/datasources/Makefile.in +.endif +.if !defined(WITH_CDF) + @${REINPLACE_CMD} -e 's| cdf||g' ${WRKSRC}/kst/kst/datasources/Makefile.in +.endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/science/kst/distinfo b/science/kst/distinfo index 5331b0ae5556..c7081f878cf5 100644 --- a/science/kst/distinfo +++ b/science/kst/distinfo @@ -1,3 +1,3 @@ -MD5 (kst-0.99.tar.gz) = 76019eb811611503d04cff36e20aabbd -SHA256 (kst-0.99.tar.gz) = ab35ddf1f018bb2f4377d74bc8cf215e692eae53b718cf2ccbb7ca8a1abc7bb6 -SIZE (kst-0.99.tar.gz) = 5252991 +MD5 (kst-1.2.0.tar.gz) = 789aac131edb24cdefbb90634cbb4b56 +SHA256 (kst-1.2.0.tar.gz) = 1d4b568a61eda6733131be5e8e82f52ec1a253118deb4946c9b2f80211c2d00e +SIZE (kst-1.2.0.tar.gz) = 11915100 diff --git a/science/kst/files/patch-configure b/science/kst/files/patch-configure deleted file mode 100644 index 03ca409fc3ef..000000000000 --- a/science/kst/files/patch-configure +++ /dev/null @@ -1,240 +0,0 @@ ---- configure.orig Wed Aug 18 23:51:59 2004 -+++ configure Thu Nov 11 22:25:38 2004 -@@ -26420,12 +26420,178 @@ - - - -- echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5 -+ LIBPTHREAD="" -+ -+ if test -n "$PTHREAD_LIBS"; then -+ if test "x$PTHREAD_LIBS" = "x-pthread" ; then -+ LIBPTHREAD="PTHREAD" -+ else -+ PTHREAD_LIBS_save="$PTHREAD_LIBS" -+ PTHREAD_LIBS=`echo "$PTHREAD_LIBS_save" | sed -e 's,^-l,,g'` -+ echo "$as_me:$LINENO: checking for pthread_create in $PTHREAD_LIBS" >&5 -+echo $ECHO_N "checking for pthread_create in $PTHREAD_LIBS... $ECHO_C" >&6 -+ -+ kde_save_LDFLAGS="$LDFLAGS" -+ kde_save_LIBS="$LIBS" -+ LDFLAGS="$LDFLAGS $all_libraries" -+ case $host_os in -+ aix*) LDFLAGS="-brtl $LDFLAGS" -+ test "$GCC" = yes && LDFLAGS="-Wl,$LDFLAGS" -+ ;; -+ esac -+ as_ac_Lib=`echo "ac_cv_lib_$PTHREAD_LIBS''_pthread_create" | $as_tr_sh` -+echo "$as_me:$LINENO: checking for pthread_create in -l$PTHREAD_LIBS" >&5 -+echo $ECHO_N "checking for pthread_create in -l$PTHREAD_LIBS... $ECHO_C" >&6 -+if eval "test \"\${$as_ac_Lib+set}\" = set"; then -+ echo $ECHO_N "(cached) $ECHO_C" >&6 -+else -+ ac_check_lib_save_LIBS=$LIBS -+LIBS="-l$PTHREAD_LIBS $LIBS" -+cat >conftest.$ac_ext <<_ACEOF -+/* confdefs.h. */ -+_ACEOF -+cat confdefs.h >>conftest.$ac_ext -+cat >>conftest.$ac_ext <<_ACEOF -+/* end confdefs.h. */ -+ -+/* Override any gcc2 internal prototype to avoid an error. */ -+#ifdef __cplusplus -+extern "C" -+#endif -+/* We use char because int might match the return type of a gcc2 -+ builtin and then its argument prototype would still apply. */ -+char pthread_create (); -+int -+main () -+{ -+pthread_create (); -+ ; -+ return 0; -+} -+_ACEOF -+rm -f conftest.$ac_objext conftest$ac_exeext -+if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -+ (eval $ac_link) 2>conftest.er1 -+ ac_status=$? -+ grep -v '^ *+' conftest.er1 >conftest.err -+ rm -f conftest.er1 -+ cat conftest.err >&5 -+ echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ (exit $ac_status); } && -+ { ac_try='test -z "$ac_c_werror_flag" -+ || test ! -s conftest.err' -+ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -+ (eval $ac_try) 2>&5 -+ ac_status=$? -+ echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ (exit $ac_status); }; } && -+ { ac_try='test -s conftest$ac_exeext' -+ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -+ (eval $ac_try) 2>&5 -+ ac_status=$? -+ echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ (exit $ac_status); }; }; then -+ eval "$as_ac_Lib=yes" -+else -+ echo "$as_me: failed program was:" >&5 -+sed 's/^/| /' conftest.$ac_ext >&5 -+ -+eval "$as_ac_Lib=no" -+fi -+rm -f conftest.err conftest.$ac_objext \ -+ conftest$ac_exeext conftest.$ac_ext -+LIBS=$ac_check_lib_save_LIBS -+fi -+echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Lib'}'`" >&5 -+echo "${ECHO_T}`eval echo '${'$as_ac_Lib'}'`" >&6 -+if test `eval echo '${'$as_ac_Lib'}'` = yes; then -+ LIBPTHREAD="$PTHREAD_LIBS_save" -+fi -+ -+ LDFLAGS="$kde_save_LDFLAGS" -+ LIBS="$kde_save_LIBS" -+ -+ PTHREAD_LIBS="$PTHREAD_LIBS_save" -+ fi -+ fi -+ -+ if test -z "$LIBPTHREAD"; then -+ echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5 -+echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6 -+if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then -+ echo $ECHO_N "(cached) $ECHO_C" >&6 -+else -+ ac_check_lib_save_LIBS=$LIBS -+LIBS="-lpthread $LIBS" -+cat >conftest.$ac_ext <<_ACEOF -+/* confdefs.h. */ -+_ACEOF -+cat confdefs.h >>conftest.$ac_ext -+cat >>conftest.$ac_ext <<_ACEOF -+/* end confdefs.h. */ -+ -+/* Override any gcc2 internal prototype to avoid an error. */ -+#ifdef __cplusplus -+extern "C" -+#endif -+/* We use char because int might match the return type of a gcc2 -+ builtin and then its argument prototype would still apply. */ -+char pthread_create (); -+int -+main () -+{ -+pthread_create (); -+ ; -+ return 0; -+} -+_ACEOF -+rm -f conftest.$ac_objext conftest$ac_exeext -+if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -+ (eval $ac_link) 2>conftest.er1 -+ ac_status=$? -+ grep -v '^ *+' conftest.er1 >conftest.err -+ rm -f conftest.er1 -+ cat conftest.err >&5 -+ echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ (exit $ac_status); } && -+ { ac_try='test -z "$ac_c_werror_flag" -+ || test ! -s conftest.err' -+ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -+ (eval $ac_try) 2>&5 -+ ac_status=$? -+ echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ (exit $ac_status); }; } && -+ { ac_try='test -s conftest$ac_exeext' -+ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -+ (eval $ac_try) 2>&5 -+ ac_status=$? -+ echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ (exit $ac_status); }; }; then -+ ac_cv_lib_pthread_pthread_create=yes -+else -+ echo "$as_me: failed program was:" >&5 -+sed 's/^/| /' conftest.$ac_ext >&5 -+ -+ac_cv_lib_pthread_pthread_create=no -+fi -+rm -f conftest.err conftest.$ac_objext \ -+ conftest$ac_exeext conftest.$ac_ext -+LIBS=$ac_check_lib_save_LIBS -+fi -+echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5 -+echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6 -+if test $ac_cv_lib_pthread_pthread_create = yes; then -+ LIBPTHREAD="-lpthread" -+fi -+ -+ fi -+ -+ if test -z "$LIBPTHREAD" ; then -+ echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5 - echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6 -- kde_safe_libs=$LIBS -- LIBS="$LIBS -lpthread" -- cat >conftest.$ac_ext <<_ACEOF --/* #line $LINENO "configure" */ -+ kde_safe_libs=$LIBS -+ LIBS="$LIBS -lpthread" -+ cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF - cat confdefs.h >>conftest.$ac_ext -@@ -26442,31 +26608,46 @@ - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext - if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>&5 -+ (eval $ac_link) 2>conftest.er1 - ac_status=$? -+ grep -v '^ *+' conftest.er1 >conftest.err -+ rm -f conftest.er1 -+ cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && -- { ac_try='test -s conftest$ac_exeext' -+ { ac_try='test -z "$ac_c_werror_flag" -+ || test ! -s conftest.err' -+ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -+ (eval $ac_try) 2>&5 -+ ac_status=$? -+ echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ (exit $ac_status); }; } && -+ { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - -- echo "$as_me:$LINENO: result: yes" >&5 -+ echo "$as_me:$LINENO: result: yes" >&5 - echo "${ECHO_T}yes" >&6 -- LIBPTHREAD="-lpthread" -+ LIBPTHREAD="-lpthread" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - -- echo "$as_me:$LINENO: result: no" >&5 -+ echo "$as_me:$LINENO: result: no" >&5 - echo "${ECHO_T}no" >&6 - fi --rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext -- LIBS=$kde_safe_libs -+rm -f conftest.err conftest.$ac_objext \ -+ conftest$ac_exeext conftest.$ac_ext -+ LIBS=$kde_safe_libs -+ fi - -+ if test "x$LIBPTHREAD" = "xPTHREAD" ; then -+ LIBPTHREAD="" -+ fi - - - diff --git a/science/kst/files/patch-kst-kst-emailthread.cpp b/science/kst/files/patch-kst-kst-emailthread.cpp deleted file mode 100644 index dce82b081375..000000000000 --- a/science/kst/files/patch-kst-kst-emailthread.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- kst/kst/emailthread.cpp.orig Wed Oct 13 15:09:20 2004 -+++ kst/kst/emailthread.cpp Wed Oct 13 15:13:23 2004 -@@ -15,6 +15,7 @@ - * * - ***************************************************************************/ - -+#include <sys/types.h> - #include <netdb.h> - #include <sys/socket.h> - #include <ctype.h> diff --git a/science/kst/files/patch-kst-kst-stdinsource.cpp b/science/kst/files/patch-kst-kst-stdinsource.cpp deleted file mode 100644 index 9d0d3445ecb7..000000000000 --- a/science/kst/files/patch-kst-kst-stdinsource.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- kst/kst/stdinsource.cpp.orig Thu Apr 29 02:14:41 2004 -+++ kst/kst/stdinsource.cpp Thu Apr 29 02:15:33 2004 -@@ -28,7 +28,7 @@ - # include <sys/time.h> - # include <time.h> - #else --# ifdef HAVE_SYS_TIME_H -+# if defined(HAVE_SYS_TIME_H) || defined(__FreeBSD__) - # include <sys/time.h> - # else - # include <time.h> diff --git a/science/kst/files/patch-kst_kst-changenptsdialog.ui b/science/kst/files/patch-kst_kst-changenptsdialog.ui deleted file mode 100644 index 5cd9f9a7c977..000000000000 --- a/science/kst/files/patch-kst_kst-changenptsdialog.ui +++ /dev/null @@ -1,10 +0,0 @@ ---- kst/kst/changenptsdialog.ui.orig Wed Sep 28 10:45:52 2005 -+++ kst/kst/changenptsdialog.ui Wed Sep 28 10:46:00 2005 -@@ -195,7 +195,4 @@ - <tabstop>Cancel</tabstop> - </tabstops> - <layoutdefaults spacing="6" margin="11"/> --<includehints> -- <includehint>kstdatarange.h</includehint> --</includehints> - </UI> diff --git a/science/kst/files/patch-kst_kst-datawizard.ui b/science/kst/files/patch-kst_kst-datawizard.ui deleted file mode 100644 index 9d4d9f8b44de..000000000000 --- a/science/kst/files/patch-kst_kst-datawizard.ui +++ /dev/null @@ -1,14 +0,0 @@ ---- kst/kst/datawizard.ui.orig Wed Sep 28 10:34:23 2005 -+++ kst/kst/datawizard.ui Wed Sep 28 10:34:42 2005 -@@ -1163,11 +1163,8 @@ - <includehint>kurlrequester.h</includehint> - <includehint>klineedit.h</includehint> - <includehint>kpushbutton.h</includehint> -- <includehint>kstdatarange.h</includehint> - <includehint>kcombobox.h</includehint> - <includehint>klineedit.h</includehint> -- <includehint>kstfftoptions.h</includehint> -- <includehint>kcombobox.h</includehint> - <includehint>kcombobox.h</includehint> - </includehints> - </UI> diff --git a/science/kst/files/patch-kst_kst-psddialog.ui b/science/kst/files/patch-kst_kst-psddialog.ui deleted file mode 100644 index fc3ca0cc4ab4..000000000000 --- a/science/kst/files/patch-kst_kst-psddialog.ui +++ /dev/null @@ -1,10 +0,0 @@ ---- kst/kst/psddialog.ui.orig Wed Sep 28 10:53:28 2005 -+++ kst/kst/psddialog.ui Wed Sep 28 10:53:37 2005 -@@ -310,7 +310,6 @@ - <layoutdefaults spacing="6" margin="11"/> - <includehints> - <includehint>vectorselector.h</includehint> -- <includehint>kstfftoptions.h</includehint> - <includehint>curveplacementwidget.h</includehint> - <includehint>curveappearancewidget.h</includehint> - </includehints> diff --git a/science/kst/files/patch-kst_kst-vectordialog.ui b/science/kst/files/patch-kst_kst-vectordialog.ui deleted file mode 100644 index 7f6785aeaee5..000000000000 --- a/science/kst/files/patch-kst_kst-vectordialog.ui +++ /dev/null @@ -1,9 +0,0 @@ ---- kst/kst/vectordialog.ui.orig Wed Sep 28 10:49:25 2005 -+++ kst/kst/vectordialog.ui Wed Sep 28 10:49:37 2005 -@@ -248,6 +248,5 @@ - <includehint>kpushbutton.h</includehint> - <includehint>kcombobox.h</includehint> - <includehint>klineedit.h</includehint> -- <includehint>kstdatarange.h</includehint> - </includehints> - </UI> diff --git a/science/kst/pkg-plist b/science/kst/pkg-plist index 000dfa595d6a..0b1f6aa07ebd 100644 --- a/science/kst/pkg-plist +++ b/science/kst/pkg-plist @@ -1,26 +1,58 @@ bin/d2asc bin/kst -bin/kstplugineditor +bin/kstcmd +include/kst_export.h include/kstdatasource.h +include/kstdateparser.h +include/kstextcalendarsystem.h +include/kstextcalendarsystemgregorian.h +include/kstextdatepicker.h +include/kstextdatetbl.h +include/kstextdatetime.h +include/kstextdatetimeedit.h +include/kstextdatewidget.h include/kstobject.h +include/kstsharedptr.h +include/rwlock.h lib/kde3/kstdata_ascii.a lib/kde3/kstdata_ascii.la lib/kde3/kstdata_ascii.so +%%CDF%%lib/kde3/kstdata_cdf.a +%%CDF%%lib/kde3/kstdata_cdf.la +%%CDF%%lib/kde3/kstdata_cdf.so lib/kde3/kstdata_dirfile.a lib/kde3/kstdata_dirfile.la lib/kde3/kstdata_dirfile.so +lib/kde3/kstdata_fitsimage.a +lib/kde3/kstdata_fitsimage.la +lib/kde3/kstdata_fitsimage.so lib/kde3/kstdata_frame.a lib/kde3/kstdata_frame.la lib/kde3/kstdata_frame.so +lib/kde3/kstdata_healpix.a +lib/kde3/kstdata_healpix.la +lib/kde3/kstdata_healpix.so lib/kde3/kstdata_indirect.a lib/kde3/kstdata_indirect.la lib/kde3/kstdata_indirect.so lib/kde3/kstdata_lfiio.a lib/kde3/kstdata_lfiio.la lib/kde3/kstdata_lfiio.so +%%NETCDF%%lib/kde3/kstdata_netcdf.a +%%NETCDF%%lib/kde3/kstdata_netcdf.la +%%NETCDF%%lib/kde3/kstdata_netcdf.so +lib/kde3/kstdata_qimagesource.a +lib/kde3/kstdata_qimagesource.la +lib/kde3/kstdata_qimagesource.so lib/kde3/kstextension_elog.a lib/kde3/kstextension_elog.la lib/kde3/kstextension_elog.so +lib/kde3/kstextension_js.a +lib/kde3/kstextension_js.la +lib/kde3/kstextension_js.so +lib/kde3/kstextension_pulse.a +lib/kde3/kstextension_pulse.la +lib/kde3/kstextension_pulse.so lib/kde3/kstplugins/autocorrelate.a lib/kde3/kstplugins/autocorrelate.la lib/kde3/kstplugins/autocorrelate.so @@ -61,10 +93,18 @@ lib/kde3/kstplugins/crossspectrum.a lib/kde3/kstplugins/crossspectrum.la lib/kde3/kstplugins/crossspectrum.so lib/kde3/kstplugins/crossspectrum.xml +lib/kde3/kstplugins/cumulative_sum.a +lib/kde3/kstplugins/cumulative_sum.la +lib/kde3/kstplugins/cumulative_sum.so +lib/kde3/kstplugins/cumulative_sum.xml lib/kde3/kstplugins/deconvolve.a lib/kde3/kstplugins/deconvolve.la lib/kde3/kstplugins/deconvolve.so lib/kde3/kstplugins/deconvolve.xml +lib/kde3/kstplugins/differentiation.a +lib/kde3/kstplugins/differentiation.la +lib/kde3/kstplugins/differentiation.so +lib/kde3/kstplugins/differentiation.xml lib/kde3/kstplugins/kstfit_exponential.a lib/kde3/kstplugins/kstfit_exponential.la lib/kde3/kstplugins/kstfit_exponential.so @@ -165,22 +205,133 @@ lib/kde3/kstplugins/statistics.a lib/kde3/kstplugins/statistics.la lib/kde3/kstplugins/statistics.so lib/kde3/kstplugins/statistics.xml +lib/kde3/kstplugins/syncbin.a +lib/kde3/kstplugins/syncbin.la +lib/kde3/kstplugins/syncbin.so +lib/kde3/kstplugins/syncbin.xml lib/libkst.a lib/libkst.la lib/libkst.so lib/libkst.so.1 +lib/libkstapp.a +lib/libkstapp.la +lib/libkstapp.so +lib/libkstapp.so.1 +lib/libkstextdate.a +lib/libkstextdate.la +lib/libkstextdate.so +lib/libkstextdate.so.3 +lib/libkstmath.a +lib/libkstmath.la +lib/libkstmath.so +lib/libkstmath.so.1 +lib/libkstwidgets.a +lib/libkstwidgets.la +lib/libkstwidgets.so +lib/libkstwidgets.so.1 share/applnk/Applications/Sciences/kst.desktop +share/apps/kconf_update/kstautosave11.upd +share/apps/kconf_update/kstrcmisc11.upd +share/apps/kst/fonts/adobe-symbol.enc.gz +share/apps/kst/fonts/symb08.pcf.gz +share/apps/kst/fonts/symb10.pcf.gz +share/apps/kst/fonts/symb12.pcf.gz +share/apps/kst/fonts/symb14.pcf.gz +share/apps/kst/fonts/symb18.pcf.gz +share/apps/kst/fonts/symb24.pcf.gz +share/apps/kst/kstextension_elog.rc +share/apps/kst/kstextension_js.rc +share/apps/kst/kstextension_pulse.rc share/apps/kst/kstui.rc +share/apps/kst/pics/kst_error_1.png +share/apps/kst/pics/kst_error_2.png +share/apps/kst/pics/no.png +share/apps/kst/pics/yes.png +share/apps/kst/tutorial/all.kst +share/apps/kst/tutorial/boom.dat +share/apps/kst/tutorial/boomA.dat +share/apps/kst/tutorial/boomAB.dat +share/apps/kst/tutorial/boomB.dat +share/apps/kst/tutorial/boom_lce.dat +share/apps/kst/tutorial/cbi.dat +share/apps/kst/tutorial/combined.dat +share/apps/kst/tutorial/dasi.dat +share/apps/kst/tutorial/demo.kst +share/apps/kst/tutorial/gyrodata.dat +share/apps/kst/tutorial/maxima.dat +share/apps/kst/tutorial/vsa.dat +share/config/colors/IDL 00 BW-Linear +share/config/colors/IDL 01 Blue-White +share/config/colors/IDL 02 GRN-RED-BLU-WHT +share/config/colors/IDL 03 RED-Temperature +share/config/colors/IDL 04 BLU-GRN-RED-YEL +share/config/colors/IDL 05 STD-Gamma-II +share/config/colors/IDL 06 PRISM +share/config/colors/IDL 07 RED-PURPLE +share/config/colors/IDL 08 GRN-WHT-Linear +share/config/colors/IDL 09 GRN-WHT-Exp +share/config/colors/IDL 10 GRN-PINK +share/config/colors/IDL 11 BLUE-RED +share/config/colors/IDL 12 16-Level +share/config/colors/IDL 13 RAINBOW +share/config/colors/IDL 14 STEPS +share/config/colors/IDL 15 STERN-Special +share/config/colors/IDL 16 Haze +share/config/colors/IDL 17 BLU-Pastel-RED +share/config/colors/IDL 18 Pastels +share/config/colors/IDL 19 Hue-Sat-Light1 +share/config/colors/IDL 20 Hue-Sat-Light2 +share/config/colors/IDL 21 Hue-Sat-Value1 +share/config/colors/IDL 22 Hue-Sat-Value2 +share/config/colors/IDL 23 Purple-Red-Stripe +share/config/colors/IDL 24 Beach +share/config/colors/IDL 25 Mac-Style +share/config/colors/IDL 26 Eos-A +share/config/colors/IDL 27 Eos-B +share/config/colors/IDL 28 Hardcandy +share/config/colors/IDL 29 Nature +share/config/colors/IDL 30 Ocean +share/config/colors/IDL 31 Peppermint +share/config/colors/IDL 32 Plasma +share/config/colors/IDL 33 Blue-Red +share/config/colors/IDL 34 Rainbow +share/config/colors/IDL 35 Blue-Waves +share/config/colors/IDL 36 Volcano +share/config/colors/IDL 37 Waves +share/config/colors/IDL 38 Rainbow18 +share/config/colors/IDL 39 Rainbow-White +share/config/colors/IDL 40 Rainbow-Black share/config/colors/Kst Colors share/config/colors/Kst Grayscale 256 share/config/colors/Kst Spectrum 1021 +share/doc/HTML/da/kst/additionalformats-chapter.docbook +share/doc/HTML/da/kst/commandline-chapter.docbook share/doc/HTML/da/kst/common +share/doc/HTML/da/kst/commontasks-chapter.docbook +share/doc/HTML/da/kst/creatingplugins-chapter.docbook +share/doc/HTML/da/kst/data-chapter.docbook +share/doc/HTML/da/kst/dcop-chapter.docbook +share/doc/HTML/da/kst/debuglog-chapter.docbook +share/doc/HTML/da/kst/eventmonitoring-chapter.docbook share/doc/HTML/da/kst/index.cache.bz2 share/doc/HTML/da/kst/index.docbook +share/doc/HTML/da/kst/install-chapter.docbook +share/doc/HTML/da/kst/intro-chapter.docbook +share/doc/HTML/da/kst/license-chapter.docbook +share/doc/HTML/da/kst/miscfeatures-chapter.docbook +share/doc/HTML/da/kst/plotsandwindows-chapter.docbook +share/doc/HTML/da/kst/plugins-chapter.docbook +share/doc/HTML/da/kst/saving-chapter.docbook +share/doc/HTML/da/kst/tutorial.docbook +share/doc/HTML/de/kst/dcop-chapter.docbook +share/doc/HTML/de/kst/intro-chapter.docbook +share/doc/HTML/de/kst/license-chapter.docbook share/doc/HTML/en/kst/Diagram-kst-array.png share/doc/HTML/en/kst/Diagram-kst-datatypes.png share/doc/HTML/en/kst/Diagram-kst-frames.png +share/doc/HTML/en/kst/Diagram-kst-matrix.png share/doc/HTML/en/kst/Diagram-kst-windowplotrelation.png +share/doc/HTML/en/kst/Equation-kst-correctedpitch.png share/doc/HTML/en/kst/Formula-kst-autocorrelation.png share/doc/HTML/en/kst/Formula-kst-autocorrelation2.png share/doc/HTML/en/kst/Formula-kst-bandpass.png @@ -202,27 +353,43 @@ share/doc/HTML/en/kst/Formula-kst-lorentzianfitequation.png share/doc/HTML/en/kst/Formula-kst-lowpass.png share/doc/HTML/en/kst/Formula-kst-polynomialfitequation.png share/doc/HTML/en/kst/Formula-kst-sinusoidfitequation.png +share/doc/HTML/en/kst/Icon-kst-datamanager.png +share/doc/HTML/en/kst/Icon-kst-datawizard.png +share/doc/HTML/en/kst/Icon-kst-layoutmode.png +share/doc/HTML/en/kst/Icon-kst-tiedzoom.png +share/doc/HTML/en/kst/Icon-kst-xmousezoom.png +share/doc/HTML/en/kst/Icon-kst-xymousezoom.png share/doc/HTML/en/kst/Screenshot-kst-arraywindow.png share/doc/HTML/en/kst/Screenshot-kst-configureshortcutswindow.png share/doc/HTML/en/kst/Screenshot-kst-curveoptions.png share/doc/HTML/en/kst/Screenshot-kst-curvewindow.png +share/doc/HTML/en/kst/Screenshot-kst-datamanager.png share/doc/HTML/en/kst/Screenshot-kst-datamode.png share/doc/HTML/en/kst/Screenshot-kst-datawizard1.png share/doc/HTML/en/kst/Screenshot-kst-datawizard2.png share/doc/HTML/en/kst/Screenshot-kst-datawizard3.png +share/doc/HTML/en/kst/Screenshot-kst-debuglog.png share/doc/HTML/en/kst/Screenshot-kst-defineshortcutwindow.png +share/doc/HTML/en/kst/Screenshot-kst-demo.png +share/doc/HTML/en/kst/Screenshot-kst-democorrected.png +share/doc/HTML/en/kst/Screenshot-kst-editequation.png share/doc/HTML/en/kst/Screenshot-kst-equationwindow.png share/doc/HTML/en/kst/Screenshot-kst-eventmonitor-loggingsettings.png share/doc/HTML/en/kst/Screenshot-kst-eventmonitor-serversettings.png share/doc/HTML/en/kst/Screenshot-kst-eventmonitor.png share/doc/HTML/en/kst/Screenshot-kst-exportgraphics.png +share/doc/HTML/en/kst/Screenshot-kst-filesave.png +share/doc/HTML/en/kst/Screenshot-kst-fittedline.png share/doc/HTML/en/kst/Screenshot-kst-histogramwindow.png share/doc/HTML/en/kst/Screenshot-kst-imagewindow.png share/doc/HTML/en/kst/Screenshot-kst-labeleditor.png share/doc/HTML/en/kst/Screenshot-kst-mainwindow.png +share/doc/HTML/en/kst/Screenshot-kst-matrixwindow.png +share/doc/HTML/en/kst/Screenshot-kst-maxima-datapoints.png share/doc/HTML/en/kst/Screenshot-kst-mditabpage.png share/doc/HTML/en/kst/Screenshot-kst-mditoplevel.png share/doc/HTML/en/kst/Screenshot-kst-multipleselectedplots.png +share/doc/HTML/en/kst/Screenshot-kst-open-file-button.png share/doc/HTML/en/kst/Screenshot-kst-plotdialogcontent.png share/doc/HTML/en/kst/Screenshot-kst-plotdialoglabels.png share/doc/HTML/en/kst/Screenshot-kst-plotdialoglegend.png @@ -231,13 +398,19 @@ share/doc/HTML/en/kst/Screenshot-kst-plotdialogmarkers.png share/doc/HTML/en/kst/Screenshot-kst-plotdialogtop.png share/doc/HTML/en/kst/Screenshot-kst-pluginswindow.png share/doc/HTML/en/kst/Screenshot-kst-powerspectrawindow.png +share/doc/HTML/en/kst/Screenshot-kst-quickstart.png share/doc/HTML/en/kst/Screenshot-kst-simpledata.png share/doc/HTML/en/kst/Screenshot-kst-tiedzoom.png +share/doc/HTML/en/kst/Screenshot-kst-tutorial-datawizard-done.png +share/doc/HTML/en/kst/Screenshot-kst-tutorial-gyro-multiple.png +share/doc/HTML/en/kst/Screenshot-kst-tutorial-gyro1.png share/doc/HTML/en/kst/Screenshot-kst-vectorwindow.png +share/doc/HTML/en/kst/Screenshot-kst-zoom.png share/doc/HTML/en/kst/Symbol-kst-Gamma.png share/doc/HTML/en/kst/Symbol-kst-lambda.png share/doc/HTML/en/kst/Symbol-kst-mu.png share/doc/HTML/en/kst/Symbol-kst-sigma.png +share/doc/HTML/en/kst/Symbol-kst-theta.png share/doc/HTML/en/kst/Widget-kst-close.png share/doc/HTML/en/kst/Widget-kst-colourchooser.png share/doc/HTML/en/kst/Widget-kst-defaultcolours.png @@ -248,6 +421,7 @@ share/doc/HTML/en/kst/Widget-kst-undock.png share/doc/HTML/en/kst/additionalformats-chapter.docbook share/doc/HTML/en/kst/commandline-chapter.docbook share/doc/HTML/en/kst/common +share/doc/HTML/en/kst/commontasks-chapter.docbook share/doc/HTML/en/kst/creatingplugins-chapter.docbook share/doc/HTML/en/kst/data-chapter.docbook share/doc/HTML/en/kst/dcop-chapter.docbook @@ -257,11 +431,105 @@ share/doc/HTML/en/kst/index.cache.bz2 share/doc/HTML/en/kst/index.docbook share/doc/HTML/en/kst/install-chapter.docbook share/doc/HTML/en/kst/intro-chapter.docbook +share/doc/HTML/en/kst/kst.1 share/doc/HTML/en/kst/license-chapter.docbook share/doc/HTML/en/kst/miscfeatures-chapter.docbook share/doc/HTML/en/kst/plotsandwindows-chapter.docbook share/doc/HTML/en/kst/plugins-chapter.docbook share/doc/HTML/en/kst/saving-chapter.docbook +share/doc/HTML/en/kst/tutorial.docbook +share/doc/HTML/es/kst/Diagram-kst-array.png +share/doc/HTML/es/kst/Diagram-kst-datatypes.png +share/doc/HTML/es/kst/Diagram-kst-frames.png +share/doc/HTML/es/kst/Diagram-kst-matrix.png +share/doc/HTML/es/kst/Diagram-kst-windowplotrelation.png +share/doc/HTML/es/kst/Equation-kst-correctedpitch.png +share/doc/HTML/es/kst/Formula-kst-autocorrelation.png +share/doc/HTML/es/kst/Formula-kst-autocorrelation2.png +share/doc/HTML/es/kst/Formula-kst-bandpass.png +share/doc/HTML/es/kst/Formula-kst-bandstop.png +share/doc/HTML/es/kst/Formula-kst-convolution.png +share/doc/HTML/es/kst/Formula-kst-crosscorrelation.png +share/doc/HTML/es/kst/Formula-kst-deconvolution.png +share/doc/HTML/es/kst/Formula-kst-exponentialfitequation.png +share/doc/HTML/es/kst/Formula-kst-gaussianfitequation.png +share/doc/HTML/es/kst/Formula-kst-gaussianprobability.png +share/doc/HTML/es/kst/Formula-kst-generallinearmodel.png +share/doc/HTML/es/kst/Formula-kst-generallinearmodelexample.png +share/doc/HTML/es/kst/Formula-kst-gradientequation.png +share/doc/HTML/es/kst/Formula-kst-gradientsumofsquares.png +share/doc/HTML/es/kst/Formula-kst-highpass.png +share/doc/HTML/es/kst/Formula-kst-linefitequation.png +share/doc/HTML/es/kst/Formula-kst-linefitsumofsquaredresiduals.png +share/doc/HTML/es/kst/Formula-kst-lorentzianfitequation.png +share/doc/HTML/es/kst/Formula-kst-lowpass.png +share/doc/HTML/es/kst/Formula-kst-polynomialfitequation.png +share/doc/HTML/es/kst/Formula-kst-sinusoidfitequation.png +share/doc/HTML/es/kst/Icon-kst-datamanager.png +share/doc/HTML/es/kst/Icon-kst-datawizard.png +share/doc/HTML/es/kst/Icon-kst-layoutmode.png +share/doc/HTML/es/kst/Icon-kst-tiedzoom.png +share/doc/HTML/es/kst/Icon-kst-xmousezoom.png +share/doc/HTML/es/kst/Icon-kst-xymousezoom.png +share/doc/HTML/es/kst/Screenshot-kst-arraywindow.png +share/doc/HTML/es/kst/Screenshot-kst-configureshortcutswindow.png +share/doc/HTML/es/kst/Screenshot-kst-curveoptions.png +share/doc/HTML/es/kst/Screenshot-kst-curvewindow.png +share/doc/HTML/es/kst/Screenshot-kst-datamanager.png +share/doc/HTML/es/kst/Screenshot-kst-datamode.png +share/doc/HTML/es/kst/Screenshot-kst-datawizard1.png +share/doc/HTML/es/kst/Screenshot-kst-datawizard2.png +share/doc/HTML/es/kst/Screenshot-kst-datawizard3.png +share/doc/HTML/es/kst/Screenshot-kst-debuglog.png +share/doc/HTML/es/kst/Screenshot-kst-defineshortcutwindow.png +share/doc/HTML/es/kst/Screenshot-kst-demo.png +share/doc/HTML/es/kst/Screenshot-kst-democorrected.png +share/doc/HTML/es/kst/Screenshot-kst-editequation.png +share/doc/HTML/es/kst/Screenshot-kst-equationwindow.png +share/doc/HTML/es/kst/Screenshot-kst-eventmonitor-loggingsettings.png +share/doc/HTML/es/kst/Screenshot-kst-eventmonitor-serversettings.png +share/doc/HTML/es/kst/Screenshot-kst-eventmonitor.png +share/doc/HTML/es/kst/Screenshot-kst-exportgraphics.png +share/doc/HTML/es/kst/Screenshot-kst-filesave.png +share/doc/HTML/es/kst/Screenshot-kst-fittedline.png +share/doc/HTML/es/kst/Screenshot-kst-histogramwindow.png +share/doc/HTML/es/kst/Screenshot-kst-imagewindow.png +share/doc/HTML/es/kst/Screenshot-kst-labeleditor.png +share/doc/HTML/es/kst/Screenshot-kst-mainwindow.png +share/doc/HTML/es/kst/Screenshot-kst-matrixwindow.png +share/doc/HTML/es/kst/Screenshot-kst-maxima-datapoints.png +share/doc/HTML/es/kst/Screenshot-kst-mditabpage.png +share/doc/HTML/es/kst/Screenshot-kst-mditoplevel.png +share/doc/HTML/es/kst/Screenshot-kst-multipleselectedplots.png +share/doc/HTML/es/kst/Screenshot-kst-open-file-button.png +share/doc/HTML/es/kst/Screenshot-kst-plotdialogcontent.png +share/doc/HTML/es/kst/Screenshot-kst-plotdialoglabels.png +share/doc/HTML/es/kst/Screenshot-kst-plotdialoglegend.png +share/doc/HTML/es/kst/Screenshot-kst-plotdialoglimits.png +share/doc/HTML/es/kst/Screenshot-kst-plotdialogmarkers.png +share/doc/HTML/es/kst/Screenshot-kst-plotdialogtop.png +share/doc/HTML/es/kst/Screenshot-kst-pluginswindow.png +share/doc/HTML/es/kst/Screenshot-kst-powerspectrawindow.png +share/doc/HTML/es/kst/Screenshot-kst-quickstart.png +share/doc/HTML/es/kst/Screenshot-kst-simpledata.png +share/doc/HTML/es/kst/Screenshot-kst-tiedzoom.png +share/doc/HTML/es/kst/Screenshot-kst-tutorial-datawizard-done.png +share/doc/HTML/es/kst/Screenshot-kst-tutorial-gyro-multiple.png +share/doc/HTML/es/kst/Screenshot-kst-tutorial-gyro1.png +share/doc/HTML/es/kst/Screenshot-kst-vectorwindow.png +share/doc/HTML/es/kst/Screenshot-kst-zoom.png +share/doc/HTML/es/kst/Symbol-kst-Gamma.png +share/doc/HTML/es/kst/Symbol-kst-lambda.png +share/doc/HTML/es/kst/Symbol-kst-mu.png +share/doc/HTML/es/kst/Symbol-kst-sigma.png +share/doc/HTML/es/kst/Symbol-kst-theta.png +share/doc/HTML/es/kst/Widget-kst-close.png +share/doc/HTML/es/kst/Widget-kst-colourchooser.png +share/doc/HTML/es/kst/Widget-kst-defaultcolours.png +share/doc/HTML/es/kst/Widget-kst-maximize.png +share/doc/HTML/es/kst/Widget-kst-minimize.png +share/doc/HTML/es/kst/Widget-kst-swapcolour.png +share/doc/HTML/es/kst/Widget-kst-undock.png share/doc/HTML/es/kst/additionalformats-chapter.docbook share/doc/HTML/es/kst/commandline-chapter.docbook share/doc/HTML/es/kst/creatingplugins-chapter.docbook @@ -275,9 +543,46 @@ share/doc/HTML/es/kst/miscfeatures-chapter.docbook share/doc/HTML/es/kst/plotsandwindows-chapter.docbook share/doc/HTML/es/kst/plugins-chapter.docbook share/doc/HTML/es/kst/saving-chapter.docbook +share/doc/HTML/et/kst/Screenshot-kst-curveoptions.png +share/doc/HTML/et/kst/Screenshot-kst-curvewindow.png +share/doc/HTML/et/kst/Screenshot-kst-datamanager.png +share/doc/HTML/et/kst/Screenshot-kst-datawizard2.png +share/doc/HTML/et/kst/Screenshot-kst-datawizard3.png +share/doc/HTML/et/kst/Screenshot-kst-debuglog.png +share/doc/HTML/et/kst/Screenshot-kst-demo.png +share/doc/HTML/et/kst/Screenshot-kst-democorrected.png +share/doc/HTML/et/kst/Screenshot-kst-editequation.png +share/doc/HTML/et/kst/Screenshot-kst-equationwindow.png +share/doc/HTML/et/kst/Screenshot-kst-eventmonitor.png +share/doc/HTML/et/kst/Screenshot-kst-exportgraphics.png +share/doc/HTML/et/kst/Screenshot-kst-filesave.png +share/doc/HTML/et/kst/Screenshot-kst-fittedline.png +share/doc/HTML/et/kst/Screenshot-kst-histogramwindow.png +share/doc/HTML/et/kst/Screenshot-kst-imagewindow.png +share/doc/HTML/et/kst/Screenshot-kst-matrixwindow.png +share/doc/HTML/et/kst/Screenshot-kst-maxima-datapoints.png +share/doc/HTML/et/kst/Screenshot-kst-mditabpage.png +share/doc/HTML/et/kst/Screenshot-kst-mditoplevel.png +share/doc/HTML/et/kst/Screenshot-kst-plotdialogcontent.png +share/doc/HTML/et/kst/Screenshot-kst-plotdialoglabels.png +share/doc/HTML/et/kst/Screenshot-kst-plotdialoglegend.png +share/doc/HTML/et/kst/Screenshot-kst-plotdialoglimits.png +share/doc/HTML/et/kst/Screenshot-kst-plotdialogmarkers.png +share/doc/HTML/et/kst/Screenshot-kst-plotdialogtop.png +share/doc/HTML/et/kst/Screenshot-kst-powerspectrawindow.png +share/doc/HTML/et/kst/Screenshot-kst-quickstart.png +share/doc/HTML/et/kst/Screenshot-kst-simpledata.png +share/doc/HTML/et/kst/Screenshot-kst-tiedzoom.png +share/doc/HTML/et/kst/Screenshot-kst-tutorial-datawizard-done.png +share/doc/HTML/et/kst/Screenshot-kst-tutorial-gyro-multiple.png +share/doc/HTML/et/kst/Screenshot-kst-tutorial-gyro1.png +share/doc/HTML/et/kst/Screenshot-kst-vectorwindow.png +share/doc/HTML/et/kst/Screenshot-kst-zoom.png +share/doc/HTML/et/kst/Widget-kst-colourchooser.png share/doc/HTML/et/kst/additionalformats-chapter.docbook share/doc/HTML/et/kst/commandline-chapter.docbook share/doc/HTML/et/kst/common +share/doc/HTML/et/kst/commontasks-chapter.docbook share/doc/HTML/et/kst/creatingplugins-chapter.docbook share/doc/HTML/et/kst/data-chapter.docbook share/doc/HTML/et/kst/dcop-chapter.docbook @@ -292,29 +597,103 @@ share/doc/HTML/et/kst/miscfeatures-chapter.docbook share/doc/HTML/et/kst/plotsandwindows-chapter.docbook share/doc/HTML/et/kst/plugins-chapter.docbook share/doc/HTML/et/kst/saving-chapter.docbook +share/doc/HTML/et/kst/tutorial.docbook share/doc/HTML/fr/kst/common share/doc/HTML/fr/kst/index.cache.bz2 share/doc/HTML/fr/kst/index.docbook +share/doc/HTML/it/kst/Diagram-kst-datatypes.png +share/doc/HTML/it/kst/Diagram-kst-frames.png +share/doc/HTML/it/kst/Diagram-kst-matrix.png +share/doc/HTML/it/kst/Diagram-kst-windowplotrelation.png +share/doc/HTML/it/kst/Screenshot-kst-curveoptions.png +share/doc/HTML/it/kst/Screenshot-kst-datawizard2.png +share/doc/HTML/it/kst/Screenshot-kst-datawizard3.png +share/doc/HTML/it/kst/Screenshot-kst-quickstart.png +share/doc/HTML/it/kst/Screenshot-kst-simpledata.png +share/doc/HTML/it/kst/additionalformats-chapter.docbook +share/doc/HTML/it/kst/commandline-chapter.docbook +share/doc/HTML/it/kst/common +share/doc/HTML/it/kst/commontasks-chapter.docbook +share/doc/HTML/it/kst/creatingplugins-chapter.docbook +share/doc/HTML/it/kst/data-chapter.docbook share/doc/HTML/it/kst/dcop-chapter.docbook +share/doc/HTML/it/kst/debuglog-chapter.docbook share/doc/HTML/it/kst/eventmonitoring-chapter.docbook +share/doc/HTML/it/kst/index.cache.bz2 +share/doc/HTML/it/kst/index.docbook +share/doc/HTML/it/kst/install-chapter.docbook +share/doc/HTML/it/kst/intro-chapter.docbook share/doc/HTML/it/kst/license-chapter.docbook +share/doc/HTML/it/kst/miscfeatures-chapter.docbook +share/doc/HTML/it/kst/plotsandwindows-chapter.docbook +share/doc/HTML/it/kst/plugins-chapter.docbook +share/doc/HTML/it/kst/saving-chapter.docbook +share/doc/HTML/it/kst/tutorial.docbook +share/doc/HTML/nl/kst/additionalformats-chapter.docbook +share/doc/HTML/nl/kst/commandline-chapter.docbook +share/doc/HTML/nl/kst/common +share/doc/HTML/nl/kst/commontasks-chapter.docbook +share/doc/HTML/nl/kst/creatingplugins-chapter.docbook +share/doc/HTML/nl/kst/data-chapter.docbook +share/doc/HTML/nl/kst/dcop-chapter.docbook +share/doc/HTML/nl/kst/debuglog-chapter.docbook +share/doc/HTML/nl/kst/eventmonitoring-chapter.docbook +share/doc/HTML/nl/kst/index.cache.bz2 +share/doc/HTML/nl/kst/index.docbook +share/doc/HTML/nl/kst/install-chapter.docbook +share/doc/HTML/nl/kst/intro-chapter.docbook +share/doc/HTML/nl/kst/license-chapter.docbook +share/doc/HTML/nl/kst/miscfeatures-chapter.docbook +share/doc/HTML/nl/kst/plotsandwindows-chapter.docbook +share/doc/HTML/nl/kst/plugins-chapter.docbook +share/doc/HTML/nl/kst/saving-chapter.docbook +share/doc/HTML/nl/kst/tutorial.docbook +share/doc/HTML/pt/kst/additionalformats-chapter.docbook +share/doc/HTML/pt/kst/commandline-chapter.docbook +share/doc/HTML/pt/kst/common +share/doc/HTML/pt/kst/commontasks-chapter.docbook +share/doc/HTML/pt/kst/creatingplugins-chapter.docbook +share/doc/HTML/pt/kst/data-chapter.docbook share/doc/HTML/pt/kst/dcop-chapter.docbook +share/doc/HTML/pt/kst/debuglog-chapter.docbook share/doc/HTML/pt/kst/eventmonitoring-chapter.docbook +share/doc/HTML/pt/kst/index.cache.bz2 +share/doc/HTML/pt/kst/index.docbook +share/doc/HTML/pt/kst/install-chapter.docbook +share/doc/HTML/pt/kst/intro-chapter.docbook share/doc/HTML/pt/kst/license-chapter.docbook +share/doc/HTML/pt/kst/miscfeatures-chapter.docbook +share/doc/HTML/pt/kst/plotsandwindows-chapter.docbook +share/doc/HTML/pt/kst/plugins-chapter.docbook +share/doc/HTML/pt/kst/saving-chapter.docbook +share/doc/HTML/pt/kst/tutorial.docbook share/doc/HTML/sv/kst/Diagram-kst-datatypes.png share/doc/HTML/sv/kst/Diagram-kst-frames.png +share/doc/HTML/sv/kst/Diagram-kst-matrix.png share/doc/HTML/sv/kst/Diagram-kst-windowplotrelation.png share/doc/HTML/sv/kst/Screenshot-kst-configureshortcutswindow.png share/doc/HTML/sv/kst/Screenshot-kst-curveoptions.png share/doc/HTML/sv/kst/Screenshot-kst-curvewindow.png +share/doc/HTML/sv/kst/Screenshot-kst-datamanager.png share/doc/HTML/sv/kst/Screenshot-kst-datawizard2.png share/doc/HTML/sv/kst/Screenshot-kst-datawizard3.png +share/doc/HTML/sv/kst/Screenshot-kst-debuglog.png share/doc/HTML/sv/kst/Screenshot-kst-defineshortcutwindow.png +share/doc/HTML/sv/kst/Screenshot-kst-demo.png +share/doc/HTML/sv/kst/Screenshot-kst-democorrected.png +share/doc/HTML/sv/kst/Screenshot-kst-editequation.png share/doc/HTML/sv/kst/Screenshot-kst-equationwindow.png +share/doc/HTML/sv/kst/Screenshot-kst-eventmonitor-loggingsettings.png +share/doc/HTML/sv/kst/Screenshot-kst-eventmonitor-serversettings.png share/doc/HTML/sv/kst/Screenshot-kst-eventmonitor.png share/doc/HTML/sv/kst/Screenshot-kst-exportgraphics.png +share/doc/HTML/sv/kst/Screenshot-kst-filesave.png +share/doc/HTML/sv/kst/Screenshot-kst-fittedline.png share/doc/HTML/sv/kst/Screenshot-kst-histogramwindow.png +share/doc/HTML/sv/kst/Screenshot-kst-imagewindow.png share/doc/HTML/sv/kst/Screenshot-kst-labeleditor.png +share/doc/HTML/sv/kst/Screenshot-kst-matrixwindow.png +share/doc/HTML/sv/kst/Screenshot-kst-maxima-datapoints.png share/doc/HTML/sv/kst/Screenshot-kst-mditabpage.png share/doc/HTML/sv/kst/Screenshot-kst-mditoplevel.png share/doc/HTML/sv/kst/Screenshot-kst-multipleselectedplots.png @@ -322,14 +701,21 @@ share/doc/HTML/sv/kst/Screenshot-kst-plotdialogcontent.png share/doc/HTML/sv/kst/Screenshot-kst-plotdialoglabels.png share/doc/HTML/sv/kst/Screenshot-kst-plotdialoglegend.png share/doc/HTML/sv/kst/Screenshot-kst-plotdialoglimits.png +share/doc/HTML/sv/kst/Screenshot-kst-plotdialogmarkers.png share/doc/HTML/sv/kst/Screenshot-kst-plotdialogtop.png share/doc/HTML/sv/kst/Screenshot-kst-pluginswindow.png share/doc/HTML/sv/kst/Screenshot-kst-powerspectrawindow.png +share/doc/HTML/sv/kst/Screenshot-kst-quickstart.png share/doc/HTML/sv/kst/Screenshot-kst-simpledata.png +share/doc/HTML/sv/kst/Screenshot-kst-tutorial-datawizard-done.png +share/doc/HTML/sv/kst/Screenshot-kst-tutorial-gyro-multiple.png +share/doc/HTML/sv/kst/Screenshot-kst-tutorial-gyro1.png share/doc/HTML/sv/kst/Screenshot-kst-vectorwindow.png +share/doc/HTML/sv/kst/Screenshot-kst-zoom.png share/doc/HTML/sv/kst/additionalformats-chapter.docbook share/doc/HTML/sv/kst/commandline-chapter.docbook share/doc/HTML/sv/kst/common +share/doc/HTML/sv/kst/commontasks-chapter.docbook share/doc/HTML/sv/kst/creatingplugins-chapter.docbook share/doc/HTML/sv/kst/data-chapter.docbook share/doc/HTML/sv/kst/dcop-chapter.docbook @@ -344,100 +730,169 @@ share/doc/HTML/sv/kst/miscfeatures-chapter.docbook share/doc/HTML/sv/kst/plotsandwindows-chapter.docbook share/doc/HTML/sv/kst/plugins-chapter.docbook share/doc/HTML/sv/kst/saving-chapter.docbook +share/doc/HTML/sv/kst/tutorial.docbook share/icons/hicolor/16x16/mimetypes/kst.png +share/icons/hicolor/22x22/actions/addelogentry.png share/icons/hicolor/22x22/actions/kst_advance.png share/icons/hicolor/22x22/actions/kst_back.png share/icons/hicolor/22x22/actions/kst_changefile.png share/icons/hicolor/22x22/actions/kst_changenpts.png +share/icons/hicolor/22x22/actions/kst_choosecolor.png +share/icons/hicolor/22x22/actions/kst_csdnew.png +share/icons/hicolor/22x22/actions/kst_curvenew.png share/icons/hicolor/22x22/actions/kst_datamanager.png share/icons/hicolor/22x22/actions/kst_datamode.png share/icons/hicolor/22x22/actions/kst_datawizard.png +share/icons/hicolor/22x22/actions/kst_differentiatecurves.png share/icons/hicolor/22x22/actions/kst_editplots.png +share/icons/hicolor/22x22/actions/kst_equationnew.png +share/icons/hicolor/22x22/actions/kst_eventnew.png +share/icons/hicolor/22x22/actions/kst_gfx_arrow.png +share/icons/hicolor/22x22/actions/kst_gfx_ellipse.png +share/icons/hicolor/22x22/actions/kst_gfx_line.png +share/icons/hicolor/22x22/actions/kst_gfx_picture.png +share/icons/hicolor/22x22/actions/kst_gfx_polygon.png +share/icons/hicolor/22x22/actions/kst_gfx_polyline.png +share/icons/hicolor/22x22/actions/kst_gfx_rectangle.png +share/icons/hicolor/22x22/actions/kst_gfx_rounded_rectangle.png share/icons/hicolor/22x22/actions/kst_graphfile.png +share/icons/hicolor/22x22/actions/kst_graphics.png +share/icons/hicolor/22x22/actions/kst_histogramnew.png +share/icons/hicolor/22x22/actions/kst_imagenew.png share/icons/hicolor/22x22/actions/kst_layoutmode.png +share/icons/hicolor/22x22/actions/kst_matrixnew.png +share/icons/hicolor/22x22/actions/kst_pluginnew.png +share/icons/hicolor/22x22/actions/kst_psdnew.png +share/icons/hicolor/22x22/actions/kst_vectornew.png share/icons/hicolor/22x22/actions/kst_zoomtie.png share/icons/hicolor/22x22/actions/kst_zoomx.png share/icons/hicolor/22x22/actions/kst_zoomxy.png share/icons/hicolor/22x22/actions/kst_zoomy.png +share/icons/hicolor/22x22/actions/launchelogbrowser.png share/icons/hicolor/32x32/mimetypes/kst.png share/icons/locolor/16x16/apps/kst.png share/icons/locolor/16x16/mimetypes/kst.png share/icons/locolor/32x32/apps/kst.png share/icons/locolor/32x32/mimetypes/kst.png +share/locale/bg/LC_MESSAGES/kst.mo +share/locale/br/LC_MESSAGES/kst.mo +share/locale/br/LC_MESSAGES/kstplugineditor.mo share/locale/ca/LC_MESSAGES/kst.mo +share/locale/ca/LC_MESSAGES/kstplugineditor.mo +share/locale/cs/LC_MESSAGES/kst.mo +share/locale/cs/LC_MESSAGES/kstplugineditor.mo +share/locale/cy/LC_MESSAGES/kst.mo +share/locale/cy/LC_MESSAGES/kstplugineditor.mo share/locale/da/LC_MESSAGES/kst.mo +share/locale/da/LC_MESSAGES/kstplugineditor.mo share/locale/de/LC_MESSAGES/kst.mo +share/locale/de/LC_MESSAGES/kstplugineditor.mo +share/locale/el/LC_MESSAGES/kst.mo +share/locale/el/LC_MESSAGES/kstplugineditor.mo share/locale/en_GB/LC_MESSAGES/kst.mo +share/locale/en_GB/LC_MESSAGES/kstplugineditor.mo share/locale/es/LC_MESSAGES/kst.mo +share/locale/es/LC_MESSAGES/kstplugineditor.mo share/locale/et/LC_MESSAGES/kst.mo +share/locale/et/LC_MESSAGES/kstplugineditor.mo +share/locale/fr/LC_MESSAGES/kst.mo +share/locale/fr/LC_MESSAGES/kstplugineditor.mo +share/locale/ga/LC_MESSAGES/kst.mo +share/locale/ga/LC_MESSAGES/kstplugineditor.mo +share/locale/hi/LC_MESSAGES/kst.mo +share/locale/hi/LC_MESSAGES/kstplugineditor.mo share/locale/is/LC_MESSAGES/kst.mo +share/locale/is/LC_MESSAGES/kstplugineditor.mo share/locale/it/LC_MESSAGES/kst.mo +share/locale/it/LC_MESSAGES/kstplugineditor.mo +share/locale/lt/LC_MESSAGES/kst.mo +share/locale/lt/LC_MESSAGES/kstplugineditor.mo +share/locale/mt/LC_MESSAGES/kst.mo +share/locale/mt/LC_MESSAGES/kstplugineditor.mo share/locale/nb/LC_MESSAGES/kst.mo share/locale/nl/LC_MESSAGES/kst.mo +share/locale/nl/LC_MESSAGES/kstplugineditor.mo +share/locale/nn/LC_MESSAGES/kstplugineditor.mo +share/locale/pa/LC_MESSAGES/kstplugineditor.mo share/locale/pl/LC_MESSAGES/kst.mo +share/locale/pl/LC_MESSAGES/kstplugineditor.mo share/locale/pt/LC_MESSAGES/kst.mo +share/locale/pt/LC_MESSAGES/kstplugineditor.mo share/locale/pt_BR/LC_MESSAGES/kst.mo +share/locale/pt_BR/LC_MESSAGES/kstplugineditor.mo share/locale/ro/LC_MESSAGES/kst.mo +share/locale/ro/LC_MESSAGES/kstplugineditor.mo share/locale/ru/LC_MESSAGES/kst.mo +share/locale/ru/LC_MESSAGES/kstplugineditor.mo +share/locale/rw/LC_MESSAGES/kst.mo +share/locale/rw/LC_MESSAGES/kstplugineditor.mo share/locale/sr/LC_MESSAGES/kst.mo +share/locale/sr/LC_MESSAGES/kstplugineditor.mo +share/locale/sr@Latn/LC_MESSAGES/kst.mo +share/locale/sr@Latn/LC_MESSAGES/kstplugineditor.mo share/locale/sv/LC_MESSAGES/kst.mo +share/locale/sv/LC_MESSAGES/kstplugineditor.mo share/locale/ta/LC_MESSAGES/kst.mo +share/locale/ta/LC_MESSAGES/kstplugineditor.mo share/locale/tr/LC_MESSAGES/kst.mo +share/locale/tr/LC_MESSAGES/kstplugineditor.mo share/locale/zh_CN/LC_MESSAGES/kst.mo share/mimelnk/application/x-kst.desktop share/services/kst/kstdata_ascii.desktop +%%CDF%%share/services/kst/kstdata_cdf.desktop share/services/kst/kstdata_dirfile.desktop +share/services/kst/kstdata_fitsimage.desktop share/services/kst/kstdata_frame.desktop +share/services/kst/kstdata_healpix.desktop share/services/kst/kstdata_indirect.desktop share/services/kst/kstdata_lfiio.desktop +%%NETCDF%%share/services/kst/kstdata_netcdf.desktop +share/services/kst/kstdata_qimagesource.desktop share/services/kst/kstextension_elog.desktop +share/services/kst/kstextension_js.desktop +share/services/kst/kstextension_pulse.desktop share/servicetypes/kst/kstdatasourceplugin.desktop share/servicetypes/kst/kstextension.desktop share/servicetypes/kst/kstfilter.desktop share/servicetypes/kst/kstplugin.desktop @dirrm share/servicetypes/kst -@dirrmtry share/servicetypes @dirrm share/services/kst -@dirrmtry share/services -@dirrmtry share/mimelnk/application -@dirrmtry share/mimelnk -@dirrmtry share/icons/locolor/32x32/mimetypes -@dirrmtry share/icons/locolor/32x32/apps -@dirrmtry share/icons/locolor/32x32 -@dirrmtry share/icons/locolor/16x16/mimetypes -@dirrmtry share/icons/locolor/16x16/apps -@dirrmtry share/icons/locolor/16x16 -@dirrmtry share/icons/locolor -@dirrmtry share/icons/hicolor/32x32/mimetypes -@dirrmtry share/icons/hicolor/32x32 -@dirrmtry share/icons/hicolor/22x22/actions -@dirrmtry share/icons/hicolor/22x22 -@dirrmtry share/icons/hicolor/16x16/mimetypes -@dirrmtry share/icons/hicolor/16x16 -@dirrmtry share/icons/hicolor -@dirrmtry share/icons +@dirrmtry share/locale/zh_CN/LC_MESSAGES +@dirrmtry share/locale/zh_CN +@dirrmtry share/locale/sr/LC_MESSAGES +@dirrmtry share/locale/sr +@dirrmtry share/locale/rw/LC_MESSAGES +@dirrmtry share/locale/rw +@dirrmtry share/locale/ro/LC_MESSAGES +@dirrmtry share/locale/ro +@dirrmtry share/locale/pt/LC_MESSAGES +@dirrmtry share/locale/pt +@dirrmtry share/locale/pl/LC_MESSAGES +@dirrmtry share/locale/pl +@dirrmtry share/locale/nn/LC_MESSAGES +@dirrmtry share/locale/nn +@dirrmtry share/locale/el/LC_MESSAGES +@dirrmtry share/locale/el +@dirrmtry share/locale/cs/LC_MESSAGES +@dirrmtry share/locale/cs +@dirrmtry share/locale/ca/LC_MESSAGES +@dirrmtrx share/locale/ca @dirrm share/doc/HTML/sv/kst -@dirrmtry share/doc/HTML/sv @dirrm share/doc/HTML/pt/kst -@dirrmtry share/doc/HTML/pt +@dirrm share/doc/HTML/nl/kst @dirrm share/doc/HTML/it/kst -@dirrmtry share/doc/HTML/it @dirrm share/doc/HTML/fr/kst -@dirrmtry share/doc/HTML/fr @dirrm share/doc/HTML/et/kst -@dirrmtry share/doc/HTML/et @dirrm share/doc/HTML/es/kst -@dirrmtry share/doc/HTML/es @dirrm share/doc/HTML/en/kst -@dirrmtry share/doc/HTML/en +@dirrm share/doc/HTML/de/kst @dirrm share/doc/HTML/da/kst -@dirrmtry share/doc/HTML/da -@dirrmtry share/doc/HTML @dirrmtry share/config/colors @dirrmtry share/config +@dirrm share/apps/kst/tutorial +@dirrm share/apps/kst/pics +@dirrm share/apps/kst/fonts @dirrm share/apps/kst -@dirrmtry share/apps +@dirrmtry share/apps/kconf_update @dirrmtry share/applnk/Applications/Sciences -@dirrmtry share/applnk/Applications -@dirrmtry share/applnk @dirrm lib/kde3/kstplugins |