diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-08-13 19:19:45 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-08-13 19:19:45 +0800 |
commit | f3e4733a05241f5178691275fd0d72d68a5d1095 (patch) | |
tree | b742fd894d85637d3741e005bd01745dd9e1a4d9 /math/gnumeric2 | |
parent | e6737ecac8c9c358d52bbd33820226dbba9c2b02 (diff) | |
download | freebsd-ports-gnome-f3e4733a05241f5178691275fd0d72d68a5d1095.tar.gz freebsd-ports-gnome-f3e4733a05241f5178691275fd0d72d68a5d1095.tar.zst freebsd-ports-gnome-f3e4733a05241f5178691275fd0d72d68a5d1095.zip |
Update to 0.69.
Diffstat (limited to 'math/gnumeric2')
-rw-r--r-- | math/gnumeric2/Makefile | 10 | ||||
-rw-r--r-- | math/gnumeric2/distinfo | 2 | ||||
-rw-r--r-- | math/gnumeric2/files/patch-aa | 31 | ||||
-rw-r--r-- | math/gnumeric2/files/patch-plugins::gb::excel-gb-interior.c | 13 | ||||
-rw-r--r-- | math/gnumeric2/files/patch-plugins::gb::excel-gb-range.c | 13 | ||||
-rw-r--r-- | math/gnumeric2/files/patch-src::Makefile.in | 14 | ||||
-rw-r--r-- | math/gnumeric2/pkg-descr | 4 | ||||
-rw-r--r-- | math/gnumeric2/pkg-plist | 404 |
8 files changed, 233 insertions, 258 deletions
diff --git a/math/gnumeric2/Makefile b/math/gnumeric2/Makefile index aec50f32e338..087b8ee7d5e4 100644 --- a/math/gnumeric2/Makefile +++ b/math/gnumeric2/Makefile @@ -6,15 +6,14 @@ # PORTNAME= gnumeric -PORTVERSION= 0.68 +PORTVERSION= 0.69 CATEGORIES?= math gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gnumeric MAINTAINER?= gnome@FreeBSD.org -LIB_DEPENDS= guile.9:${PORTSDIR}/lang/guile \ - gnomeole2.0:${PORTSDIR}/devel/libole2 \ +LIB_DEPENDS= gnomeole2.0:${PORTSDIR}/devel/libole2 \ gbrun.0:${PORTSDIR}/lang/gnomebasic \ giconv.2:${PORTSDIR}/converters/libiconv @@ -26,8 +25,9 @@ USE_GNOME= yes USE_PYTHON= yes GNU_CONFIGURE= yes INSTALLS_SHLIB= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib -lintl -lgiconv" +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ + LIBS="-L${LOCALBASE}/lib -lintl -lgiconv ${PTHREAD_LIBS}" +CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} PLIST_SUB= VERSION=${PORTVERSION}-bonobo diff --git a/math/gnumeric2/distinfo b/math/gnumeric2/distinfo index 01de25a12dd9..148afcb9c689 100644 --- a/math/gnumeric2/distinfo +++ b/math/gnumeric2/distinfo @@ -1 +1 @@ -MD5 (gnumeric-0.68.tar.bz2) = a1bc7ba82f9c95404212916080cd2881 +MD5 (gnumeric-0.69.tar.bz2) = 5d926dc5ecfc0654b84cd273db037851 diff --git a/math/gnumeric2/files/patch-aa b/math/gnumeric2/files/patch-aa index c33c106d3436..1d1db230e937 100644 --- a/math/gnumeric2/files/patch-aa +++ b/math/gnumeric2/files/patch-aa @@ -1,29 +1,14 @@ $FreeBSD$ ---- configure.orig Mon Aug 6 12:35:22 2001 -+++ configure Mon Aug 6 12:36:51 2001 -@@ -9496,7 +9496,7 @@ +--- configure.orig Mon Aug 13 12:59:13 2001 ++++ configure Mon Aug 13 13:00:05 2001 +@@ -18426,7 +18426,7 @@ + fi done - --for ac_hdr in iconv.h -+for ac_hdr in giconv.h +-for ac_header in iconv.h ++for ac_header in giconv.h do - ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` - echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 -@@ -10664,10 +10664,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 -+# case "$ac_given_INSTALL" in -+# [/$]*) INSTALL="$ac_given_INSTALL" ;; -+# *) INSTALL="$ac_dots$ac_given_INSTALL" ;; -+# esac - - echo creating "$ac_file" - rm -f "$ac_file" + as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` + echo "$as_me:18432: checking for $ac_header" >&5 diff --git a/math/gnumeric2/files/patch-plugins::gb::excel-gb-interior.c b/math/gnumeric2/files/patch-plugins::gb::excel-gb-interior.c deleted file mode 100644 index c12c70c544b1..000000000000 --- a/math/gnumeric2/files/patch-plugins::gb::excel-gb-interior.c +++ /dev/null @@ -1,13 +0,0 @@ - -$FreeBSD$ - ---- plugins/gb/excel-gb-interior.c 2001/08/06 10:12:43 1.1 -+++ plugins/gb/excel-gb-interior.c 2001/08/06 10:17:01 -@@ -14,7 +14,6 @@ - #include "sheet.h" - #include "cell.h" - #include "parse-util.h" --#include "command-context-corba.h" - #include "selection.h" - #include "commands.h" - diff --git a/math/gnumeric2/files/patch-plugins::gb::excel-gb-range.c b/math/gnumeric2/files/patch-plugins::gb::excel-gb-range.c deleted file mode 100644 index 26c30dca5680..000000000000 --- a/math/gnumeric2/files/patch-plugins::gb::excel-gb-range.c +++ /dev/null @@ -1,13 +0,0 @@ - -$FreeBSD$ - ---- plugins/gb/excel-gb-range.c 2001/08/06 10:18:32 1.1 -+++ plugins/gb/excel-gb-range.c 2001/08/06 10:18:40 -@@ -15,7 +15,6 @@ - #include "cell.h" - #include "parse-util.h" - #include "commands.h" --#include "command-context-corba.h" - #include "selection.h" - - #include <gbrun/libgbrun.h> diff --git a/math/gnumeric2/files/patch-src::Makefile.in b/math/gnumeric2/files/patch-src::Makefile.in new file mode 100644 index 000000000000..277f15454cdc --- /dev/null +++ b/math/gnumeric2/files/patch-src::Makefile.in @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- src/Makefile.in 2001/08/13 10:22:52 1.1 ++++ src/Makefile.in 2001/08/13 10:23:24 +@@ -1092,7 +1092,7 @@ + gui-clipboard.h main.h eval.h position.h parse-util.h ranges.h \ + history.h str.h cell.h gui-file.h search.h \ + sheet-object-container.h sheet-object-bonobo.h \ +- sheet-object-impl.h ../idl/Evolution-Composer.h gnumeric-util.h \ ++ sheet-object-impl.h \ + gutils.h widgets/gnumeric-toolbar.h \ + widgets/widget-editable-label.h pixmaps/equal-sign.xpm + workbook-control.o: workbook-control.c ../config.h \ diff --git a/math/gnumeric2/pkg-descr b/math/gnumeric2/pkg-descr index d8c5dca69649..17f33b3bf1bc 100644 --- a/math/gnumeric2/pkg-descr +++ b/math/gnumeric2/pkg-descr @@ -1 +1,3 @@ -The GNOME spreadsheet +The GNOME spreadsheet. + +WWW: http://www.gnome.org/projects/gnumeric/index.shtml diff --git a/math/gnumeric2/pkg-plist b/math/gnumeric2/pkg-plist index ad9f1249a418..8a9f7bc69ebd 100644 --- a/math/gnumeric2/pkg-plist +++ b/math/gnumeric2/pkg-plist @@ -251,54 +251,54 @@ share/gnome/help/gnumeric/C/number-formatting-overview.html share/gnome/help/gnumeric/C/print-preview.html share/gnome/help/gnumeric/C/print-setup.html share/gnome/help/gnumeric/C/printing.html -share/gnome/help/gnumeric/C/r10001.html -share/gnome/help/gnumeric/C/r10027.html -share/gnome/help/gnumeric/C/r10051.html -share/gnome/help/gnumeric/C/r10079.html -share/gnome/help/gnumeric/C/r10099.html -share/gnome/help/gnumeric/C/r10122.html -share/gnome/help/gnumeric/C/r10146.html -share/gnome/help/gnumeric/C/r10174.html -share/gnome/help/gnumeric/C/r10195.html -share/gnome/help/gnumeric/C/r10215.html -share/gnome/help/gnumeric/C/r10242.html -share/gnome/help/gnumeric/C/r10282.html -share/gnome/help/gnumeric/C/r10307.html -share/gnome/help/gnumeric/C/r10336.html -share/gnome/help/gnumeric/C/r10358.html -share/gnome/help/gnumeric/C/r10381.html -share/gnome/help/gnumeric/C/r10408.html -share/gnome/help/gnumeric/C/r10434.html -share/gnome/help/gnumeric/C/r10462.html -share/gnome/help/gnumeric/C/r10482.html -share/gnome/help/gnumeric/C/r10507.html -share/gnome/help/gnumeric/C/r10530.html -share/gnome/help/gnumeric/C/r10554.html -share/gnome/help/gnumeric/C/r10580.html -share/gnome/help/gnumeric/C/r10602.html -share/gnome/help/gnumeric/C/r10626.html -share/gnome/help/gnumeric/C/r10652.html -share/gnome/help/gnumeric/C/r10674.html -share/gnome/help/gnumeric/C/r10699.html -share/gnome/help/gnumeric/C/r10722.html -share/gnome/help/gnumeric/C/r10744.html -share/gnome/help/gnumeric/C/r10773.html -share/gnome/help/gnumeric/C/r10794.html -share/gnome/help/gnumeric/C/r10817.html -share/gnome/help/gnumeric/C/r10839.html -share/gnome/help/gnumeric/C/r10866.html -share/gnome/help/gnumeric/C/r10886.html -share/gnome/help/gnumeric/C/r10912.html -share/gnome/help/gnumeric/C/r10935.html -share/gnome/help/gnumeric/C/r10960.html -share/gnome/help/gnumeric/C/r10983.html -share/gnome/help/gnumeric/C/r11004.html -share/gnome/help/gnumeric/C/r11029.html -share/gnome/help/gnumeric/C/r11053.html -share/gnome/help/gnumeric/C/r11075.html -share/gnome/help/gnumeric/C/r11095.html -share/gnome/help/gnumeric/C/r11115.html -share/gnome/help/gnumeric/C/r11140.html +share/gnome/help/gnumeric/C/r10002.html +share/gnome/help/gnumeric/C/r10028.html +share/gnome/help/gnumeric/C/r10052.html +share/gnome/help/gnumeric/C/r10080.html +share/gnome/help/gnumeric/C/r10100.html +share/gnome/help/gnumeric/C/r10123.html +share/gnome/help/gnumeric/C/r10147.html +share/gnome/help/gnumeric/C/r10175.html +share/gnome/help/gnumeric/C/r10196.html +share/gnome/help/gnumeric/C/r10216.html +share/gnome/help/gnumeric/C/r10243.html +share/gnome/help/gnumeric/C/r10283.html +share/gnome/help/gnumeric/C/r10308.html +share/gnome/help/gnumeric/C/r10337.html +share/gnome/help/gnumeric/C/r10359.html +share/gnome/help/gnumeric/C/r10382.html +share/gnome/help/gnumeric/C/r10409.html +share/gnome/help/gnumeric/C/r10435.html +share/gnome/help/gnumeric/C/r10463.html +share/gnome/help/gnumeric/C/r10483.html +share/gnome/help/gnumeric/C/r10508.html +share/gnome/help/gnumeric/C/r10531.html +share/gnome/help/gnumeric/C/r10555.html +share/gnome/help/gnumeric/C/r10581.html +share/gnome/help/gnumeric/C/r10603.html +share/gnome/help/gnumeric/C/r10627.html +share/gnome/help/gnumeric/C/r10653.html +share/gnome/help/gnumeric/C/r10675.html +share/gnome/help/gnumeric/C/r10700.html +share/gnome/help/gnumeric/C/r10723.html +share/gnome/help/gnumeric/C/r10745.html +share/gnome/help/gnumeric/C/r10774.html +share/gnome/help/gnumeric/C/r10795.html +share/gnome/help/gnumeric/C/r10818.html +share/gnome/help/gnumeric/C/r10840.html +share/gnome/help/gnumeric/C/r10867.html +share/gnome/help/gnumeric/C/r10887.html +share/gnome/help/gnumeric/C/r10913.html +share/gnome/help/gnumeric/C/r10938.html +share/gnome/help/gnumeric/C/r10961.html +share/gnome/help/gnumeric/C/r10984.html +share/gnome/help/gnumeric/C/r11005.html +share/gnome/help/gnumeric/C/r11030.html +share/gnome/help/gnumeric/C/r11054.html +share/gnome/help/gnumeric/C/r11076.html +share/gnome/help/gnumeric/C/r11096.html +share/gnome/help/gnumeric/C/r11116.html +share/gnome/help/gnumeric/C/r11141.html share/gnome/help/gnumeric/C/r2696.html share/gnome/help/gnumeric/C/r2720.html share/gnome/help/gnumeric/C/r2749.html @@ -438,160 +438,160 @@ share/gnome/help/gnumeric/C/r6083.html share/gnome/help/gnumeric/C/r6106.html share/gnome/help/gnumeric/C/r6134.html share/gnome/help/gnumeric/C/r6154.html -share/gnome/help/gnumeric/C/r6177.html -share/gnome/help/gnumeric/C/r6199.html -share/gnome/help/gnumeric/C/r6239.html -share/gnome/help/gnumeric/C/r6264.html -share/gnome/help/gnumeric/C/r6286.html -share/gnome/help/gnumeric/C/r6307.html -share/gnome/help/gnumeric/C/r6332.html -share/gnome/help/gnumeric/C/r6354.html -share/gnome/help/gnumeric/C/r6383.html -share/gnome/help/gnumeric/C/r6407.html -share/gnome/help/gnumeric/C/r6432.html -share/gnome/help/gnumeric/C/r6456.html -share/gnome/help/gnumeric/C/r6483.html -share/gnome/help/gnumeric/C/r6505.html -share/gnome/help/gnumeric/C/r6528.html -share/gnome/help/gnumeric/C/r6554.html -share/gnome/help/gnumeric/C/r6578.html -share/gnome/help/gnumeric/C/r6598.html -share/gnome/help/gnumeric/C/r6625.html -share/gnome/help/gnumeric/C/r6650.html -share/gnome/help/gnumeric/C/r6674.html -share/gnome/help/gnumeric/C/r6697.html -share/gnome/help/gnumeric/C/r6722.html -share/gnome/help/gnumeric/C/r6744.html -share/gnome/help/gnumeric/C/r6767.html -share/gnome/help/gnumeric/C/r6789.html -share/gnome/help/gnumeric/C/r6831.html -share/gnome/help/gnumeric/C/r6854.html -share/gnome/help/gnumeric/C/r6877.html -share/gnome/help/gnumeric/C/r6898.html -share/gnome/help/gnumeric/C/r6930.html -share/gnome/help/gnumeric/C/r6955.html -share/gnome/help/gnumeric/C/r6980.html -share/gnome/help/gnumeric/C/r7000.html -share/gnome/help/gnumeric/C/r7023.html -share/gnome/help/gnumeric/C/r7048.html -share/gnome/help/gnumeric/C/r7072.html -share/gnome/help/gnumeric/C/r7093.html -share/gnome/help/gnumeric/C/r7116.html -share/gnome/help/gnumeric/C/r7141.html -share/gnome/help/gnumeric/C/r7164.html -share/gnome/help/gnumeric/C/r7193.html -share/gnome/help/gnumeric/C/r7217.html -share/gnome/help/gnumeric/C/r7239.html -share/gnome/help/gnumeric/C/r7266.html -share/gnome/help/gnumeric/C/r7288.html -share/gnome/help/gnumeric/C/r7315.html -share/gnome/help/gnumeric/C/r7335.html -share/gnome/help/gnumeric/C/r7361.html -share/gnome/help/gnumeric/C/r7386.html -share/gnome/help/gnumeric/C/r7411.html -share/gnome/help/gnumeric/C/r7435.html -share/gnome/help/gnumeric/C/r7462.html -share/gnome/help/gnumeric/C/r7502.html -share/gnome/help/gnumeric/C/r7528.html -share/gnome/help/gnumeric/C/r7551.html -share/gnome/help/gnumeric/C/r7573.html -share/gnome/help/gnumeric/C/r7596.html -share/gnome/help/gnumeric/C/r7618.html -share/gnome/help/gnumeric/C/r7638.html -share/gnome/help/gnumeric/C/r7663.html -share/gnome/help/gnumeric/C/r7685.html -share/gnome/help/gnumeric/C/r7711.html -share/gnome/help/gnumeric/C/r7734.html -share/gnome/help/gnumeric/C/r7759.html -share/gnome/help/gnumeric/C/r7787.html -share/gnome/help/gnumeric/C/r7817.html -share/gnome/help/gnumeric/C/r7841.html -share/gnome/help/gnumeric/C/r7867.html -share/gnome/help/gnumeric/C/r7887.html -share/gnome/help/gnumeric/C/r7923.html -share/gnome/help/gnumeric/C/r7940.html -share/gnome/help/gnumeric/C/r7962.html -share/gnome/help/gnumeric/C/r7987.html -share/gnome/help/gnumeric/C/r8012.html -share/gnome/help/gnumeric/C/r8036.html -share/gnome/help/gnumeric/C/r8059.html -share/gnome/help/gnumeric/C/r8082.html -share/gnome/help/gnumeric/C/r8105.html -share/gnome/help/gnumeric/C/r8138.html -share/gnome/help/gnumeric/C/r8160.html -share/gnome/help/gnumeric/C/r8187.html -share/gnome/help/gnumeric/C/r8207.html -share/gnome/help/gnumeric/C/r8247.html -share/gnome/help/gnumeric/C/r8270.html -share/gnome/help/gnumeric/C/r8293.html -share/gnome/help/gnumeric/C/r8316.html -share/gnome/help/gnumeric/C/r8340.html -share/gnome/help/gnumeric/C/r8364.html -share/gnome/help/gnumeric/C/r8390.html -share/gnome/help/gnumeric/C/r8412.html -share/gnome/help/gnumeric/C/r8436.html -share/gnome/help/gnumeric/C/r8464.html -share/gnome/help/gnumeric/C/r8487.html -share/gnome/help/gnumeric/C/r8507.html -share/gnome/help/gnumeric/C/r8529.html -share/gnome/help/gnumeric/C/r8556.html -share/gnome/help/gnumeric/C/r8579.html -share/gnome/help/gnumeric/C/r8601.html -share/gnome/help/gnumeric/C/r8625.html -share/gnome/help/gnumeric/C/r8658.html -share/gnome/help/gnumeric/C/r8686.html -share/gnome/help/gnumeric/C/r8710.html -share/gnome/help/gnumeric/C/r8732.html -share/gnome/help/gnumeric/C/r8760.html -share/gnome/help/gnumeric/C/r8786.html -share/gnome/help/gnumeric/C/r8809.html -share/gnome/help/gnumeric/C/r8832.html -share/gnome/help/gnumeric/C/r8860.html -share/gnome/help/gnumeric/C/r8884.html -share/gnome/help/gnumeric/C/r8909.html -share/gnome/help/gnumeric/C/r8937.html -share/gnome/help/gnumeric/C/r8964.html -share/gnome/help/gnumeric/C/r8982.html -share/gnome/help/gnumeric/C/r9006.html -share/gnome/help/gnumeric/C/r9034.html -share/gnome/help/gnumeric/C/r9062.html -share/gnome/help/gnumeric/C/r9085.html -share/gnome/help/gnumeric/C/r9107.html -share/gnome/help/gnumeric/C/r9130.html -share/gnome/help/gnumeric/C/r9150.html -share/gnome/help/gnumeric/C/r9178.html -share/gnome/help/gnumeric/C/r9199.html -share/gnome/help/gnumeric/C/r9222.html -share/gnome/help/gnumeric/C/r9246.html -share/gnome/help/gnumeric/C/r9270.html -share/gnome/help/gnumeric/C/r9298.html -share/gnome/help/gnumeric/C/r9321.html -share/gnome/help/gnumeric/C/r9350.html -share/gnome/help/gnumeric/C/r9372.html -share/gnome/help/gnumeric/C/r9396.html -share/gnome/help/gnumeric/C/r9417.html -share/gnome/help/gnumeric/C/r9441.html -share/gnome/help/gnumeric/C/r9464.html -share/gnome/help/gnumeric/C/r9489.html -share/gnome/help/gnumeric/C/r9512.html -share/gnome/help/gnumeric/C/r9532.html -share/gnome/help/gnumeric/C/r9553.html -share/gnome/help/gnumeric/C/r9578.html -share/gnome/help/gnumeric/C/r9607.html -share/gnome/help/gnumeric/C/r9632.html -share/gnome/help/gnumeric/C/r9652.html -share/gnome/help/gnumeric/C/r9672.html -share/gnome/help/gnumeric/C/r9694.html -share/gnome/help/gnumeric/C/r9716.html -share/gnome/help/gnumeric/C/r9740.html -share/gnome/help/gnumeric/C/r9766.html -share/gnome/help/gnumeric/C/r9787.html -share/gnome/help/gnumeric/C/r9828.html -share/gnome/help/gnumeric/C/r9856.html -share/gnome/help/gnumeric/C/r9876.html -share/gnome/help/gnumeric/C/r9916.html -share/gnome/help/gnumeric/C/r9937.html -share/gnome/help/gnumeric/C/r9960.html +share/gnome/help/gnumeric/C/r6178.html +share/gnome/help/gnumeric/C/r6200.html +share/gnome/help/gnumeric/C/r6240.html +share/gnome/help/gnumeric/C/r6265.html +share/gnome/help/gnumeric/C/r6287.html +share/gnome/help/gnumeric/C/r6308.html +share/gnome/help/gnumeric/C/r6333.html +share/gnome/help/gnumeric/C/r6355.html +share/gnome/help/gnumeric/C/r6384.html +share/gnome/help/gnumeric/C/r6408.html +share/gnome/help/gnumeric/C/r6433.html +share/gnome/help/gnumeric/C/r6457.html +share/gnome/help/gnumeric/C/r6484.html +share/gnome/help/gnumeric/C/r6506.html +share/gnome/help/gnumeric/C/r6529.html +share/gnome/help/gnumeric/C/r6555.html +share/gnome/help/gnumeric/C/r6579.html +share/gnome/help/gnumeric/C/r6599.html +share/gnome/help/gnumeric/C/r6626.html +share/gnome/help/gnumeric/C/r6651.html +share/gnome/help/gnumeric/C/r6675.html +share/gnome/help/gnumeric/C/r6698.html +share/gnome/help/gnumeric/C/r6723.html +share/gnome/help/gnumeric/C/r6745.html +share/gnome/help/gnumeric/C/r6768.html +share/gnome/help/gnumeric/C/r6790.html +share/gnome/help/gnumeric/C/r6832.html +share/gnome/help/gnumeric/C/r6855.html +share/gnome/help/gnumeric/C/r6878.html +share/gnome/help/gnumeric/C/r6899.html +share/gnome/help/gnumeric/C/r6931.html +share/gnome/help/gnumeric/C/r6956.html +share/gnome/help/gnumeric/C/r6981.html +share/gnome/help/gnumeric/C/r7001.html +share/gnome/help/gnumeric/C/r7024.html +share/gnome/help/gnumeric/C/r7049.html +share/gnome/help/gnumeric/C/r7073.html +share/gnome/help/gnumeric/C/r7094.html +share/gnome/help/gnumeric/C/r7117.html +share/gnome/help/gnumeric/C/r7142.html +share/gnome/help/gnumeric/C/r7165.html +share/gnome/help/gnumeric/C/r7194.html +share/gnome/help/gnumeric/C/r7218.html +share/gnome/help/gnumeric/C/r7240.html +share/gnome/help/gnumeric/C/r7267.html +share/gnome/help/gnumeric/C/r7289.html +share/gnome/help/gnumeric/C/r7316.html +share/gnome/help/gnumeric/C/r7336.html +share/gnome/help/gnumeric/C/r7362.html +share/gnome/help/gnumeric/C/r7387.html +share/gnome/help/gnumeric/C/r7412.html +share/gnome/help/gnumeric/C/r7436.html +share/gnome/help/gnumeric/C/r7463.html +share/gnome/help/gnumeric/C/r7503.html +share/gnome/help/gnumeric/C/r7529.html +share/gnome/help/gnumeric/C/r7552.html +share/gnome/help/gnumeric/C/r7574.html +share/gnome/help/gnumeric/C/r7597.html +share/gnome/help/gnumeric/C/r7619.html +share/gnome/help/gnumeric/C/r7639.html +share/gnome/help/gnumeric/C/r7664.html +share/gnome/help/gnumeric/C/r7686.html +share/gnome/help/gnumeric/C/r7712.html +share/gnome/help/gnumeric/C/r7735.html +share/gnome/help/gnumeric/C/r7760.html +share/gnome/help/gnumeric/C/r7788.html +share/gnome/help/gnumeric/C/r7818.html +share/gnome/help/gnumeric/C/r7842.html +share/gnome/help/gnumeric/C/r7868.html +share/gnome/help/gnumeric/C/r7888.html +share/gnome/help/gnumeric/C/r7924.html +share/gnome/help/gnumeric/C/r7941.html +share/gnome/help/gnumeric/C/r7963.html +share/gnome/help/gnumeric/C/r7988.html +share/gnome/help/gnumeric/C/r8013.html +share/gnome/help/gnumeric/C/r8037.html +share/gnome/help/gnumeric/C/r8060.html +share/gnome/help/gnumeric/C/r8083.html +share/gnome/help/gnumeric/C/r8106.html +share/gnome/help/gnumeric/C/r8139.html +share/gnome/help/gnumeric/C/r8161.html +share/gnome/help/gnumeric/C/r8188.html +share/gnome/help/gnumeric/C/r8208.html +share/gnome/help/gnumeric/C/r8248.html +share/gnome/help/gnumeric/C/r8271.html +share/gnome/help/gnumeric/C/r8294.html +share/gnome/help/gnumeric/C/r8317.html +share/gnome/help/gnumeric/C/r8341.html +share/gnome/help/gnumeric/C/r8365.html +share/gnome/help/gnumeric/C/r8391.html +share/gnome/help/gnumeric/C/r8413.html +share/gnome/help/gnumeric/C/r8437.html +share/gnome/help/gnumeric/C/r8465.html +share/gnome/help/gnumeric/C/r8488.html +share/gnome/help/gnumeric/C/r8508.html +share/gnome/help/gnumeric/C/r8530.html +share/gnome/help/gnumeric/C/r8557.html +share/gnome/help/gnumeric/C/r8580.html +share/gnome/help/gnumeric/C/r8602.html +share/gnome/help/gnumeric/C/r8626.html +share/gnome/help/gnumeric/C/r8659.html +share/gnome/help/gnumeric/C/r8687.html +share/gnome/help/gnumeric/C/r8711.html +share/gnome/help/gnumeric/C/r8733.html +share/gnome/help/gnumeric/C/r8761.html +share/gnome/help/gnumeric/C/r8787.html +share/gnome/help/gnumeric/C/r8810.html +share/gnome/help/gnumeric/C/r8833.html +share/gnome/help/gnumeric/C/r8861.html +share/gnome/help/gnumeric/C/r8885.html +share/gnome/help/gnumeric/C/r8910.html +share/gnome/help/gnumeric/C/r8938.html +share/gnome/help/gnumeric/C/r8965.html +share/gnome/help/gnumeric/C/r8983.html +share/gnome/help/gnumeric/C/r9007.html +share/gnome/help/gnumeric/C/r9035.html +share/gnome/help/gnumeric/C/r9063.html +share/gnome/help/gnumeric/C/r9086.html +share/gnome/help/gnumeric/C/r9108.html +share/gnome/help/gnumeric/C/r9131.html +share/gnome/help/gnumeric/C/r9151.html +share/gnome/help/gnumeric/C/r9179.html +share/gnome/help/gnumeric/C/r9200.html +share/gnome/help/gnumeric/C/r9223.html +share/gnome/help/gnumeric/C/r9247.html +share/gnome/help/gnumeric/C/r9271.html +share/gnome/help/gnumeric/C/r9299.html +share/gnome/help/gnumeric/C/r9322.html +share/gnome/help/gnumeric/C/r9351.html +share/gnome/help/gnumeric/C/r9373.html +share/gnome/help/gnumeric/C/r9397.html +share/gnome/help/gnumeric/C/r9418.html +share/gnome/help/gnumeric/C/r9442.html +share/gnome/help/gnumeric/C/r9465.html +share/gnome/help/gnumeric/C/r9490.html +share/gnome/help/gnumeric/C/r9513.html +share/gnome/help/gnumeric/C/r9533.html +share/gnome/help/gnumeric/C/r9554.html +share/gnome/help/gnumeric/C/r9579.html +share/gnome/help/gnumeric/C/r9608.html +share/gnome/help/gnumeric/C/r9633.html +share/gnome/help/gnumeric/C/r9653.html +share/gnome/help/gnumeric/C/r9673.html +share/gnome/help/gnumeric/C/r9695.html +share/gnome/help/gnumeric/C/r9717.html +share/gnome/help/gnumeric/C/r9741.html +share/gnome/help/gnumeric/C/r9767.html +share/gnome/help/gnumeric/C/r9788.html +share/gnome/help/gnumeric/C/r9829.html +share/gnome/help/gnumeric/C/r9857.html +share/gnome/help/gnumeric/C/r9877.html +share/gnome/help/gnumeric/C/r9917.html +share/gnome/help/gnumeric/C/r9938.html +share/gnome/help/gnumeric/C/r9961.html share/gnome/help/gnumeric/C/rest.html share/gnome/help/gnumeric/C/selecting-cells-entering-formulas.html share/gnome/help/gnumeric/C/solver.html |