diff options
Diffstat (limited to 'science')
27 files changed, 0 insertions, 1547 deletions
diff --git a/science/hdf5-18/Makefile b/science/hdf5-18/Makefile deleted file mode 100644 index 16b597eb7688..000000000000 --- a/science/hdf5-18/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# ex:ts=8 -# New ports collection makefile for: HDF5 -# Date created: Jul 7, 2002 -# Whom: ijliao -# -# $FreeBSD$ -# - -PORTNAME= hdf5 -PORTVERSION= 1.6.5 -CATEGORIES= science archivers graphics -MASTER_SITES= ftp://hdf.ncsa.uiuc.edu/pub/outgoing/hdf5/${PORTVERSION}/ - -MAINTAINER= koziol@ncsa.uiuc.edu -COMMENT= Hierarchical Data Format library (from NCSA) - -GNU_CONFIGURE= yes -LIBTOOLFILES= configure c++/configure -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ARGS= --enable-cxx --enable-production \ - --enable-threadsafe --disable-debug \ - --with-pthread -ALL_TARGET= lib progs -INSTALLS_SHLIB= yes - -.include <bsd.port.pre.mk> - -post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|-D_THREAD_SAFE|${PTHREAD_CFLAGS}|g ; \ - s|[\$$]LDFLAGS -pthread|\$$LDFLAGS ${PTHREAD_LIBS}|g' \ - ${WRKSRC}/config/freebsd - @${REINPLACE_CMD} -e 's|-D_THREAD_SAFE|${PTHREAD_CFLAGS}|g ; \ - s|[\$$]LDFLAGS -pthread|\$$LDFLAGS ${PTHREAD_LIBS}|g' \ - ${WRKSRC}/c++/config/freebsd - @${REINPLACE_CMD} -e 's|-O3||g' ${WRKSRC}/config/gnu-flags - -post-install: -.for i in gif2h5 h52gif h5debug h5diff h5dump h5import h5ls h5repart h5jam h5unjam - @${STRIP_CMD} ${PREFIX}/bin/${i} -.endfor - -.include <bsd.port.post.mk> diff --git a/science/hdf5-18/distinfo b/science/hdf5-18/distinfo deleted file mode 100644 index a7a8b98498f2..000000000000 --- a/science/hdf5-18/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (hdf5-1.6.5.tar.gz) = bb2ba892f556ae82a1d9d0bd3167a85e -SHA256 (hdf5-1.6.5.tar.gz) = 407bf0954962b6865e4f2e57789028c18f60224e60aea70b285ade7072bab4e0 -SIZE (hdf5-1.6.5.tar.gz) = 4930666 diff --git a/science/hdf5-18/files/patch-c++::commence.in b/science/hdf5-18/files/patch-c++::commence.in deleted file mode 100644 index 393adc30cc0f..000000000000 --- a/science/hdf5-18/files/patch-c++::commence.in +++ /dev/null @@ -1,31 +0,0 @@ ---- c++/config/commence.in.orig Mon Jun 30 16:19:35 2003 -+++ c++/config/commence.in Mon Oct 20 23:44:08 2003 -@@ -27,7 +27,7 @@ - RM=rm -f - CP=cp - INSTALL=@INSTALL@ --INSTALL_PROGRAM=@INSTALL_PROGRAM@ -+INSTALL_PROGRAM=@INSTALL_SCRIPT@ - INSTALL_DATA=@INSTALL_DATA@ - TRACE=: - -@@ -37,7 +37,7 @@ - bindir=@bindir@ - libdir=@libdir@ - includedir=@includedir@ --docdir=@exec_prefix@/doc -+docdir=@exec_prefix@/share - PUB_LIB=$(LIB) - - ## Obtain default library; the current version of libtool does not fully -@@ -60,8 +60,8 @@ - ## Optional variables. We must declare them here because Irix pmake - ## complains if it sees a reference to a variable which has never been - ## defined. The main makefile is free to redefine these to something else. --DOCDIR=$(docdir) --EXAMPLEDIR=$(docdir)/hdf5/examples/c++ -+DOCDIR=$(docdir)/doc/hdf5 -+EXAMPLEDIR=$(docdir)/examples/hdf5/c++ - LIB= - LIB_SRC= - LIB_OBJ= diff --git a/science/hdf5-18/files/patch-c++::configure b/science/hdf5-18/files/patch-c++::configure deleted file mode 100644 index ae57d3016cd8..000000000000 --- a/science/hdf5-18/files/patch-c++::configure +++ /dev/null @@ -1,10 +0,0 @@ ---- c++/configure.orig Fri Jun 28 03:42:45 2002 -+++ c++/configure Wed Jul 10 01:41:13 2002 -@@ -7563,6 +7563,7 @@ - - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' diff --git a/science/hdf5-18/files/patch-commence.in b/science/hdf5-18/files/patch-commence.in deleted file mode 100644 index 0795dcb37f66..000000000000 --- a/science/hdf5-18/files/patch-commence.in +++ /dev/null @@ -1,32 +0,0 @@ ---- config/commence.in.orig Tue Jul 22 23:39:43 2003 -+++ config/commence.in Mon Oct 20 23:45:00 2003 -@@ -26,7 +26,7 @@ - RM=rm -f - CP=cp - INSTALL=@INSTALL@ --INSTALL_PROGRAM=@INSTALL_PROGRAM@ -+INSTALL_PROGRAM=@INSTALL_SCRIPT@ - INSTALL_DATA=@INSTALL_DATA@ - RUNSERIAL=@RUNSERIAL@ - RUNPARALLEL=@RUNPARALLEL@ -@@ -39,7 +39,7 @@ - bindir=@bindir@ - libdir=@libdir@ - includedir=@includedir@ --docdir=@exec_prefix@/doc -+docdir=@exec_prefix@/share - PUB_LIB=$(LIB) - - ## Shared libraries -@@ -57,9 +57,9 @@ - ## Optional variables. We must declare them here because Irix pmake - ## complains if it sees a reference to a variable which has never been - ## defined. The main makefile is free to redefine these to something else. --DOCDIR=$(docdir) -+DOCDIR=$(docdir)/doc/hdf5 - SUBDOCDIR= --EXAMPLEDIR=$(docdir)/hdf5/examples/c -+EXAMPLEDIR=$(docdir)/examples/hdf5/c - LIB= - LIB_SRC= - LIB_OBJ= diff --git a/science/hdf5-18/files/patch-configure b/science/hdf5-18/files/patch-configure deleted file mode 100644 index 2ee407ec215f..000000000000 --- a/science/hdf5-18/files/patch-configure +++ /dev/null @@ -1,10 +0,0 @@ ---- configure.orig Sat Jun 29 05:03:55 2002 -+++ configure Wed Jul 10 01:40:52 2002 -@@ -7263,6 +7263,7 @@ - - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' diff --git a/science/hdf5-18/pkg-descr b/science/hdf5-18/pkg-descr deleted file mode 100644 index 35a0fc9e23cf..000000000000 --- a/science/hdf5-18/pkg-descr +++ /dev/null @@ -1,17 +0,0 @@ -HDF5 is a completely new Hierarchical Data Format product consisting of a -data format specification and a supporting library implementation. HDF5 is -designed to address some of the limitations of the older HDF product and to -address current and anticipated requirements of modern systems and -applications. - -HDF5 includes the following improvements. - - A new file format designed to address some of the deficiencies of HDF4.x, - particularly the need to store larger files and more objects per file. - - A simpler, more comprehensive data model that includes only two basic - structures: a multidimensional array of record structures, and a grouping - structure. - - A simpler, better-engineered library and API, with improved support for - parallel I/O, threads, and other requirements imposed by modern systems - and applications. - -WWW: http://hdf.ncsa.uiuc.edu/HDF5/ diff --git a/science/hdf5-18/pkg-plist b/science/hdf5-18/pkg-plist deleted file mode 100644 index 399051b3c2ef..000000000000 --- a/science/hdf5-18/pkg-plist +++ /dev/null @@ -1,117 +0,0 @@ -bin/gif2h5 -bin/h52gif -bin/h5c++ -bin/h5cc -bin/h5debug -bin/h5diff -bin/h5dump -bin/h5import -bin/h5jam -bin/h5ls -bin/h5perf -bin/h5redeploy -bin/h5repack -bin/h5repart -bin/h5unjam -include/H5ACpublic.h -include/H5AbstractDs.h -include/H5Apublic.h -include/H5ArrayType.h -include/H5AtomType.h -include/H5Attribute.h -include/H5Bpublic.h -include/H5Classes.h -include/H5CommonFG.h -include/H5CompType.h -include/H5Cpp.h -include/H5CppDoc.h -include/H5Cpublic.h -include/H5DataSet.h -include/H5DataSpace.h -include/H5DataType.h -include/H5DcreatProp.h -include/H5Dpublic.h -include/H5DxferProp.h -include/H5EnumType.h -include/H5Epublic.h -include/H5Exception.h -include/H5FDcore.h -include/H5FDfamily.h -include/H5FDgass.h -include/H5FDlog.h -include/H5FDmpi.h -include/H5FDmpio.h -include/H5FDmpiposix.h -include/H5FDmulti.h -include/H5FDpublic.h -include/H5FDsec2.h -include/H5FDsrb.h -include/H5FDstdio.h -include/H5FDstream.h -include/H5FaccProp.h -include/H5FcreatProp.h -include/H5File.h -include/H5FloatType.h -include/H5Fpublic.h -include/H5Gpublic.h -include/H5Group.h -include/H5HGpublic.h -include/H5HLpublic.h -include/H5IM.h -include/H5IdComponent.h -include/H5Include.h -include/H5IntType.h -include/H5Ipublic.h -include/H5LT.h -include/H5Library.h -include/H5MMpublic.h -include/H5Object.h -include/H5Opublic.h -include/H5Ppublic.h -include/H5PredType.h -include/H5PropList.h -include/H5Rpublic.h -include/H5Spublic.h -include/H5StrType.h -include/H5TA.h -include/H5Tpublic.h -include/H5VarLenType.h -include/H5Zpublic.h -include/H5api_adpt.h -include/H5pubconf.h -include/H5public.h -include/hdf5.h -lib/libhdf5.a -lib/libhdf5.la -lib/libhdf5.settings -lib/libhdf5.so -lib/libhdf5.so.0 -lib/libhdf5_cpp.a -lib/libhdf5_cpp.la -lib/libhdf5_cpp.settings -lib/libhdf5_hl.a -lib/libhdf5_hl.la -lib/libhdf5_hl.so -lib/libhdf5_hl.so.0 -%%EXAMPLESDIR%%/c/h5_attribute.c -%%EXAMPLESDIR%%/c/h5_chunk_read.c -%%EXAMPLESDIR%%/c/h5_compound.c -%%EXAMPLESDIR%%/c/h5_drivers.c -%%EXAMPLESDIR%%/c/h5_extend_write.c -%%EXAMPLESDIR%%/c/h5_group.c -%%EXAMPLESDIR%%/c/h5_mount.c -%%EXAMPLESDIR%%/c/h5_read.c -%%EXAMPLESDIR%%/c/h5_reference.c -%%EXAMPLESDIR%%/c/h5_select.c -%%EXAMPLESDIR%%/c/h5_write.c -%%EXAMPLESDIR%%/c/ph5example.c -%%EXAMPLESDIR%%/c++/chunks.cpp -%%EXAMPLESDIR%%/c++/compound.cpp -%%EXAMPLESDIR%%/c++/create.cpp -%%EXAMPLESDIR%%/c++/extend_ds.cpp -%%EXAMPLESDIR%%/c++/h5group.cpp -%%EXAMPLESDIR%%/c++/readdata.cpp -%%EXAMPLESDIR%%/c++/writedata.cpp -@dirrm %%EXAMPLESDIR%%/c -@dirrm %%EXAMPLESDIR%%/c++ -@dirrm %%EXAMPLESDIR%% diff --git a/science/kst2/Makefile b/science/kst2/Makefile deleted file mode 100644 index f4fe7174ce0d..000000000000 --- a/science/kst2/Makefile +++ /dev/null @@ -1,68 +0,0 @@ -# New ports collection makefile for: kst -# Date created: Fri Apr 30 17:28:56 CEST 2004 -# Whom: Markus Brueffer <markus@FreeBSD.org> -# -# $FreeBSD$ - -PORTNAME= kst -PORTVERSION= 1.3.1 -CATEGORIES= science kde -MASTER_SITES= ${MASTER_SITE_KDE} \ - http://omega.astro.utoronto.ca/${PORTNAME}/ -MASTER_SITE_SUBDIR= stable/apps/KDE3.x/scientific - -MAINTAINER= kay_lehmann@web.de -COMMENT= Data viewing program for KDE - -LIB_DEPENDS= cfitsio.0:${PORTSDIR}/astro/cfitsio \ - gsl.9:${PORTSDIR}/math/gsl - -USE_KDELIBS_VER=3 -USE_GMAKE= yes -USE_AUTOTOOLS= libtool:15 -USE_LDCONFIG= yes -INSTALLS_ICONS= 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 ${OSVERSION} < 500000 -BROKEN= does not build -.endif - -.if ${OSVERSION} < 500000 || exists(${LOCALBASE}/lib/libreadline.so.5) -LIB_DEPENDS+= readline.5:${PORTSDIR}/devel/readline -.endif - -.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: -# @${TOUCH} ${WRKSRC}/kst/kst/ksttimers.h.in - @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT} -.if !defined(WITH_NETCDF) - @${REINPLACE_CMD} -e 's| netcdf||g' ${WRKSRC}/kst/src/datasources/Makefile.in -.endif -.if !defined(WITH_CDF) - @${REINPLACE_CMD} -e 's| cdf||g' ${WRKSRC}/kst/src/datasources/Makefile.in -.endif - -.include <bsd.port.post.mk> diff --git a/science/kst2/distinfo b/science/kst2/distinfo deleted file mode 100644 index 095243433fd8..000000000000 --- a/science/kst2/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (kst-1.3.1.tar.gz) = b18013223dc4cc2d1d0c8c4197bf8f97 -SHA256 (kst-1.3.1.tar.gz) = 9fae3704dda38eebe94442352d093c99aaa8add4144515660f5c8f02c38f1783 -SIZE (kst-1.3.1.tar.gz) = 10678372 diff --git a/science/kst2/pkg-descr b/science/kst2/pkg-descr deleted file mode 100644 index 811af6d549e2..000000000000 --- a/science/kst2/pkg-descr +++ /dev/null @@ -1,19 +0,0 @@ -kst is a program for looking at data streams. It can plot: - - - x-y plots - - power spectra - - histograms - - equations (including equations of data streams). - - data in files which are being updated as data is being logged, - in which case it can act as a plotter for a chart recorder. - - much more - -You can use the mouse to rapidly zoom into interesting parts of the plots. - -In addition to a complete GUI, kst has a convenient command line interface -for rapid access to plotting data in files. kst can read data from stdin. -It provides a DCOP interface for remote manipulation, and supports several -file formats in use in scientific projects around the world. - -WWW: http://omega.astro.utoronto.ca/kst/ -WWW: http://extragear.kde.org/apps/kst/ diff --git a/science/kst2/pkg-plist b/science/kst2/pkg-plist deleted file mode 100644 index 0f08f3673392..000000000000 --- a/science/kst2/pkg-plist +++ /dev/null @@ -1,922 +0,0 @@ -bin/kst -bin/d2asc -bin/kstcmd -include/kstextdatetime.h -include/kstextcalendarsystem.h -include/kstextcalendarsystemgregorian.h -include/kstextdatetbl.h -include/kstextdatepicker.h -include/kstextdatetimeedit.h -include/kstextdatewidget.h -include/kstdatasource.h -include/kstobject.h -include/kst_export.h -include/kstsharedptr.h -include/rwlock.h -include/kstdateparser.h -include/kstwaitcondition.h -lib/libkstextdate.so.3 -lib/libkstextdate.so -lib/libkstextdate.la -lib/libkstextdate.a -lib/libkst.so.1 -lib/libkst.so -lib/libkst.la -lib/libkst.a -lib/libkstmath.so.1 -lib/libkstmath.so -lib/libkstmath.la -lib/libkstmath.a -lib/kde3/kstdata_ascii.so -lib/kde3/kstdata_ascii.la -lib/kde3/kstdata_ascii.a -lib/kde3/kstdata_qimagesource.so -lib/kde3/kstdata_qimagesource.la -lib/kde3/kstdata_qimagesource.a -lib/kde3/kstdata_dirfile.so -lib/kde3/kstdata_dirfile.la -lib/kde3/kstdata_dirfile.a -lib/kde3/kstdata_frame.so -lib/kde3/kstdata_frame.la -lib/kde3/kstdata_frame.a -lib/kde3/kstdata_indirect.so -lib/kde3/kstdata_indirect.la -lib/kde3/kstdata_indirect.a -%%CDF%%lib/kde3/kstdata_cdf.so -%%CDF%%lib/kde3/kstdata_cdf.la -%%CDF%%lib/kde3/kstdata_cdf.a -%%NETCDF%%lib/kde3/kstdata_netcdf.so -%%NETCDF%%lib/kde3/kstdata_netcdf.la -%%NETCDF%%lib/kde3/kstdata_netcdf.a -lib/kde3/kstdata_lfiio.so -lib/kde3/kstdata_lfiio.la -lib/kde3/kstdata_lfiio.a -lib/kde3/kstdata_fitsimage.so -lib/kde3/kstdata_fitsimage.la -lib/kde3/kstdata_fitsimage.a -lib/kde3/kstdata_healpix.so -lib/kde3/kstdata_healpix.la -lib/kde3/kstdata_healpix.a -lib/kde3/kstplugins/bin.xml -lib/kde3/kstplugins/bin.so -lib/kde3/kstplugins/bin.la -lib/kde3/kstplugins/bin.a -lib/kde3/kstplugins/linefit.xml -lib/kde3/kstplugins/linefit.so -lib/kde3/kstplugins/linefit.la -lib/kde3/kstplugins/linefit.a -lib/kde3/kstplugins/periodogram.xml -lib/kde3/kstplugins/periodogram.so -lib/kde3/kstplugins/periodogram.la -lib/kde3/kstplugins/periodogram.a -lib/kde3/kstplugins/phase.xml -lib/kde3/kstplugins/phase.so -lib/kde3/kstplugins/phase.la -lib/kde3/kstplugins/phase.a -lib/kde3/kstplugins/statistics.xml -lib/kde3/kstplugins/statistics.so -lib/kde3/kstplugins/statistics.la -lib/kde3/kstplugins/statistics.a -lib/kde3/kstplugins/chop.xml -lib/kde3/kstplugins/chop.so -lib/kde3/kstplugins/chop.la -lib/kde3/kstplugins/chop.a -lib/kde3/kstplugins/crossspectrum.xml -lib/kde3/kstplugins/crossspectrum.so -lib/kde3/kstplugins/crossspectrum.la -lib/kde3/kstplugins/crossspectrum.a -lib/kde3/kstplugins/syncbin.xml -lib/kde3/kstplugins/syncbin.so -lib/kde3/kstplugins/syncbin.la -lib/kde3/kstplugins/syncbin.a -lib/kde3/kstplugins/noise_addition.xml -lib/kde3/kstplugins/noise_addition.so -lib/kde3/kstplugins/noise_addition.la -lib/kde3/kstplugins/noise_addition.a -lib/kde3/kstplugins/kstfit_linear_unweighted.xml -lib/kde3/kstplugins/kstfit_linear_unweighted.so -lib/kde3/kstplugins/kstfit_linear_unweighted.la -lib/kde3/kstplugins/kstfit_linear_unweighted.a -lib/kde3/kstplugins/kstfit_linear_weighted.xml -lib/kde3/kstplugins/kstfit_gaussian.xml -lib/kde3/kstplugins/kstfit_linear_weighted.so -lib/kde3/kstplugins/kstfit_linear_weighted.la -lib/kde3/kstplugins/kstfit_linear_weighted.a -lib/kde3/kstplugins/kstfit_gradient_unweighted.xml -lib/kde3/kstplugins/kstfit_gradient_unweighted.so -lib/kde3/kstplugins/kstfit_gradient_unweighted.la -lib/kde3/kstplugins/kstfit_gradient_unweighted.a -lib/kde3/kstplugins/kstfit_gradient_weighted.xml -lib/kde3/kstplugins/kstfit_gradient_weighted.so -lib/kde3/kstplugins/kstfit_gradient_weighted.la -lib/kde3/kstplugins/kstfit_gradient_weighted.a -lib/kde3/kstplugins/kstfit_polynomial_weighted.xml -lib/kde3/kstplugins/kstfit_polynomial_weighted.so -lib/kde3/kstplugins/shift.a -lib/kde3/kstplugins/kstfit_polynomial_weighted.la -lib/kde3/kstplugins/kstfit_polynomial_weighted.a -lib/kde3/kstplugins/kstfit_polynomial_unweighted.xml -lib/kde3/kstplugins/kstfit_polynomial_unweighted.so -lib/kde3/kstplugins/kstfit_polynomial_unweighted.la -lib/kde3/kstplugins/kstfit_polynomial_unweighted.a -lib/kde3/kstplugins/kstfit_sinusoid_weighted.xml -lib/kde3/kstplugins/kstfit_sinusoid_weighted.so -lib/kde3/kstplugins/kstfit_sinusoid_weighted.la -lib/kde3/kstplugins/kstfit_sinusoid_weighted.a -lib/kde3/kstplugins/kstfit_sinusoid_unweighted.xml -lib/kde3/kstplugins/kstfit_sinusoid_unweighted.so -lib/kde3/kstplugins/kstfit_sinusoid_unweighted.la -lib/kde3/kstplugins/kstfit_sinusoid_unweighted.a -lib/kde3/kstplugins/kstfit_gaussian.so -lib/kde3/kstplugins/kstfit_gaussian.la -lib/kde3/kstplugins/kstfit_gaussian.a -lib/kde3/kstplugins/kstfit_gaussian_weighted.xml -lib/kde3/kstplugins/kstfit_gaussian_weighted.so -lib/kde3/kstplugins/kstfit_gaussian_weighted.la -lib/kde3/kstplugins/kstfit_gaussian_weighted.a -lib/kde3/kstplugins/kstfit_lorentzian.xml -lib/kde3/kstplugins/kstfit_lorentzian.so -lib/kde3/kstplugins/kstfit_lorentzian.la -lib/kde3/kstplugins/kstfit_lorentzian.a -lib/kde3/kstplugins/kstfit_lorentzian_weighted.xml -lib/kde3/kstplugins/kstfit_lorentzian_weighted.so -lib/kde3/kstplugins/kstfit_exponential.xml -lib/kde3/kstplugins/kstfit_lorentzian_weighted.la -lib/kde3/kstplugins/kstfit_lorentzian_weighted.a -lib/kde3/kstplugins/kstfit_exponential.so -lib/kde3/kstplugins/kstfit_exponential.la -lib/kde3/kstplugins/kstfit_exponential.a -lib/kde3/kstplugins/kstfit_exponential_weighted.xml -lib/kde3/kstplugins/kstfit_exponential_weighted.so -lib/kde3/kstplugins/kstfit_exponential_weighted.la -lib/kde3/kstplugins/kstfit_exponential_weighted.a -lib/kde3/kstplugins/kstinterp_linear.xml -lib/kde3/kstplugins/kstinterp_linear.so -lib/kde3/kstplugins/kstinterp_linear.la -lib/kde3/kstplugins/kstinterp_linear.a -lib/kde3/kstplugins/kstinterp_cspline.xml -lib/kde3/kstplugins/kstinterp_cspline.a -lib/kde3/kstplugins/kstinterp_cspline.so -lib/kde3/kstplugins/kstinterp_cspline.la -lib/kde3/kstplugins/kstinterp_cspline_periodic.xml -lib/kde3/kstplugins/kstinterp_cspline_periodic.so -lib/kde3/kstplugins/kstinterp_cspline_periodic.la -lib/kde3/kstplugins/kstinterp_cspline_periodic.a -lib/kde3/kstplugins/kstinterp_akima.xml -lib/kde3/kstplugins/kstinterp_akima.so -lib/kde3/kstplugins/kstinterp_akima.la -lib/kde3/kstplugins/kstinterp_akima.a -lib/kde3/kstplugins/kstinterp_akima_periodic.xml -lib/kde3/kstplugins/kstinterp_akima_periodic.so -lib/kde3/kstplugins/kstinterp_akima_periodic.la -lib/kde3/kstplugins/kstinterp_akima_periodic.a -lib/kde3/kstplugins/crosscorrelate.xml -lib/kde3/kstplugins/kstinterp_polynomial.xml -lib/kde3/kstplugins/kstinterp_polynomial.so -lib/kde3/kstplugins/kstinterp_polynomial.la -lib/kde3/kstplugins/kstinterp_polynomial.a -lib/kde3/kstplugins/butterworth_lowpass.xml -lib/kde3/kstplugins/butterworth_lowpass.so -lib/kde3/kstplugins/butterworth_lowpass.la -lib/kde3/kstplugins/butterworth_lowpass.a -lib/kde3/kstplugins/butterworth_highpass.xml -lib/kde3/kstplugins/butterworth_highpass.so -lib/kde3/kstplugins/butterworth_highpass.la -lib/kde3/kstplugins/butterworth_highpass.a -lib/kde3/kstplugins/butterworth_bandpass.xml -lib/kde3/kstplugins/butterworth_bandpass.so -lib/kde3/kstplugins/butterworth_bandpass.la -lib/kde3/kstplugins/convolve.so -lib/kde3/kstplugins/butterworth_bandpass.a -lib/kde3/kstplugins/butterworth_bandstop.xml -lib/kde3/kstplugins/butterworth_bandstop.so -lib/kde3/kstplugins/butterworth_bandstop.la -lib/kde3/kstplugins/butterworth_bandstop.a -lib/kde3/kstplugins/crosscorrelate.so -lib/kde3/kstplugins/crosscorrelate.la -lib/kde3/kstplugins/crosscorrelate.a -lib/kde3/kstplugins/autocorrelate.xml -lib/kde3/kstplugins/autocorrelate.so -lib/kde3/kstplugins/autocorrelate.la -lib/kde3/kstplugins/autocorrelate.a -lib/kde3/kstplugins/convolve.xml -lib/kde3/kstplugins/convolve.la -lib/kde3/kstplugins/convolve.a -lib/kde3/kstplugins/deconvolve.xml -lib/kde3/kstplugins/deconvolve.so -lib/kde3/kstplugins/deconvolve.la -lib/kde3/kstplugins/shift.xml -lib/kde3/kstplugins/deconvolve.a -lib/kde3/kstplugins/cumulative_sum.xml -lib/kde3/kstplugins/cumulative_sum.so -lib/kde3/kstplugins/cumulative_sum.la -lib/kde3/kstplugins/cumulative_sum.a -lib/kde3/kstplugins/differentiation.xml -lib/kde3/kstplugins/differentiation.so -lib/kde3/kstplugins/differentiation.la -lib/kde3/kstplugins/differentiation.a -lib/kde3/kstplugins/shift.so -lib/kde3/kstplugins/shift.la -lib/kde3/kstextension_elog.so -lib/kde3/kstextension_elog.la -lib/kde3/kstextension_elog.a -lib/kde3/kstextension_js.so -lib/kde3/kstextension_js.la -lib/kde3/kstextension_js.a -lib/kde3/kstextension_pulse.so -lib/kde3/kstextension_pulse.la -lib/kde3/kstextension_pulse.a -lib/kde3/plugins/designer/kstwidgets.so -lib/kde3/plugins/designer/kstwidgets.la -lib/kde3/plugins/designer/kstwidgets.a -lib/libkstwidgets.so.1 -lib/libkstwidgets.so -lib/libkstwidgets.la -lib/libkstwidgets.a -lib/libkstapp.so.1 -lib/libkstapp.so -lib/libkstapp.la -lib/libkstapp.a -share/doc/HTML/da/kst/commandline-chapter.docbook -share/doc/HTML/da/kst/miscfeatures-chapter.docbook -share/doc/HTML/da/kst/additionalformats-chapter.docbook -share/doc/HTML/da/kst/saving-chapter.docbook -share/doc/HTML/da/kst/dcop-chapter.docbook -share/doc/HTML/da/kst/data-chapter.docbook -share/doc/HTML/da/kst/commontasks-chapter.docbook -share/doc/HTML/da/kst/eventmonitoring-chapter.docbook -share/doc/HTML/da/kst/license-chapter.docbook -share/doc/HTML/da/kst/debuglog-chapter.docbook -share/doc/HTML/da/kst/plotsandwindows-chapter.docbook -share/doc/HTML/da/kst/install-chapter.docbook -share/doc/HTML/da/kst/creatingplugins-chapter.docbook -share/doc/HTML/da/kst/common -share/doc/HTML/da/kst/plugins-chapter.docbook -share/doc/HTML/da/kst/intro-chapter.docbook -share/doc/HTML/da/kst/tutorial.docbook -share/doc/HTML/da/kst/index.docbook -share/doc/HTML/da/kst/index.cache.bz2 -share/doc/HTML/de/kst/dcop-chapter.docbook -share/doc/HTML/de/kst/license-chapter.docbook -share/doc/HTML/de/kst/intro-chapter.docbook -share/doc/HTML/es/kst/commandline-chapter.docbook -share/doc/HTML/es/kst/Screenshot-kst-curvewindow.png -share/doc/HTML/es/kst/Formula-kst-convolution.png -share/doc/HTML/es/kst/miscfeatures-chapter.docbook -share/doc/HTML/es/kst/Symbol-kst-lambda.png -share/doc/HTML/es/kst/Screenshot-kst-tutorial-gyro1.png -share/doc/HTML/es/kst/Screenshot-kst-tutorial-gyro-multiple.png -share/doc/HTML/es/kst/Formula-kst-generallinearmodel.png -share/doc/HTML/es/kst/Symbol-kst-theta.png -share/doc/HTML/es/kst/Screenshot-kst-debuglog.png -share/doc/HTML/es/kst/Symbol-kst-Gamma.png -share/doc/HTML/es/kst/Screenshot-kst-datamode.png -share/doc/HTML/es/kst/tutorial.docbook -share/doc/HTML/es/kst/additionalformats-chapter.docbook -share/doc/HTML/es/kst/Formula-kst-crosscorrelation.png -share/doc/HTML/es/kst/Screenshot-kst-eventmonitor-serversettings.png -share/doc/HTML/es/kst/Formula-kst-linefitsumofsquaredresiduals.png -share/doc/HTML/es/kst/Screenshot-kst-plotdialoglabels.png -share/doc/HTML/es/kst/Screenshot-kst-tiedzoom.png -share/doc/HTML/es/kst/Screenshot-kst-quickstart.png -share/doc/HTML/es/kst/Widget-kst-maximize.png -share/doc/HTML/es/kst/Diagram-kst-frames.png -share/doc/HTML/es/kst/Icon-kst-tiedzoom.png -share/doc/HTML/es/kst/Screenshot-kst-histogramwindow.png -share/doc/HTML/es/kst/Screenshot-kst-simpledata.png -share/doc/HTML/es/kst/saving-chapter.docbook -share/doc/HTML/es/kst/dcop-chapter.docbook -share/doc/HTML/es/kst/Diagram-kst-datatypes.png -share/doc/HTML/es/kst/Screenshot-kst-arraywindow.png -share/doc/HTML/es/kst/Widget-kst-swapcolour.png -share/doc/HTML/es/kst/data-chapter.docbook -share/doc/HTML/es/kst/Screenshot-kst-mditoplevel.png -share/doc/HTML/es/kst/Symbol-kst-sigma.png -share/doc/HTML/es/kst/commontasks-chapter.docbook -share/doc/HTML/es/kst/Screenshot-kst-democorrected.png -share/doc/HTML/es/kst/Screenshot-kst-filesave.png -share/doc/HTML/es/kst/Widget-kst-colourchooser.png -share/doc/HTML/es/kst/Screenshot-kst-zoom.png -share/doc/HTML/es/kst/Screenshot-kst-editequation.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/Formula-kst-exponentialfitequation.png -share/doc/HTML/es/kst/Screenshot-kst-powerspectrawindow.png -share/doc/HTML/es/kst/Formula-kst-autocorrelation.png -share/doc/HTML/es/kst/Formula-kst-linefitequation.png -share/doc/HTML/es/kst/Screenshot-kst-pluginswindow.png -share/doc/HTML/es/kst/Formula-kst-bandpass.png -share/doc/HTML/es/kst/Screenshot-kst-plotdialoglegend.png -share/doc/HTML/es/kst/Diagram-kst-matrix.png -share/doc/HTML/es/kst/Screenshot-kst-maxima-datapoints.png -share/doc/HTML/es/kst/Icon-kst-layoutmode.png -share/doc/HTML/es/kst/Screenshot-kst-tutorial-datawizard-done.png -share/doc/HTML/es/kst/eventmonitoring-chapter.docbook -share/doc/HTML/es/kst/Screenshot-kst-plotdialogmarkers.png -share/doc/HTML/es/kst/Formula-kst-lorentzianfitequation.png -share/doc/HTML/es/kst/license-chapter.docbook -share/doc/HTML/es/kst/Formula-kst-highpass.png -share/doc/HTML/es/kst/Screenshot-kst-configureshortcutswindow.png -share/doc/HTML/es/kst/debuglog-chapter.docbook -share/doc/HTML/es/kst/Widget-kst-minimize.png -share/doc/HTML/es/kst/Screenshot-kst-fittedline.png -share/doc/HTML/es/kst/plotsandwindows-chapter.docbook -share/doc/HTML/es/kst/install-chapter.docbook -share/doc/HTML/es/kst/Screenshot-kst-defineshortcutwindow.png -share/doc/HTML/es/kst/Diagram-kst-windowplotrelation.png -share/doc/HTML/es/kst/Formula-kst-gradientsumofsquares.png -share/doc/HTML/es/kst/Formula-kst-polynomialfitequation.png -share/doc/HTML/es/kst/Formula-kst-gaussianprobability.png -share/doc/HTML/es/kst/Screenshot-kst-equationwindow.png -share/doc/HTML/es/kst/creatingplugins-chapter.docbook -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/Formula-kst-autocorrelation2.png -share/doc/HTML/es/kst/Widget-kst-undock.png -share/doc/HTML/es/kst/Formula-kst-gradientequation.png -share/doc/HTML/es/kst/Screenshot-kst-demo.png -share/doc/HTML/es/kst/Screenshot-kst-plotdialogcontent.png -share/doc/HTML/es/kst/Icon-kst-datamanager.png -share/doc/HTML/es/kst/plugins-chapter.docbook -share/doc/HTML/es/kst/Screenshot-kst-matrixwindow.png -share/doc/HTML/es/kst/Screenshot-kst-labeleditor.png -share/doc/HTML/es/kst/Screenshot-kst-mainwindow.png -share/doc/HTML/es/kst/Icon-kst-xymousezoom.png -share/doc/HTML/es/kst/Equation-kst-correctedpitch.png -share/doc/HTML/es/kst/intro-chapter.docbook -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-eventmonitor-loggingsettings.png -share/doc/HTML/es/kst/Icon-kst-xmousezoom.png -share/doc/HTML/es/kst/Formula-kst-sinusoidfitequation.png -share/doc/HTML/es/kst/Widget-kst-close.png -share/doc/HTML/es/kst/Screenshot-kst-vectorwindow.png -share/doc/HTML/es/kst/Screenshot-kst-curveoptions.png -share/doc/HTML/es/kst/Formula-kst-generallinearmodelexample.png -share/doc/HTML/es/kst/Icon-kst-datawizard.png -share/doc/HTML/es/kst/Diagram-kst-array.png -share/doc/HTML/es/kst/Formula-kst-deconvolution.png -share/doc/HTML/es/kst/Symbol-kst-mu.png -share/doc/HTML/es/kst/Screenshot-kst-mditabpage.png -share/doc/HTML/es/kst/Screenshot-kst-plotdialogtop.png -share/doc/HTML/es/kst/Formula-kst-bandstop.png -share/doc/HTML/es/kst/Screenshot-kst-datamanager.png -share/doc/HTML/es/kst/Formula-kst-gaussianfitequation.png -share/doc/HTML/es/kst/Formula-kst-lowpass.png -share/doc/HTML/es/kst/Widget-kst-defaultcolours.png -share/doc/HTML/es/kst/Screenshot-kst-plotdialoglimits.png -share/doc/HTML/es/kst/Screenshot-kst-imagewindow.png -share/doc/HTML/et/kst/commandline-chapter.docbook -share/doc/HTML/et/kst/Screenshot-kst-curvewindow.png -share/doc/HTML/et/kst/miscfeatures-chapter.docbook -share/doc/HTML/et/kst/Screenshot-kst-tutorial-gyro1.png -share/doc/HTML/et/kst/Screenshot-kst-tutorial-gyro-multiple.png -share/doc/HTML/et/kst/Screenshot-kst-debuglog.png -share/doc/HTML/et/kst/additionalformats-chapter.docbook -share/doc/HTML/et/kst/Screenshot-kst-plotdialoglabels.png -share/doc/HTML/et/kst/Screenshot-kst-tiedzoom.png -share/doc/HTML/et/kst/Screenshot-kst-quickstart.png -share/doc/HTML/et/kst/Screenshot-kst-histogramwindow.png -share/doc/HTML/et/kst/saving-chapter.docbook -share/doc/HTML/et/kst/Screenshot-kst-simpledata.png -share/doc/HTML/et/kst/dcop-chapter.docbook -share/doc/HTML/et/kst/data-chapter.docbook -share/doc/HTML/et/kst/Screenshot-kst-mditoplevel.png -share/doc/HTML/et/kst/commontasks-chapter.docbook -share/doc/HTML/et/kst/Screenshot-kst-democorrected.png -share/doc/HTML/et/kst/Screenshot-kst-filesave.png -share/doc/HTML/et/kst/Widget-kst-colourchooser.png -share/doc/HTML/et/kst/Screenshot-kst-zoom.png -share/doc/HTML/et/kst/Screenshot-kst-editequation.png -share/doc/HTML/et/kst/Screenshot-kst-powerspectrawindow.png -share/doc/HTML/et/kst/Screenshot-kst-plotdialoglegend.png -share/doc/HTML/et/kst/Screenshot-kst-maxima-datapoints.png -share/doc/HTML/et/kst/Screenshot-kst-tutorial-datawizard-done.png -share/doc/HTML/et/kst/eventmonitoring-chapter.docbook -share/doc/HTML/et/kst/Screenshot-kst-plotdialogmarkers.png -share/doc/HTML/et/kst/license-chapter.docbook -share/doc/HTML/et/kst/debuglog-chapter.docbook -share/doc/HTML/et/kst/Screenshot-kst-fittedline.png -share/doc/HTML/et/kst/plotsandwindows-chapter.docbook -share/doc/HTML/et/kst/install-chapter.docbook -share/doc/HTML/et/kst/Screenshot-kst-equationwindow.png -share/doc/HTML/et/kst/creatingplugins-chapter.docbook -share/doc/HTML/et/kst/Screenshot-kst-datawizard2.png -share/doc/HTML/et/kst/Screenshot-kst-datawizard3.png -share/doc/HTML/et/kst/tutorial.docbook -share/doc/HTML/et/kst/Screenshot-kst-demo.png -share/doc/HTML/et/kst/Screenshot-kst-plotdialogcontent.png -share/doc/HTML/et/kst/plugins-chapter.docbook -share/doc/HTML/et/kst/Screenshot-kst-matrixwindow.png -share/doc/HTML/et/kst/intro-chapter.docbook -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-vectorwindow.png -share/doc/HTML/et/kst/Screenshot-kst-curveoptions.png -share/doc/HTML/et/kst/index.docbook -share/doc/HTML/et/kst/Screenshot-kst-mditabpage.png -share/doc/HTML/et/kst/Screenshot-kst-plotdialogtop.png -share/doc/HTML/et/kst/Screenshot-kst-datamanager.png -share/doc/HTML/et/kst/common -share/doc/HTML/et/kst/Screenshot-kst-plotdialoglimits.png -share/doc/HTML/et/kst/Screenshot-kst-imagewindow.png -share/doc/HTML/et/kst/index.cache.bz2 -share/doc/HTML/fr/kst/index.docbook -share/doc/HTML/fr/kst/index.cache.bz2 -share/doc/HTML/fr/kst/common -share/doc/HTML/it/kst/commandline-chapter.docbook -share/doc/HTML/it/kst/miscfeatures-chapter.docbook -share/doc/HTML/it/kst/additionalformats-chapter.docbook -share/doc/HTML/it/kst/Screenshot-kst-quickstart.png -share/doc/HTML/it/kst/Diagram-kst-frames.png -share/doc/HTML/it/kst/Screenshot-kst-simpledata.png -share/doc/HTML/it/kst/saving-chapter.docbook -share/doc/HTML/it/kst/dcop-chapter.docbook -share/doc/HTML/it/kst/Diagram-kst-datatypes.png -share/doc/HTML/it/kst/data-chapter.docbook -share/doc/HTML/it/kst/commontasks-chapter.docbook -share/doc/HTML/it/kst/Diagram-kst-matrix.png -share/doc/HTML/it/kst/eventmonitoring-chapter.docbook -share/doc/HTML/it/kst/common -share/doc/HTML/it/kst/license-chapter.docbook -share/doc/HTML/it/kst/debuglog-chapter.docbook -share/doc/HTML/it/kst/plotsandwindows-chapter.docbook -share/doc/HTML/it/kst/install-chapter.docbook -share/doc/HTML/it/kst/Diagram-kst-windowplotrelation.png -share/doc/HTML/it/kst/creatingplugins-chapter.docbook -share/doc/HTML/it/kst/Screenshot-kst-datawizard2.png -share/doc/HTML/it/kst/Screenshot-kst-datawizard3.png -share/doc/HTML/it/kst/plugins-chapter.docbook -share/doc/HTML/it/kst/intro-chapter.docbook -share/doc/HTML/it/kst/tutorial.docbook -share/doc/HTML/it/kst/Screenshot-kst-curveoptions.png -share/doc/HTML/it/kst/index.docbook -share/doc/HTML/it/kst/index.cache.bz2 -share/doc/HTML/nl/kst/commandline-chapter.docbook -share/doc/HTML/nl/kst/miscfeatures-chapter.docbook -share/doc/HTML/nl/kst/additionalformats-chapter.docbook -share/doc/HTML/nl/kst/saving-chapter.docbook -share/doc/HTML/nl/kst/dcop-chapter.docbook -share/doc/HTML/nl/kst/data-chapter.docbook -share/doc/HTML/nl/kst/commontasks-chapter.docbook -share/doc/HTML/nl/kst/eventmonitoring-chapter.docbook -share/doc/HTML/nl/kst/license-chapter.docbook -share/doc/HTML/nl/kst/debuglog-chapter.docbook -share/doc/HTML/nl/kst/plotsandwindows-chapter.docbook -share/doc/HTML/nl/kst/install-chapter.docbook -share/doc/HTML/nl/kst/creatingplugins-chapter.docbook -share/doc/HTML/nl/kst/common -share/doc/HTML/nl/kst/plugins-chapter.docbook -share/doc/HTML/nl/kst/intro-chapter.docbook -share/doc/HTML/nl/kst/tutorial.docbook -share/doc/HTML/nl/kst/index.docbook -share/doc/HTML/nl/kst/index.cache.bz2 -share/doc/HTML/pt/kst/commandline-chapter.docbook -share/doc/HTML/pt/kst/miscfeatures-chapter.docbook -share/doc/HTML/pt/kst/additionalformats-chapter.docbook -share/doc/HTML/pt/kst/saving-chapter.docbook -share/doc/HTML/pt/kst/dcop-chapter.docbook -share/doc/HTML/pt/kst/data-chapter.docbook -share/doc/HTML/pt/kst/commontasks-chapter.docbook -share/doc/HTML/pt/kst/eventmonitoring-chapter.docbook -share/doc/HTML/pt/kst/license-chapter.docbook -share/doc/HTML/pt/kst/debuglog-chapter.docbook -share/doc/HTML/pt/kst/plotsandwindows-chapter.docbook -share/doc/HTML/pt/kst/install-chapter.docbook -share/doc/HTML/pt/kst/creatingplugins-chapter.docbook -share/doc/HTML/pt/kst/common -share/doc/HTML/pt/kst/plugins-chapter.docbook -share/doc/HTML/pt/kst/intro-chapter.docbook -share/doc/HTML/pt/kst/tutorial.docbook -share/doc/HTML/pt/kst/index.docbook -share/doc/HTML/pt/kst/index.cache.bz2 -share/doc/HTML/sv/kst/commandline-chapter.docbook -share/doc/HTML/sv/kst/Screenshot-kst-curvewindow.png -share/doc/HTML/sv/kst/miscfeatures-chapter.docbook -share/doc/HTML/sv/kst/Screenshot-kst-tutorial-gyro1.png -share/doc/HTML/sv/kst/Screenshot-kst-tutorial-gyro-multiple.png -share/doc/HTML/sv/kst/Screenshot-kst-debuglog.png -share/doc/HTML/sv/kst/additionalformats-chapter.docbook -share/doc/HTML/sv/kst/Screenshot-kst-eventmonitor-serversettings.png -share/doc/HTML/sv/kst/Screenshot-kst-plotdialoglabels.png -share/doc/HTML/sv/kst/Screenshot-kst-quickstart.png -share/doc/HTML/sv/kst/Diagram-kst-frames.png -share/doc/HTML/sv/kst/index.docbook -share/doc/HTML/sv/kst/Screenshot-kst-histogramwindow.png -share/doc/HTML/sv/kst/Screenshot-kst-simpledata.png -share/doc/HTML/sv/kst/saving-chapter.docbook -share/doc/HTML/sv/kst/dcop-chapter.docbook -share/doc/HTML/sv/kst/Diagram-kst-datatypes.png -share/doc/HTML/sv/kst/data-chapter.docbook -share/doc/HTML/sv/kst/Screenshot-kst-mditoplevel.png -share/doc/HTML/sv/kst/commontasks-chapter.docbook -share/doc/HTML/sv/kst/Screenshot-kst-democorrected.png -share/doc/HTML/sv/kst/Screenshot-kst-filesave.png -share/doc/HTML/sv/kst/Screenshot-kst-zoom.png -share/doc/HTML/sv/kst/Screenshot-kst-multipleselectedplots.png -share/doc/HTML/sv/kst/Screenshot-kst-editequation.png -share/doc/HTML/sv/kst/common -share/doc/HTML/sv/kst/Screenshot-kst-powerspectrawindow.png -share/doc/HTML/sv/kst/Screenshot-kst-pluginswindow.png -share/doc/HTML/sv/kst/Screenshot-kst-plotdialoglegend.png -share/doc/HTML/sv/kst/Diagram-kst-matrix.png -share/doc/HTML/sv/kst/Screenshot-kst-maxima-datapoints.png -share/doc/HTML/sv/kst/Screenshot-kst-tutorial-datawizard-done.png -share/doc/HTML/sv/kst/eventmonitoring-chapter.docbook -share/doc/HTML/sv/kst/Screenshot-kst-plotdialogmarkers.png -share/doc/HTML/sv/kst/license-chapter.docbook -share/doc/HTML/sv/kst/Screenshot-kst-configureshortcutswindow.png -share/doc/HTML/sv/kst/debuglog-chapter.docbook -share/doc/HTML/sv/kst/install-chapter.docbook -share/doc/HTML/sv/kst/Screenshot-kst-fittedline.png -share/doc/HTML/sv/kst/plotsandwindows-chapter.docbook -share/doc/HTML/sv/kst/Screenshot-kst-defineshortcutwindow.png -share/doc/HTML/sv/kst/Diagram-kst-windowplotrelation.png -share/doc/HTML/sv/kst/Screenshot-kst-equationwindow.png -share/doc/HTML/sv/kst/creatingplugins-chapter.docbook -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-demo.png -share/doc/HTML/sv/kst/Screenshot-kst-plotdialogcontent.png -share/doc/HTML/sv/kst/plugins-chapter.docbook -share/doc/HTML/sv/kst/Screenshot-kst-matrixwindow.png -share/doc/HTML/sv/kst/index.cache.bz2 -share/doc/HTML/sv/kst/Screenshot-kst-labeleditor.png -share/doc/HTML/sv/kst/intro-chapter.docbook -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-eventmonitor-loggingsettings.png -share/doc/HTML/sv/kst/tutorial.docbook -share/doc/HTML/sv/kst/Screenshot-kst-vectorwindow.png -share/doc/HTML/sv/kst/Screenshot-kst-curveoptions.png -share/doc/HTML/sv/kst/Screenshot-kst-mditabpage.png -share/doc/HTML/sv/kst/Screenshot-kst-plotdialogtop.png -share/doc/HTML/sv/kst/Screenshot-kst-datamanager.png -share/doc/HTML/sv/kst/Screenshot-kst-plotdialoglimits.png -share/doc/HTML/sv/kst/Screenshot-kst-imagewindow.png -share/doc/HTML/en/kst/commandline-chapter.docbook -share/doc/HTML/en/kst/Screenshot-kst-curvewindow.png -share/doc/HTML/en/kst/Formula-kst-convolution.png -share/doc/HTML/en/kst/miscfeatures-chapter.docbook -share/doc/HTML/en/kst/Symbol-kst-lambda.png -share/doc/HTML/en/kst/Screenshot-kst-tutorial-gyro1.png -share/doc/HTML/en/kst/Screenshot-kst-tutorial-gyro-multiple.png -share/doc/HTML/en/kst/Formula-kst-generallinearmodel.png -share/doc/HTML/en/kst/Symbol-kst-theta.png -share/doc/HTML/en/kst/Screenshot-kst-debuglog.png -share/doc/HTML/en/kst/Symbol-kst-Gamma.png -share/doc/HTML/en/kst/Screenshot-kst-datamode.png -share/doc/HTML/en/kst/kst.1 -share/doc/HTML/en/kst/additionalformats-chapter.docbook -share/doc/HTML/en/kst/Formula-kst-crosscorrelation.png -share/doc/HTML/en/kst/Screenshot-kst-eventmonitor-serversettings.png -share/doc/HTML/en/kst/Formula-kst-linefitsumofsquaredresiduals.png -share/doc/HTML/en/kst/Screenshot-kst-plotdialoglabels.png -share/doc/HTML/en/kst/Screenshot-kst-tiedzoom.png -share/doc/HTML/en/kst/Screenshot-kst-quickstart.png -share/doc/HTML/en/kst/Widget-kst-maximize.png -share/doc/HTML/en/kst/Diagram-kst-frames.png -share/doc/HTML/en/kst/Icon-kst-tiedzoom.png -share/doc/HTML/en/kst/Screenshot-kst-histogramwindow.png -share/doc/HTML/en/kst/Screenshot-kst-simpledata.png -share/doc/HTML/en/kst/saving-chapter.docbook -share/doc/HTML/en/kst/dcop-chapter.docbook -share/doc/HTML/en/kst/Diagram-kst-datatypes.png -share/doc/HTML/en/kst/Screenshot-kst-arraywindow.png -share/doc/HTML/en/kst/Widget-kst-swapcolour.png -share/doc/HTML/en/kst/data-chapter.docbook -share/doc/HTML/en/kst/Screenshot-kst-mditoplevel.png -share/doc/HTML/en/kst/Symbol-kst-sigma.png -share/doc/HTML/en/kst/commontasks-chapter.docbook -share/doc/HTML/en/kst/Screenshot-kst-democorrected.png -share/doc/HTML/en/kst/Screenshot-kst-filesave.png -share/doc/HTML/en/kst/Widget-kst-colourchooser.png -share/doc/HTML/en/kst/Screenshot-kst-zoom.png -share/doc/HTML/en/kst/Screenshot-kst-editequation.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/Formula-kst-exponentialfitequation.png -share/doc/HTML/en/kst/Screenshot-kst-powerspectrawindow.png -share/doc/HTML/en/kst/Formula-kst-autocorrelation.png -share/doc/HTML/en/kst/Formula-kst-linefitequation.png -share/doc/HTML/en/kst/Screenshot-kst-pluginswindow.png -share/doc/HTML/en/kst/Formula-kst-bandpass.png -share/doc/HTML/en/kst/Screenshot-kst-plotdialoglegend.png -share/doc/HTML/en/kst/Diagram-kst-matrix.png -share/doc/HTML/en/kst/Screenshot-kst-maxima-datapoints.png -share/doc/HTML/en/kst/Icon-kst-layoutmode.png -share/doc/HTML/en/kst/Screenshot-kst-tutorial-datawizard-done.png -share/doc/HTML/en/kst/eventmonitoring-chapter.docbook -share/doc/HTML/en/kst/Screenshot-kst-plotdialogmarkers.png -share/doc/HTML/en/kst/Formula-kst-lorentzianfitequation.png -share/doc/HTML/en/kst/license-chapter.docbook -share/doc/HTML/en/kst/Formula-kst-highpass.png -share/doc/HTML/en/kst/Screenshot-kst-configureshortcutswindow.png -share/doc/HTML/en/kst/debuglog-chapter.docbook -share/doc/HTML/en/kst/Widget-kst-minimize.png -share/doc/HTML/en/kst/Screenshot-kst-fittedline.png -share/doc/HTML/en/kst/plotsandwindows-chapter.docbook -share/doc/HTML/en/kst/install-chapter.docbook -share/doc/HTML/en/kst/index.docbook -share/doc/HTML/en/kst/Screenshot-kst-defineshortcutwindow.png -share/doc/HTML/en/kst/Diagram-kst-windowplotrelation.png -share/doc/HTML/en/kst/Formula-kst-gradientsumofsquares.png -share/doc/HTML/en/kst/Formula-kst-polynomialfitequation.png -share/doc/HTML/en/kst/Formula-kst-gaussianprobability.png -share/doc/HTML/en/kst/Screenshot-kst-equationwindow.png -share/doc/HTML/en/kst/creatingplugins-chapter.docbook -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/Formula-kst-autocorrelation2.png -share/doc/HTML/en/kst/Widget-kst-undock.png -share/doc/HTML/en/kst/Formula-kst-gradientequation.png -share/doc/HTML/en/kst/Screenshot-kst-demo.png -share/doc/HTML/en/kst/Screenshot-kst-plotdialogcontent.png -share/doc/HTML/en/kst/Icon-kst-datamanager.png -share/doc/HTML/en/kst/plugins-chapter.docbook -share/doc/HTML/en/kst/Screenshot-kst-matrixwindow.png -share/doc/HTML/en/kst/Screenshot-kst-labeleditor.png -share/doc/HTML/en/kst/Screenshot-kst-mainwindow.png -share/doc/HTML/en/kst/Icon-kst-xymousezoom.png -share/doc/HTML/en/kst/Equation-kst-correctedpitch.png -share/doc/HTML/en/kst/intro-chapter.docbook -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-eventmonitor-loggingsettings.png -share/doc/HTML/en/kst/Icon-kst-xmousezoom.png -share/doc/HTML/en/kst/Formula-kst-sinusoidfitequation.png -share/doc/HTML/en/kst/tutorial.docbook -share/doc/HTML/en/kst/Widget-kst-close.png -share/doc/HTML/en/kst/Screenshot-kst-vectorwindow.png -share/doc/HTML/en/kst/Screenshot-kst-curveoptions.png -share/doc/HTML/en/kst/Formula-kst-generallinearmodelexample.png -share/doc/HTML/en/kst/Icon-kst-datawizard.png -share/doc/HTML/en/kst/Diagram-kst-array.png -share/doc/HTML/en/kst/Formula-kst-deconvolution.png -share/doc/HTML/en/kst/Symbol-kst-mu.png -share/doc/HTML/en/kst/Screenshot-kst-mditabpage.png -share/doc/HTML/en/kst/common -share/doc/HTML/en/kst/Screenshot-kst-plotdialogtop.png -share/doc/HTML/en/kst/Formula-kst-bandstop.png -share/doc/HTML/en/kst/Screenshot-kst-datamanager.png -share/doc/HTML/en/kst/Formula-kst-gaussianfitequation.png -share/doc/HTML/en/kst/Formula-kst-lowpass.png -share/doc/HTML/en/kst/Widget-kst-defaultcolours.png -share/doc/HTML/en/kst/Screenshot-kst-plotdialoglimits.png -share/doc/HTML/en/kst/Screenshot-kst-imagewindow.png -share/doc/HTML/en/kst/index.cache.bz2 -share/locale/bg/LC_MESSAGES/kst.mo -share/locale/br/LC_MESSAGES/kst.mo -share/locale/br/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/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/ka/LC_MESSAGES/kst.mo -share/locale/ka/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/nb/LC_MESSAGES/kstplugineditor.mo -share/locale/nl/LC_MESSAGES/kst.mo -share/locale/nl/LC_MESSAGES/kstplugineditor.mo -share/locale/pa/LC_MESSAGES/kstplugineditor.mo -share/locale/pt_BR/LC_MESSAGES/kst.mo -share/locale/pt_BR/LC_MESSAGES/kstplugineditor.mo -share/locale/ru/LC_MESSAGES/kst.mo -share/locale/ru/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/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/el/LC_MESSAGES/kst.mo -share/locale/el/LC_MESSAGES/kstplugineditor.mo -share/locale/gl/LC_MESSAGES/kst.mo -share/locale/gl/LC_MESSAGES/kstplugineditor.mo -share/locale/nn/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/ro/LC_MESSAGES/kst.mo -share/locale/ro/LC_MESSAGES/kstplugineditor.mo -share/locale/sk/LC_MESSAGES/kst.mo -share/locale/sk/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/uk/LC_MESSAGES/kst.mo -share/locale/uk/LC_MESSAGES/kstplugineditor.mo -share/locale/zh_CN/LC_MESSAGES/kst.mo -share/services/kst/kstdata_ascii.desktop -share/services/kst/kstdata_qimagesource.desktop -share/services/kst/kstdata_dirfile.desktop -share/services/kst/kstdata_frame.desktop -share/services/kst/kstdata_indirect.desktop -%%CDF%%share/services/kst/kstdata_cdf.desktop -%%NETCDF%%share/services/kst/kstdata_netcdf.desktop -share/services/kst/kstdata_lfiio.desktop -share/services/kst/kstdata_fitsimage.desktop -share/services/kst/kstdata_healpix.desktop -share/services/kst/kstextension_elog.desktop -share/services/kst/kstextension_js.desktop -share/services/kst/kstextension_pulse.desktop -share/icons/locolor/32x32/apps/kst.png -share/icons/locolor/32x32/mimetypes/kst.png -share/icons/locolor/16x16/mimetypes/kst.png -share/icons/locolor/16x16/apps/kst.png -share/icons/hicolor/16x16/mimetypes/kst.png -share/icons/hicolor/32x32/mimetypes/kst.png -share/icons/hicolor/22x22/actions/kst_zoomtie.png -share/icons/hicolor/22x22/actions/kst_zoomxy.png -share/icons/hicolor/22x22/actions/kst_zoomx.png -share/icons/hicolor/22x22/actions/kst_zoomy.png -share/icons/hicolor/22x22/actions/kst_changefile.png -share/icons/hicolor/22x22/actions/kst_changenpts.png -share/icons/hicolor/22x22/actions/kst_editplots.png -share/icons/hicolor/22x22/actions/kst_datamanager.png -share/icons/hicolor/22x22/actions/kst_back.png -share/icons/hicolor/22x22/actions/kst_advance.png -share/icons/hicolor/22x22/actions/kst_graphfile.png -share/icons/hicolor/22x22/actions/kst_layoutmode.png -share/icons/hicolor/22x22/actions/kst_datamode.png -share/icons/hicolor/22x22/actions/kst_datawizard.png -share/icons/hicolor/22x22/actions/kst_vectornew.png -share/icons/hicolor/22x22/actions/kst_matrixnew.png -share/icons/hicolor/22x22/actions/kst_curvenew.png -share/icons/hicolor/22x22/actions/kst_psdnew.png -share/icons/hicolor/22x22/actions/kst_histogramnew.png -share/icons/hicolor/22x22/actions/kst_equationnew.png -share/icons/hicolor/22x22/actions/kst_imagenew.png -share/icons/hicolor/22x22/actions/kst_pluginnew.png -share/icons/hicolor/22x22/actions/kst_eventnew.png -share/icons/hicolor/22x22/actions/kst_graphics.png -share/icons/hicolor/22x22/actions/kst_gfx_line.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_gfx_ellipse.png -share/icons/hicolor/22x22/actions/kst_gfx_polyline.png -share/icons/hicolor/22x22/actions/kst_gfx_polygon.png -share/icons/hicolor/22x22/actions/kst_gfx_arrow.png -share/icons/hicolor/22x22/actions/kst_gfx_picture.png -share/icons/hicolor/22x22/actions/kst_choosecolor.png -share/icons/hicolor/22x22/actions/kst_csdnew.png -share/icons/hicolor/22x22/actions/kst_differentiatecurves.png -share/icons/hicolor/22x22/actions/kst_viewmanager.png -share/icons/hicolor/22x22/actions/kst_newplot.png -share/icons/hicolor/22x22/actions/addelogentry.png -share/icons/hicolor/22x22/actions/launchelogbrowser.png -share/applnk/Applications/Sciences/kst.desktop -share/mimelnk/application/x-kst.desktop -share/apps/kst/kstui.rc -share/apps/kst/pics/yes.png -share/apps/kst/pics/no.png -share/apps/kst/pics/kst_error_1.png -share/apps/kst/pics/kst_error_2.png -share/apps/kst/kstextension_elog.rc -share/apps/kst/kstextension_js.rc -share/apps/kst/kstextension_pulse.rc -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/fonts/adobe-symbol.enc.gz -share/apps/kst/tutorial/all.kst -share/apps/kst/tutorial/boomB.dat -share/apps/kst/tutorial/cbi.dat -share/apps/kst/tutorial/dasi.dat -share/apps/kst/tutorial/boomAB.dat -share/apps/kst/tutorial/boom.dat -share/apps/kst/tutorial/combined.dat -share/apps/kst/tutorial/demo.kst -share/apps/kst/tutorial/maxima.dat -share/apps/kst/tutorial/boomA.dat -share/apps/kst/tutorial/boom_lce.dat -share/apps/kst/tutorial/gyrodata.dat -share/apps/kst/tutorial/vsa.dat -share/apps/kconf_update/kstautosave11.upd -share/apps/kconf_update/kstrcmisc11.upd -share/servicetypes/kst/kstplugin.desktop -share/servicetypes/kst/kstdatasourceplugin.desktop -share/servicetypes/kst/kstfilter.desktop -share/servicetypes/kst/kstextension.desktop -share/config/colors/Kst Colors -share/config/colors/Kst Grayscale 256 -share/config/colors/Kst Spectrum 1021 -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 -@dirrm share/servicetypes/kst -@dirrm share/services/kst -@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 -@dirrmtry share/locale/ca -@dirrm share/doc/HTML/sv/kst -@dirrm share/doc/HTML/pt/kst -@dirrm share/doc/HTML/nl/kst -@dirrm share/doc/HTML/it/kst -@dirrm share/doc/HTML/fr/kst -@dirrm share/doc/HTML/et/kst -@dirrm share/doc/HTML/es/kst -@dirrm share/doc/HTML/en/kst -@dirrm share/doc/HTML/de/kst -@dirrm share/doc/HTML/da/kst -@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/kconf_update -@dirrmtry share/applnk/Applications/Sciences -@dirrm lib/kde3/kstplugins -@dirrmtry lib/kde3/plugins/designer -@dirrmtry lib/kde3/plugins diff --git a/science/netcdf4/Makefile b/science/netcdf4/Makefile deleted file mode 100644 index 0b4465af8dad..000000000000 --- a/science/netcdf4/Makefile +++ /dev/null @@ -1,50 +0,0 @@ -# New ports collection makefile for: netcdf -# Date created: 29 July 1999 -# Whom: Thomas Gellekum <tg@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= netcdf -PORTVERSION= 3.6.1 -CATEGORIES= science -MASTER_SITES= ftp://ftp.unidata.ucar.edu/pub/netcdf/%SUBDIR%/ \ - http://sunpoet.net/distfiles/ -MASTER_SITE_SUBDIR= . old - -MAINTAINER= sunpoet@sunpoet.net -COMMENT= Library for machine-independent, array-oriented data access - -WRKSRC= ${WRKDIR}/${DISTNAME}/src - -CONFLICTS= hdf-4.* - -CONFIGURE_ENV= CPPFLAGS="-fPIC -DPIC -Df2cFortran" -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -GNU_CONFIGURE= yes -USE_LDCONFIG= yes - -MAN1= ncdump.1 ncgen.1 -MAN3= netcdf.3 netcdf.3f - -post-build: - @(cd ${WRKSRC}/libsrc && \ - ${SETENV} ${MAKE_ENV} ${MAKE} linux_shared_library) - @(cd ${WRKSRC}/cxx && \ - ${SETENV} ${MAKE_ENV} ${MAKE} linux_shared_library) - -post-install: - @${STRIP_CMD} ${PREFIX}/bin/ncdump - @${STRIP_CMD} ${PREFIX}/bin/ncgen - ${INSTALL_DATA} ${WRKSRC}/libsrc/libnetcdf.so ${PREFIX}/lib/libnetcdf.so.1 - ${LN} -sf libnetcdf.so.1 ${PREFIX}/lib/libnetcdf.so - ${INSTALL_DATA} ${WRKSRC}/cxx/libnetcdf_c++.so ${PREFIX}/lib/libnetcdf_c++.so.1 - ${LN} -sf libnetcdf_c++.so.1 ${PREFIX}/lib/libnetcdf_c++.so -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for file in COPYRIGHT README RELEASE_NOTES - ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} -.endfor -.endif - -.include <bsd.port.mk> diff --git a/science/netcdf4/distinfo b/science/netcdf4/distinfo deleted file mode 100644 index fa988c3f6686..000000000000 --- a/science/netcdf4/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (netcdf-3.6.1.tar.gz) = 07a9db424337c5e4833fb84136e09a1e -SHA256 (netcdf-3.6.1.tar.gz) = 15c42a2c698c4e42ee17720701168711d86e97e97311223015d07853fb09249f -SIZE (netcdf-3.6.1.tar.gz) = 883888 diff --git a/science/netcdf4/files/patch-Makefile b/science/netcdf4/files/patch-Makefile deleted file mode 100644 index 00d94fb843f1..000000000000 --- a/science/netcdf4/files/patch-Makefile +++ /dev/null @@ -1,20 +0,0 @@ ---- Makefile.orig Mon Feb 27 00:43:59 2006 -+++ Makefile Sat Dec 23 05:33:43 2006 -@@ -117,6 +117,8 @@ - ncgen/distclean \ - cxx/clean \ - cxx/distclean \ -+fortran/install \ -+fortran/uninstall \ - : - @subdir=`echo $@ | sed 's,/.*,,'`; \ - target=`echo $@ | sed 's,.*/,,'`; \ -@@ -124,8 +126,6 @@ - - fortran/all \ - fortran/test \ --fortran/install \ --fortran/uninstall \ - nf_test/all \ - nf_test/test \ - : diff --git a/science/netcdf4/files/patch-rules.make b/science/netcdf4/files/patch-rules.make deleted file mode 100644 index 4c9e564dc054..000000000000 --- a/science/netcdf4/files/patch-rules.make +++ /dev/null @@ -1,19 +0,0 @@ ---- rules.make.orig Sat Dec 18 05:34:48 2004 -+++ rules.make Thu Jan 6 15:12:59 2005 -@@ -145,14 +145,8 @@ - $(INSTALL) $(MANUAL) $@ - $(MANDIR)/man3/$(MANUAL): $(MANDIR)/man3 $(MANUAL) - $(INSTALL) $(MANUAL) $@ --$(MANDIR)/man3f/$(MANUAL): $(MANDIR)/man3 $(MANDIR)/man3/$(MANUAL) \ -- $(MANDIR)/man3f -- rm -f $@ -- ln -s $(MANDIR)/man3/$(MANUAL) $@ --$(MANDIR)/man3f90/$(MANUAL): $(MANDIR)/man3 $(MANDIR)/man3/$(MANUAL) \ -- $(MANDIR)/man3f90 -- rm -f $@ -- ln -s $(MANDIR)/man3/$(MANUAL) $@ -+$(MANDIR)/man3f/$(MANUAL): $(MANDIR)/man3 $(MANDIR)/man3/$(MANUAL) -+$(MANDIR)/man3f90/$(MANUAL): $(MANDIR)/man3 $(MANDIR)/man3/$(MANUAL) - - ################################################################################ - # Cleanup: diff --git a/science/netcdf4/pkg-descr b/science/netcdf4/pkg-descr deleted file mode 100644 index a8ab96607da6..000000000000 --- a/science/netcdf4/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -NetCDF (network Common Data Form) is an interface for array-oriented -data access and a library that provides an implementation of the -interface. The netCDF library also defines a machine-independent -format for representing scientific data. Together, the interface, -library, and format support the creation, access, and sharing of -scientific data. The netCDF software was developed at the Unidata -Program Center in Boulder, Colorado. - -WWW: http://www.unidata.ucar.edu/packages/netcdf/ diff --git a/science/netcdf4/pkg-plist b/science/netcdf4/pkg-plist deleted file mode 100644 index fcbebdf8999f..000000000000 --- a/science/netcdf4/pkg-plist +++ /dev/null @@ -1,17 +0,0 @@ -bin/ncdump -bin/ncgen -include/ncvalues.h -include/netcdf.h -include/netcdf.hh -include/netcdf.inc -include/netcdfcpp.h -lib/libnetcdf.a -lib/libnetcdf.so -lib/libnetcdf.so.1 -lib/libnetcdf_c++.a -lib/libnetcdf_c++.so -lib/libnetcdf_c++.so.1 -%%PORTDOCS%%%%DOCSDIR%%/COPYRIGHT -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/RELEASE_NOTES -%%PORTDOCS%%@dirrm %%DOCSDIR%% diff --git a/science/pyvox/Makefile b/science/pyvox/Makefile deleted file mode 100644 index 47917f152c24..000000000000 --- a/science/pyvox/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# ex:ts=8 -# Ports collection Makefile for: bblimage -# Date created: Jul 22, 2002 -# Whom: ijliao -# -# $FreeBSD$ -# - -PORTNAME= bblimage -PORTVERSION= 0.66 -PORTREVISION= 1 -CATEGORIES= science -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= miwi -EXTRACT_SUFX= .src.tgz - -MAINTAINER= ports@FreeBSD.org -COMMENT= A set of software tools for medical image processing - -LIB_DEPENDS= Xm.2:${PORTSDIR}/x11-toolkits/lesstif - -USE_XLIB= yes -USE_PYTHON= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-lapack --with-python -USE_GMAKE= yes -USE_LDCONFIG= yes - -MAN1= anonbblanz.1 bblimage.1 binnseg.1 conseg.1 decomment.1 dumpbblanz.1 \ - imstack.1 inleav2.1 lovar.1 qdv.1 rpsamp.1 skmiv.1 swab.1 usb2uc.1 \ - vibihist.1 vihist.1 -MAN5= cdata.5 mri_data.5 param.5 - -post-patch: - @${REINPLACE_CMD} -e "s|python1\.5|${PYTHON_VERSION}|g" ${WRKSRC}/configure ${WRKSRC}/Makefile.in - -.include <bsd.port.mk> diff --git a/science/pyvox/distinfo b/science/pyvox/distinfo deleted file mode 100644 index 7da85ab0f456..000000000000 --- a/science/pyvox/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (bblimage-0.66.src.tgz) = 9b01e8128c4009984300453ee00d601c -SHA256 (bblimage-0.66.src.tgz) = d645cda214076dc9977b7ed099f3643b19fe5552eab4a2ea9ddae6cec5d37f11 -SIZE (bblimage-0.66.src.tgz) = 967079 diff --git a/science/pyvox/pkg-descr b/science/pyvox/pkg-descr deleted file mode 100644 index 9753cc4f0d55..000000000000 --- a/science/pyvox/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -BBLimage is a set of software tools for medical image processing, particularly -skull stripping and segmentation of MR brain images; tools to support other -applications may be added later. These tools are intended to support -researchers who need to prototype new image analysis algorithms or to develop -automated image analysis tools for specific image analysis applications. The -sequence of processing operations is specified through a scripting language -which can be used interactively or in command files; the language used is an -extension of Python. - -WWW: http://www.uphs.upenn.edu/bbl/software/bblimage/ diff --git a/science/pyvox/pkg-plist b/science/pyvox/pkg-plist deleted file mode 100644 index 114ca046c741..000000000000 --- a/science/pyvox/pkg-plist +++ /dev/null @@ -1,25 +0,0 @@ -bin/anonbblanz -bin/binnseg -bin/conseg -bin/decomment -bin/dumpbblanz -bin/imstack -bin/inleav2 -bin/lovar -bin/qdv -bin/rowcol -bin/rpsamp -bin/skmiv -bin/swab -bin/usb2uc -bin/vibihist -bin/vihist -lib/libbbli.so -%%PYTHON_SITELIBDIR%%/exim.so -%%PYTHON_SITELIBDIR%%/optim.py -%%PYTHON_SITELIBDIR%%/optim.pyc -%%PYTHON_SITELIBDIR%%/pyvox.py -%%PYTHON_SITELIBDIR%%/pyvox.pyc -%%PYTHON_SITELIBDIR%%/pyvoxC.so -%%PYTHON_SITELIBDIR%%/regis.py -%%PYTHON_SITELIBDIR%%/regis.pyc diff --git a/science/ruby-netcdf/Makefile b/science/ruby-netcdf/Makefile deleted file mode 100644 index 542145c820d1..000000000000 --- a/science/ruby-netcdf/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# New ports collection makefile for: RubyNetCDF -# Date created: 11 June 2002 -# Whom: Akinori MUSHA aka knu <knu@idaemons.org> -# -# $FreeBSD$ -# - -PORTNAME= netcdf -PORTVERSION= 0.6.2 -CATEGORIES= math ruby -MASTER_SITES= http://ruby.gfd-dennou.org/products/ruby-netcdf/ -PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -DISTNAME= ruby-${PORTNAME}-${PORTVERSION} -DIST_SUBDIR= ruby - -MAINTAINER= ports@FreeBSD.org -COMMENT= A Ruby interface to the NetCDF scientific IO library - -BUILD_DEPENDS= ${RUBY_SITEARCHLIBDIR}/narray.so:${PORTSDIR}/math/ruby-narray -LIB_DEPENDS= netcdf.1:${PORTSDIR}/science/netcdf -RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/narray.so:${PORTSDIR}/math/ruby-narray - -USE_RUBY= yes -USE_RUBY_EXTCONF= yes - -DOCS= ChangeLog ToDo doc/* - -post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${RUBY_MODEXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/demo/* ${RUBY_MODEXAMPLESDIR}/ - ${MKDIR} ${RUBY_MODDOCDIR} -.for f in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ -.endfor -.endif - -.include <bsd.port.mk> diff --git a/science/ruby-netcdf/distinfo b/science/ruby-netcdf/distinfo deleted file mode 100644 index d7d6f46f3a5e..000000000000 --- a/science/ruby-netcdf/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (ruby/ruby-netcdf-0.6.2.tar.gz) = 5393f04572a978e70edf9f6e7cbc52d4 -SHA256 (ruby/ruby-netcdf-0.6.2.tar.gz) = 0552033e0e9e3007cf62cb085166ce74de3ee51988acd4134c128119a82dfb37 -SIZE (ruby/ruby-netcdf-0.6.2.tar.gz) = 75466 diff --git a/science/ruby-netcdf/files/patch-extconf.rb b/science/ruby-netcdf/files/patch-extconf.rb deleted file mode 100644 index d0708cf8702a..000000000000 --- a/science/ruby-netcdf/files/patch-extconf.rb +++ /dev/null @@ -1,12 +0,0 @@ ---- extconf.rb.orig Thu Jun 23 09:20:15 2005 -+++ extconf.rb Tue Jan 17 13:36:39 2006 -@@ -105,9 +105,6 @@ - newmkfl.puts("") - newmkfl.puts("test: all") # insert the "test" target - newmkfl.puts("\t\t@cd test && ruby test.rb && echo 'test did not fail :-p (please ignore the warnings)' && cd ..") -- when /lib\/netcdf/ -- line = line.chomp! + "/" -- newmkfl.puts(line) - else - newmkfl.puts(line) - end diff --git a/science/ruby-netcdf/pkg-descr b/science/ruby-netcdf/pkg-descr deleted file mode 100644 index f89d48a0bdc3..000000000000 --- a/science/ruby-netcdf/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -This is a Ruby interface to the NetCDF scientific IO library. - -Author: Takeshi Horinouchi <horinout@kurasc.kyoto-u.ac.jp> - & Dennou Ruby Project -WWW: http://ruby.gfd-dennou.org/products/ruby-netcdf diff --git a/science/ruby-netcdf/pkg-plist b/science/ruby-netcdf/pkg-plist deleted file mode 100644 index 139c9f991a09..000000000000 --- a/science/ruby-netcdf/pkg-plist +++ /dev/null @@ -1,21 +0,0 @@ -%%RUBY_SITEARCHLIBDIR%%/numru/netcdfraw.so -@unexec rmdir %B 2>/dev/null || true -%%RUBY_SITELIBDIR%%/numru/netcdf.rb -%%RUBY_SITELIBDIR%%/numru/netcdf_miss.rb -@unexec rmdir %B 2>/dev/null || true -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/README -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/demo1-create-alt.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/demo1-create.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/demo2-graphic.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/demo3-ncepclim.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/demo4-copy.rb -%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%% -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ChangeLog -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ToDo -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README_JP.txt -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/Ref_man.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/Ref_man.rd -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/Ref_man_jp.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/Ref_man_jp.rd -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/to_html -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%% |