summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2000-06-20 17:23:07 +0000
committerAde Lovett <ade@FreeBSD.org>2000-06-20 17:23:07 +0000
commit905a23e121f96ad99064a3dd059b1af7a72781fe (patch)
tree4b1b75556a63cd3d91225337c5b14b2930332845 /math
parentlibole2 contains OLE support functions, currently aimed at the (diff)
Update to 0.56 -- this needs the devel/libole2 port just committed
Notes
Notes: svn path=/head/; revision=29726
Diffstat (limited to 'math')
-rw-r--r--math/gnumeric/Makefile8
-rw-r--r--math/gnumeric/distinfo2
-rw-r--r--math/gnumeric/files/patch-aa32
-rw-r--r--math/gnumeric/files/patch-ba12
-rw-r--r--math/gnumeric/pkg-plist453
-rw-r--r--math/gnumeric2/Makefile8
-rw-r--r--math/gnumeric2/distinfo2
-rw-r--r--math/gnumeric2/files/patch-aa32
-rw-r--r--math/gnumeric2/files/patch-ba12
-rw-r--r--math/gnumeric2/pkg-plist453
10 files changed, 902 insertions, 112 deletions
diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile
index 47cf8f0a1873..cbfc8288f2a3 100644
--- a/math/gnumeric/Makefile
+++ b/math/gnumeric/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gnumeric
-PORTVERSION= 0.54
+PORTVERSION= 0.56
CATEGORIES= math gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/gnumeric
@@ -19,7 +19,8 @@ RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore \
python:${PORTSDIR}/lang/python
LIB_DEPENDS= gnomeprint.9:${PORTSDIR}/print/gnomeprint \
glade.3:${PORTSDIR}/devel/libglade \
- guile.6:${PORTSDIR}/lang/guile
+ guile.6:${PORTSDIR}/lang/guile \
+ ole2.0:${PORTSDIR}/devel/libole2
GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
@@ -29,10 +30,9 @@ USE_GMAKE= yes
USE_X_PREFIX= yes
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
-LIBTOOLFILES= configure libole2/configure
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
--datadir=${PREFIX}/share/gnome \
- --with-gnome=${PREFIX} --with-guile
+ --with-guile --without-bonobo
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
GLIB_CONFIG="${GLIB_CONFIG}" \
GTK_CONFIG="${GTK_CONFIG}" \
diff --git a/math/gnumeric/distinfo b/math/gnumeric/distinfo
index 7fb73a96fd5b..7b1bafdf5b09 100644
--- a/math/gnumeric/distinfo
+++ b/math/gnumeric/distinfo
@@ -1 +1 @@
-MD5 (gnumeric-0.54.tar.gz) = 3a323d6d301d0e0acb908798e9875a17
+MD5 (gnumeric-0.56.tar.gz) = 674581cf58fc5b5158fb5103327955be
diff --git a/math/gnumeric/files/patch-aa b/math/gnumeric/files/patch-aa
index 4611b7d38dbc..01a2fb7c897e 100644
--- a/math/gnumeric/files/patch-aa
+++ b/math/gnumeric/files/patch-aa
@@ -1,9 +1,9 @@
---- configure.orig Sun May 21 01:24:08 2000
-+++ configure Mon May 22 10:35:06 2000
-@@ -5934,8 +5934,8 @@
+--- configure.orig Mon Jun 19 21:00:38 2000
++++ configure Tue Jun 20 11:28:48 2000
+@@ -5940,8 +5940,8 @@
echo $ac_n "checking for GTK >= 1.2.7""... $ac_c" 1>&6
- echo "configure:5937: checking for GTK >= 1.2.7" >&5
+ echo "configure:5943: checking for GTK >= 1.2.7" >&5
-if gtk-config --version > /dev/null 2>&1; then
- vers=`gtk-config --version | awk 'BEGIN { FS = "."; } { printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'`
+if $GTK_CONFIG --version > /dev/null 2>&1; then
@@ -11,18 +11,18 @@
if test "$vers" -ge 1002007; then
echo "$ac_t""found" 1>&6
else
-@@ -6748,10 +6748,10 @@
- *) # Relative path.
- ac_sub_cache_file="$ac_dots$cache_file" ;;
- esac
+@@ -6481,10 +6481,10 @@
+ top_srcdir="$ac_dots$ac_given_srcdir" ;;
+ esac
+
- case "$ac_given_INSTALL" in
-- [/$]*) INSTALL="$ac_given_INSTALL" ;;
-- *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
-- esac
+- [/$]*) INSTALL="$ac_given_INSTALL" ;;
+- *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
+- esac
+# case "$ac_given_INSTALL" in
-+# [/$]*) INSTALL="$ac_given_INSTALL" ;;
-+# *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
-+# esac
++# [/$]*) INSTALL="$ac_given_INSTALL" ;;
++# *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
++# esac
- echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir"
- # The eval makes quoting arguments work.
+ echo creating "$ac_file"
+ rm -f "$ac_file"
diff --git a/math/gnumeric/files/patch-ba b/math/gnumeric/files/patch-ba
index 911608c661a9..51c58a7c4472 100644
--- a/math/gnumeric/files/patch-ba
+++ b/math/gnumeric/files/patch-ba
@@ -1,12 +1,6 @@
---- Makefile.in.orig Sun May 21 01:25:10 2000
-+++ Makefile.in Mon May 22 10:10:34 2000
-@@ -152,12 +152,12 @@
- perl_val = @perl_val@
- python_val = @python_val@
-
--SUBDIRS = . intl po macros libole2 idl plugins wizards src graph doc icons
-+SUBDIRS = . intl po macros libole2 idl plugins wizards src graph icons
-
+--- Makefile.in.orig Mon Jun 19 21:25:10 2000
++++ Makefile.in Tue Jun 20 11:30:03 2000
+@@ -157,7 +157,7 @@
change_logs = OOChangeLog OChangeLog ChangeLog
diff --git a/math/gnumeric/pkg-plist b/math/gnumeric/pkg-plist
index fa827857468e..bf2cb9f6b62c 100644
--- a/math/gnumeric/pkg-plist
+++ b/math/gnumeric/pkg-plist
@@ -1,16 +1,7 @@
bin/gnumeric
-bin/libole2-config
etc/CORBA/servers/gnumeric.gnorba
etc/CORBA/servers/graph.gnorba
etc/gnumericConf.sh
-etc/libole2Conf.sh
-include/libole2/libole2.h
-include/libole2/ms-ole-summary.h
-include/libole2/ms-ole-vba.h
-include/libole2/ms-ole.h
-lib/libole2.a
-lib/libole2.so
-lib/libole2.so.0
lib/gnumeric/%%VERSION%%/plugins/gnum_csv.so
lib/gnumeric/%%VERSION%%/plugins/gnum_dif.so
lib/gnumeric/%%VERSION%%/plugins/gnum_guile.so
@@ -22,8 +13,6 @@ lib/gnumeric/%%VERSION%%/plugins/gnum_sc.so
lib/gnumeric/%%VERSION%%/plugins/gnum_sylk.so
lib/gnumeric/%%VERSION%%/plugins/gnum_text.so
lib/gnumeric/%%VERSION%%/plugins/gnum_xbase.so
-share/aclocal/gnome-libole2.m4
-share/aclocal/libole2.m4
share/gnome/apps/Applications/gnumeric.desktop
share/gnome/gnumeric/%%VERSION%%/glade/advanced-filter.glade
share/gnome/gnumeric/%%VERSION%%/glade/analysis-tools.glade
@@ -39,6 +28,7 @@ share/gnome/gnumeric/%%VERSION%%/glade/dialog-stf-export.glade
share/gnome/gnumeric/%%VERSION%%/glade/dialog-stf.glade
share/gnome/gnumeric/%%VERSION%%/glade/dialog-zoom.glade
share/gnome/gnumeric/%%VERSION%%/glade/font-sel.glade
+share/gnome/gnumeric/%%VERSION%%/glade/formula-guru.glade
share/gnome/gnumeric/%%VERSION%%/glade/function-select.glade
share/gnome/gnumeric/%%VERSION%%/glade/graphics.glade
share/gnome/gnumeric/%%VERSION%%/glade/hf-config.glade
@@ -58,19 +48,431 @@ share/gnome/gnumeric/%%VERSION%%/guile/functions.scm
share/gnome/gnumeric/%%VERSION%%/guile/gnumeric_startup.scm
share/gnome/gnumeric/%%VERSION%%/python/gnumeric_defs.py
share/gnome/gnumeric/%%VERSION%%/python/gnumeric_startup.py
+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/r10007.html
+share/gnome/help/gnumeric/C/r10031.html
+share/gnome/help/gnumeric/C/r10057.html
+share/gnome/help/gnumeric/C/r10079.html
+share/gnome/help/gnumeric/C/r10104.html
+share/gnome/help/gnumeric/C/r10127.html
+share/gnome/help/gnumeric/C/r10149.html
+share/gnome/help/gnumeric/C/r10178.html
+share/gnome/help/gnumeric/C/r10199.html
+share/gnome/help/gnumeric/C/r10222.html
+share/gnome/help/gnumeric/C/r10244.html
+share/gnome/help/gnumeric/C/r10271.html
+share/gnome/help/gnumeric/C/r10291.html
+share/gnome/help/gnumeric/C/r10317.html
+share/gnome/help/gnumeric/C/r10342.html
+share/gnome/help/gnumeric/C/r10365.html
+share/gnome/help/gnumeric/C/r10388.html
+share/gnome/help/gnumeric/C/r10409.html
+share/gnome/help/gnumeric/C/r10434.html
+share/gnome/help/gnumeric/C/r10458.html
+share/gnome/help/gnumeric/C/r10480.html
+share/gnome/help/gnumeric/C/r10500.html
+share/gnome/help/gnumeric/C/r10520.html
+share/gnome/help/gnumeric/C/r10544.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/r3036.html
+share/gnome/help/gnumeric/C/r3060.html
+share/gnome/help/gnumeric/C/r3080.html
+share/gnome/help/gnumeric/C/r3102.html
+share/gnome/help/gnumeric/C/r3126.html
+share/gnome/help/gnumeric/C/r3151.html
+share/gnome/help/gnumeric/C/r3174.html
+share/gnome/help/gnumeric/C/r3202.html
+share/gnome/help/gnumeric/C/r3225.html
+share/gnome/help/gnumeric/C/r3245.html
+share/gnome/help/gnumeric/C/r3267.html
+share/gnome/help/gnumeric/C/r3294.html
+share/gnome/help/gnumeric/C/r3317.html
+share/gnome/help/gnumeric/C/r3337.html
+share/gnome/help/gnumeric/C/r3448.html
+share/gnome/help/gnumeric/C/r3473.html
+share/gnome/help/gnumeric/C/r3497.html
+share/gnome/help/gnumeric/C/r3520.html
+share/gnome/help/gnumeric/C/r3549.html
+share/gnome/help/gnumeric/C/r3572.html
+share/gnome/help/gnumeric/C/r3595.html
+share/gnome/help/gnumeric/C/r3622.html
+share/gnome/help/gnumeric/C/r3643.html
+share/gnome/help/gnumeric/C/r3667.html
+share/gnome/help/gnumeric/C/r3696.html
+share/gnome/help/gnumeric/C/r3717.html
+share/gnome/help/gnumeric/C/r3740.html
+share/gnome/help/gnumeric/C/r3762.html
+share/gnome/help/gnumeric/C/r3783.html
+share/gnome/help/gnumeric/C/r3806.html
+share/gnome/help/gnumeric/C/r3826.html
+share/gnome/help/gnumeric/C/r3851.html
+share/gnome/help/gnumeric/C/r3874.html
+share/gnome/help/gnumeric/C/r3898.html
+share/gnome/help/gnumeric/C/r3921.html
+share/gnome/help/gnumeric/C/r3941.html
+share/gnome/help/gnumeric/C/r3964.html
+share/gnome/help/gnumeric/C/r3992.html
+share/gnome/help/gnumeric/C/r4016.html
+share/gnome/help/gnumeric/C/r4036.html
+share/gnome/help/gnumeric/C/r4059.html
+share/gnome/help/gnumeric/C/r4085.html
+share/gnome/help/gnumeric/C/r4110.html
+share/gnome/help/gnumeric/C/r4139.html
+share/gnome/help/gnumeric/C/r4162.html
+share/gnome/help/gnumeric/C/r4189.html
+share/gnome/help/gnumeric/C/r4216.html
+share/gnome/help/gnumeric/C/r4238.html
+share/gnome/help/gnumeric/C/r4260.html
+share/gnome/help/gnumeric/C/r4284.html
+share/gnome/help/gnumeric/C/r4309.html
+share/gnome/help/gnumeric/C/r4332.html
+share/gnome/help/gnumeric/C/r4355.html
+share/gnome/help/gnumeric/C/r4377.html
+share/gnome/help/gnumeric/C/r4402.html
+share/gnome/help/gnumeric/C/r4426.html
+share/gnome/help/gnumeric/C/r4450.html
+share/gnome/help/gnumeric/C/r4491.html
+share/gnome/help/gnumeric/C/r4512.html
+share/gnome/help/gnumeric/C/r4533.html
+share/gnome/help/gnumeric/C/r4557.html
+share/gnome/help/gnumeric/C/r4583.html
+share/gnome/help/gnumeric/C/r4603.html
+share/gnome/help/gnumeric/C/r4627.html
+share/gnome/help/gnumeric/C/r4649.html
+share/gnome/help/gnumeric/C/r4671.html
+share/gnome/help/gnumeric/C/r4694.html
+share/gnome/help/gnumeric/C/r4719.html
+share/gnome/help/gnumeric/C/r4746.html
+share/gnome/help/gnumeric/C/r4767.html
+share/gnome/help/gnumeric/C/r4789.html
+share/gnome/help/gnumeric/C/r4812.html
+share/gnome/help/gnumeric/C/r4836.html
+share/gnome/help/gnumeric/C/r4877.html
+share/gnome/help/gnumeric/C/r4897.html
+share/gnome/help/gnumeric/C/r4925.html
+share/gnome/help/gnumeric/C/r4949.html
+share/gnome/help/gnumeric/C/r4973.html
+share/gnome/help/gnumeric/C/r5000.html
+share/gnome/help/gnumeric/C/r5025.html
+share/gnome/help/gnumeric/C/r5045.html
+share/gnome/help/gnumeric/C/r5065.html
+share/gnome/help/gnumeric/C/r5089.html
+share/gnome/help/gnumeric/C/r5114.html
+share/gnome/help/gnumeric/C/r5138.html
+share/gnome/help/gnumeric/C/r5163.html
+share/gnome/help/gnumeric/C/r5187.html
+share/gnome/help/gnumeric/C/r5215.html
+share/gnome/help/gnumeric/C/r5238.html
+share/gnome/help/gnumeric/C/r5265.html
+share/gnome/help/gnumeric/C/r5289.html
+share/gnome/help/gnumeric/C/r5309.html
+share/gnome/help/gnumeric/C/r5332.html
+share/gnome/help/gnumeric/C/r5356.html
+share/gnome/help/gnumeric/C/r5396.html
+share/gnome/help/gnumeric/C/r5419.html
+share/gnome/help/gnumeric/C/r5442.html
+share/gnome/help/gnumeric/C/r5467.html
+share/gnome/help/gnumeric/C/r5492.html
+share/gnome/help/gnumeric/C/r5515.html
+share/gnome/help/gnumeric/C/r5538.html
+share/gnome/help/gnumeric/C/r5561.html
+share/gnome/help/gnumeric/C/r5589.html
+share/gnome/help/gnumeric/C/r5609.html
+share/gnome/help/gnumeric/C/r5632.html
+share/gnome/help/gnumeric/C/r5654.html
+share/gnome/help/gnumeric/C/r5694.html
+share/gnome/help/gnumeric/C/r5719.html
+share/gnome/help/gnumeric/C/r5741.html
+share/gnome/help/gnumeric/C/r5762.html
+share/gnome/help/gnumeric/C/r5787.html
+share/gnome/help/gnumeric/C/r5809.html
+share/gnome/help/gnumeric/C/r5838.html
+share/gnome/help/gnumeric/C/r5862.html
+share/gnome/help/gnumeric/C/r5885.html
+share/gnome/help/gnumeric/C/r5909.html
+share/gnome/help/gnumeric/C/r5936.html
+share/gnome/help/gnumeric/C/r5958.html
+share/gnome/help/gnumeric/C/r5980.html
+share/gnome/help/gnumeric/C/r6006.html
+share/gnome/help/gnumeric/C/r6030.html
+share/gnome/help/gnumeric/C/r6050.html
+share/gnome/help/gnumeric/C/r6077.html
+share/gnome/help/gnumeric/C/r6102.html
+share/gnome/help/gnumeric/C/r6126.html
+share/gnome/help/gnumeric/C/r6149.html
+share/gnome/help/gnumeric/C/r6174.html
+share/gnome/help/gnumeric/C/r6196.html
+share/gnome/help/gnumeric/C/r6219.html
+share/gnome/help/gnumeric/C/r6241.html
+share/gnome/help/gnumeric/C/r6283.html
+share/gnome/help/gnumeric/C/r6306.html
+share/gnome/help/gnumeric/C/r6329.html
+share/gnome/help/gnumeric/C/r6350.html
+share/gnome/help/gnumeric/C/r6382.html
+share/gnome/help/gnumeric/C/r6407.html
+share/gnome/help/gnumeric/C/r6432.html
+share/gnome/help/gnumeric/C/r6452.html
+share/gnome/help/gnumeric/C/r6475.html
+share/gnome/help/gnumeric/C/r6500.html
+share/gnome/help/gnumeric/C/r6524.html
+share/gnome/help/gnumeric/C/r6545.html
+share/gnome/help/gnumeric/C/r6568.html
+share/gnome/help/gnumeric/C/r6593.html
+share/gnome/help/gnumeric/C/r6616.html
+share/gnome/help/gnumeric/C/r6645.html
+share/gnome/help/gnumeric/C/r6669.html
+share/gnome/help/gnumeric/C/r6691.html
+share/gnome/help/gnumeric/C/r6718.html
+share/gnome/help/gnumeric/C/r6740.html
+share/gnome/help/gnumeric/C/r6767.html
+share/gnome/help/gnumeric/C/r6787.html
+share/gnome/help/gnumeric/C/r6813.html
+share/gnome/help/gnumeric/C/r6838.html
+share/gnome/help/gnumeric/C/r6863.html
+share/gnome/help/gnumeric/C/r6887.html
+share/gnome/help/gnumeric/C/r6914.html
+share/gnome/help/gnumeric/C/r6954.html
+share/gnome/help/gnumeric/C/r6977.html
+share/gnome/help/gnumeric/C/r6999.html
+share/gnome/help/gnumeric/C/r7022.html
+share/gnome/help/gnumeric/C/r7044.html
+share/gnome/help/gnumeric/C/r7064.html
+share/gnome/help/gnumeric/C/r7089.html
+share/gnome/help/gnumeric/C/r7111.html
+share/gnome/help/gnumeric/C/r7137.html
+share/gnome/help/gnumeric/C/r7160.html
+share/gnome/help/gnumeric/C/r7185.html
+share/gnome/help/gnumeric/C/r7213.html
+share/gnome/help/gnumeric/C/r7243.html
+share/gnome/help/gnumeric/C/r7267.html
+share/gnome/help/gnumeric/C/r7293.html
+share/gnome/help/gnumeric/C/r7313.html
+share/gnome/help/gnumeric/C/r7349.html
+share/gnome/help/gnumeric/C/r7366.html
+share/gnome/help/gnumeric/C/r7388.html
+share/gnome/help/gnumeric/C/r7413.html
+share/gnome/help/gnumeric/C/r7438.html
+share/gnome/help/gnumeric/C/r7462.html
+share/gnome/help/gnumeric/C/r7485.html
+share/gnome/help/gnumeric/C/r7508.html
+share/gnome/help/gnumeric/C/r7531.html
+share/gnome/help/gnumeric/C/r7564.html
+share/gnome/help/gnumeric/C/r7586.html
+share/gnome/help/gnumeric/C/r7613.html
+share/gnome/help/gnumeric/C/r7633.html
+share/gnome/help/gnumeric/C/r7673.html
+share/gnome/help/gnumeric/C/r7696.html
+share/gnome/help/gnumeric/C/r7719.html
+share/gnome/help/gnumeric/C/r7742.html
+share/gnome/help/gnumeric/C/r7766.html
+share/gnome/help/gnumeric/C/r7790.html
+share/gnome/help/gnumeric/C/r7816.html
+share/gnome/help/gnumeric/C/r7838.html
+share/gnome/help/gnumeric/C/r7862.html
+share/gnome/help/gnumeric/C/r7890.html
+share/gnome/help/gnumeric/C/r7912.html
+share/gnome/help/gnumeric/C/r7932.html
+share/gnome/help/gnumeric/C/r7954.html
+share/gnome/help/gnumeric/C/r7981.html
+share/gnome/help/gnumeric/C/r8004.html
+share/gnome/help/gnumeric/C/r8026.html
+share/gnome/help/gnumeric/C/r8050.html
+share/gnome/help/gnumeric/C/r8083.html
+share/gnome/help/gnumeric/C/r8111.html
+share/gnome/help/gnumeric/C/r8135.html
+share/gnome/help/gnumeric/C/r8157.html
+share/gnome/help/gnumeric/C/r8185.html
+share/gnome/help/gnumeric/C/r8211.html
+share/gnome/help/gnumeric/C/r8234.html
+share/gnome/help/gnumeric/C/r8257.html
+share/gnome/help/gnumeric/C/r8285.html
+share/gnome/help/gnumeric/C/r8309.html
+share/gnome/help/gnumeric/C/r8334.html
+share/gnome/help/gnumeric/C/r8362.html
+share/gnome/help/gnumeric/C/r8389.html
+share/gnome/help/gnumeric/C/r8407.html
+share/gnome/help/gnumeric/C/r8431.html
+share/gnome/help/gnumeric/C/r8459.html
+share/gnome/help/gnumeric/C/r8487.html
+share/gnome/help/gnumeric/C/r8510.html
+share/gnome/help/gnumeric/C/r8532.html
+share/gnome/help/gnumeric/C/r8555.html
+share/gnome/help/gnumeric/C/r8583.html
+share/gnome/help/gnumeric/C/r8604.html
+share/gnome/help/gnumeric/C/r8627.html
+share/gnome/help/gnumeric/C/r8651.html
+share/gnome/help/gnumeric/C/r8675.html
+share/gnome/help/gnumeric/C/r8703.html
+share/gnome/help/gnumeric/C/r8726.html
+share/gnome/help/gnumeric/C/r8755.html
+share/gnome/help/gnumeric/C/r8777.html
+share/gnome/help/gnumeric/C/r8801.html
+share/gnome/help/gnumeric/C/r8822.html
+share/gnome/help/gnumeric/C/r8846.html
+share/gnome/help/gnumeric/C/r8869.html
+share/gnome/help/gnumeric/C/r8894.html
+share/gnome/help/gnumeric/C/r8917.html
+share/gnome/help/gnumeric/C/r8937.html
+share/gnome/help/gnumeric/C/r8958.html
+share/gnome/help/gnumeric/C/r8983.html
+share/gnome/help/gnumeric/C/r9012.html
+share/gnome/help/gnumeric/C/r9037.html
+share/gnome/help/gnumeric/C/r9057.html
+share/gnome/help/gnumeric/C/r9077.html
+share/gnome/help/gnumeric/C/r9099.html
+share/gnome/help/gnumeric/C/r9121.html
+share/gnome/help/gnumeric/C/r9145.html
+share/gnome/help/gnumeric/C/r9171.html
+share/gnome/help/gnumeric/C/r9192.html
+share/gnome/help/gnumeric/C/r9233.html
+share/gnome/help/gnumeric/C/r9261.html
+share/gnome/help/gnumeric/C/r9281.html
+share/gnome/help/gnumeric/C/r9321.html
+share/gnome/help/gnumeric/C/r9342.html
+share/gnome/help/gnumeric/C/r9365.html
+share/gnome/help/gnumeric/C/r9406.html
+share/gnome/help/gnumeric/C/r9432.html
+share/gnome/help/gnumeric/C/r9456.html
+share/gnome/help/gnumeric/C/r9484.html
+share/gnome/help/gnumeric/C/r9504.html
+share/gnome/help/gnumeric/C/r9527.html
+share/gnome/help/gnumeric/C/r9551.html
+share/gnome/help/gnumeric/C/r9579.html
+share/gnome/help/gnumeric/C/r9600.html
+share/gnome/help/gnumeric/C/r9620.html
+share/gnome/help/gnumeric/C/r9647.html
+share/gnome/help/gnumeric/C/r9687.html
+share/gnome/help/gnumeric/C/r9712.html
+share/gnome/help/gnumeric/C/r9741.html
+share/gnome/help/gnumeric/C/r9763.html
+share/gnome/help/gnumeric/C/r9786.html
+share/gnome/help/gnumeric/C/r9813.html
+share/gnome/help/gnumeric/C/r9839.html
+share/gnome/help/gnumeric/C/r9867.html
+share/gnome/help/gnumeric/C/r9887.html
+share/gnome/help/gnumeric/C/r9912.html
+share/gnome/help/gnumeric/C/r9935.html
+share/gnome/help/gnumeric/C/r9959.html
+share/gnome/help/gnumeric/C/r9985.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/gnome/idl/Gnumeric.idl
share/gnome/idl/Graph.idl
-share/gnome/libole2/html/libole2-decl.txt
-share/gnome/libole2/html/libole2-sections.txt
-share/gnome/libole2/html/libole2.html
-share/gnome/libole2/html/libole2/index.html
-share/gnome/libole2/html/libole2/libole2-common.html
-share/gnome/libole2/html/libole2/libole2-miscellaneous.html
-share/gnome/libole2/html/libole2/libole2-msole.html
-share/gnome/libole2/html/libole2/libole2-msolestream.html
-share/gnome/libole2/html/libole2/libole2-msolesummary.html
-share/gnome/libole2/html/libole2/r14.html
-share/gnome/libole2/html/libole2/r19.html
share/gnome/mc/templates/gnumeric.desktop
share/gnome/mime-info/gnumeric.keys
share/gnome/mime-info/gnumeric.mime
@@ -244,12 +646,11 @@ share/locale/zh_TW.Big5/LC_MESSAGES/gnumeric.mo
@dirrm share/gnome/gnumeric/%%VERSION%%/glade
@dirrm share/gnome/gnumeric/%%VERSION%%
@dirrm share/gnome/gnumeric
-@dirrm share/gnome/libole2/html/libole2
-@dirrm share/gnome/libole2/html
-@dirrm share/gnome/libole2
+@dirrm share/gnome/help/gnumeric/C/images
+@dirrm share/gnome/help/gnumeric/C
+@dirrm share/gnome/help/gnumeric
@dirrm share/gnome/oaf
@dirrm share/gnome/pixmaps/gnumeric
@dirrm lib/gnumeric/%%VERSION%%/plugins
@dirrm lib/gnumeric/%%VERSION%%
@dirrm lib/gnumeric
-@dirrm include/libole2
diff --git a/math/gnumeric2/Makefile b/math/gnumeric2/Makefile
index 47cf8f0a1873..cbfc8288f2a3 100644
--- a/math/gnumeric2/Makefile
+++ b/math/gnumeric2/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gnumeric
-PORTVERSION= 0.54
+PORTVERSION= 0.56
CATEGORIES= math gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/gnumeric
@@ -19,7 +19,8 @@ RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore \
python:${PORTSDIR}/lang/python
LIB_DEPENDS= gnomeprint.9:${PORTSDIR}/print/gnomeprint \
glade.3:${PORTSDIR}/devel/libglade \
- guile.6:${PORTSDIR}/lang/guile
+ guile.6:${PORTSDIR}/lang/guile \
+ ole2.0:${PORTSDIR}/devel/libole2
GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
@@ -29,10 +30,9 @@ USE_GMAKE= yes
USE_X_PREFIX= yes
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
-LIBTOOLFILES= configure libole2/configure
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
--datadir=${PREFIX}/share/gnome \
- --with-gnome=${PREFIX} --with-guile
+ --with-guile --without-bonobo
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
GLIB_CONFIG="${GLIB_CONFIG}" \
GTK_CONFIG="${GTK_CONFIG}" \
diff --git a/math/gnumeric2/distinfo b/math/gnumeric2/distinfo
index 7fb73a96fd5b..7b1bafdf5b09 100644
--- a/math/gnumeric2/distinfo
+++ b/math/gnumeric2/distinfo
@@ -1 +1 @@
-MD5 (gnumeric-0.54.tar.gz) = 3a323d6d301d0e0acb908798e9875a17
+MD5 (gnumeric-0.56.tar.gz) = 674581cf58fc5b5158fb5103327955be
diff --git a/math/gnumeric2/files/patch-aa b/math/gnumeric2/files/patch-aa
index 4611b7d38dbc..01a2fb7c897e 100644
--- a/math/gnumeric2/files/patch-aa
+++ b/math/gnumeric2/files/patch-aa
@@ -1,9 +1,9 @@
---- configure.orig Sun May 21 01:24:08 2000
-+++ configure Mon May 22 10:35:06 2000
-@@ -5934,8 +5934,8 @@
+--- configure.orig Mon Jun 19 21:00:38 2000
++++ configure Tue Jun 20 11:28:48 2000
+@@ -5940,8 +5940,8 @@
echo $ac_n "checking for GTK >= 1.2.7""... $ac_c" 1>&6
- echo "configure:5937: checking for GTK >= 1.2.7" >&5
+ echo "configure:5943: checking for GTK >= 1.2.7" >&5
-if gtk-config --version > /dev/null 2>&1; then
- vers=`gtk-config --version | awk 'BEGIN { FS = "."; } { printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'`
+if $GTK_CONFIG --version > /dev/null 2>&1; then
@@ -11,18 +11,18 @@
if test "$vers" -ge 1002007; then
echo "$ac_t""found" 1>&6
else
-@@ -6748,10 +6748,10 @@
- *) # Relative path.
- ac_sub_cache_file="$ac_dots$cache_file" ;;
- esac
+@@ -6481,10 +6481,10 @@
+ top_srcdir="$ac_dots$ac_given_srcdir" ;;
+ esac
+
- case "$ac_given_INSTALL" in
-- [/$]*) INSTALL="$ac_given_INSTALL" ;;
-- *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
-- esac
+- [/$]*) INSTALL="$ac_given_INSTALL" ;;
+- *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
+- esac
+# case "$ac_given_INSTALL" in
-+# [/$]*) INSTALL="$ac_given_INSTALL" ;;
-+# *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
-+# esac
++# [/$]*) INSTALL="$ac_given_INSTALL" ;;
++# *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
++# esac
- echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir"
- # The eval makes quoting arguments work.
+ echo creating "$ac_file"
+ rm -f "$ac_file"
diff --git a/math/gnumeric2/files/patch-ba b/math/gnumeric2/files/patch-ba
index 911608c661a9..51c58a7c4472 100644
--- a/math/gnumeric2/files/patch-ba
+++ b/math/gnumeric2/files/patch-ba
@@ -1,12 +1,6 @@
---- Makefile.in.orig Sun May 21 01:25:10 2000
-+++ Makefile.in Mon May 22 10:10:34 2000
-@@ -152,12 +152,12 @@
- perl_val = @perl_val@
- python_val = @python_val@
-
--SUBDIRS = . intl po macros libole2 idl plugins wizards src graph doc icons
-+SUBDIRS = . intl po macros libole2 idl plugins wizards src graph icons
-
+--- Makefile.in.orig Mon Jun 19 21:25:10 2000
++++ Makefile.in Tue Jun 20 11:30:03 2000
+@@ -157,7 +157,7 @@
change_logs = OOChangeLog OChangeLog ChangeLog
diff --git a/math/gnumeric2/pkg-plist b/math/gnumeric2/pkg-plist
index fa827857468e..bf2cb9f6b62c 100644
--- a/math/gnumeric2/pkg-plist
+++ b/math/gnumeric2/pkg-plist
@@ -1,16 +1,7 @@
bin/gnumeric
-bin/libole2-config
etc/CORBA/servers/gnumeric.gnorba
etc/CORBA/servers/graph.gnorba
etc/gnumericConf.sh
-etc/libole2Conf.sh
-include/libole2/libole2.h
-include/libole2/ms-ole-summary.h
-include/libole2/ms-ole-vba.h
-include/libole2/ms-ole.h
-lib/libole2.a
-lib/libole2.so
-lib/libole2.so.0
lib/gnumeric/%%VERSION%%/plugins/gnum_csv.so
lib/gnumeric/%%VERSION%%/plugins/gnum_dif.so
lib/gnumeric/%%VERSION%%/plugins/gnum_guile.so
@@ -22,8 +13,6 @@ lib/gnumeric/%%VERSION%%/plugins/gnum_sc.so
lib/gnumeric/%%VERSION%%/plugins/gnum_sylk.so
lib/gnumeric/%%VERSION%%/plugins/gnum_text.so
lib/gnumeric/%%VERSION%%/plugins/gnum_xbase.so
-share/aclocal/gnome-libole2.m4
-share/aclocal/libole2.m4
share/gnome/apps/Applications/gnumeric.desktop
share/gnome/gnumeric/%%VERSION%%/glade/advanced-filter.glade
share/gnome/gnumeric/%%VERSION%%/glade/analysis-tools.glade
@@ -39,6 +28,7 @@ share/gnome/gnumeric/%%VERSION%%/glade/dialog-stf-export.glade
share/gnome/gnumeric/%%VERSION%%/glade/dialog-stf.glade
share/gnome/gnumeric/%%VERSION%%/glade/dialog-zoom.glade
share/gnome/gnumeric/%%VERSION%%/glade/font-sel.glade
+share/gnome/gnumeric/%%VERSION%%/glade/formula-guru.glade
share/gnome/gnumeric/%%VERSION%%/glade/function-select.glade
share/gnome/gnumeric/%%VERSION%%/glade/graphics.glade
share/gnome/gnumeric/%%VERSION%%/glade/hf-config.glade
@@ -58,19 +48,431 @@ share/gnome/gnumeric/%%VERSION%%/guile/functions.scm
share/gnome/gnumeric/%%VERSION%%/guile/gnumeric_startup.scm
share/gnome/gnumeric/%%VERSION%%/python/gnumeric_defs.py
share/gnome/gnumeric/%%VERSION%%/python/gnumeric_startup.py
+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/r10007.html
+share/gnome/help/gnumeric/C/r10031.html
+share/gnome/help/gnumeric/C/r10057.html
+share/gnome/help/gnumeric/C/r10079.html
+share/gnome/help/gnumeric/C/r10104.html
+share/gnome/help/gnumeric/C/r10127.html
+share/gnome/help/gnumeric/C/r10149.html
+share/gnome/help/gnumeric/C/r10178.html
+share/gnome/help/gnumeric/C/r10199.html
+share/gnome/help/gnumeric/C/r10222.html
+share/gnome/help/gnumeric/C/r10244.html
+share/gnome/help/gnumeric/C/r10271.html
+share/gnome/help/gnumeric/C/r10291.html
+share/gnome/help/gnumeric/C/r10317.html
+share/gnome/help/gnumeric/C/r10342.html
+share/gnome/help/gnumeric/C/r10365.html
+share/gnome/help/gnumeric/C/r10388.html
+share/gnome/help/gnumeric/C/r10409.html
+share/gnome/help/gnumeric/C/r10434.html
+share/gnome/help/gnumeric/C/r10458.html
+share/gnome/help/gnumeric/C/r10480.html
+share/gnome/help/gnumeric/C/r10500.html
+share/gnome/help/gnumeric/C/r10520.html
+share/gnome/help/gnumeric/C/r10544.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/r3036.html
+share/gnome/help/gnumeric/C/r3060.html
+share/gnome/help/gnumeric/C/r3080.html
+share/gnome/help/gnumeric/C/r3102.html
+share/gnome/help/gnumeric/C/r3126.html
+share/gnome/help/gnumeric/C/r3151.html
+share/gnome/help/gnumeric/C/r3174.html
+share/gnome/help/gnumeric/C/r3202.html
+share/gnome/help/gnumeric/C/r3225.html
+share/gnome/help/gnumeric/C/r3245.html
+share/gnome/help/gnumeric/C/r3267.html
+share/gnome/help/gnumeric/C/r3294.html
+share/gnome/help/gnumeric/C/r3317.html
+share/gnome/help/gnumeric/C/r3337.html
+share/gnome/help/gnumeric/C/r3448.html
+share/gnome/help/gnumeric/C/r3473.html
+share/gnome/help/gnumeric/C/r3497.html
+share/gnome/help/gnumeric/C/r3520.html
+share/gnome/help/gnumeric/C/r3549.html
+share/gnome/help/gnumeric/C/r3572.html
+share/gnome/help/gnumeric/C/r3595.html
+share/gnome/help/gnumeric/C/r3622.html
+share/gnome/help/gnumeric/C/r3643.html
+share/gnome/help/gnumeric/C/r3667.html
+share/gnome/help/gnumeric/C/r3696.html
+share/gnome/help/gnumeric/C/r3717.html
+share/gnome/help/gnumeric/C/r3740.html
+share/gnome/help/gnumeric/C/r3762.html
+share/gnome/help/gnumeric/C/r3783.html
+share/gnome/help/gnumeric/C/r3806.html
+share/gnome/help/gnumeric/C/r3826.html
+share/gnome/help/gnumeric/C/r3851.html
+share/gnome/help/gnumeric/C/r3874.html
+share/gnome/help/gnumeric/C/r3898.html
+share/gnome/help/gnumeric/C/r3921.html
+share/gnome/help/gnumeric/C/r3941.html
+share/gnome/help/gnumeric/C/r3964.html
+share/gnome/help/gnumeric/C/r3992.html
+share/gnome/help/gnumeric/C/r4016.html
+share/gnome/help/gnumeric/C/r4036.html
+share/gnome/help/gnumeric/C/r4059.html
+share/gnome/help/gnumeric/C/r4085.html
+share/gnome/help/gnumeric/C/r4110.html
+share/gnome/help/gnumeric/C/r4139.html
+share/gnome/help/gnumeric/C/r4162.html
+share/gnome/help/gnumeric/C/r4189.html
+share/gnome/help/gnumeric/C/r4216.html
+share/gnome/help/gnumeric/C/r4238.html
+share/gnome/help/gnumeric/C/r4260.html
+share/gnome/help/gnumeric/C/r4284.html
+share/gnome/help/gnumeric/C/r4309.html
+share/gnome/help/gnumeric/C/r4332.html
+share/gnome/help/gnumeric/C/r4355.html
+share/gnome/help/gnumeric/C/r4377.html
+share/gnome/help/gnumeric/C/r4402.html
+share/gnome/help/gnumeric/C/r4426.html
+share/gnome/help/gnumeric/C/r4450.html
+share/gnome/help/gnumeric/C/r4491.html
+share/gnome/help/gnumeric/C/r4512.html
+share/gnome/help/gnumeric/C/r4533.html
+share/gnome/help/gnumeric/C/r4557.html
+share/gnome/help/gnumeric/C/r4583.html
+share/gnome/help/gnumeric/C/r4603.html
+share/gnome/help/gnumeric/C/r4627.html
+share/gnome/help/gnumeric/C/r4649.html
+share/gnome/help/gnumeric/C/r4671.html
+share/gnome/help/gnumeric/C/r4694.html
+share/gnome/help/gnumeric/C/r4719.html
+share/gnome/help/gnumeric/C/r4746.html
+share/gnome/help/gnumeric/C/r4767.html
+share/gnome/help/gnumeric/C/r4789.html
+share/gnome/help/gnumeric/C/r4812.html
+share/gnome/help/gnumeric/C/r4836.html
+share/gnome/help/gnumeric/C/r4877.html
+share/gnome/help/gnumeric/C/r4897.html
+share/gnome/help/gnumeric/C/r4925.html
+share/gnome/help/gnumeric/C/r4949.html
+share/gnome/help/gnumeric/C/r4973.html
+share/gnome/help/gnumeric/C/r5000.html
+share/gnome/help/gnumeric/C/r5025.html
+share/gnome/help/gnumeric/C/r5045.html
+share/gnome/help/gnumeric/C/r5065.html
+share/gnome/help/gnumeric/C/r5089.html
+share/gnome/help/gnumeric/C/r5114.html
+share/gnome/help/gnumeric/C/r5138.html
+share/gnome/help/gnumeric/C/r5163.html
+share/gnome/help/gnumeric/C/r5187.html
+share/gnome/help/gnumeric/C/r5215.html
+share/gnome/help/gnumeric/C/r5238.html
+share/gnome/help/gnumeric/C/r5265.html
+share/gnome/help/gnumeric/C/r5289.html
+share/gnome/help/gnumeric/C/r5309.html
+share/gnome/help/gnumeric/C/r5332.html
+share/gnome/help/gnumeric/C/r5356.html
+share/gnome/help/gnumeric/C/r5396.html
+share/gnome/help/gnumeric/C/r5419.html
+share/gnome/help/gnumeric/C/r5442.html
+share/gnome/help/gnumeric/C/r5467.html
+share/gnome/help/gnumeric/C/r5492.html
+share/gnome/help/gnumeric/C/r5515.html
+share/gnome/help/gnumeric/C/r5538.html
+share/gnome/help/gnumeric/C/r5561.html
+share/gnome/help/gnumeric/C/r5589.html
+share/gnome/help/gnumeric/C/r5609.html
+share/gnome/help/gnumeric/C/r5632.html
+share/gnome/help/gnumeric/C/r5654.html
+share/gnome/help/gnumeric/C/r5694.html
+share/gnome/help/gnumeric/C/r5719.html
+share/gnome/help/gnumeric/C/r5741.html
+share/gnome/help/gnumeric/C/r5762.html
+share/gnome/help/gnumeric/C/r5787.html
+share/gnome/help/gnumeric/C/r5809.html
+share/gnome/help/gnumeric/C/r5838.html
+share/gnome/help/gnumeric/C/r5862.html
+share/gnome/help/gnumeric/C/r5885.html
+share/gnome/help/gnumeric/C/r5909.html
+share/gnome/help/gnumeric/C/r5936.html
+share/gnome/help/gnumeric/C/r5958.html
+share/gnome/help/gnumeric/C/r5980.html
+share/gnome/help/gnumeric/C/r6006.html
+share/gnome/help/gnumeric/C/r6030.html
+share/gnome/help/gnumeric/C/r6050.html
+share/gnome/help/gnumeric/C/r6077.html
+share/gnome/help/gnumeric/C/r6102.html
+share/gnome/help/gnumeric/C/r6126.html
+share/gnome/help/gnumeric/C/r6149.html
+share/gnome/help/gnumeric/C/r6174.html
+share/gnome/help/gnumeric/C/r6196.html
+share/gnome/help/gnumeric/C/r6219.html
+share/gnome/help/gnumeric/C/r6241.html
+share/gnome/help/gnumeric/C/r6283.html
+share/gnome/help/gnumeric/C/r6306.html
+share/gnome/help/gnumeric/C/r6329.html
+share/gnome/help/gnumeric/C/r6350.html
+share/gnome/help/gnumeric/C/r6382.html
+share/gnome/help/gnumeric/C/r6407.html
+share/gnome/help/gnumeric/C/r6432.html
+share/gnome/help/gnumeric/C/r6452.html
+share/gnome/help/gnumeric/C/r6475.html
+share/gnome/help/gnumeric/C/r6500.html
+share/gnome/help/gnumeric/C/r6524.html
+share/gnome/help/gnumeric/C/r6545.html
+share/gnome/help/gnumeric/C/r6568.html
+share/gnome/help/gnumeric/C/r6593.html
+share/gnome/help/gnumeric/C/r6616.html
+share/gnome/help/gnumeric/C/r6645.html
+share/gnome/help/gnumeric/C/r6669.html
+share/gnome/help/gnumeric/C/r6691.html
+share/gnome/help/gnumeric/C/r6718.html
+share/gnome/help/gnumeric/C/r6740.html
+share/gnome/help/gnumeric/C/r6767.html
+share/gnome/help/gnumeric/C/r6787.html
+share/gnome/help/gnumeric/C/r6813.html
+share/gnome/help/gnumeric/C/r6838.html
+share/gnome/help/gnumeric/C/r6863.html
+share/gnome/help/gnumeric/C/r6887.html
+share/gnome/help/gnumeric/C/r6914.html
+share/gnome/help/gnumeric/C/r6954.html
+share/gnome/help/gnumeric/C/r6977.html
+share/gnome/help/gnumeric/C/r6999.html
+share/gnome/help/gnumeric/C/r7022.html
+share/gnome/help/gnumeric/C/r7044.html
+share/gnome/help/gnumeric/C/r7064.html
+share/gnome/help/gnumeric/C/r7089.html
+share/gnome/help/gnumeric/C/r7111.html
+share/gnome/help/gnumeric/C/r7137.html
+share/gnome/help/gnumeric/C/r7160.html
+share/gnome/help/gnumeric/C/r7185.html
+share/gnome/help/gnumeric/C/r7213.html
+share/gnome/help/gnumeric/C/r7243.html
+share/gnome/help/gnumeric/C/r7267.html
+share/gnome/help/gnumeric/C/r7293.html
+share/gnome/help/gnumeric/C/r7313.html
+share/gnome/help/gnumeric/C/r7349.html
+share/gnome/help/gnumeric/C/r7366.html
+share/gnome/help/gnumeric/C/r7388.html
+share/gnome/help/gnumeric/C/r7413.html
+share/gnome/help/gnumeric/C/r7438.html
+share/gnome/help/gnumeric/C/r7462.html
+share/gnome/help/gnumeric/C/r7485.html
+share/gnome/help/gnumeric/C/r7508.html
+share/gnome/help/gnumeric/C/r7531.html
+share/gnome/help/gnumeric/C/r7564.html
+share/gnome/help/gnumeric/C/r7586.html
+share/gnome/help/gnumeric/C/r7613.html
+share/gnome/help/gnumeric/C/r7633.html
+share/gnome/help/gnumeric/C/r7673.html
+share/gnome/help/gnumeric/C/r7696.html
+share/gnome/help/gnumeric/C/r7719.html
+share/gnome/help/gnumeric/C/r7742.html
+share/gnome/help/gnumeric/C/r7766.html
+share/gnome/help/gnumeric/C/r7790.html
+share/gnome/help/gnumeric/C/r7816.html
+share/gnome/help/gnumeric/C/r7838.html
+share/gnome/help/gnumeric/C/r7862.html
+share/gnome/help/gnumeric/C/r7890.html
+share/gnome/help/gnumeric/C/r7912.html
+share/gnome/help/gnumeric/C/r7932.html
+share/gnome/help/gnumeric/C/r7954.html
+share/gnome/help/gnumeric/C/r7981.html
+share/gnome/help/gnumeric/C/r8004.html
+share/gnome/help/gnumeric/C/r8026.html
+share/gnome/help/gnumeric/C/r8050.html
+share/gnome/help/gnumeric/C/r8083.html
+share/gnome/help/gnumeric/C/r8111.html
+share/gnome/help/gnumeric/C/r8135.html
+share/gnome/help/gnumeric/C/r8157.html
+share/gnome/help/gnumeric/C/r8185.html
+share/gnome/help/gnumeric/C/r8211.html
+share/gnome/help/gnumeric/C/r8234.html
+share/gnome/help/gnumeric/C/r8257.html
+share/gnome/help/gnumeric/C/r8285.html
+share/gnome/help/gnumeric/C/r8309.html
+share/gnome/help/gnumeric/C/r8334.html
+share/gnome/help/gnumeric/C/r8362.html
+share/gnome/help/gnumeric/C/r8389.html
+share/gnome/help/gnumeric/C/r8407.html
+share/gnome/help/gnumeric/C/r8431.html
+share/gnome/help/gnumeric/C/r8459.html
+share/gnome/help/gnumeric/C/r8487.html
+share/gnome/help/gnumeric/C/r8510.html
+share/gnome/help/gnumeric/C/r8532.html
+share/gnome/help/gnumeric/C/r8555.html
+share/gnome/help/gnumeric/C/r8583.html
+share/gnome/help/gnumeric/C/r8604.html
+share/gnome/help/gnumeric/C/r8627.html
+share/gnome/help/gnumeric/C/r8651.html
+share/gnome/help/gnumeric/C/r8675.html
+share/gnome/help/gnumeric/C/r8703.html
+share/gnome/help/gnumeric/C/r8726.html
+share/gnome/help/gnumeric/C/r8755.html
+share/gnome/help/gnumeric/C/r8777.html
+share/gnome/help/gnumeric/C/r8801.html
+share/gnome/help/gnumeric/C/r8822.html
+share/gnome/help/gnumeric/C/r8846.html
+share/gnome/help/gnumeric/C/r8869.html
+share/gnome/help/gnumeric/C/r8894.html
+share/gnome/help/gnumeric/C/r8917.html
+share/gnome/help/gnumeric/C/r8937.html
+share/gnome/help/gnumeric/C/r8958.html
+share/gnome/help/gnumeric/C/r8983.html
+share/gnome/help/gnumeric/C/r9012.html
+share/gnome/help/gnumeric/C/r9037.html
+share/gnome/help/gnumeric/C/r9057.html
+share/gnome/help/gnumeric/C/r9077.html
+share/gnome/help/gnumeric/C/r9099.html
+share/gnome/help/gnumeric/C/r9121.html
+share/gnome/help/gnumeric/C/r9145.html
+share/gnome/help/gnumeric/C/r9171.html
+share/gnome/help/gnumeric/C/r9192.html
+share/gnome/help/gnumeric/C/r9233.html
+share/gnome/help/gnumeric/C/r9261.html
+share/gnome/help/gnumeric/C/r9281.html
+share/gnome/help/gnumeric/C/r9321.html
+share/gnome/help/gnumeric/C/r9342.html
+share/gnome/help/gnumeric/C/r9365.html
+share/gnome/help/gnumeric/C/r9406.html
+share/gnome/help/gnumeric/C/r9432.html
+share/gnome/help/gnumeric/C/r9456.html
+share/gnome/help/gnumeric/C/r9484.html
+share/gnome/help/gnumeric/C/r9504.html
+share/gnome/help/gnumeric/C/r9527.html
+share/gnome/help/gnumeric/C/r9551.html
+share/gnome/help/gnumeric/C/r9579.html
+share/gnome/help/gnumeric/C/r9600.html
+share/gnome/help/gnumeric/C/r9620.html
+share/gnome/help/gnumeric/C/r9647.html
+share/gnome/help/gnumeric/C/r9687.html
+share/gnome/help/gnumeric/C/r9712.html
+share/gnome/help/gnumeric/C/r9741.html
+share/gnome/help/gnumeric/C/r9763.html
+share/gnome/help/gnumeric/C/r9786.html
+share/gnome/help/gnumeric/C/r9813.html
+share/gnome/help/gnumeric/C/r9839.html
+share/gnome/help/gnumeric/C/r9867.html
+share/gnome/help/gnumeric/C/r9887.html
+share/gnome/help/gnumeric/C/r9912.html
+share/gnome/help/gnumeric/C/r9935.html
+share/gnome/help/gnumeric/C/r9959.html
+share/gnome/help/gnumeric/C/r9985.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/gnome/idl/Gnumeric.idl
share/gnome/idl/Graph.idl
-share/gnome/libole2/html/libole2-decl.txt
-share/gnome/libole2/html/libole2-sections.txt
-share/gnome/libole2/html/libole2.html
-share/gnome/libole2/html/libole2/index.html
-share/gnome/libole2/html/libole2/libole2-common.html
-share/gnome/libole2/html/libole2/libole2-miscellaneous.html
-share/gnome/libole2/html/libole2/libole2-msole.html
-share/gnome/libole2/html/libole2/libole2-msolestream.html
-share/gnome/libole2/html/libole2/libole2-msolesummary.html
-share/gnome/libole2/html/libole2/r14.html
-share/gnome/libole2/html/libole2/r19.html
share/gnome/mc/templates/gnumeric.desktop
share/gnome/mime-info/gnumeric.keys
share/gnome/mime-info/gnumeric.mime
@@ -244,12 +646,11 @@ share/locale/zh_TW.Big5/LC_MESSAGES/gnumeric.mo
@dirrm share/gnome/gnumeric/%%VERSION%%/glade
@dirrm share/gnome/gnumeric/%%VERSION%%
@dirrm share/gnome/gnumeric
-@dirrm share/gnome/libole2/html/libole2
-@dirrm share/gnome/libole2/html
-@dirrm share/gnome/libole2
+@dirrm share/gnome/help/gnumeric/C/images
+@dirrm share/gnome/help/gnumeric/C
+@dirrm share/gnome/help/gnumeric
@dirrm share/gnome/oaf
@dirrm share/gnome/pixmaps/gnumeric
@dirrm lib/gnumeric/%%VERSION%%/plugins
@dirrm lib/gnumeric/%%VERSION%%
@dirrm lib/gnumeric
-@dirrm include/libole2