summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorrh <rh>2000-05-30 09:16:06 +0000
committerrh <rh>2000-05-30 09:16:06 +0000
commita5ab0f8a4ee6018dcb47c7fd5919f193da911f66 (patch)
tree2341d2249f0a9ceadb328a600d40402ccf9b1c3c /math
parentfab63224d90c0aca8f48e19f31d41a307c6afc8e (diff)
downloadpkgsrc-a5ab0f8a4ee6018dcb47c7fd5919f193da911f66.tar.gz
Update gnumeric to 0.53.
Notable changes are: * Fixed QUARTILE. * Fixed MATCH for types -1 and +1. * Overhaul cell structure to cleanup temp formats, improve spans. * Improve array formula entry, editing, and xml-io. * Share formulas persisted using xml. * Add auto-sum * Improve versioning. * Decrease memory usage. * Accelerated intersheet dependencies * Number theory functions. (In new plugin.) * Stf-exporter * Bug-fix stf importer. * Updated: da (Keld and Kenneth), de (Karl), en_GB (Robert), es (Pablo), no (Kjartan), ru (Valek), uk (Yuri), and more.
Diffstat (limited to 'math')
-rw-r--r--math/gnumeric/Makefile6
-rw-r--r--math/gnumeric/files/md54
-rw-r--r--math/gnumeric/files/patch-sum17
-rw-r--r--math/gnumeric/patches/patch-aa12
-rw-r--r--math/gnumeric/patches/patch-ab25
-rw-r--r--math/gnumeric/patches/patch-ac24
-rw-r--r--math/gnumeric/patches/patch-ad24
-rw-r--r--math/gnumeric/patches/patch-ae24
-rw-r--r--math/gnumeric/patches/patch-af24
-rw-r--r--math/gnumeric/patches/patch-ag24
-rw-r--r--math/gnumeric/patches/patch-ah24
-rw-r--r--math/gnumeric/patches/patch-ai24
-rw-r--r--math/gnumeric/patches/patch-aj24
-rw-r--r--math/gnumeric/patches/patch-ak24
-rw-r--r--math/gnumeric/patches/patch-al24
-rw-r--r--math/gnumeric/patches/patch-am24
-rw-r--r--math/gnumeric/pkg/PLIST1007
17 files changed, 817 insertions, 518 deletions
diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile
index 8a8477d67d3..0b57672a61a 100644
--- a/math/gnumeric/Makefile
+++ b/math/gnumeric/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.17 2000/04/16 15:11:21 rh Exp $
+# $NetBSD: Makefile,v 1.18 2000/05/30 09:16:06 rh Exp $
#
-DISTNAME= gnumeric-0.52
+DISTNAME= gnumeric-0.53
CATEGORIES= math gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/gnumeric/}
@@ -10,7 +10,7 @@ HOMEPAGE= http://www.gnome.org/gnumeric/
BUILD_DEPENDS+= ${LOCALBASE}/bin/python:../../lang/python
DEPENDS+= gnome-core-*:../../x11/gnome-core
-DEPENDS+= gnome-print>=0.18:../../print/gnome-print
+DEPENDS+= gnome-print>=0.19:../../print/gnome-print
DEPENDS+= libxml>=1.8.5:../../textproc/libxml
DEPENDS+= libglade>=0.11:../../devel/libglade
diff --git a/math/gnumeric/files/md5 b/math/gnumeric/files/md5
index 299f336a3dd..003b2f515d4 100644
--- a/math/gnumeric/files/md5
+++ b/math/gnumeric/files/md5
@@ -1,3 +1,3 @@
-$NetBSD: md5,v 1.8 2000/04/16 15:11:21 rh Exp $
+$NetBSD: md5,v 1.9 2000/05/30 09:16:08 rh Exp $
-MD5 (gnumeric-0.52.tar.gz) = 15012c28f9490b7d6f83cb4c68bc221b
+MD5 (gnumeric-0.53.tar.gz) = 775b2b8ad8c4192bf50b3bdc03292e85
diff --git a/math/gnumeric/files/patch-sum b/math/gnumeric/files/patch-sum
index 769462134b0..e60f47b4b7f 100644
--- a/math/gnumeric/files/patch-sum
+++ b/math/gnumeric/files/patch-sum
@@ -1,4 +1,15 @@
-$NetBSD: patch-sum,v 1.7 2000/05/02 18:48:42 danw Exp $
+$NetBSD: patch-sum,v 1.8 2000/05/30 09:16:09 rh Exp $
-MD5 (patch-aa) = 353694bc5e96370a53de2f8cd04f8fce
-MD5 (patch-ab) = 0014575256b106ac48535a77951c0d8f
+MD5 (patch-aa) = 6d0e0c44cf66860806cff45ce15905bb
+MD5 (patch-ab) = 28a2ae664f313aecb256d74ed88e4049
+MD5 (patch-ac) = caece7d0c4a347fca956b1d776b581c0
+MD5 (patch-ad) = 202a12f732e4f80321d57c1a955ef26c
+MD5 (patch-ae) = e94eb77e9efd1f36a97bf5155efbec1a
+MD5 (patch-af) = c04053e78ff6ec03255b183198f98658
+MD5 (patch-ag) = fc4498d5d8e7377b64645f39a21753ad
+MD5 (patch-ah) = 9162d808e9f46c92545a5f0bd069db99
+MD5 (patch-ai) = 7d9b92e4d1226c5f58816c77c45c906e
+MD5 (patch-aj) = c5b4b3b6f18172d4ddd9898902d74888
+MD5 (patch-ak) = 1927ba2edd8509a22bc48de00d6f268f
+MD5 (patch-al) = 7c166cd190385719201067241cb136d9
+MD5 (patch-am) = 006af88310ff37d430bf1822dac5b947
diff --git a/math/gnumeric/patches/patch-aa b/math/gnumeric/patches/patch-aa
index 5c218469e04..28195d16fdc 100644
--- a/math/gnumeric/patches/patch-aa
+++ b/math/gnumeric/patches/patch-aa
@@ -1,17 +1,17 @@
-$NetBSD: patch-aa,v 1.6 2000/05/02 18:48:42 danw Exp $
+$NetBSD: patch-aa,v 1.7 2000/05/30 09:16:10 rh Exp $
---- configure.orig Thu Apr 13 03:43:02 2000
-+++ configure Sun Apr 16 08:06:05 2000
-@@ -3052,7 +3052,7 @@
+--- configure.orig Wed May 10 03:50:13 2000
++++ configure Fri May 19 17:55:45 2000
+@@ -3070,7 +3070,7 @@
echo $ac_n "(cached) $ac_c" 1>&6
else
ac_save_LIBS="$LIBS"
-LIBS="-lxml `$GNOME_CONFIG --libs xml` $LIBS"
+LIBS="`xml-config --libs` ${LIBS}"
cat > conftest.$ac_ext <<EOF
- #line 3058 "configure"
+ #line 3076 "configure"
#include "confdefs.h"
-@@ -3082,7 +3082,7 @@
+@@ -3100,7 +3100,7 @@
echo "$ac_t""yes" 1>&6
diff --git a/math/gnumeric/patches/patch-ab b/math/gnumeric/patches/patch-ab
index 7b28bf280c9..7b875ddb071 100644
--- a/math/gnumeric/patches/patch-ab
+++ b/math/gnumeric/patches/patch-ab
@@ -1,15 +1,24 @@
-$NetBSD: patch-ab,v 1.1 2000/01/26 12:00:40 rh Exp $
+$NetBSD: patch-ab,v 1.2 2000/05/30 09:16:10 rh Exp $
---- plugins/python/Makefile.in.orig Wed Jan 26 10:26:55 2000
-+++ plugins/python/Makefile.in Wed Jan 26 10:42:09 2000
-@@ -255,7 +255,9 @@
+--- plugins/python/Makefile.in.orig Wed May 10 04:59:07 2000
++++ plugins/python/Makefile.in Fri May 19 23:49:29 2000
+@@ -157,7 +157,7 @@
+ INCLUDES = -DGNOMELOCALEDIR=\""$(datadir)/locale"\" -I$(includedir) -I$(top_srcdir)/src $(PY_CFLAGS) $(GNOME_INCLUDEDIR)
+
+
+-noinst_LTLIBRARIES = gnum_python.la
++noinst_LTLIBRARIES = gnum_python.a
+ gnum_python_la_LDFLAGS = -module -avoid-version $(PY_LIB_LOC)
+
+ gnum_python_la_SOURCES = python.c
+@@ -250,7 +250,9 @@
maintainer-clean-libtool:
--libgnum_python.la: $(libgnum_python_la_OBJECTS) $(libgnum_python_la_DEPENDENCIES)
-+libgnum_python.la: libgnum_python.a
+-gnum_python.la: $(gnum_python_la_OBJECTS) $(gnum_python_la_DEPENDENCIES)
++gnum_python.la: gnum_python.a
+
-+libgnum_python.a: $(libgnum_python_la_OBJECTS) $(libgnum_python_la_DEPENDENCIES)
- $(LINK) $(libgnum_python_la_LDFLAGS) $(libgnum_python_la_OBJECTS) $(libgnum_python_la_LIBADD) $(LIBS)
++gnum_python.a: $(gnum_python_la_OBJECTS) $(gnum_python_la_DEPENDENCIES)
+ $(LINK) $(gnum_python_la_LDFLAGS) $(gnum_python_la_OBJECTS) $(gnum_python_la_LIBADD) $(LIBS)
install-PythonscriptsDATA: $(Pythonscripts_DATA)
diff --git a/math/gnumeric/patches/patch-ac b/math/gnumeric/patches/patch-ac
new file mode 100644
index 00000000000..81e8677d292
--- /dev/null
+++ b/math/gnumeric/patches/patch-ac
@@ -0,0 +1,24 @@
+$NetBSD: patch-ac,v 1.1 2000/05/30 09:16:11 rh Exp $
+
+--- plugins/lotus-123/Makefile.in.orig Wed May 10 04:58:49 2000
++++ plugins/lotus-123/Makefile.in Fri May 19 23:49:13 2000
+@@ -156,7 +156,7 @@
+ INCLUDES = -DGNOMELOCALEDIR=\""$(datadir)/locale"\" -I$(includedir) -I$(top_srcdir)/src $(GNOME_INCLUDEDIR)
+
+
+-gnumeric_plugin_LTLIBRARIES = gnum_lotus.la
++gnumeric_plugin_LTLIBRARIES = gnum_lotus.a
+ gnum_lotus_la_LDFLAGS = -module -avoid-version
+ gnum_lotus_la_SOURCES = boot.c lotus-types.h lotus.h lotus.c lotus-formula.h lotus-formula.c
+
+@@ -258,7 +258,9 @@
+
+ maintainer-clean-libtool:
+
+-gnum_lotus.la: $(gnum_lotus_la_OBJECTS) $(gnum_lotus_la_DEPENDENCIES)
++gnum_lotus.la: gnum_lotus.a
++
++gnum_lotus.a: $(gnum_lotus_la_OBJECTS) $(gnum_lotus_la_DEPENDENCIES)
+ $(LINK) -rpath $(gnumeric_plugindir) $(gnum_lotus_la_LDFLAGS) $(gnum_lotus_la_OBJECTS) $(gnum_lotus_la_LIBADD) $(LIBS)
+
+ tags: TAGS
diff --git a/math/gnumeric/patches/patch-ad b/math/gnumeric/patches/patch-ad
new file mode 100644
index 00000000000..534139eeb99
--- /dev/null
+++ b/math/gnumeric/patches/patch-ad
@@ -0,0 +1,24 @@
+$NetBSD: patch-ad,v 1.1 2000/05/30 09:16:11 rh Exp $
+
+--- plugins/oleo/Makefile.in.orig Wed May 10 04:58:51 2000
++++ plugins/oleo/Makefile.in Fri May 19 23:49:17 2000
+@@ -156,7 +156,7 @@
+ INCLUDES = -DGNOMELOCALEDIR=\""$(datadir)/locale"\" -I$(includedir) -I$(top_srcdir)/src $(GNOME_INCLUDEDIR)
+
+
+-gnumeric_plugin_LTLIBRARIES = gnum_oleo.la
++gnumeric_plugin_LTLIBRARIES = gnum_oleo.a
+ gnum_oleo_la_LDFLAGS = -module -avoid-version
+ gnum_oleo_la_SOURCES = boot.c oleo.h oleo.c
+ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+@@ -257,7 +257,9 @@
+
+ maintainer-clean-libtool:
+
+-gnum_oleo.la: $(gnum_oleo_la_OBJECTS) $(gnum_oleo_la_DEPENDENCIES)
++gnum_oleo.la: gnum_oleo.a
++
++gnum_oleo.a: $(gnum_oleo_la_OBJECTS) $(gnum_oleo_la_DEPENDENCIES)
+ $(LINK) -rpath $(gnumeric_plugindir) $(gnum_oleo_la_LDFLAGS) $(gnum_oleo_la_OBJECTS) $(gnum_oleo_la_LIBADD) $(LIBS)
+
+ tags: TAGS
diff --git a/math/gnumeric/patches/patch-ae b/math/gnumeric/patches/patch-ae
new file mode 100644
index 00000000000..9b1d1d12c56
--- /dev/null
+++ b/math/gnumeric/patches/patch-ae
@@ -0,0 +1,24 @@
+$NetBSD: patch-ae,v 1.1 2000/05/30 09:16:11 rh Exp $
+
+--- plugins/sc/Makefile.in.orig Wed May 10 04:58:53 2000
++++ plugins/sc/Makefile.in Fri May 19 23:49:34 2000
+@@ -156,7 +156,7 @@
+ INCLUDES = -DGNOMELOCALEDIR=\""$(datadir)/locale"\" -I$(includedir) -I$(top_srcdir)/src $(GNOME_INCLUDEDIR)
+
+
+-gnumeric_plugin_LTLIBRARIES = gnum_sc.la
++gnumeric_plugin_LTLIBRARIES = gnum_sc.a
+ gnum_sc_la_LDFLAGS = -module -avoid-version
+ gnum_sc_la_SOURCES = sc.c
+ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+@@ -257,7 +257,9 @@
+
+ maintainer-clean-libtool:
+
+-gnum_sc.la: $(gnum_sc_la_OBJECTS) $(gnum_sc_la_DEPENDENCIES)
++gnum_sc.la: gnum_sc.a
++
++gnum_sc.a: $(gnum_sc_la_OBJECTS) $(gnum_sc_la_DEPENDENCIES)
+ $(LINK) -rpath $(gnumeric_plugindir) $(gnum_sc_la_LDFLAGS) $(gnum_sc_la_OBJECTS) $(gnum_sc_la_LIBADD) $(LIBS)
+
+ tags: TAGS
diff --git a/math/gnumeric/patches/patch-af b/math/gnumeric/patches/patch-af
new file mode 100644
index 00000000000..fd26a344082
--- /dev/null
+++ b/math/gnumeric/patches/patch-af
@@ -0,0 +1,24 @@
+$NetBSD: patch-af,v 1.1 2000/05/30 09:16:11 rh Exp $
+
+--- plugins/sylk/Makefile.in.orig Wed May 10 04:58:55 2000
++++ plugins/sylk/Makefile.in Fri May 19 23:49:37 2000
+@@ -156,7 +156,7 @@
+ INCLUDES = -DGNOMELOCALEDIR=\""$(datadir)/locale"\" -I$(includedir) -I$(top_srcdir)/src $(GNOME_INCLUDEDIR)
+
+
+-gnumeric_plugin_LTLIBRARIES = gnum_sylk.la
++gnumeric_plugin_LTLIBRARIES = gnum_sylk.a
+ gnum_sylk_la_LDFLAGS = -module -avoid-version
+ gnum_sylk_la_SOURCES = sylk.c
+ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+@@ -257,7 +257,9 @@
+
+ maintainer-clean-libtool:
+
+-gnum_sylk.la: $(gnum_sylk_la_OBJECTS) $(gnum_sylk_la_DEPENDENCIES)
++gnum_sylk.la: gnum_sylk.a
++
++gnum_sylk.a: $(gnum_sylk_la_OBJECTS) $(gnum_sylk_la_DEPENDENCIES)
+ $(LINK) -rpath $(gnumeric_plugindir) $(gnum_sylk_la_LDFLAGS) $(gnum_sylk_la_OBJECTS) $(gnum_sylk_la_LIBADD) $(LIBS)
+
+ tags: TAGS
diff --git a/math/gnumeric/patches/patch-ag b/math/gnumeric/patches/patch-ag
new file mode 100644
index 00000000000..e779704c876
--- /dev/null
+++ b/math/gnumeric/patches/patch-ag
@@ -0,0 +1,24 @@
+$NetBSD: patch-ag,v 1.1 2000/05/30 09:16:11 rh Exp $
+
+--- plugins/text/Makefile.in.orig Wed May 10 04:58:57 2000
++++ plugins/text/Makefile.in Fri May 19 23:49:39 2000
+@@ -156,7 +156,7 @@
+ INCLUDES = -DGNOMELOCALEDIR=\""$(datadir)/locale"\" -I$(includedir) -I$(top_srcdir)/src $(GNOME_INCLUDEDIR)
+
+
+-gnumeric_plugin_LTLIBRARIES = gnum_text.la
++gnumeric_plugin_LTLIBRARIES = gnum_text.a
+ gnum_text_la_LDFLAGS = -module -avoid-version
+ gnum_text_la_SOURCES = text-io.c
+ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+@@ -257,7 +257,9 @@
+
+ maintainer-clean-libtool:
+
+-gnum_text.la: $(gnum_text_la_OBJECTS) $(gnum_text_la_DEPENDENCIES)
++gnum_text.la: gnum_text.a
++
++gnum_text.a: $(gnum_text_la_OBJECTS) $(gnum_text_la_DEPENDENCIES)
+ $(LINK) -rpath $(gnumeric_plugindir) $(gnum_text_la_LDFLAGS) $(gnum_text_la_OBJECTS) $(gnum_text_la_LIBADD) $(LIBS)
+
+ tags: TAGS
diff --git a/math/gnumeric/patches/patch-ah b/math/gnumeric/patches/patch-ah
new file mode 100644
index 00000000000..3a8c7a18e38
--- /dev/null
+++ b/math/gnumeric/patches/patch-ah
@@ -0,0 +1,24 @@
+$NetBSD: patch-ah,v 1.1 2000/05/30 09:16:11 rh Exp $
+
+--- plugins/ff-csv/Makefile.in.orig Wed May 10 04:58:58 2000
++++ plugins/ff-csv/Makefile.in Fri May 19 23:48:56 2000
+@@ -156,7 +156,7 @@
+ INCLUDES = -DGNOMELOCALEDIR=\""$(datadir)/locale"\" -I$(includedir) -I$(top_srcdir)/src $(GNOME_INCLUDEDIR)
+
+
+-gnumeric_plugin_LTLIBRARIES = gnum_csv.la
++gnumeric_plugin_LTLIBRARIES = gnum_csv.a
+ gnum_csv_la_LDFLAGS = -module -avoid-version
+ gnum_csv_la_SOURCES = csv-io.h csv-io.c
+ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+@@ -257,7 +257,9 @@
+
+ maintainer-clean-libtool:
+
+-gnum_csv.la: $(gnum_csv_la_OBJECTS) $(gnum_csv_la_DEPENDENCIES)
++gnum_csv.la: gnum_csv.a
++
++gnum_csv.a: $(gnum_csv_la_OBJECTS) $(gnum_csv_la_DEPENDENCIES)
+ $(LINK) -rpath $(gnumeric_plugindir) $(gnum_csv_la_LDFLAGS) $(gnum_csv_la_OBJECTS) $(gnum_csv_la_LIBADD) $(LIBS)
+
+ tags: TAGS
diff --git a/math/gnumeric/patches/patch-ai b/math/gnumeric/patches/patch-ai
new file mode 100644
index 00000000000..e087732db05
--- /dev/null
+++ b/math/gnumeric/patches/patch-ai
@@ -0,0 +1,24 @@
+$NetBSD: patch-ai,v 1.1 2000/05/30 09:16:11 rh Exp $
+
+--- plugins/xbase/Makefile.in.orig Wed May 10 04:59:00 2000
++++ plugins/xbase/Makefile.in Fri May 19 23:49:44 2000
+@@ -156,7 +156,7 @@
+ INCLUDES = -DGNOMELOCALEDIR=\""$(datadir)/locale"\" -I$(includedir) -I$(top_srcdir)/src $(GNOME_INCLUDEDIR)
+
+
+-gnumeric_plugin_LTLIBRARIES = gnum_xbase.la
++gnumeric_plugin_LTLIBRARIES = gnum_xbase.a
+ gnum_xbase_la_LDFLAGS = -module -avoid-version
+ gnum_xbase_la_SOURCES = boot.c xbase.h xbase.c
+ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+@@ -257,7 +257,9 @@
+
+ maintainer-clean-libtool:
+
+-gnum_xbase.la: $(gnum_xbase_la_OBJECTS) $(gnum_xbase_la_DEPENDENCIES)
++gnum_xbase.la: gnum_xbase.a
++
++gnum_xbase.a: $(gnum_xbase_la_OBJECTS) $(gnum_xbase_la_DEPENDENCIES)
+ $(LINK) -rpath $(gnumeric_plugindir) $(gnum_xbase_la_LDFLAGS) $(gnum_xbase_la_OBJECTS) $(gnum_xbase_la_LIBADD) $(LIBS)
+
+ tags: TAGS
diff --git a/math/gnumeric/patches/patch-aj b/math/gnumeric/patches/patch-aj
new file mode 100644
index 00000000000..cbe0efa9276
--- /dev/null
+++ b/math/gnumeric/patches/patch-aj
@@ -0,0 +1,24 @@
+$NetBSD: patch-aj,v 1.1 2000/05/30 09:16:12 rh Exp $
+
+--- plugins/html/Makefile.in.orig Wed May 10 04:59:02 2000
++++ plugins/html/Makefile.in Fri May 19 23:49:10 2000
+@@ -156,7 +156,7 @@
+ INCLUDES = -DGNOMELOCALEDIR=\""$(datadir)/locale"\" -I$(includedir) -I$(top_srcdir)/src $(GNOME_INCLUDEDIR)
+
+
+-gnumeric_plugin_LTLIBRARIES = gnum_html.la
++gnumeric_plugin_LTLIBRARIES = gnum_html.a
+ gnum_html_la_LDFLAGS = -module -avoid-version
+ gnum_html_la_SOURCES = boot.h boot.c html.h html.c latex.h latex.c roff.h roff.c font.h font.c
+
+@@ -262,7 +262,9 @@
+
+ maintainer-clean-libtool:
+
+-gnum_html.la: $(gnum_html_la_OBJECTS) $(gnum_html_la_DEPENDENCIES)
++gnum_html.la: gnum_html.a
++
++gnum_html.a: $(gnum_html_la_OBJECTS) $(gnum_html_la_DEPENDENCIES)
+ $(LINK) -rpath $(gnumeric_plugindir) $(gnum_html_la_LDFLAGS) $(gnum_html_la_OBJECTS) $(gnum_html_la_LIBADD) $(LIBS)
+
+ tags: TAGS
diff --git a/math/gnumeric/patches/patch-ak b/math/gnumeric/patches/patch-ak
new file mode 100644
index 00000000000..28e8f7a0bca
--- /dev/null
+++ b/math/gnumeric/patches/patch-ak
@@ -0,0 +1,24 @@
+$NetBSD: patch-ak,v 1.1 2000/05/30 09:16:12 rh Exp $
+
+--- plugins/dif/Makefile.in.orig Wed May 10 04:59:04 2000
++++ plugins/dif/Makefile.in Fri May 19 23:48:15 2000
+@@ -156,7 +156,7 @@
+ INCLUDES = -DGNOMELOCALEDIR=\""$(datadir)/locale"\" -I$(includedir) -I$(top_srcdir)/src $(GNOME_INCLUDEDIR)
+
+
+-gnumeric_plugin_LTLIBRARIES = gnum_dif.la
++gnumeric_plugin_LTLIBRARIES = gnum_dif.a
+ gnum_dif_la_LDFLAGS = -module -avoid-version
+ gnum_dif_la_SOURCES = dif.h dif.c
+ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+@@ -257,7 +257,9 @@
+
+ maintainer-clean-libtool:
+
+-gnum_dif.la: $(gnum_dif_la_OBJECTS) $(gnum_dif_la_DEPENDENCIES)
++gnum_dif.la: gnum_dif.a
++
++gnum_dif.a: $(gnum_dif_la_OBJECTS) $(gnum_dif_la_DEPENDENCIES)
+ $(LINK) -rpath $(gnumeric_plugindir) $(gnum_dif_la_LDFLAGS) $(gnum_dif_la_OBJECTS) $(gnum_dif_la_LIBADD) $(LIBS)
+
+ tags: TAGS
diff --git a/math/gnumeric/patches/patch-al b/math/gnumeric/patches/patch-al
new file mode 100644
index 00000000000..a511c060f84
--- /dev/null
+++ b/math/gnumeric/patches/patch-al
@@ -0,0 +1,24 @@
+$NetBSD: patch-al,v 1.1 2000/05/30 09:16:12 rh Exp $
+
+--- plugins/sample/Makefile.in.orig Wed May 10 04:59:14 2000
++++ plugins/sample/Makefile.in Fri May 19 23:49:31 2000
+@@ -164,7 +164,7 @@
+
+ # The naming convention used for plugins is
+ # gnum_<name>.so
+-gnumeric_plugin_LTLIBRARIES = gnum_sample.la
++gnumeric_plugin_LTLIBRARIES = gnum_sample.a
+
+ # Don't bother versioning
+ gnum_sample_la_LDFLAGS = -module -avoid-version
+@@ -267,7 +267,9 @@
+
+ maintainer-clean-libtool:
+
+-gnum_sample.la: $(gnum_sample_la_OBJECTS) $(gnum_sample_la_DEPENDENCIES)
++gnum_sample.la: gnum_sample.a
++
++gnum_sample.a: $(gnum_sample_la_OBJECTS) $(gnum_sample_la_DEPENDENCIES)
+ $(LINK) -rpath $(gnumeric_plugindir) $(gnum_sample_la_LDFLAGS) $(gnum_sample_la_OBJECTS) $(gnum_sample_la_LIBADD) $(LIBS)
+
+ tags: TAGS
diff --git a/math/gnumeric/patches/patch-am b/math/gnumeric/patches/patch-am
new file mode 100644
index 00000000000..ca8667b4a49
--- /dev/null
+++ b/math/gnumeric/patches/patch-am
@@ -0,0 +1,24 @@
+$NetBSD: patch-am,v 1.1 2000/05/30 09:16:12 rh Exp $
+
+--- plugins/numtheory/Makefile.in.orig Wed May 10 04:59:16 2000
++++ plugins/numtheory/Makefile.in Fri May 19 23:49:15 2000
+@@ -156,7 +156,7 @@
+ INCLUDES = -DGNOMELOCALEDIR=\""$(datadir)/locale"\" -I$(includedir) -I$(top_srcdir)/src $(GNOME_INCLUDEDIR)
+
+
+-gnumeric_plugin_LTLIBRARIES = gnum_numtheory.la
++gnumeric_plugin_LTLIBRARIES = gnum_numtheory.a
+ gnum_numtheory_la_LDFLAGS = -module -avoid-version
+ gnum_numtheory_la_SOURCES = numtheory.c
+ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+@@ -257,7 +257,9 @@
+
+ maintainer-clean-libtool:
+
+-gnum_numtheory.la: $(gnum_numtheory_la_OBJECTS) $(gnum_numtheory_la_DEPENDENCIES)
++gnum_numtheory.la: gnum_numtheory.a
++
++gnum_numtheory.a: $(gnum_numtheory_la_OBJECTS) $(gnum_numtheory_la_DEPENDENCIES)
+ $(LINK) -rpath $(gnumeric_plugindir) $(gnum_numtheory_la_LDFLAGS) $(gnum_numtheory_la_OBJECTS) $(gnum_numtheory_la_LIBADD) $(LIBS)
+
+ tags: TAGS
diff --git a/math/gnumeric/pkg/PLIST b/math/gnumeric/pkg/PLIST
index e2bff976574..6fdc87a1b95 100644
--- a/math/gnumeric/pkg/PLIST
+++ b/math/gnumeric/pkg/PLIST
@@ -1,483 +1,24 @@
-@comment $NetBSD: PLIST,v 1.9 2000/04/16 15:11:22 rh Exp $
+@comment $NetBSD: PLIST,v 1.10 2000/05/30 09:16:12 rh Exp $
bin/gnumeric
etc/CORBA/servers/gnumeric.gnorba
etc/CORBA/servers/graph.gnorba
-lib/gnumeric/plugins/0.52/libgnum_csv.a
-lib/gnumeric/plugins/0.52/libgnum_csv.so.0.0
-lib/gnumeric/plugins/0.52/libgnum_dif.a
-lib/gnumeric/plugins/0.52/libgnum_dif.so.0.0
-lib/gnumeric/plugins/0.52/libgnum_html.a
-lib/gnumeric/plugins/0.52/libgnum_html.so.0.0
-lib/gnumeric/plugins/0.52/libgnum_lotus.a
-lib/gnumeric/plugins/0.52/libgnum_lotus.so.0.0
-lib/gnumeric/plugins/0.52/libgnum_oleo.a
-lib/gnumeric/plugins/0.52/libgnum_oleo.so.0.0
-lib/gnumeric/plugins/0.52/libgnum_sample.a
-lib/gnumeric/plugins/0.52/libgnum_sample.so.0.0
-lib/gnumeric/plugins/0.52/libgnum_sc.a
-lib/gnumeric/plugins/0.52/libgnum_sc.so.0.0
-lib/gnumeric/plugins/0.52/libgnum_sylk.a
-lib/gnumeric/plugins/0.52/libgnum_sylk.so.0.0
-lib/gnumeric/plugins/0.52/libgnum_text.a
-lib/gnumeric/plugins/0.52/libgnum_text.so.0.0
-lib/gnumeric/plugins/0.52/libgnum_xbase.a
-lib/gnumeric/plugins/0.52/libgnum_xbase.so.0.0
-share/gnome/apps/Applications/gnumeric.desktop
-share/gnome/help/gnumeric/C/analysis-tools.html
-share/gnome/help/gnumeric/C/autofill.html
-share/gnome/help/gnumeric/C/cell-elements.html
-share/gnome/help/gnumeric/C/cell-referencing.html
-share/gnome/help/gnumeric/C/docbook.css
-share/gnome/help/gnumeric/C/editing-selections.html
-share/gnome/help/gnumeric/C/editing.html
-share/gnome/help/gnumeric/C/files.html
-share/gnome/help/gnumeric/C/formatting.html
-share/gnome/help/gnumeric/C/formulas.html
-share/gnome/help/gnumeric/C/function-reference.html
-share/gnome/help/gnumeric/C/gnumeric.html
-share/gnome/help/gnumeric/C/images/align-center.gif
-share/gnome/help/gnumeric/C/images/align-left.gif
-share/gnome/help/gnumeric/C/images/align-right.gif
-share/gnome/help/gnumeric/C/images/arrow.gif
-share/gnome/help/gnumeric/C/images/autofill-1.jpg
-share/gnome/help/gnumeric/C/images/autofill-10.jpg
-share/gnome/help/gnumeric/C/images/autofill-2.jpg
-share/gnome/help/gnumeric/C/images/autofill-3.jpg
-share/gnome/help/gnumeric/C/images/autofill-4.jpg
-share/gnome/help/gnumeric/C/images/autofill-5.jpg
-share/gnome/help/gnumeric/C/images/autofill-6.jpg
-share/gnome/help/gnumeric/C/images/autofill-7.jpg
-share/gnome/help/gnumeric/C/images/autofill-8.jpg
-share/gnome/help/gnumeric/C/images/autofill-9.jpg
-share/gnome/help/gnumeric/C/images/bold.gif
-share/gnome/help/gnumeric/C/images/cells-1.jpg
-share/gnome/help/gnumeric/C/images/cells-2.jpg
-share/gnome/help/gnumeric/C/images/cursor_cross.gif
-share/gnome/help/gnumeric/C/images/dndselection-1.jpg
-share/gnome/help/gnumeric/C/images/editing-1.jpg
-share/gnome/help/gnumeric/C/images/editing-cell-selection-1.jpg
-share/gnome/help/gnumeric/C/images/italic.gif
-share/gnome/help/gnumeric/C/images/line.gif
-share/gnome/help/gnumeric/C/images/number-format-buttonbar.jpg
-share/gnome/help/gnumeric/C/images/number-format-color-dialog.jpg
-share/gnome/help/gnumeric/C/images/number-format-dialog.jpg
-share/gnome/help/gnumeric/C/images/number-format-font-dialog.jpg
-share/gnome/help/gnumeric/C/images/number-format-justification-dialog-2.jpg
-share/gnome/help/gnumeric/C/images/number-format-justification-dialog.jpg
-share/gnome/help/gnumeric/C/images/number-format-justification.jpg
-share/gnome/help/gnumeric/C/images/oval.gif
-share/gnome/help/gnumeric/C/images/rect.gif
-share/gnome/help/gnumeric/C/images/selection-1.jpg
-share/gnome/help/gnumeric/C/images/selection-10.jpg
-share/gnome/help/gnumeric/C/images/selection-2.jpg
-share/gnome/help/gnumeric/C/images/selection-3.jpg
-share/gnome/help/gnumeric/C/images/selection-4.jpg
-share/gnome/help/gnumeric/C/images/selection-5.jpg
-share/gnome/help/gnumeric/C/images/selection-6.jpg
-share/gnome/help/gnumeric/C/images/selection-7.jpg
-share/gnome/help/gnumeric/C/images/selection-8.jpg
-share/gnome/help/gnumeric/C/images/selection-9.jpg
-share/gnome/help/gnumeric/C/images/solver-01.jpg
-share/gnome/help/gnumeric/C/images/solver-02.jpg
-share/gnome/help/gnumeric/C/images/solver-03.jpg
-share/gnome/help/gnumeric/C/images/solver-04.jpg
-share/gnome/help/gnumeric/C/images/solver-05.jpg
-share/gnome/help/gnumeric/C/images/stock_copy.gif
-share/gnome/help/gnumeric/C/images/stock_cut.gif
-share/gnome/help/gnumeric/C/images/stock_new.gif
-share/gnome/help/gnumeric/C/images/stock_open.gif
-share/gnome/help/gnumeric/C/images/stock_paste.gif
-share/gnome/help/gnumeric/C/images/stock_save.gif
-share/gnome/help/gnumeric/C/images/worksheet-all-1.jpg
-share/gnome/help/gnumeric/C/images/worksheet-cols-1.jpg
-share/gnome/help/gnumeric/C/images/worksheet-data-1.jpg
-share/gnome/help/gnumeric/C/images/worksheet-data-2.jpg
-share/gnome/help/gnumeric/C/images/worksheet-data-3.jpg
-share/gnome/help/gnumeric/C/images/worksheet-data-4.jpg
-share/gnome/help/gnumeric/C/images/worksheet-info-1.jpg
-share/gnome/help/gnumeric/C/images/worksheet-rows-1.jpg
-share/gnome/help/gnumeric/C/images/worksheet-running-calc-1.jpg
-share/gnome/help/gnumeric/C/images/worksheet-zoomin-1.jpg
-share/gnome/help/gnumeric/C/images/worksheet-zoomout-1.jpg
-share/gnome/help/gnumeric/C/ln20.html
-share/gnome/help/gnumeric/C/printing.html
-share/gnome/help/gnumeric/C/r10015.html
-share/gnome/help/gnumeric/C/r10041.html
-share/gnome/help/gnumeric/C/r10064.html
-share/gnome/help/gnumeric/C/r10089.html
-share/gnome/help/gnumeric/C/r10112.html
-share/gnome/help/gnumeric/C/r10133.html
-share/gnome/help/gnumeric/C/r10158.html
-share/gnome/help/gnumeric/C/r10182.html
-share/gnome/help/gnumeric/C/r10204.html
-share/gnome/help/gnumeric/C/r10224.html
-share/gnome/help/gnumeric/C/r10248.html
-share/gnome/help/gnumeric/C/r2165.html
-share/gnome/help/gnumeric/C/r2189.html
-share/gnome/help/gnumeric/C/r2218.html
-share/gnome/help/gnumeric/C/r2239.html
-share/gnome/help/gnumeric/C/r2263.html
-share/gnome/help/gnumeric/C/r2291.html
-share/gnome/help/gnumeric/C/r2311.html
-share/gnome/help/gnumeric/C/r2333.html
-share/gnome/help/gnumeric/C/r2356.html
-share/gnome/help/gnumeric/C/r2384.html
-share/gnome/help/gnumeric/C/r2405.html
-share/gnome/help/gnumeric/C/r2435.html
-share/gnome/help/gnumeric/C/r2455.html
-share/gnome/help/gnumeric/C/r2479.html
-share/gnome/help/gnumeric/C/r2501.html
-share/gnome/help/gnumeric/C/r2540.html
-share/gnome/help/gnumeric/C/r2563.html
-share/gnome/help/gnumeric/C/r2584.html
-share/gnome/help/gnumeric/C/r2614.html
-share/gnome/help/gnumeric/C/r2654.html
-share/gnome/help/gnumeric/C/r2677.html
-share/gnome/help/gnumeric/C/r2701.html
-share/gnome/help/gnumeric/C/r2725.html
-share/gnome/help/gnumeric/C/r2750.html
-share/gnome/help/gnumeric/C/r2774.html
-share/gnome/help/gnumeric/C/r2797.html
-share/gnome/help/gnumeric/C/r2819.html
-share/gnome/help/gnumeric/C/r2842.html
-share/gnome/help/gnumeric/C/r2871.html
-share/gnome/help/gnumeric/C/r2895.html
-share/gnome/help/gnumeric/C/r2922.html
-share/gnome/help/gnumeric/C/r2946.html
-share/gnome/help/gnumeric/C/r2971.html
-share/gnome/help/gnumeric/C/r2996.html
-share/gnome/help/gnumeric/C/r3020.html
-share/gnome/help/gnumeric/C/r3040.html
-share/gnome/help/gnumeric/C/r3062.html
-share/gnome/help/gnumeric/C/r3086.html
-share/gnome/help/gnumeric/C/r3111.html
-share/gnome/help/gnumeric/C/r3134.html
-share/gnome/help/gnumeric/C/r3160.html
-share/gnome/help/gnumeric/C/r3183.html
-share/gnome/help/gnumeric/C/r3205.html
-share/gnome/help/gnumeric/C/r3232.html
-share/gnome/help/gnumeric/C/r3255.html
-share/gnome/help/gnumeric/C/r3275.html
-share/gnome/help/gnumeric/C/r3386.html
-share/gnome/help/gnumeric/C/r3411.html
-share/gnome/help/gnumeric/C/r3435.html
-share/gnome/help/gnumeric/C/r3458.html
-share/gnome/help/gnumeric/C/r3487.html
-share/gnome/help/gnumeric/C/r3510.html
-share/gnome/help/gnumeric/C/r3533.html
-share/gnome/help/gnumeric/C/r3560.html
-share/gnome/help/gnumeric/C/r3581.html
-share/gnome/help/gnumeric/C/r3605.html
-share/gnome/help/gnumeric/C/r3634.html
-share/gnome/help/gnumeric/C/r3655.html
-share/gnome/help/gnumeric/C/r3678.html
-share/gnome/help/gnumeric/C/r3700.html
-share/gnome/help/gnumeric/C/r3721.html
-share/gnome/help/gnumeric/C/r3744.html
-share/gnome/help/gnumeric/C/r3769.html
-share/gnome/help/gnumeric/C/r3792.html
-share/gnome/help/gnumeric/C/r3816.html
-share/gnome/help/gnumeric/C/r3839.html
-share/gnome/help/gnumeric/C/r3859.html
-share/gnome/help/gnumeric/C/r3882.html
-share/gnome/help/gnumeric/C/r3910.html
-share/gnome/help/gnumeric/C/r3934.html
-share/gnome/help/gnumeric/C/r3957.html
-share/gnome/help/gnumeric/C/r3983.html
-share/gnome/help/gnumeric/C/r4008.html
-share/gnome/help/gnumeric/C/r4037.html
-share/gnome/help/gnumeric/C/r4060.html
-share/gnome/help/gnumeric/C/r4087.html
-share/gnome/help/gnumeric/C/r4114.html
-share/gnome/help/gnumeric/C/r4136.html
-share/gnome/help/gnumeric/C/r4158.html
-share/gnome/help/gnumeric/C/r4182.html
-share/gnome/help/gnumeric/C/r4206.html
-share/gnome/help/gnumeric/C/r4229.html
-share/gnome/help/gnumeric/C/r4252.html
-share/gnome/help/gnumeric/C/r4274.html
-share/gnome/help/gnumeric/C/r4299.html
-share/gnome/help/gnumeric/C/r4323.html
-share/gnome/help/gnumeric/C/r4347.html
-share/gnome/help/gnumeric/C/r4388.html
-share/gnome/help/gnumeric/C/r4409.html
-share/gnome/help/gnumeric/C/r4430.html
-share/gnome/help/gnumeric/C/r4454.html
-share/gnome/help/gnumeric/C/r4480.html
-share/gnome/help/gnumeric/C/r4504.html
-share/gnome/help/gnumeric/C/r4526.html
-share/gnome/help/gnumeric/C/r4548.html
-share/gnome/help/gnumeric/C/r4571.html
-share/gnome/help/gnumeric/C/r4596.html
-share/gnome/help/gnumeric/C/r4623.html
-share/gnome/help/gnumeric/C/r4644.html
-share/gnome/help/gnumeric/C/r4666.html
-share/gnome/help/gnumeric/C/r4689.html
-share/gnome/help/gnumeric/C/r4713.html
-share/gnome/help/gnumeric/C/r4754.html
-share/gnome/help/gnumeric/C/r4774.html
-share/gnome/help/gnumeric/C/r4800.html
-share/gnome/help/gnumeric/C/r4824.html
-share/gnome/help/gnumeric/C/r4848.html
-share/gnome/help/gnumeric/C/r4872.html
-share/gnome/help/gnumeric/C/r4897.html
-share/gnome/help/gnumeric/C/r4921.html
-share/gnome/help/gnumeric/C/r4946.html
-share/gnome/help/gnumeric/C/r4970.html
-share/gnome/help/gnumeric/C/r4995.html
-share/gnome/help/gnumeric/C/r5019.html
-share/gnome/help/gnumeric/C/r5047.html
-share/gnome/help/gnumeric/C/r5070.html
-share/gnome/help/gnumeric/C/r5097.html
-share/gnome/help/gnumeric/C/r5121.html
-share/gnome/help/gnumeric/C/r5141.html
-share/gnome/help/gnumeric/C/r5164.html
-share/gnome/help/gnumeric/C/r5188.html
-share/gnome/help/gnumeric/C/r5228.html
-share/gnome/help/gnumeric/C/r5251.html
-share/gnome/help/gnumeric/C/r5274.html
-share/gnome/help/gnumeric/C/r5299.html
-share/gnome/help/gnumeric/C/r5324.html
-share/gnome/help/gnumeric/C/r5347.html
-share/gnome/help/gnumeric/C/r5370.html
-share/gnome/help/gnumeric/C/r5393.html
-share/gnome/help/gnumeric/C/r5421.html
-share/gnome/help/gnumeric/C/r5444.html
-share/gnome/help/gnumeric/C/r5466.html
-share/gnome/help/gnumeric/C/r5506.html
-share/gnome/help/gnumeric/C/r5531.html
-share/gnome/help/gnumeric/C/r5553.html
-share/gnome/help/gnumeric/C/r5574.html
-share/gnome/help/gnumeric/C/r5599.html
-share/gnome/help/gnumeric/C/r5621.html
-share/gnome/help/gnumeric/C/r5650.html
-share/gnome/help/gnumeric/C/r5674.html
-share/gnome/help/gnumeric/C/r5697.html
-share/gnome/help/gnumeric/C/r5721.html
-share/gnome/help/gnumeric/C/r5748.html
-share/gnome/help/gnumeric/C/r5770.html
-share/gnome/help/gnumeric/C/r5792.html
-share/gnome/help/gnumeric/C/r5818.html
-share/gnome/help/gnumeric/C/r5842.html
-share/gnome/help/gnumeric/C/r5862.html
-share/gnome/help/gnumeric/C/r5889.html
-share/gnome/help/gnumeric/C/r5914.html
-share/gnome/help/gnumeric/C/r5938.html
-share/gnome/help/gnumeric/C/r5961.html
-share/gnome/help/gnumeric/C/r5986.html
-share/gnome/help/gnumeric/C/r6008.html
-share/gnome/help/gnumeric/C/r6031.html
-share/gnome/help/gnumeric/C/r6053.html
-share/gnome/help/gnumeric/C/r6095.html
-share/gnome/help/gnumeric/C/r6118.html
-share/gnome/help/gnumeric/C/r6141.html
-share/gnome/help/gnumeric/C/r6162.html
-share/gnome/help/gnumeric/C/r6194.html
-share/gnome/help/gnumeric/C/r6219.html
-share/gnome/help/gnumeric/C/r6244.html
-share/gnome/help/gnumeric/C/r6267.html
-share/gnome/help/gnumeric/C/r6292.html
-share/gnome/help/gnumeric/C/r6316.html
-share/gnome/help/gnumeric/C/r6337.html
-share/gnome/help/gnumeric/C/r6360.html
-share/gnome/help/gnumeric/C/r6385.html
-share/gnome/help/gnumeric/C/r6408.html
-share/gnome/help/gnumeric/C/r6437.html
-share/gnome/help/gnumeric/C/r6461.html
-share/gnome/help/gnumeric/C/r6483.html
-share/gnome/help/gnumeric/C/r6510.html
-share/gnome/help/gnumeric/C/r6532.html
-share/gnome/help/gnumeric/C/r6559.html
-share/gnome/help/gnumeric/C/r6579.html
-share/gnome/help/gnumeric/C/r6605.html
-share/gnome/help/gnumeric/C/r6630.html
-share/gnome/help/gnumeric/C/r6655.html
-share/gnome/help/gnumeric/C/r6679.html
-share/gnome/help/gnumeric/C/r6706.html
-share/gnome/help/gnumeric/C/r6746.html
-share/gnome/help/gnumeric/C/r6769.html
-share/gnome/help/gnumeric/C/r6791.html
-share/gnome/help/gnumeric/C/r6814.html
-share/gnome/help/gnumeric/C/r6836.html
-share/gnome/help/gnumeric/C/r6856.html
-share/gnome/help/gnumeric/C/r6881.html
-share/gnome/help/gnumeric/C/r6903.html
-share/gnome/help/gnumeric/C/r6929.html
-share/gnome/help/gnumeric/C/r6952.html
-share/gnome/help/gnumeric/C/r6977.html
-share/gnome/help/gnumeric/C/r7005.html
-share/gnome/help/gnumeric/C/r7036.html
-share/gnome/help/gnumeric/C/r7060.html
-share/gnome/help/gnumeric/C/r7086.html
-share/gnome/help/gnumeric/C/r7106.html
-share/gnome/help/gnumeric/C/r7142.html
-share/gnome/help/gnumeric/C/r7159.html
-share/gnome/help/gnumeric/C/r7181.html
-share/gnome/help/gnumeric/C/r7206.html
-share/gnome/help/gnumeric/C/r7231.html
-share/gnome/help/gnumeric/C/r7255.html
-share/gnome/help/gnumeric/C/r7278.html
-share/gnome/help/gnumeric/C/r7301.html
-share/gnome/help/gnumeric/C/r7324.html
-share/gnome/help/gnumeric/C/r7357.html
-share/gnome/help/gnumeric/C/r7379.html
-share/gnome/help/gnumeric/C/r7406.html
-share/gnome/help/gnumeric/C/r7426.html
-share/gnome/help/gnumeric/C/r7466.html
-share/gnome/help/gnumeric/C/r7489.html
-share/gnome/help/gnumeric/C/r7512.html
-share/gnome/help/gnumeric/C/r7535.html
-share/gnome/help/gnumeric/C/r7559.html
-share/gnome/help/gnumeric/C/r7583.html
-share/gnome/help/gnumeric/C/r7609.html
-share/gnome/help/gnumeric/C/r7631.html
-share/gnome/help/gnumeric/C/r7655.html
-share/gnome/help/gnumeric/C/r7681.html
-share/gnome/help/gnumeric/C/r7703.html
-share/gnome/help/gnumeric/C/r7723.html
-share/gnome/help/gnumeric/C/r7745.html
-share/gnome/help/gnumeric/C/r7772.html
-share/gnome/help/gnumeric/C/r7795.html
-share/gnome/help/gnumeric/C/r7817.html
-share/gnome/help/gnumeric/C/r7841.html
-share/gnome/help/gnumeric/C/r7874.html
-share/gnome/help/gnumeric/C/r7902.html
-share/gnome/help/gnumeric/C/r7926.html
-share/gnome/help/gnumeric/C/r7948.html
-share/gnome/help/gnumeric/C/r7976.html
-share/gnome/help/gnumeric/C/r8002.html
-share/gnome/help/gnumeric/C/r8025.html
-share/gnome/help/gnumeric/C/r8048.html
-share/gnome/help/gnumeric/C/r8076.html
-share/gnome/help/gnumeric/C/r8100.html
-share/gnome/help/gnumeric/C/r8125.html
-share/gnome/help/gnumeric/C/r8153.html
-share/gnome/help/gnumeric/C/r8180.html
-share/gnome/help/gnumeric/C/r8201.html
-share/gnome/help/gnumeric/C/r8225.html
-share/gnome/help/gnumeric/C/r8253.html
-share/gnome/help/gnumeric/C/r8276.html
-share/gnome/help/gnumeric/C/r8299.html
-share/gnome/help/gnumeric/C/r8321.html
-share/gnome/help/gnumeric/C/r8344.html
-share/gnome/help/gnumeric/C/r8372.html
-share/gnome/help/gnumeric/C/r8395.html
-share/gnome/help/gnumeric/C/r8419.html
-share/gnome/help/gnumeric/C/r8441.html
-share/gnome/help/gnumeric/C/r8469.html
-share/gnome/help/gnumeric/C/r8492.html
-share/gnome/help/gnumeric/C/r8521.html
-share/gnome/help/gnumeric/C/r8543.html
-share/gnome/help/gnumeric/C/r8567.html
-share/gnome/help/gnumeric/C/r8588.html
-share/gnome/help/gnumeric/C/r8612.html
-share/gnome/help/gnumeric/C/r8635.html
-share/gnome/help/gnumeric/C/r8660.html
-share/gnome/help/gnumeric/C/r8683.html
-share/gnome/help/gnumeric/C/r8703.html
-share/gnome/help/gnumeric/C/r8724.html
-share/gnome/help/gnumeric/C/r8749.html
-share/gnome/help/gnumeric/C/r8778.html
-share/gnome/help/gnumeric/C/r8803.html
-share/gnome/help/gnumeric/C/r8823.html
-share/gnome/help/gnumeric/C/r8845.html
-share/gnome/help/gnumeric/C/r8867.html
-share/gnome/help/gnumeric/C/r8891.html
-share/gnome/help/gnumeric/C/r8917.html
-share/gnome/help/gnumeric/C/r8938.html
-share/gnome/help/gnumeric/C/r8979.html
-share/gnome/help/gnumeric/C/r9007.html
-share/gnome/help/gnumeric/C/r9027.html
-share/gnome/help/gnumeric/C/r9067.html
-share/gnome/help/gnumeric/C/r9088.html
-share/gnome/help/gnumeric/C/r9111.html
-share/gnome/help/gnumeric/C/r9152.html
-share/gnome/help/gnumeric/C/r9178.html
-share/gnome/help/gnumeric/C/r9202.html
-share/gnome/help/gnumeric/C/r9230.html
-share/gnome/help/gnumeric/C/r9250.html
-share/gnome/help/gnumeric/C/r9273.html
-share/gnome/help/gnumeric/C/r9297.html
-share/gnome/help/gnumeric/C/r9325.html
-share/gnome/help/gnumeric/C/r9346.html
-share/gnome/help/gnumeric/C/r9366.html
-share/gnome/help/gnumeric/C/r9393.html
-share/gnome/help/gnumeric/C/r9433.html
-share/gnome/help/gnumeric/C/r9458.html
-share/gnome/help/gnumeric/C/r9487.html
-share/gnome/help/gnumeric/C/r9509.html
-share/gnome/help/gnumeric/C/r9532.html
-share/gnome/help/gnumeric/C/r9557.html
-share/gnome/help/gnumeric/C/r9583.html
-share/gnome/help/gnumeric/C/r9611.html
-share/gnome/help/gnumeric/C/r9631.html
-share/gnome/help/gnumeric/C/r9656.html
-share/gnome/help/gnumeric/C/r9679.html
-share/gnome/help/gnumeric/C/r9703.html
-share/gnome/help/gnumeric/C/r9729.html
-share/gnome/help/gnumeric/C/r9751.html
-share/gnome/help/gnumeric/C/r9775.html
-share/gnome/help/gnumeric/C/r9801.html
-share/gnome/help/gnumeric/C/r9823.html
-share/gnome/help/gnumeric/C/r9848.html
-share/gnome/help/gnumeric/C/r9871.html
-share/gnome/help/gnumeric/C/r9893.html
-share/gnome/help/gnumeric/C/r9922.html
-share/gnome/help/gnumeric/C/r9943.html
-share/gnome/help/gnumeric/C/r9966.html
-share/gnome/help/gnumeric/C/r9988.html
-share/gnome/help/gnumeric/C/style.html
-share/gnome/help/gnumeric/C/topic.dat
-share/gnome/help/gnumeric/C/tutorials.html
-share/gnome/help/gnumeric/C/worksheet.html
-share/gnome/help/gnumeric/C/x176.html
-share/gnome/help/gnumeric/C/x222.html
-share/gnome/help/gnumeric/C/x669.html
-share/gnome/help/gnumeric/C/x683.html
-share/gnumeric/glade/advanced-filter.glade
-share/gnumeric/glade/analysis-tools.glade
-share/gnumeric/glade/autocorrect-exceptions.glade
-share/gnumeric/glade/autocorrect.glade
-share/gnumeric/glade/autosave-prompt.glade
-share/gnumeric/glade/autosave.glade
-share/gnumeric/glade/cell-format.glade
-share/gnumeric/glade/cell-sort.glade
-share/gnumeric/glade/col-width.glade
-share/gnumeric/glade/delete-cells.glade
-share/gnumeric/glade/dialog-stf.glade
-share/gnumeric/glade/dialog-zoom.glade
-share/gnumeric/glade/font-sel.glade
-share/gnumeric/glade/function-select.glade
-share/gnumeric/glade/graphics.glade
-share/gnumeric/glade/hf-config.glade
-share/gnumeric/glade/import.glade
-share/gnumeric/glade/insert-cells.glade
-share/gnumeric/glade/names.glade
-share/gnumeric/glade/plugin-manager.glade
-share/gnumeric/glade/print.glade
-share/gnumeric/glade/row-height.glade
-share/gnumeric/glade/sheet-order.glade
-share/gnumeric/glade/sheet-rename.glade
-share/gnumeric/glade/solver-options.glade
-share/gnumeric/glade/solver.glade
-share/gnumeric/glade/summary.glade
-share/gnumeric/glade/workbook-attr.glade
-share/gnumeric/python/gnumeric_startup.py
-share/idl/Gnumeric.idl
-share/idl/Graph.idl
+lib/gnumericConf.sh
+lib/gnumeric/0.53/plugins/gnum_lotus.a
+lib/gnumeric/0.53/plugins/gnum_oleo.a
+lib/gnumeric/0.53/plugins/gnum_sc.a
+lib/gnumeric/0.53/plugins/gnum_sylk.a
+lib/gnumeric/0.53/plugins/gnum_text.a
+lib/gnumeric/0.53/plugins/gnum_csv.a
+lib/gnumeric/0.53/plugins/gnum_xbase.a
+lib/gnumeric/0.53/plugins/gnum_html.a
+lib/gnumeric/0.53/plugins/gnum_dif.a
+lib/gnumeric/0.53/plugins/gnum_sample.a
+lib/gnumeric/0.53/plugins/gnum_numtheory.a
share/locale/cs/LC_MESSAGES/gnumeric.mo
share/locale/da/LC_MESSAGES/gnumeric.mo
share/locale/de/LC_MESSAGES/gnumeric.mo
share/locale/el/LC_MESSAGES/gnumeric.mo
-share/locale/en_GB/LC_MESSAGES/gnumeric.mo
share/locale/es/LC_MESSAGES/gnumeric.mo
-share/locale/es_DO/LC_MESSAGES/gnumeric.mo
-share/locale/es_GT/LC_MESSAGES/gnumeric.mo
-share/locale/es_HN/LC_MESSAGES/gnumeric.mo
-share/locale/es_MX/LC_MESSAGES/gnumeric.mo
-share/locale/es_PA/LC_MESSAGES/gnumeric.mo
-share/locale/es_PE/LC_MESSAGES/gnumeric.mo
-share/locale/es_SV/LC_MESSAGES/gnumeric.mo
share/locale/et/LC_MESSAGES/gnumeric.mo
share/locale/fi/LC_MESSAGES/gnumeric.mo
share/locale/fr/LC_MESSAGES/gnumeric.mo
@@ -496,15 +37,20 @@ share/locale/ru/LC_MESSAGES/gnumeric.mo
share/locale/sk/LC_MESSAGES/gnumeric.mo
share/locale/sv/LC_MESSAGES/gnumeric.mo
share/locale/uk/LC_MESSAGES/gnumeric.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/gnumeric.mo
share/locale/zh_TW.Big5/LC_MESSAGES/gnumeric.mo
-share/mc/templates/gnumeric.desktop
-share/mime-info/gnumeric.keys
-share/mime-info/gnumeric.mime
-share/pixmaps/gnome-application-x-gnumeric.png
-share/pixmaps/gnome-application-x-xls.png
-share/pixmaps/gnome-gnumeric.png
-share/pixmaps/gnumeric/bottom_border
+share/locale/en_GB/LC_MESSAGES/gnumeric.mo
+share/locale/es_DO/LC_MESSAGES/gnumeric.mo
+share/locale/es_GT/LC_MESSAGES/gnumeric.mo
+share/locale/es_HN/LC_MESSAGES/gnumeric.mo
+share/locale/es_MX/LC_MESSAGES/gnumeric.mo
+share/locale/es_PA/LC_MESSAGES/gnumeric.mo
+share/locale/es_PE/LC_MESSAGES/gnumeric.mo
+share/locale/es_SV/LC_MESSAGES/gnumeric.mo
+share/locale/zh_CN.GB2312/LC_MESSAGES/gnumeric.mo
+share/pixmaps/gnumeric/orient-horizontal.png
+share/pixmaps/gnumeric/orient-vertical.png
+share/pixmaps/gnumeric/right-down.png
+share/pixmaps/gnumeric/down-right.png
share/pixmaps/gnumeric/chart_area_1_1.png
share/pixmaps/gnumeric/chart_area_1_2.png
share/pixmaps/gnumeric/chart_area_1_3.png
@@ -567,10 +113,10 @@ share/pixmaps/gnumeric/chart_radar_1_2.png
share/pixmaps/gnumeric/chart_radar_1_3.png
share/pixmaps/gnumeric/chart_scatter_1_1.png
share/pixmaps/gnumeric/chart_scatter_2_1.png
+share/pixmaps/gnumeric/chart_stock_1_1.png
share/pixmaps/gnumeric/chart_scatter_2_2.png
share/pixmaps/gnumeric/chart_scatter_3_1.png
share/pixmaps/gnumeric/chart_scatter_3_2.png
-share/pixmaps/gnumeric/chart_stock_1_1.png
share/pixmaps/gnumeric/chart_stock_1_2.png
share/pixmaps/gnumeric/chart_stock_2_1.png
share/pixmaps/gnumeric/chart_stock_2_2.png
@@ -578,8 +124,6 @@ share/pixmaps/gnumeric/chart_surface_1_1.png
share/pixmaps/gnumeric/chart_surface_1_2.png
share/pixmaps/gnumeric/chart_surface_2_1.png
share/pixmaps/gnumeric/chart_surface_2_2.png
-share/pixmaps/gnumeric/diag_border
-share/pixmaps/gnumeric/down-right.png
share/pixmaps/gnumeric/gp_125grey
share/pixmaps/gnumeric/gp_25grey
share/pixmaps/gnumeric/gp_50grey
@@ -598,10 +142,12 @@ share/pixmaps/gnumeric/gp_thin_horiz_cross
share/pixmaps/gnumeric/gp_thin_rev_diag
share/pixmaps/gnumeric/gp_thin_vert
share/pixmaps/gnumeric/gp_vert
-share/pixmaps/gnumeric/inside_border
-share/pixmaps/gnumeric/inside_horiz_border
-share/pixmaps/gnumeric/inside_vert_border
-share/pixmaps/gnumeric/left_border
+share/pixmaps/gnumeric/gp_foreground_solid
+share/pixmaps/gnumeric/gp_small_circle
+share/pixmaps/gnumeric/gp_semi_circle
+share/pixmaps/gnumeric/gp_thatch
+share/pixmaps/gnumeric/gp_large_circles
+share/pixmaps/gnumeric/gp_bricks
share/pixmaps/gnumeric/line_pattern_dash_dot
share/pixmaps/gnumeric/line_pattern_dash_dot_dot
share/pixmaps/gnumeric/line_pattern_dashed
@@ -615,23 +161,492 @@ share/pixmaps/gnumeric/line_pattern_medium_dash_dot_dot
share/pixmaps/gnumeric/line_pattern_slant
share/pixmaps/gnumeric/line_pattern_thick
share/pixmaps/gnumeric/line_pattern_thin
-share/pixmaps/gnumeric/no_border
-share/pixmaps/gnumeric/orient-horizontal.png
-share/pixmaps/gnumeric/orient-vertical.png
-share/pixmaps/gnumeric/outline_border
+share/pixmaps/gnumeric/bottom_border
+share/pixmaps/gnumeric/diag_border
+share/pixmaps/gnumeric/left_border
share/pixmaps/gnumeric/rev_diag_border
-share/pixmaps/gnumeric/right-down.png
share/pixmaps/gnumeric/right_border
share/pixmaps/gnumeric/top_border
-@dirrm lib/gnumeric/plugins/0.52
-@dirrm lib/gnumeric/plugins
+share/pixmaps/gnumeric/inside_horiz_border
+share/pixmaps/gnumeric/inside_vert_border
+share/pixmaps/gnumeric/inside_border
+share/pixmaps/gnumeric/outline_border
+share/pixmaps/gnumeric/no_border
+share/pixmaps/gnumeric/stf-druid.png
+share/pixmaps/gnome-gnumeric.png
+share/pixmaps/gnome-application-x-gnumeric.png
+share/pixmaps/gnome-application-x-xls.png
+share/idl/Graph.idl
+share/idl/Gnumeric.idl
+share/gnome/help/gnumeric/C/gnumeric.html
+share/gnome/help/gnumeric/C/topic.dat
+share/gnome/help/gnumeric/C/images/autofill-1.jpg
+share/gnome/help/gnumeric/C/images/autofill-10.jpg
+share/gnome/help/gnumeric/C/images/autofill-2.jpg
+share/gnome/help/gnumeric/C/images/autofill-3.jpg
+share/gnome/help/gnumeric/C/images/autofill-4.jpg
+share/gnome/help/gnumeric/C/images/autofill-5.jpg
+share/gnome/help/gnumeric/C/images/autofill-6.jpg
+share/gnome/help/gnumeric/C/images/autofill-7.jpg
+share/gnome/help/gnumeric/C/images/autofill-8.jpg
+share/gnome/help/gnumeric/C/images/autofill-9.jpg
+share/gnome/help/gnumeric/C/images/cells-1.jpg
+share/gnome/help/gnumeric/C/images/cells-2.jpg
+share/gnome/help/gnumeric/C/images/dndselection-1.jpg
+share/gnome/help/gnumeric/C/images/editing-1.jpg
+share/gnome/help/gnumeric/C/images/editing-cell-selection-1.jpg
+share/gnome/help/gnumeric/C/images/number-format-buttonbar.jpg
+share/gnome/help/gnumeric/C/images/number-format-color-dialog.jpg
+share/gnome/help/gnumeric/C/images/number-format-dialog.jpg
+share/gnome/help/gnumeric/C/images/number-format-font-dialog.jpg
+share/gnome/help/gnumeric/C/images/number-format-justification-dialog-2.jpg
+share/gnome/help/gnumeric/C/images/number-format-justification-dialog.jpg
+share/gnome/help/gnumeric/C/images/number-format-justification.jpg
+share/gnome/help/gnumeric/C/images/selection-1.jpg
+share/gnome/help/gnumeric/C/images/selection-10.jpg
+share/gnome/help/gnumeric/C/images/selection-2.jpg
+share/gnome/help/gnumeric/C/images/selection-3.jpg
+share/gnome/help/gnumeric/C/images/selection-4.jpg
+share/gnome/help/gnumeric/C/images/selection-5.jpg
+share/gnome/help/gnumeric/C/images/selection-6.jpg
+share/gnome/help/gnumeric/C/images/selection-7.jpg
+share/gnome/help/gnumeric/C/images/selection-8.jpg
+share/gnome/help/gnumeric/C/images/selection-9.jpg
+share/gnome/help/gnumeric/C/images/solver-01.jpg
+share/gnome/help/gnumeric/C/images/solver-02.jpg
+share/gnome/help/gnumeric/C/images/solver-03.jpg
+share/gnome/help/gnumeric/C/images/solver-04.jpg
+share/gnome/help/gnumeric/C/images/solver-05.jpg
+share/gnome/help/gnumeric/C/images/worksheet-all-1.jpg
+share/gnome/help/gnumeric/C/images/worksheet-cols-1.jpg
+share/gnome/help/gnumeric/C/images/worksheet-data-1.jpg
+share/gnome/help/gnumeric/C/images/worksheet-data-2.jpg
+share/gnome/help/gnumeric/C/images/worksheet-data-3.jpg
+share/gnome/help/gnumeric/C/images/worksheet-data-4.jpg
+share/gnome/help/gnumeric/C/images/worksheet-info-1.jpg
+share/gnome/help/gnumeric/C/images/worksheet-rows-1.jpg
+share/gnome/help/gnumeric/C/images/worksheet-running-calc-1.jpg
+share/gnome/help/gnumeric/C/images/worksheet-zoomin-1.jpg
+share/gnome/help/gnumeric/C/images/worksheet-zoomout-1.jpg
+share/gnome/help/gnumeric/C/images/align-center.gif
+share/gnome/help/gnumeric/C/images/align-left.gif
+share/gnome/help/gnumeric/C/images/align-right.gif
+share/gnome/help/gnumeric/C/images/arrow.gif
+share/gnome/help/gnumeric/C/images/bold.gif
+share/gnome/help/gnumeric/C/images/cursor_cross.gif
+share/gnome/help/gnumeric/C/images/italic.gif
+share/gnome/help/gnumeric/C/images/line.gif
+share/gnome/help/gnumeric/C/images/oval.gif
+share/gnome/help/gnumeric/C/images/rect.gif
+share/gnome/help/gnumeric/C/images/stock_copy.gif
+share/gnome/help/gnumeric/C/images/stock_cut.gif
+share/gnome/help/gnumeric/C/images/stock_new.gif
+share/gnome/help/gnumeric/C/images/stock_open.gif
+share/gnome/help/gnumeric/C/images/stock_paste.gif
+share/gnome/help/gnumeric/C/images/stock_save.gif
+share/gnome/help/gnumeric/C/analysis-tools.html
+share/gnome/help/gnumeric/C/autofill.html
+share/gnome/help/gnumeric/C/cell-elements.html
+share/gnome/help/gnumeric/C/cell-referencing.html
+share/gnome/help/gnumeric/C/editing-selections.html
+share/gnome/help/gnumeric/C/editing.html
+share/gnome/help/gnumeric/C/files.html
+share/gnome/help/gnumeric/C/formatting.html
+share/gnome/help/gnumeric/C/formulas.html
+share/gnome/help/gnumeric/C/function-reference.html
+share/gnome/help/gnumeric/C/ln20.html
+share/gnome/help/gnumeric/C/printing.html
+share/gnome/help/gnumeric/C/r10008.html
+share/gnome/help/gnumeric/C/r10032.html
+share/gnome/help/gnumeric/C/r10058.html
+share/gnome/help/gnumeric/C/r10080.html
+share/gnome/help/gnumeric/C/r10105.html
+share/gnome/help/gnumeric/C/r10128.html
+share/gnome/help/gnumeric/C/r10150.html
+share/gnome/help/gnumeric/C/r10179.html
+share/gnome/help/gnumeric/C/r10200.html
+share/gnome/help/gnumeric/C/r10223.html
+share/gnome/help/gnumeric/C/r10245.html
+share/gnome/help/gnumeric/C/r10272.html
+share/gnome/help/gnumeric/C/r10292.html
+share/gnome/help/gnumeric/C/r10318.html
+share/gnome/help/gnumeric/C/r10341.html
+share/gnome/help/gnumeric/C/r10366.html
+share/gnome/help/gnumeric/C/r10389.html
+share/gnome/help/gnumeric/C/r10410.html
+share/gnome/help/gnumeric/C/r10435.html
+share/gnome/help/gnumeric/C/r10459.html
+share/gnome/help/gnumeric/C/r10481.html
+share/gnome/help/gnumeric/C/r10501.html
+share/gnome/help/gnumeric/C/r10521.html
+share/gnome/help/gnumeric/C/r10545.html
+share/gnome/help/gnumeric/C/r2201.html
+share/gnome/help/gnumeric/C/r2225.html
+share/gnome/help/gnumeric/C/r2254.html
+share/gnome/help/gnumeric/C/r2275.html
+share/gnome/help/gnumeric/C/r2299.html
+share/gnome/help/gnumeric/C/r2329.html
+share/gnome/help/gnumeric/C/r2349.html
+share/gnome/help/gnumeric/C/r2371.html
+share/gnome/help/gnumeric/C/r2394.html
+share/gnome/help/gnumeric/C/r2422.html
+share/gnome/help/gnumeric/C/r2443.html
+share/gnome/help/gnumeric/C/r2473.html
+share/gnome/help/gnumeric/C/r2493.html
+share/gnome/help/gnumeric/C/r2517.html
+share/gnome/help/gnumeric/C/r2539.html
+share/gnome/help/gnumeric/C/r2578.html
+share/gnome/help/gnumeric/C/r2601.html
+share/gnome/help/gnumeric/C/r2622.html
+share/gnome/help/gnumeric/C/r2652.html
+share/gnome/help/gnumeric/C/r2692.html
+share/gnome/help/gnumeric/C/r2715.html
+share/gnome/help/gnumeric/C/r2739.html
+share/gnome/help/gnumeric/C/r2763.html
+share/gnome/help/gnumeric/C/r2788.html
+share/gnome/help/gnumeric/C/r2812.html
+share/gnome/help/gnumeric/C/r2835.html
+share/gnome/help/gnumeric/C/r2857.html
+share/gnome/help/gnumeric/C/r2880.html
+share/gnome/help/gnumeric/C/r2909.html
+share/gnome/help/gnumeric/C/r2933.html
+share/gnome/help/gnumeric/C/r2960.html
+share/gnome/help/gnumeric/C/r2984.html
+share/gnome/help/gnumeric/C/r3009.html
+share/gnome/help/gnumeric/C/r3034.html
+share/gnome/help/gnumeric/C/r3058.html
+share/gnome/help/gnumeric/C/r3078.html
+share/gnome/help/gnumeric/C/r3100.html
+share/gnome/help/gnumeric/C/r3124.html
+share/gnome/help/gnumeric/C/r3149.html
+share/gnome/help/gnumeric/C/r3172.html
+share/gnome/help/gnumeric/C/r3200.html
+share/gnome/help/gnumeric/C/r3223.html
+share/gnome/help/gnumeric/C/r3243.html
+share/gnome/help/gnumeric/C/r3265.html
+share/gnome/help/gnumeric/C/r3292.html
+share/gnome/help/gnumeric/C/r3315.html
+share/gnome/help/gnumeric/C/r3335.html
+share/gnome/help/gnumeric/C/r3446.html
+share/gnome/help/gnumeric/C/r3471.html
+share/gnome/help/gnumeric/C/r3495.html
+share/gnome/help/gnumeric/C/r3518.html
+share/gnome/help/gnumeric/C/r3547.html
+share/gnome/help/gnumeric/C/r3570.html
+share/gnome/help/gnumeric/C/r3593.html
+share/gnome/help/gnumeric/C/r3620.html
+share/gnome/help/gnumeric/C/r3641.html
+share/gnome/help/gnumeric/C/r3665.html
+share/gnome/help/gnumeric/C/r3694.html
+share/gnome/help/gnumeric/C/r3715.html
+share/gnome/help/gnumeric/C/r3738.html
+share/gnome/help/gnumeric/C/r3760.html
+share/gnome/help/gnumeric/C/r3781.html
+share/gnome/help/gnumeric/C/r3804.html
+share/gnome/help/gnumeric/C/r3824.html
+share/gnome/help/gnumeric/C/r3849.html
+share/gnome/help/gnumeric/C/r3872.html
+share/gnome/help/gnumeric/C/r3896.html
+share/gnome/help/gnumeric/C/r3919.html
+share/gnome/help/gnumeric/C/r3939.html
+share/gnome/help/gnumeric/C/r3962.html
+share/gnome/help/gnumeric/C/r3990.html
+share/gnome/help/gnumeric/C/r4014.html
+share/gnome/help/gnumeric/C/r4034.html
+share/gnome/help/gnumeric/C/r4057.html
+share/gnome/help/gnumeric/C/r4083.html
+share/gnome/help/gnumeric/C/r4108.html
+share/gnome/help/gnumeric/C/r4137.html
+share/gnome/help/gnumeric/C/r4160.html
+share/gnome/help/gnumeric/C/r4187.html
+share/gnome/help/gnumeric/C/r4214.html
+share/gnome/help/gnumeric/C/r4236.html
+share/gnome/help/gnumeric/C/r4258.html
+share/gnome/help/gnumeric/C/r4282.html
+share/gnome/help/gnumeric/C/r4306.html
+share/gnome/help/gnumeric/C/r4329.html
+share/gnome/help/gnumeric/C/r4352.html
+share/gnome/help/gnumeric/C/r4374.html
+share/gnome/help/gnumeric/C/r4399.html
+share/gnome/help/gnumeric/C/r4423.html
+share/gnome/help/gnumeric/C/r4447.html
+share/gnome/help/gnumeric/C/r4488.html
+share/gnome/help/gnumeric/C/r4509.html
+share/gnome/help/gnumeric/C/r4530.html
+share/gnome/help/gnumeric/C/r4554.html
+share/gnome/help/gnumeric/C/r4580.html
+share/gnome/help/gnumeric/C/r4600.html
+share/gnome/help/gnumeric/C/r4624.html
+share/gnome/help/gnumeric/C/r4646.html
+share/gnome/help/gnumeric/C/r4668.html
+share/gnome/help/gnumeric/C/r4691.html
+share/gnome/help/gnumeric/C/r4716.html
+share/gnome/help/gnumeric/C/r4743.html
+share/gnome/help/gnumeric/C/r4764.html
+share/gnome/help/gnumeric/C/r4786.html
+share/gnome/help/gnumeric/C/r4809.html
+share/gnome/help/gnumeric/C/r4833.html
+share/gnome/help/gnumeric/C/r4874.html
+share/gnome/help/gnumeric/C/r4894.html
+share/gnome/help/gnumeric/C/r4922.html
+share/gnome/help/gnumeric/C/r4946.html
+share/gnome/help/gnumeric/C/r4970.html
+share/gnome/help/gnumeric/C/r4997.html
+share/gnome/help/gnumeric/C/r5022.html
+share/gnome/help/gnumeric/C/r5042.html
+share/gnome/help/gnumeric/C/r5062.html
+share/gnome/help/gnumeric/C/r5086.html
+share/gnome/help/gnumeric/C/r5111.html
+share/gnome/help/gnumeric/C/r5135.html
+share/gnome/help/gnumeric/C/r5160.html
+share/gnome/help/gnumeric/C/r5184.html
+share/gnome/help/gnumeric/C/r5212.html
+share/gnome/help/gnumeric/C/r5235.html
+share/gnome/help/gnumeric/C/r5262.html
+share/gnome/help/gnumeric/C/r5286.html
+share/gnome/help/gnumeric/C/r5306.html
+share/gnome/help/gnumeric/C/r5329.html
+share/gnome/help/gnumeric/C/r5353.html
+share/gnome/help/gnumeric/C/r5393.html
+share/gnome/help/gnumeric/C/r5416.html
+share/gnome/help/gnumeric/C/r5439.html
+share/gnome/help/gnumeric/C/r5464.html
+share/gnome/help/gnumeric/C/r5489.html
+share/gnome/help/gnumeric/C/r5512.html
+share/gnome/help/gnumeric/C/r5535.html
+share/gnome/help/gnumeric/C/r5558.html
+share/gnome/help/gnumeric/C/r5586.html
+share/gnome/help/gnumeric/C/r5606.html
+share/gnome/help/gnumeric/C/r5629.html
+share/gnome/help/gnumeric/C/r5651.html
+share/gnome/help/gnumeric/C/r5691.html
+share/gnome/help/gnumeric/C/r5716.html
+share/gnome/help/gnumeric/C/r5738.html
+share/gnome/help/gnumeric/C/r5759.html
+share/gnome/help/gnumeric/C/r5784.html
+share/gnome/help/gnumeric/C/r5806.html
+share/gnome/help/gnumeric/C/r5835.html
+share/gnome/help/gnumeric/C/r5859.html
+share/gnome/help/gnumeric/C/r5882.html
+share/gnome/help/gnumeric/C/r5906.html
+share/gnome/help/gnumeric/C/r5933.html
+share/gnome/help/gnumeric/C/r5955.html
+share/gnome/help/gnumeric/C/r5977.html
+share/gnome/help/gnumeric/C/r6003.html
+share/gnome/help/gnumeric/C/r6027.html
+share/gnome/help/gnumeric/C/r6047.html
+share/gnome/help/gnumeric/C/r6074.html
+share/gnome/help/gnumeric/C/r6099.html
+share/gnome/help/gnumeric/C/r6123.html
+share/gnome/help/gnumeric/C/r6146.html
+share/gnome/help/gnumeric/C/r6171.html
+share/gnome/help/gnumeric/C/r6193.html
+share/gnome/help/gnumeric/C/r6216.html
+share/gnome/help/gnumeric/C/r6238.html
+share/gnome/help/gnumeric/C/r6280.html
+share/gnome/help/gnumeric/C/r6303.html
+share/gnome/help/gnumeric/C/r6326.html
+share/gnome/help/gnumeric/C/r6347.html
+share/gnome/help/gnumeric/C/r6379.html
+share/gnome/help/gnumeric/C/r6404.html
+share/gnome/help/gnumeric/C/r6429.html
+share/gnome/help/gnumeric/C/r6449.html
+share/gnome/help/gnumeric/C/r6472.html
+share/gnome/help/gnumeric/C/r6497.html
+share/gnome/help/gnumeric/C/r6521.html
+share/gnome/help/gnumeric/C/r6542.html
+share/gnome/help/gnumeric/C/r6565.html
+share/gnome/help/gnumeric/C/r6590.html
+share/gnome/help/gnumeric/C/r6613.html
+share/gnome/help/gnumeric/C/r6642.html
+share/gnome/help/gnumeric/C/r6666.html
+share/gnome/help/gnumeric/C/r6688.html
+share/gnome/help/gnumeric/C/r6715.html
+share/gnome/help/gnumeric/C/r6737.html
+share/gnome/help/gnumeric/C/r6764.html
+share/gnome/help/gnumeric/C/r6784.html
+share/gnome/help/gnumeric/C/r6810.html
+share/gnome/help/gnumeric/C/r6835.html
+share/gnome/help/gnumeric/C/r6860.html
+share/gnome/help/gnumeric/C/r6884.html
+share/gnome/help/gnumeric/C/r6911.html
+share/gnome/help/gnumeric/C/r6951.html
+share/gnome/help/gnumeric/C/r6974.html
+share/gnome/help/gnumeric/C/r6996.html
+share/gnome/help/gnumeric/C/r7019.html
+share/gnome/help/gnumeric/C/r7041.html
+share/gnome/help/gnumeric/C/r7061.html
+share/gnome/help/gnumeric/C/r7086.html
+share/gnome/help/gnumeric/C/r7108.html
+share/gnome/help/gnumeric/C/r7134.html
+share/gnome/help/gnumeric/C/r7157.html
+share/gnome/help/gnumeric/C/r7182.html
+share/gnome/help/gnumeric/C/r7210.html
+share/gnome/help/gnumeric/C/r7241.html
+share/gnome/help/gnumeric/C/r7265.html
+share/gnome/help/gnumeric/C/r7291.html
+share/gnome/help/gnumeric/C/r7311.html
+share/gnome/help/gnumeric/C/r7347.html
+share/gnome/help/gnumeric/C/r7364.html
+share/gnome/help/gnumeric/C/r7386.html
+share/gnome/help/gnumeric/C/r7411.html
+share/gnome/help/gnumeric/C/r7436.html
+share/gnome/help/gnumeric/C/r7460.html
+share/gnome/help/gnumeric/C/r7483.html
+share/gnome/help/gnumeric/C/r7506.html
+share/gnome/help/gnumeric/C/r7529.html
+share/gnome/help/gnumeric/C/r7562.html
+share/gnome/help/gnumeric/C/r7584.html
+share/gnome/help/gnumeric/C/r7611.html
+share/gnome/help/gnumeric/C/r7631.html
+share/gnome/help/gnumeric/C/r7671.html
+share/gnome/help/gnumeric/C/r7694.html
+share/gnome/help/gnumeric/C/r7717.html
+share/gnome/help/gnumeric/C/r7740.html
+share/gnome/help/gnumeric/C/r7764.html
+share/gnome/help/gnumeric/C/r7788.html
+share/gnome/help/gnumeric/C/r7814.html
+share/gnome/help/gnumeric/C/r7836.html
+share/gnome/help/gnumeric/C/r7860.html
+share/gnome/help/gnumeric/C/r7888.html
+share/gnome/help/gnumeric/C/r7910.html
+share/gnome/help/gnumeric/C/r7930.html
+share/gnome/help/gnumeric/C/r7952.html
+share/gnome/help/gnumeric/C/r7979.html
+share/gnome/help/gnumeric/C/r8002.html
+share/gnome/help/gnumeric/C/r8024.html
+share/gnome/help/gnumeric/C/r8048.html
+share/gnome/help/gnumeric/C/r8081.html
+share/gnome/help/gnumeric/C/r8109.html
+share/gnome/help/gnumeric/C/r8133.html
+share/gnome/help/gnumeric/C/r8155.html
+share/gnome/help/gnumeric/C/r8183.html
+share/gnome/help/gnumeric/C/r8209.html
+share/gnome/help/gnumeric/C/r8232.html
+share/gnome/help/gnumeric/C/r8255.html
+share/gnome/help/gnumeric/C/r8283.html
+share/gnome/help/gnumeric/C/r8307.html
+share/gnome/help/gnumeric/C/r8332.html
+share/gnome/help/gnumeric/C/r8360.html
+share/gnome/help/gnumeric/C/r8387.html
+share/gnome/help/gnumeric/C/r8408.html
+share/gnome/help/gnumeric/C/r8432.html
+share/gnome/help/gnumeric/C/r8460.html
+share/gnome/help/gnumeric/C/r8488.html
+share/gnome/help/gnumeric/C/r8511.html
+share/gnome/help/gnumeric/C/r8533.html
+share/gnome/help/gnumeric/C/r8556.html
+share/gnome/help/gnumeric/C/r8584.html
+share/gnome/help/gnumeric/C/r8605.html
+share/gnome/help/gnumeric/C/r8628.html
+share/gnome/help/gnumeric/C/r8652.html
+share/gnome/help/gnumeric/C/r8676.html
+share/gnome/help/gnumeric/C/r8704.html
+share/gnome/help/gnumeric/C/r8727.html
+share/gnome/help/gnumeric/C/r8756.html
+share/gnome/help/gnumeric/C/r8778.html
+share/gnome/help/gnumeric/C/r8802.html
+share/gnome/help/gnumeric/C/r8823.html
+share/gnome/help/gnumeric/C/r8847.html
+share/gnome/help/gnumeric/C/r8870.html
+share/gnome/help/gnumeric/C/r8895.html
+share/gnome/help/gnumeric/C/r8918.html
+share/gnome/help/gnumeric/C/r8938.html
+share/gnome/help/gnumeric/C/r8959.html
+share/gnome/help/gnumeric/C/r8984.html
+share/gnome/help/gnumeric/C/r9013.html
+share/gnome/help/gnumeric/C/r9038.html
+share/gnome/help/gnumeric/C/r9058.html
+share/gnome/help/gnumeric/C/r9078.html
+share/gnome/help/gnumeric/C/r9100.html
+share/gnome/help/gnumeric/C/r9122.html
+share/gnome/help/gnumeric/C/r9146.html
+share/gnome/help/gnumeric/C/r9172.html
+share/gnome/help/gnumeric/C/r9193.html
+share/gnome/help/gnumeric/C/r9234.html
+share/gnome/help/gnumeric/C/r9262.html
+share/gnome/help/gnumeric/C/r9282.html
+share/gnome/help/gnumeric/C/r9322.html
+share/gnome/help/gnumeric/C/r9343.html
+share/gnome/help/gnumeric/C/r9366.html
+share/gnome/help/gnumeric/C/r9407.html
+share/gnome/help/gnumeric/C/r9433.html
+share/gnome/help/gnumeric/C/r9457.html
+share/gnome/help/gnumeric/C/r9485.html
+share/gnome/help/gnumeric/C/r9505.html
+share/gnome/help/gnumeric/C/r9528.html
+share/gnome/help/gnumeric/C/r9552.html
+share/gnome/help/gnumeric/C/r9580.html
+share/gnome/help/gnumeric/C/r9601.html
+share/gnome/help/gnumeric/C/r9621.html
+share/gnome/help/gnumeric/C/r9648.html
+share/gnome/help/gnumeric/C/r9688.html
+share/gnome/help/gnumeric/C/r9713.html
+share/gnome/help/gnumeric/C/r9742.html
+share/gnome/help/gnumeric/C/r9764.html
+share/gnome/help/gnumeric/C/r9787.html
+share/gnome/help/gnumeric/C/r9814.html
+share/gnome/help/gnumeric/C/r9840.html
+share/gnome/help/gnumeric/C/r9868.html
+share/gnome/help/gnumeric/C/r9888.html
+share/gnome/help/gnumeric/C/r9913.html
+share/gnome/help/gnumeric/C/r9936.html
+share/gnome/help/gnumeric/C/r9960.html
+share/gnome/help/gnumeric/C/r9986.html
+share/gnome/help/gnumeric/C/style.html
+share/gnome/help/gnumeric/C/tutorials.html
+share/gnome/help/gnumeric/C/worksheet.html
+share/gnome/help/gnumeric/C/x176.html
+share/gnome/help/gnumeric/C/x222.html
+share/gnome/help/gnumeric/C/x669.html
+share/gnome/help/gnumeric/C/x683.html
+share/gnome/help/gnumeric/C/docbook.css
+share/gnome/apps/Applications/gnumeric.desktop
+share/mime-info/gnumeric.keys
+share/mime-info/gnumeric.mime
+share/mc/templates/gnumeric.desktop
+share/gnumeric/0.53/python/gnumeric_startup.py
+share/gnumeric/0.53/python/gnumeric_defs.py
+share/gnumeric/0.53/glade/graphics.glade
+share/gnumeric/0.53/glade/advanced-filter.glade
+share/gnumeric/0.53/glade/analysis-tools.glade
+share/gnumeric/0.53/glade/autocorrect.glade
+share/gnumeric/0.53/glade/autocorrect-exceptions.glade
+share/gnumeric/0.53/glade/autosave.glade
+share/gnumeric/0.53/glade/autosave-prompt.glade
+share/gnumeric/0.53/glade/col-width.glade
+share/gnumeric/0.53/glade/font-sel.glade
+share/gnumeric/0.53/glade/hf-config.glade
+share/gnumeric/0.53/glade/import.glade
+share/gnumeric/0.53/glade/names.glade
+share/gnumeric/0.53/glade/print.glade
+share/gnumeric/0.53/glade/row-height.glade
+share/gnumeric/0.53/glade/sheet-order.glade
+share/gnumeric/0.53/glade/sheet-rename.glade
+share/gnumeric/0.53/glade/solver.glade
+share/gnumeric/0.53/glade/solver-options.glade
+share/gnumeric/0.53/glade/summary.glade
+share/gnumeric/0.53/glade/dialog-zoom.glade
+share/gnumeric/0.53/glade/insert-cells.glade
+share/gnumeric/0.53/glade/delete-cells.glade
+share/gnumeric/0.53/glade/cell-format.glade
+share/gnumeric/0.53/glade/cell-sort.glade
+share/gnumeric/0.53/glade/dialog-stf.glade
+share/gnumeric/0.53/glade/dialog-stf-export.glade
+share/gnumeric/0.53/glade/plugin-manager.glade
+share/gnumeric/0.53/glade/function-select.glade
+share/gnumeric/0.53/glade/workbook-attr.glade
+share/oaf/graph.oafinfo
+@dirrm lib/gnumeric/0.53/plugins
+@dirrm lib/gnumeric/0.53
@dirrm lib/gnumeric
@dirrm share/pixmaps/gnumeric
@dirrm share/gnome/help/gnumeric/C/images
@dirrm share/gnome/help/gnumeric/C
@dirrm share/gnome/help/gnumeric
-@dirrm share/gnumeric/glade
-@dirrm share/gnumeric/python
+@dirrm share/gnumeric/0.53/glade
+@dirrm share/gnumeric/0.53/python
+@dirrm share/gnumeric/0.53
@dirrm share/gnumeric
@unexec rmdir %D/share/mc/templates 2>/dev/null || true
@unexec rmdir %D/share/mc 2>/dev/null || true