Thu Dec 15 13:17:15 2022 UTC ()
gnumeric112: Update to 1.12.53.

Primarily to fix build with python >= 3.10.

Gnumeric 1.12.53

Morten:
        * Fix xlsx import of T.INV.
        * Fix inter-process array paste problem.  [#634]
        * Fix problem with xlsx number format 14.
        * Fix problems with complex number rendering.  [#638]
        * Fix near-denormal parsing case.  [#656]
        * Fix mildly crazy ROUND edge cases.  [#661]
        * Fix dialog reuse problem.  [#657]
        * Fix sc import problem.  [#663]
        * Work a little hard at avoiding -0.  [#652]
        * Fix html import problem.  [#669]
        * Fix reading localc extension for engineering format.  [#659]
        * Fix strict-conformance ods problem with E-notation.  [#672]
        * Improve test suite

Gnumeric 1.12.52

Morten:
        * Attach the vertical alignment selector to the toolbar.
        * Improve the toolbar styling a bit.
        * Fix toolbar overflow menu's labeling.
        * Many improvements to vertical toolbars.
        * Install appdata file in new location [#612]
        * Allow styling of cell extension indicators.
        * Restore bolding of active sheet tab.
        * Fix import of mildly broken print settings in xlsx files from
          OnlyOffice.
        * Various --with-long-double fixes.
        * Fix BITAND.
        * Test improvements.
        * Fix xlsx write for sheet objects with text contents.  [#617]
        * Fix leak.
        * Fix old problem saving column widths.  [#619]
        * Set default number of sheets to 1.
        * Fix edge error case for SMALL and LARGE.  [#620]
        * Increase the default column width a bit.
        * Fix xlsx import/export of default column width.
        * Be less aggressive with automatic column widening.  [#621]

Gnumeric 1.12.51

Jean:
        * Fix error bars when data are in a multi-column array. [#594]
        * Always set the GO_DATA_HAS_VALUE flag when needed. [#595]
Morten:
        * Fix --with-long-double configuration.
        * Fix applix import/locale problem.
        * Make sure CEIL doesn't return -0.  [#603]
        * Add ILOG function.  [#591]
        * Fix MROUND.  [#604]
        * Take evasive action re g_memdup.
        * Fix inter-gnumeric array formula paste crash.  [#606]
        * Avoid re-querying file existance for recent files.  [Part of #602]
        * Fix rich-text rendering (based on work of Jean).  [#607]
        * Fix crash with conditional styling.  [#597]
        * Extend BITOR, BITAND, BITXOR to any numbers of arguments.
        * Fix ods export leak.  [#611]

Gnumeric 1.12.50

Morten:
        * Fix undo problem with sorting and cell comments.
        * Python loader cleanups.
        * Use Python's bool type instead of rolling our own.
        * Export file:// links to html.  [#569]
        * Export file:// links to xlsx.  [#569]
        * Improve handling of invalid formulae from xlsx.  [#574]
        * Introspection fixes.
        * Improve CELL("format",...)  [#576]
        * wk4 import improvements.  (For no good reason.)
        * Fix some -fsanitize=undefined problems.
        * Improve excel-specific xlsx import of validation.

Gnumeric 1.12.49

Andreas:
        * Do not try to turn all of LibreOffice's SplitModes into frozen
          panes [file of #557]
Jean:
        * Fix graph size issue when the graph is in its own sheet. [#516]
        * Fix one more graph size issue when the graph is in its own sheet. [#565]
JohnDenker:
        * Fix ssgrep problem when used as a filter.  [#552]
Morten:
        * Rework conditional styling's upper level.
        * Fix autofill array critical.  [#511]
        * Handle missing values in xlsx.  [#517]
        * Fix critical when using fd://1.
        * Don't trim spaces for csv files as per rfc 4180.  [#528]
        * Fix cvs separator guessing problem with quotes.  [#537]
        * Improve handling of expressions in csv files.
        * Plug ssconvert leak.  [#546]
        * Fix bogus time match for "3.a".  [#545]
        * Use 1us resolution for NOW.  [#549]
        * Fix ssconvert sheet selection for csv.  [#555]
        * Test suite improvements.
        * Fix ods import problem with irregular sheet sizes.
        * Fix ods import problem with crazy named expressions.  [#557]
        * Allow plain space as 1000s separator in FR locale.
        * Fix graph size problem affecting image output.  [#507]
        * Check for yelp in autogen.  [#558]
        * Fix ssconvert problem with conditional styles.
        * Move from style regions to style classes in css.
        * Implement #ifdef for built-in css.
        * Dead kitten in css.
        * Improve the drawing of filter combos.
        * Allow theming of grid color.
        * Fix dirty-tracking.  [#554]
        * Plug ods write leak.
        * Disable cs documentation translation due to itstool/libxml2 bug.


(jperkin)
diff -r1.82 -r1.83 pkgsrc/math/gnumeric112/Makefile
diff -r1.19 -r1.20 pkgsrc/math/gnumeric112/PLIST
diff -r1.31 -r1.32 pkgsrc/math/gnumeric112/distinfo
diff -r1.3 -r0 pkgsrc/math/gnumeric112/patches/patch-ab

cvs diff -r1.82 -r1.83 pkgsrc/math/gnumeric112/Makefile (expand / switch to unified diff)

--- pkgsrc/math/gnumeric112/Makefile 2022/11/23 16:20:35 1.82
+++ pkgsrc/math/gnumeric112/Makefile 2022/12/15 13:17:15 1.83
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.82 2022/11/23 16:20:35 adam Exp $ 1# $NetBSD: Makefile,v 1.83 2022/12/15 13:17:15 jperkin Exp $
2 2
3DISTNAME= gnumeric-1.12.48 3DISTNAME= gnumeric-1.12.53
4PKGREVISION= 8 
5CATEGORIES= math gnome 4CATEGORIES= math gnome
6MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnumeric/1.12/} 5MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnumeric/1.12/}
7EXTRACT_SUFX= .tar.xz 6EXTRACT_SUFX= .tar.xz
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://www.gnumeric.org/ 9HOMEPAGE= http://www.gnumeric.org/
11COMMENT= Spreadsheet program from the GNOME project 10COMMENT= Spreadsheet program from the GNOME project
12LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 11LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
13 12
14DEPENDS+= ${PYPKGPREFIX}-gobject3-[0-9]*:../../devel/py-gobject3 13DEPENDS+= ${PYPKGPREFIX}-gobject3-[0-9]*:../../devel/py-gobject3
15 14
16USE_LIBTOOL= yes 15USE_LIBTOOL= yes
17USE_PKGLOCALEDIR= yes 16USE_PKGLOCALEDIR= yes

cvs diff -r1.19 -r1.20 pkgsrc/math/gnumeric112/PLIST (expand / switch to unified diff)

--- pkgsrc/math/gnumeric112/PLIST 2021/04/13 18:20:49 1.19
+++ pkgsrc/math/gnumeric112/PLIST 2022/12/15 13:17:15 1.20
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.19 2021/04/13 18:20:49 wiz Exp $ 1@comment $NetBSD: PLIST,v 1.20 2022/12/15 13:17:15 jperkin Exp $
2bin/gnumeric 2bin/gnumeric
3bin/${PKGNAME} 3bin/${PKGNAME}
4bin/ssconvert 4bin/ssconvert
5bin/ssdiff 5bin/ssdiff
6bin/ssgrep 6bin/ssgrep
7bin/ssindex 7bin/ssindex
8include/libspreadsheet-1.12/spreadsheet/application.h 8include/libspreadsheet-1.12/spreadsheet/application.h
9include/libspreadsheet-1.12/spreadsheet/auto-format.h 9include/libspreadsheet-1.12/spreadsheet/auto-format.h
10include/libspreadsheet-1.12/spreadsheet/cell-draw.h 10include/libspreadsheet-1.12/spreadsheet/cell-draw.h
11include/libspreadsheet-1.12/spreadsheet/cell.h 11include/libspreadsheet-1.12/spreadsheet/cell.h
12include/libspreadsheet-1.12/spreadsheet/cellspan.h 12include/libspreadsheet-1.12/spreadsheet/cellspan.h
13include/libspreadsheet-1.12/spreadsheet/clipboard.h 13include/libspreadsheet-1.12/spreadsheet/clipboard.h
14include/libspreadsheet-1.12/spreadsheet/cmd-edit.h 14include/libspreadsheet-1.12/spreadsheet/cmd-edit.h
@@ -84,26 +84,27 @@ include/libspreadsheet-1.12/spreadsheet/ @@ -84,26 +84,27 @@ include/libspreadsheet-1.12/spreadsheet/
84include/libspreadsheet-1.12/spreadsheet/rangefunc-strings.h 84include/libspreadsheet-1.12/spreadsheet/rangefunc-strings.h
85include/libspreadsheet-1.12/spreadsheet/rangefunc.h 85include/libspreadsheet-1.12/spreadsheet/rangefunc.h
86include/libspreadsheet-1.12/spreadsheet/ranges.h 86include/libspreadsheet-1.12/spreadsheet/ranges.h
87include/libspreadsheet-1.12/spreadsheet/regression.h 87include/libspreadsheet-1.12/spreadsheet/regression.h
88include/libspreadsheet-1.12/spreadsheet/rendered-value.h 88include/libspreadsheet-1.12/spreadsheet/rendered-value.h
89include/libspreadsheet-1.12/spreadsheet/search.h 89include/libspreadsheet-1.12/spreadsheet/search.h
90include/libspreadsheet-1.12/spreadsheet/selection.h 90include/libspreadsheet-1.12/spreadsheet/selection.h
91include/libspreadsheet-1.12/spreadsheet/session.h 91include/libspreadsheet-1.12/spreadsheet/session.h
92include/libspreadsheet-1.12/spreadsheet/sf-bessel.h 92include/libspreadsheet-1.12/spreadsheet/sf-bessel.h
93include/libspreadsheet-1.12/spreadsheet/sf-dpq.h 93include/libspreadsheet-1.12/spreadsheet/sf-dpq.h
94include/libspreadsheet-1.12/spreadsheet/sf-gamma.h 94include/libspreadsheet-1.12/spreadsheet/sf-gamma.h
95include/libspreadsheet-1.12/spreadsheet/sf-trig.h 95include/libspreadsheet-1.12/spreadsheet/sf-trig.h
96include/libspreadsheet-1.12/spreadsheet/sheet-autofill.h 96include/libspreadsheet-1.12/spreadsheet/sheet-autofill.h
 97include/libspreadsheet-1.12/spreadsheet/sheet-conditions.h
97include/libspreadsheet-1.12/spreadsheet/sheet-control-gui-priv.h 98include/libspreadsheet-1.12/spreadsheet/sheet-control-gui-priv.h
98include/libspreadsheet-1.12/spreadsheet/sheet-control-gui.h 99include/libspreadsheet-1.12/spreadsheet/sheet-control-gui.h
99include/libspreadsheet-1.12/spreadsheet/sheet-control-priv.h 100include/libspreadsheet-1.12/spreadsheet/sheet-control-priv.h
100include/libspreadsheet-1.12/spreadsheet/sheet-control.h 101include/libspreadsheet-1.12/spreadsheet/sheet-control.h
101include/libspreadsheet-1.12/spreadsheet/sheet-diff.h 102include/libspreadsheet-1.12/spreadsheet/sheet-diff.h
102include/libspreadsheet-1.12/spreadsheet/sheet-filter-combo.h 103include/libspreadsheet-1.12/spreadsheet/sheet-filter-combo.h
103include/libspreadsheet-1.12/spreadsheet/sheet-filter.h 104include/libspreadsheet-1.12/spreadsheet/sheet-filter.h
104include/libspreadsheet-1.12/spreadsheet/sheet-merge.h 105include/libspreadsheet-1.12/spreadsheet/sheet-merge.h
105include/libspreadsheet-1.12/spreadsheet/sheet-object-cell-comment.h 106include/libspreadsheet-1.12/spreadsheet/sheet-object-cell-comment.h
106include/libspreadsheet-1.12/spreadsheet/sheet-object-component.h 107include/libspreadsheet-1.12/spreadsheet/sheet-object-component.h
107include/libspreadsheet-1.12/spreadsheet/sheet-object-graph.h 108include/libspreadsheet-1.12/spreadsheet/sheet-object-graph.h
108include/libspreadsheet-1.12/spreadsheet/sheet-object-image.h 109include/libspreadsheet-1.12/spreadsheet/sheet-object-image.h
109include/libspreadsheet-1.12/spreadsheet/sheet-object-impl.h 110include/libspreadsheet-1.12/spreadsheet/sheet-object-impl.h
@@ -273,27 +274,26 @@ lib/gnumeric/${PKGVERSION}/plugins/uihel @@ -273,27 +274,26 @@ lib/gnumeric/${PKGVERSION}/plugins/uihel
273lib/gnumeric/${PKGVERSION}/plugins/uihello/plugin.la 274lib/gnumeric/${PKGVERSION}/plugins/uihello/plugin.la
274lib/gnumeric/${PKGVERSION}/plugins/uihello/plugin.xml 275lib/gnumeric/${PKGVERSION}/plugins/uihello/plugin.xml
275lib/gnumeric/${PKGVERSION}/plugins/xbase/plugin.xml 276lib/gnumeric/${PKGVERSION}/plugins/xbase/plugin.xml
276lib/gnumeric/${PKGVERSION}/plugins/xbase/xbase.la 277lib/gnumeric/${PKGVERSION}/plugins/xbase/xbase.la
277lib/goffice/0.10/plugins/gnumeric/gnumeric.la 278lib/goffice/0.10/plugins/gnumeric/gnumeric.la
278lib/goffice/0.10/plugins/gnumeric/plugin.xml 279lib/goffice/0.10/plugins/gnumeric/plugin.xml
279lib/libspreadsheet.la 280lib/libspreadsheet.la
280lib/pkgconfig/libspreadsheet-1.12.pc 281lib/pkgconfig/libspreadsheet-1.12.pc
281man/man1/gnumeric.1 282man/man1/gnumeric.1
282man/man1/ssconvert.1 283man/man1/ssconvert.1
283man/man1/ssdiff.1 284man/man1/ssdiff.1
284man/man1/ssgrep.1 285man/man1/ssgrep.1
285man/man1/ssindex.1 286man/man1/ssindex.1
286share/appdata/gnumeric.appdata.xml 
287share/applications/gnumeric.desktop 287share/applications/gnumeric.desktop
288share/glib-2.0/schemas/org.gnome.gnumeric.dialogs.gschema.xml 288share/glib-2.0/schemas/org.gnome.gnumeric.dialogs.gschema.xml
289share/glib-2.0/schemas/org.gnome.gnumeric.gschema.xml 289share/glib-2.0/schemas/org.gnome.gnumeric.gschema.xml
290share/glib-2.0/schemas/org.gnome.gnumeric.plugin.gschema.xml 290share/glib-2.0/schemas/org.gnome.gnumeric.plugin.gschema.xml
291share/gnumeric/${PKGVERSION}/Gnumeric-embed.xml 291share/gnumeric/${PKGVERSION}/Gnumeric-embed.xml
292share/gnumeric/${PKGVERSION}/autoformat-templates/3D/.category 292share/gnumeric/${PKGVERSION}/autoformat-templates/3D/.category
293share/gnumeric/${PKGVERSION}/autoformat-templates/3D/autoformat.3D.button.xml 293share/gnumeric/${PKGVERSION}/autoformat-templates/3D/autoformat.3D.button.xml
294share/gnumeric/${PKGVERSION}/autoformat-templates/3D/autoformat.3D.list.xml 294share/gnumeric/${PKGVERSION}/autoformat-templates/3D/autoformat.3D.list.xml
295share/gnumeric/${PKGVERSION}/autoformat-templates/Classical/.category 295share/gnumeric/${PKGVERSION}/autoformat-templates/Classical/.category
296share/gnumeric/${PKGVERSION}/autoformat-templates/Classical/autoformat.Classical.cool.xml 296share/gnumeric/${PKGVERSION}/autoformat-templates/Classical/autoformat.Classical.cool.xml
297share/gnumeric/${PKGVERSION}/autoformat-templates/Classical/autoformat.Classical.simple.xml 297share/gnumeric/${PKGVERSION}/autoformat-templates/Classical/autoformat.Classical.simple.xml
298share/gnumeric/${PKGVERSION}/autoformat-templates/Classical/autoformat.Classical.trendy.xml 298share/gnumeric/${PKGVERSION}/autoformat-templates/Classical/autoformat.Classical.trendy.xml
299share/gnumeric/${PKGVERSION}/autoformat-templates/Colourful/.category 299share/gnumeric/${PKGVERSION}/autoformat-templates/Colourful/.category
@@ -825,467 +825,26 @@ share/help/C/gnumeric/gui-other-elements @@ -825,467 +825,26 @@ share/help/C/gnumeric/gui-other-elements
825share/help/C/gnumeric/gui-overview.xml 825share/help/C/gnumeric/gui-overview.xml
826share/help/C/gnumeric/gui-toolbars.xml 826share/help/C/gnumeric/gui-toolbars.xml
827share/help/C/gnumeric/index.docbook 827share/help/C/gnumeric/index.docbook
828share/help/C/gnumeric/installing.xml 828share/help/C/gnumeric/installing.xml
829share/help/C/gnumeric/legal.xml 829share/help/C/gnumeric/legal.xml
830share/help/C/gnumeric/manual-usage.xml 830share/help/C/gnumeric/manual-usage.xml
831share/help/C/gnumeric/morehelp.xml 831share/help/C/gnumeric/morehelp.xml
832share/help/C/gnumeric/printing.xml 832share/help/C/gnumeric/printing.xml
833share/help/C/gnumeric/programing.xml 833share/help/C/gnumeric/programing.xml
834share/help/C/gnumeric/quick-start.xml 834share/help/C/gnumeric/quick-start.xml
835share/help/C/gnumeric/welcome.xml 835share/help/C/gnumeric/welcome.xml
836share/help/C/gnumeric/workbooks.xml 836share/help/C/gnumeric/workbooks.xml
837share/help/C/gnumeric/worksheets.xml 837share/help/C/gnumeric/worksheets.xml
838share/help/cs/gnumeric/figures/advanced-filter-1.png 
839share/help/cs/gnumeric/figures/advanced-filter-2.png 
840share/help/cs/gnumeric/figures/analysis-simulation-confidence-interval-equation.png 
841share/help/cs/gnumeric/figures/analysis-simulation-demand-ex1.png 
842share/help/cs/gnumeric/figures/analysis-simulation-demand-ex2.png 
843share/help/cs/gnumeric/figures/analysis-simulation-interations-equation1.png 
844share/help/cs/gnumeric/figures/analysis-simulation-interations-equation2.png 
845share/help/cs/gnumeric/figures/analysis-simulation-maximumtime-dialog.png 
846share/help/cs/gnumeric/figures/analysis-simulation-options-dialog.png 
847share/help/cs/gnumeric/figures/analysis-simulation-output-dialog.png 
848share/help/cs/gnumeric/figures/analysis-simulation-profit-ex1.png 
849share/help/cs/gnumeric/figures/analysis-simulation-profit-ex2.png 
850share/help/cs/gnumeric/figures/analysis-simulation-report-screen.png 
851share/help/cs/gnumeric/figures/analysis-simulation-simtable-screen.png 
852share/help/cs/gnumeric/figures/analysis-simulation-summary-dialog.png 
853share/help/cs/gnumeric/figures/analysis-simulation-variables-dialog.png 
854share/help/cs/gnumeric/figures/analysistools-ANOVA1-ex1.png 
855share/help/cs/gnumeric/figures/analysistools-ANOVA1-ex2.png 
856share/help/cs/gnumeric/figures/analysistools-ANOVA2w-ex1.png 
857share/help/cs/gnumeric/figures/analysistools-ANOVA2w-ex2.png 
858share/help/cs/gnumeric/figures/analysistools-ANOVA2wo-ex1.png 
859share/help/cs/gnumeric/figures/analysistools-ANOVA2wo-ex2.png 
860share/help/cs/gnumeric/figures/analysistools-correlation-ex1.png 
861share/help/cs/gnumeric/figures/analysistools-correlation-ex2.png 
862share/help/cs/gnumeric/figures/analysistools-correlation-ex3.png 
863share/help/cs/gnumeric/figures/analysistools-correlation.png 
864share/help/cs/gnumeric/figures/analysistools-covariance-ex1.png 
865share/help/cs/gnumeric/figures/analysistools-covariance-ex2.png 
866share/help/cs/gnumeric/figures/analysistools-covariance.png 
867share/help/cs/gnumeric/figures/analysistools-descstats-ex1-options.png 
868share/help/cs/gnumeric/figures/analysistools-descstats-ex1.png 
869share/help/cs/gnumeric/figures/analysistools-descstats-ex2.png 
870share/help/cs/gnumeric/figures/analysistools-descstats.png 
871share/help/cs/gnumeric/figures/analysistools-exp-smoothing-a-holt-winters-formula.png 
872share/help/cs/gnumeric/figures/analysistools-exp-smoothing-a-holt-winters-stderr.png 
873share/help/cs/gnumeric/figures/analysistools-exp-smoothing-holt-formula.png 
874share/help/cs/gnumeric/figures/analysistools-exp-smoothing-holt-stderr.png 
875share/help/cs/gnumeric/figures/analysistools-exp-smoothing-hunter-formula.png 
876share/help/cs/gnumeric/figures/analysistools-exp-smoothing-hunter-stderr.png 
877share/help/cs/gnumeric/figures/analysistools-exp-smoothing-m-holt-winters-formula.png 
878share/help/cs/gnumeric/figures/analysistools-exp-smoothing-m-holt-winters-stderr.png 
879share/help/cs/gnumeric/figures/analysistools-exp-smoothing-roberts-formula.png 
880share/help/cs/gnumeric/figures/analysistools-exp-smoothing-roberts-stderr.png 
881share/help/cs/gnumeric/figures/analysistools-fourier-formula.png 
882share/help/cs/gnumeric/figures/analysistools-fourier.png 
883share/help/cs/gnumeric/figures/analysistools-frequency-cats.png 
884share/help/cs/gnumeric/figures/analysistools-frequency-graphs.png 
885share/help/cs/gnumeric/figures/analysistools-frequency-results.png 
886share/help/cs/gnumeric/figures/analysistools-frequency.png 
887share/help/cs/gnumeric/figures/analysistools-ftest-ex1.png 
888share/help/cs/gnumeric/figures/analysistools-ftest-ex2.png 
889share/help/cs/gnumeric/figures/analysistools-ftest.png 
890share/help/cs/gnumeric/figures/analysistools-histogram-bins.png 
891share/help/cs/gnumeric/figures/analysistools-histogram-cutoffs.png 
892share/help/cs/gnumeric/figures/analysistools-histogram-ex1.png 
893share/help/cs/gnumeric/figures/analysistools-histogram-ex2.png 
894share/help/cs/gnumeric/figures/analysistools-histogram-ex3.png 
895share/help/cs/gnumeric/figures/analysistools-histogram-ex4.png 
896share/help/cs/gnumeric/figures/analysistools-histogram-ex5.png 
897share/help/cs/gnumeric/figures/analysistools-histogram-graphs.png 
898share/help/cs/gnumeric/figures/analysistools-histogram.png 
899share/help/cs/gnumeric/figures/analysistools-kaplan-ex1.png 
900share/help/cs/gnumeric/figures/analysistools-kaplan-ex2.png 
901share/help/cs/gnumeric/figures/analysistools-kaplan-ex3.png 
902share/help/cs/gnumeric/figures/analysistools-kaplan-groups.png 
903share/help/cs/gnumeric/figures/analysistools-kaplan-options.png 
904share/help/cs/gnumeric/figures/analysistools-kaplan.png 
905share/help/cs/gnumeric/figures/analysistools-moving-average-ex1.png 
906share/help/cs/gnumeric/figures/analysistools-moving-average-ex2.png 
907share/help/cs/gnumeric/figures/analysistools-moving-average-ex3.png 
908share/help/cs/gnumeric/figures/analysistools-moving-average-formula-central.png 
909share/help/cs/gnumeric/figures/analysistools-moving-average-formula-spencer.png 
910share/help/cs/gnumeric/figures/analysistools-moving-average-formula-weighted.png 
911share/help/cs/gnumeric/figures/analysistools-moving-average-options.png 
912share/help/cs/gnumeric/figures/analysistools-moving-average.png 
913share/help/cs/gnumeric/figures/analysistools-normality-ex1.png 
914share/help/cs/gnumeric/figures/analysistools-normality-ex2.png 
915share/help/cs/gnumeric/figures/analysistools-normality-ex3.png 
916share/help/cs/gnumeric/figures/analysistools-normality-ex4.png 
917share/help/cs/gnumeric/figures/analysistools-normality-testspec.png 
918share/help/cs/gnumeric/figures/analysistools-normality.png 
919share/help/cs/gnumeric/figures/analysistools-outputoptions.png 
920share/help/cs/gnumeric/figures/analysistools-pcanalysis-ex1.png 
921share/help/cs/gnumeric/figures/analysistools-pcanalysis-ex2.png 
922share/help/cs/gnumeric/figures/analysistools-pcanalysis.png 
923share/help/cs/gnumeric/figures/analysistools-random-ex1.png 
924share/help/cs/gnumeric/figures/analysistools-random-ex2.png 
925share/help/cs/gnumeric/figures/analysistools-random.png 
926share/help/cs/gnumeric/figures/analysistools-ranges.png 
927share/help/cs/gnumeric/figures/analysistools-rank-ex1.png 
928share/help/cs/gnumeric/figures/analysistools-rank-ex2.png 
929share/help/cs/gnumeric/figures/analysistools-rank.png 
930share/help/cs/gnumeric/figures/analysistools-regression-ex1.png 
931share/help/cs/gnumeric/figures/analysistools-regression-ex2.png 
932share/help/cs/gnumeric/figures/analysistools-regression-ex3.png 
933share/help/cs/gnumeric/figures/analysistools-regression.png 
934share/help/cs/gnumeric/figures/analysistools-sampling-ex1.png 
935share/help/cs/gnumeric/figures/analysistools-sampling-ex2.png 
936share/help/cs/gnumeric/figures/analysistools-sampling.png 
937share/help/cs/gnumeric/figures/analysistools-signtest-ex1.png 
938share/help/cs/gnumeric/figures/analysistools-signtest-ex2.png 
939share/help/cs/gnumeric/figures/analysistools-signtest-ex3.png 
940share/help/cs/gnumeric/figures/analysistools-signtest.png 
941share/help/cs/gnumeric/figures/analysistools-smoothing-ex1.png 
942share/help/cs/gnumeric/figures/analysistools-smoothing-ex2.png 
943share/help/cs/gnumeric/figures/analysistools-smoothing-ex3.png 
944share/help/cs/gnumeric/figures/analysistools-smoothing-ex4.png 
945share/help/cs/gnumeric/figures/analysistools-smoothing-ex5.png 
946share/help/cs/gnumeric/figures/analysistools-smoothing-ex6.png 
947share/help/cs/gnumeric/figures/analysistools-smoothing-ex7.png 
948share/help/cs/gnumeric/figures/analysistools-smoothing-ex8.png 
949share/help/cs/gnumeric/figures/analysistools-smoothing.png 
950share/help/cs/gnumeric/figures/analysistools-tools.png 
951share/help/cs/gnumeric/figures/analysistools-ttest-equal-ex1.png 
952share/help/cs/gnumeric/figures/analysistools-ttest-equal-ex2.png 
953share/help/cs/gnumeric/figures/analysistools-ttest-equal.png 
954share/help/cs/gnumeric/figures/analysistools-ttest-paired-ex1.png 
955share/help/cs/gnumeric/figures/analysistools-ttest-paired-ex2.png 
956share/help/cs/gnumeric/figures/analysistools-ttest-paired.png 
957share/help/cs/gnumeric/figures/analysistools-ttest-unequal-ex1.png 
958share/help/cs/gnumeric/figures/analysistools-ttest-unequal-ex2.png 
959share/help/cs/gnumeric/figures/analysistools-ttest-unequal.png 
960share/help/cs/gnumeric/figures/analysistools-ttest.png 
961share/help/cs/gnumeric/figures/analysistools-ztest-ex1.png 
962share/help/cs/gnumeric/figures/analysistools-ztest-ex2.png 
963share/help/cs/gnumeric/figures/analysistools-ztest.png 
964share/help/cs/gnumeric/figures/arrowhead-dimensions.png 
965share/help/cs/gnumeric/figures/button-align-center.png 
966share/help/cs/gnumeric/figures/button-align-left.png 
967share/help/cs/gnumeric/figures/button-align-right.png 
968share/help/cs/gnumeric/figures/button-arrow.png 
969share/help/cs/gnumeric/figures/button-bold.png 
970share/help/cs/gnumeric/figures/button-borders.png 
971share/help/cs/gnumeric/figures/button-button.png 
972share/help/cs/gnumeric/figures/button-center-across-selection.png 
973share/help/cs/gnumeric/figures/button-checkbox.png 
974share/help/cs/gnumeric/figures/button-combo.png 
975share/help/cs/gnumeric/figures/button-copy.png 
976share/help/cs/gnumeric/figures/button-cut.png 
977share/help/cs/gnumeric/figures/button-decrease-indent.png 
978share/help/cs/gnumeric/figures/button-decrease-precision.png 
979share/help/cs/gnumeric/figures/button-equals.png 
980share/help/cs/gnumeric/figures/button-fill.png 
981share/help/cs/gnumeric/figures/button-font-size.png 
982share/help/cs/gnumeric/figures/button-font-type.png 
983share/help/cs/gnumeric/figures/button-frame.png 
984share/help/cs/gnumeric/figures/button-function.png 
985share/help/cs/gnumeric/figures/button-graph.png 
986share/help/cs/gnumeric/figures/button-graphEditor-add.png 
987share/help/cs/gnumeric/figures/button-increase-indent.png 
988share/help/cs/gnumeric/figures/button-increase-precision.png 
989share/help/cs/gnumeric/figures/button-insert-component.png 
990share/help/cs/gnumeric/figures/button-insert-hyperlink.png 
991share/help/cs/gnumeric/figures/button-insert-object.png 
992share/help/cs/gnumeric/figures/button-italic.png 
993share/help/cs/gnumeric/figures/button-label.png 
994share/help/cs/gnumeric/figures/button-line.png 
995share/help/cs/gnumeric/figures/button-list.png 
996share/help/cs/gnumeric/figures/button-merge.png 
997share/help/cs/gnumeric/figures/button-money.png 
998share/help/cs/gnumeric/figures/button-new.png 
999share/help/cs/gnumeric/figures/button-open.png 
1000share/help/cs/gnumeric/figures/button-oval.png 
1001share/help/cs/gnumeric/figures/button-paste.png 
1002share/help/cs/gnumeric/figures/button-percent.png 
1003share/help/cs/gnumeric/figures/button-preview.png 
1004share/help/cs/gnumeric/figures/button-print.png 
1005share/help/cs/gnumeric/figures/button-radio.png 
1006share/help/cs/gnumeric/figures/button-rectangle.png 
1007share/help/cs/gnumeric/figures/button-redo-and-history.png 
1008share/help/cs/gnumeric/figures/button-save.png 
1009share/help/cs/gnumeric/figures/button-scrollbar.png 
1010share/help/cs/gnumeric/figures/button-slider.png 
1011share/help/cs/gnumeric/figures/button-sort-az.png 
1012share/help/cs/gnumeric/figures/button-sort-za.png 
1013share/help/cs/gnumeric/figures/button-spin.png 
1014share/help/cs/gnumeric/figures/button-split.png 
1015share/help/cs/gnumeric/figures/button-subscript.png 
1016share/help/cs/gnumeric/figures/button-sum.png 
1017share/help/cs/gnumeric/figures/button-superscript.png 
1018share/help/cs/gnumeric/figures/button-text-colour.png 
1019share/help/cs/gnumeric/figures/button-thousands.png 
1020share/help/cs/gnumeric/figures/button-underline.png 
1021share/help/cs/gnumeric/figures/button-undo-and-history.png 
1022share/help/cs/gnumeric/figures/button-zoom.png 
1023share/help/cs/gnumeric/figures/cell-grid.png 
1024share/help/cs/gnumeric/figures/cell-selected.png 
1025share/help/cs/gnumeric/figures/cell-with-text.png 
1026share/help/cs/gnumeric/figures/cells-1.png 
1027share/help/cs/gnumeric/figures/cells-2.png 
1028share/help/cs/gnumeric/figures/chart_area_1_1.png 
1029share/help/cs/gnumeric/figures/chart_area_1_2.png 
1030share/help/cs/gnumeric/figures/chart_area_1_3.png 
1031share/help/cs/gnumeric/figures/chart_bar_1_1.png 
1032share/help/cs/gnumeric/figures/chart_bar_1_2.png 
1033share/help/cs/gnumeric/figures/chart_bar_1_3.png 
1034share/help/cs/gnumeric/figures/chart_bubble_1_1.png 
1035share/help/cs/gnumeric/figures/chart_column_1_1.png 
1036share/help/cs/gnumeric/figures/chart_column_1_2.png 
1037share/help/cs/gnumeric/figures/chart_column_1_3.png 
1038share/help/cs/gnumeric/figures/chart_line_1_1.png 
1039share/help/cs/gnumeric/figures/chart_line_1_2.png 
1040share/help/cs/gnumeric/figures/chart_line_1_3.png 
1041share/help/cs/gnumeric/figures/chart_line_2_1.png 
1042share/help/cs/gnumeric/figures/chart_line_2_2.png 
1043share/help/cs/gnumeric/figures/chart_line_2_3.png 
1044share/help/cs/gnumeric/figures/chart_pie_1_1.png 
1045share/help/cs/gnumeric/figures/chart_pie_2_1.png 
1046share/help/cs/gnumeric/figures/chart_radar_1_1.png 
1047share/help/cs/gnumeric/figures/chart_radar_1_2.png 
1048share/help/cs/gnumeric/figures/chart_radar_1_3.png 
1049share/help/cs/gnumeric/figures/chart_ring_1_1.png 
1050share/help/cs/gnumeric/figures/chart_ring_1_2.png 
1051share/help/cs/gnumeric/figures/chart_scatter_1_1.png 
1052share/help/cs/gnumeric/figures/chart_scatter_3_1.png 
1053share/help/cs/gnumeric/figures/chart_scatter_3_2.png 
1054share/help/cs/gnumeric/figures/chart_surface_1.png 
1055share/help/cs/gnumeric/figures/chart_surface_2.png 
1056share/help/cs/gnumeric/figures/dialog-auto-correct.png 
1057share/help/cs/gnumeric/figures/dialog-autosave.png 
1058share/help/cs/gnumeric/figures/dialog-fileopen-withTags.png 
1059share/help/cs/gnumeric/figures/dialog-filesave-compact-withTags.png 
1060share/help/cs/gnumeric/figures/dialog-filesave-expanded-withTags.png 
1061share/help/cs/gnumeric/figures/dialog-filter.png 
1062share/help/cs/gnumeric/figures/dialog-insert-object.png 
1063share/help/cs/gnumeric/figures/dialog-properties-arrow.png 
1064share/help/cs/gnumeric/figures/dialog-properties-checkbox.png 
1065share/help/cs/gnumeric/figures/dialog-properties-frame.png 
1066share/help/cs/gnumeric/figures/dialog-properties-label.png 
1067share/help/cs/gnumeric/figures/dialog-properties-line.png 
1068share/help/cs/gnumeric/figures/dialog-properties-oval.png 
1069share/help/cs/gnumeric/figures/dialog-properties-rectangle.png 
1070share/help/cs/gnumeric/figures/dialog-properties-scrollbar.png 
1071share/help/cs/gnumeric/figures/drawing-arrow.png 
1072share/help/cs/gnumeric/figures/drawing-line.png 
1073share/help/cs/gnumeric/figures/drawing-oval.png 
1074share/help/cs/gnumeric/figures/drawing-rectangle.png 
1075share/help/cs/gnumeric/figures/example-colGraph-modified.png 
1076share/help/cs/gnumeric/figures/example-colGraph.png 
1077share/help/cs/gnumeric/figures/example-columnSelect.png 
1078share/help/cs/gnumeric/figures/example-data.png 
1079share/help/cs/gnumeric/figures/files-html-example.png 
1080share/help/cs/gnumeric/figures/files-html32-example.png 
1081share/help/cs/gnumeric/figures/files-html40-example.png 
1082share/help/cs/gnumeric/figures/formula-dmedian.png 
1083share/help/cs/gnumeric/figures/gnumeric-empty.png 
1084share/help/cs/gnumeric/figures/gnumeric-icon-24.png 
1085share/help/cs/gnumeric/figures/gnumeric-labelled.png 
1086share/help/cs/gnumeric/figures/gnumeric-power-example.png 
1087share/help/cs/gnumeric/figures/graph-axes-grid.png 
1088share/help/cs/gnumeric/figures/graph-components.png 
1089share/help/cs/gnumeric/figures/graph-example-area.png 
1090share/help/cs/gnumeric/figures/graph-example-bar.png 
1091share/help/cs/gnumeric/figures/graph-example-bubble.png 
1092share/help/cs/gnumeric/figures/graph-example-column.png 
1093share/help/cs/gnumeric/figures/graph-example-line.png 
1094share/help/cs/gnumeric/figures/graph-example-pie.png 
1095share/help/cs/gnumeric/figures/graph-example-radar.png 
1096share/help/cs/gnumeric/figures/graph-example-ring.png 
1097share/help/cs/gnumeric/figures/graph-example-surface-t1.png 
1098share/help/cs/gnumeric/figures/graph-example-surface-t2.png 
1099share/help/cs/gnumeric/figures/graph-example-xyplot.png 
1100share/help/cs/gnumeric/figures/graph-hierarchy.png 
1101share/help/cs/gnumeric/figures/graphguru-axes-category-bounds.png 
1102share/help/cs/gnumeric/figures/graphguru-axes-category-details.png 
1103share/help/cs/gnumeric/figures/graphguru-axes-category-style.png 
1104share/help/cs/gnumeric/figures/graphguru-axes-continuous-bounds.png 
1105share/help/cs/gnumeric/figures/graphguru-axes-continuous-format.png 
1106share/help/cs/gnumeric/figures/graphguru-backPanels-gradient.png 
1107share/help/cs/gnumeric/figures/graphguru-backPanels-image.png 
1108share/help/cs/gnumeric/figures/graphguru-backPanels-none.png 
1109share/help/cs/gnumeric/figures/graphguru-backPanels-pattern.png 
1110share/help/cs/gnumeric/figures/graphguru-components.png 
1111share/help/cs/gnumeric/figures/graphguru-plot-barCol.png 
1112share/help/cs/gnumeric/figures/graphguru-plot-bubble.png 
1113share/help/cs/gnumeric/figures/graphguru-plot-pie.png 
1114share/help/cs/gnumeric/figures/graphguru-plot-radar.png 
1115share/help/cs/gnumeric/figures/graphguru-plot-ring.png 
1116share/help/cs/gnumeric/figures/graphguru-series-data-bubble.png 
1117share/help/cs/gnumeric/figures/graphguru-series-data-single.png 
1118share/help/cs/gnumeric/figures/graphguru-series-data-xy.png 
1119share/help/cs/gnumeric/figures/graphguru-series-error.png 
1120share/help/cs/gnumeric/figures/graphguru-series-style-filled.png 
1121share/help/cs/gnumeric/figures/graphguru-series-style-line.png 
1122share/help/cs/gnumeric/figures/graphguru-title-font.png 
1123share/help/cs/gnumeric/figures/graphical-elements-selected.png 
1124share/help/cs/gnumeric/figures/graphical-elements-stacked.png 
1125share/help/cs/gnumeric/figures/graphical-elements.png 
1126share/help/cs/gnumeric/figures/graphs-types-area.png 
1127share/help/cs/gnumeric/figures/graphs-types-bar.png 
1128share/help/cs/gnumeric/figures/graphs-types-bubble.png 
1129share/help/cs/gnumeric/figures/graphs-types-column.png 
1130share/help/cs/gnumeric/figures/graphs-types-line.png 
1131share/help/cs/gnumeric/figures/graphs-types-pie.png 
1132share/help/cs/gnumeric/figures/graphs-types-radar.png 
1133share/help/cs/gnumeric/figures/graphs-types-ring.png 
1134share/help/cs/gnumeric/figures/graphs-types-stock.png 
1135share/help/cs/gnumeric/figures/graphs-types-surface.png 
1136share/help/cs/gnumeric/figures/graphs-types-xyplot.png 
1137share/help/cs/gnumeric/figures/icon-locked.png 
1138share/help/cs/gnumeric/figures/icon-unlocked.png 
1139share/help/cs/gnumeric/figures/icon-visible.png 
1140share/help/cs/gnumeric/figures/info-area.png 
1141share/help/cs/gnumeric/figures/menu-context-col-row-header.png 
1142share/help/cs/gnumeric/figures/menu-context-graph-order.png 
1143share/help/cs/gnumeric/figures/menu-context-graph.png 
1144share/help/cs/gnumeric/figures/menu-context-grid.png 
1145share/help/cs/gnumeric/figures/menu-context-object-order.png 
1146share/help/cs/gnumeric/figures/menu-context-object.png 
1147share/help/cs/gnumeric/figures/menu-context-sheet-tabs.png 
1148share/help/cs/gnumeric/figures/menu-context-tabs.png 
1149share/help/cs/gnumeric/figures/menu-context-toolbars.png 
1150share/help/cs/gnumeric/figures/menu-data-export.png 
1151share/help/cs/gnumeric/figures/menu-data-import.png 
1152share/help/cs/gnumeric/figures/menu-data-labelled.png 
1153share/help/cs/gnumeric/figures/menu-edit-delete-cells.png 
1154share/help/cs/gnumeric/figures/menu-edit-labelled.png 
1155share/help/cs/gnumeric/figures/menu-edit-modify-names.png 
1156share/help/cs/gnumeric/figures/menu-edit-paste-special.png 
1157share/help/cs/gnumeric/figures/menu-edit-select.png 
1158share/help/cs/gnumeric/figures/menu-file-labelled.png 
1159share/help/cs/gnumeric/figures/menu-file-printarea.png 
1160share/help/cs/gnumeric/figures/menu-format-column.png 
1161share/help/cs/gnumeric/figures/menu-format-labelled.png 
1162share/help/cs/gnumeric/figures/menu-format-sheet.png 
1163share/help/cs/gnumeric/figures/menu-help-labelled.png 
1164share/help/cs/gnumeric/figures/menu-insert-comment.png 
1165share/help/cs/gnumeric/figures/menu-insert-fw.png 
1166share/help/cs/gnumeric/figures/menu-insert-hyperlink.png 
1167share/help/cs/gnumeric/figures/menu-insert-labelled.png 
1168share/help/cs/gnumeric/figures/menu-insert-names.png 
1169share/help/cs/gnumeric/figures/menu-statistics-labelled.png 
1170share/help/cs/gnumeric/figures/menu-tools-labelled.png 
1171share/help/cs/gnumeric/figures/menu-torn-off.png 
1172share/help/cs/gnumeric/figures/menu-view-labelled.png 
1173share/help/cs/gnumeric/figures/menu-view-properties-dialog-cm.png 
1174share/help/cs/gnumeric/figures/menu-view-properties-dialog.png 
1175share/help/cs/gnumeric/figures/menubar.png 
1176share/help/cs/gnumeric/figures/number-format-border-dialog.png 
1177share/help/cs/gnumeric/figures/number-format-color-dialog.png 
1178share/help/cs/gnumeric/figures/number-format-dialog.png 
1179share/help/cs/gnumeric/figures/number-format-font-dialog.png 
1180share/help/cs/gnumeric/figures/number-format-justification-dialog-2.png 
1181share/help/cs/gnumeric/figures/number-format-protection.png 
1182share/help/cs/gnumeric/figures/number-format-validation-warning.png 
1183share/help/cs/gnumeric/figures/number-format-validation.png 
1184share/help/cs/gnumeric/figures/pointer_arrow_left_std.png 
1185share/help/cs/gnumeric/figures/pointer_cross_hair.png 
1186share/help/cs/gnumeric/figures/pointer_cross_wide.png 
1187share/help/cs/gnumeric/figures/pointer_diagonal_resize.png 
1188share/help/cs/gnumeric/figures/pointer_double_horizontal_arrow.png 
1189share/help/cs/gnumeric/figures/pointer_double_vertical_arrow.png 
1190share/help/cs/gnumeric/figures/pointer_four_way_arrow.png 
1191share/help/cs/gnumeric/figures/pointer_hand_left.png 
1192share/help/cs/gnumeric/figures/pointer_left.png 
1193share/help/cs/gnumeric/figures/pointer_resize_multiple.png 
1194share/help/cs/gnumeric/figures/pointer_right.png 
1195share/help/cs/gnumeric/figures/pointer_text_edit.png 
1196share/help/cs/gnumeric/figures/pointer_zoom_in.png 
1197share/help/cs/gnumeric/figures/pointer_zoom_out.png 
1198share/help/cs/gnumeric/figures/preferences-copypaste.png 
1199share/help/cs/gnumeric/figures/preferences-files.png 
1200share/help/cs/gnumeric/figures/preferences-font-header.png 
1201share/help/cs/gnumeric/figures/preferences-font.png 
1202share/help/cs/gnumeric/figures/preferences-screen.png 
1203share/help/cs/gnumeric/figures/preferences-sorting.png 
1204share/help/cs/gnumeric/figures/preferences-tools.png 
1205share/help/cs/gnumeric/figures/preferences-undo.png 
1206share/help/cs/gnumeric/figures/preferences-windows.png 
1207share/help/cs/gnumeric/figures/print-large.png 
1208share/help/cs/gnumeric/figures/print-preview-back.png 
1209share/help/cs/gnumeric/figures/print-preview-first.png 
1210share/help/cs/gnumeric/figures/print-preview-fit.png 
1211share/help/cs/gnumeric/figures/print-preview-fitonetoone.png 
1212share/help/cs/gnumeric/figures/print-preview-last.png 
1213share/help/cs/gnumeric/figures/print-preview-next.png 
1214share/help/cs/gnumeric/figures/print-preview-zoomin.png 
1215share/help/cs/gnumeric/figures/print-preview-zoomout.png 
1216share/help/cs/gnumeric/figures/print-worksheet-file-general.png 
1217share/help/cs/gnumeric/figures/print-worksheet-job.png 
1218share/help/cs/gnumeric/figures/print-worksheet-page_setup.png 
1219share/help/cs/gnumeric/figures/print-worksheet-paper.png 
1220share/help/cs/gnumeric/figures/print-worksheet-print_range.png 
1221share/help/cs/gnumeric/figures/print-worksheet-printer-advanced.png 
1222share/help/cs/gnumeric/figures/print-worksheet-printer-finishing.png 
1223share/help/cs/gnumeric/figures/print-worksheet-printer-general.png 
1224share/help/cs/gnumeric/figures/print-worksheet-printer-image_quality.png 
1225share/help/cs/gnumeric/figures/print-worksheet-printer-job.png 
1226share/help/cs/gnumeric/figures/print-worksheet-printer.png 
1227share/help/cs/gnumeric/figures/printing-preview.png 
1228share/help/cs/gnumeric/figures/printing-setup-header-config.png 
1229share/help/cs/gnumeric/figures/printing-setup-header.png 
1230share/help/cs/gnumeric/figures/printing-setup-page-paper-type.png 
1231share/help/cs/gnumeric/figures/printing-setup-page.png 
1232share/help/cs/gnumeric/figures/printing-setup-printarea.png 
1233share/help/cs/gnumeric/figures/printing-setup-scale.png 
1234share/help/cs/gnumeric/figures/printing-setup-sheet.png 
1235share/help/cs/gnumeric/figures/selection-1.png 
1236share/help/cs/gnumeric/figures/selection-10.png 
1237share/help/cs/gnumeric/figures/selection-2.png 
1238share/help/cs/gnumeric/figures/selection-3.png 
1239share/help/cs/gnumeric/figures/selection-4.png 
1240share/help/cs/gnumeric/figures/selection-5.png 
1241share/help/cs/gnumeric/figures/selection-8.png 
1242share/help/cs/gnumeric/figures/selection-9.png 
1243share/help/cs/gnumeric/figures/solver-01.png 
1244share/help/cs/gnumeric/figures/solver-02.png 
1245share/help/cs/gnumeric/figures/solver-03.png 
1246share/help/cs/gnumeric/figures/solver-04.png 
1247share/help/cs/gnumeric/figures/solver-05.png 
1248share/help/cs/gnumeric/figures/textguru-export-panel1-withTags.png 
1249share/help/cs/gnumeric/figures/textguru-export-panel2-withTags.png 
1250share/help/cs/gnumeric/figures/textguru-import-panel1-withTags.png 
1251share/help/cs/gnumeric/figures/textguru-import-panel2a-withTags.png 
1252share/help/cs/gnumeric/figures/textguru-import-panel2b-withTags.png 
1253share/help/cs/gnumeric/figures/textguru-import-panel3-withTags.png 
1254share/help/cs/gnumeric/figures/toolbar-extension-menu.png 
1255share/help/cs/gnumeric/figures/toolbar-format-long.png 
1256share/help/cs/gnumeric/figures/toolbar-format.png 
1257share/help/cs/gnumeric/figures/toolbar-object.png 
1258share/help/cs/gnumeric/figures/toolbar-standard.png 
1259share/help/cs/gnumeric/figures/toolbars.png 
1260share/help/cs/gnumeric/figures/widget-checkbox.png 
1261share/help/cs/gnumeric/figures/widget-combobox.png 
1262share/help/cs/gnumeric/figures/widget-entryBox-outlined.png 
1263share/help/cs/gnumeric/figures/widget-frame.png 
1264share/help/cs/gnumeric/figures/widget-label.png 
1265share/help/cs/gnumeric/figures/widget-list.png 
1266share/help/cs/gnumeric/figures/widget-scrollbar.png 
1267share/help/cs/gnumeric/figures/widget-slider.png 
1268share/help/cs/gnumeric/figures/widget-spinbutton.png 
1269share/help/cs/gnumeric/figures/worksheet-cols-1.png 
1270share/help/cs/gnumeric/figures/worksheet-data-1.png 
1271share/help/cs/gnumeric/figures/worksheet-data-2.png 
1272share/help/cs/gnumeric/figures/worksheet-data-3.png 
1273share/help/cs/gnumeric/figures/worksheet-data-4.png 
1274share/help/cs/gnumeric/figures/worksheet-managing-dialog.png 
1275share/help/cs/gnumeric/figures/worksheet-rows-1.png 
1276share/help/cs/gnumeric/figures/worksheet-running-calc-1.png 
1277share/help/cs/gnumeric/gnumeric.xml 
1278share/help/cs/gnumeric/index.docbook 
1279share/help/de/gnumeric/figures/advanced-filter-1.png 838share/help/de/gnumeric/figures/advanced-filter-1.png
1280share/help/de/gnumeric/figures/advanced-filter-2.png 839share/help/de/gnumeric/figures/advanced-filter-2.png
1281share/help/de/gnumeric/figures/analysis-simulation-confidence-interval-equation.png 840share/help/de/gnumeric/figures/analysis-simulation-confidence-interval-equation.png
1282share/help/de/gnumeric/figures/analysis-simulation-demand-ex1.png 841share/help/de/gnumeric/figures/analysis-simulation-demand-ex1.png
1283share/help/de/gnumeric/figures/analysis-simulation-demand-ex2.png 842share/help/de/gnumeric/figures/analysis-simulation-demand-ex2.png
1284share/help/de/gnumeric/figures/analysis-simulation-interations-equation1.png 843share/help/de/gnumeric/figures/analysis-simulation-interations-equation1.png
1285share/help/de/gnumeric/figures/analysis-simulation-interations-equation2.png 844share/help/de/gnumeric/figures/analysis-simulation-interations-equation2.png
1286share/help/de/gnumeric/figures/analysis-simulation-maximumtime-dialog.png 845share/help/de/gnumeric/figures/analysis-simulation-maximumtime-dialog.png
1287share/help/de/gnumeric/figures/analysis-simulation-options-dialog.png 846share/help/de/gnumeric/figures/analysis-simulation-options-dialog.png
1288share/help/de/gnumeric/figures/analysis-simulation-output-dialog.png 847share/help/de/gnumeric/figures/analysis-simulation-output-dialog.png
1289share/help/de/gnumeric/figures/analysis-simulation-profit-ex1.png 848share/help/de/gnumeric/figures/analysis-simulation-profit-ex1.png
1290share/help/de/gnumeric/figures/analysis-simulation-profit-ex2.png 849share/help/de/gnumeric/figures/analysis-simulation-profit-ex2.png
1291share/help/de/gnumeric/figures/analysis-simulation-report-screen.png 850share/help/de/gnumeric/figures/analysis-simulation-report-screen.png
@@ -2717,25 +2276,14 @@ share/locale/te/LC_MESSAGES/${PKGNAME}-f @@ -2717,25 +2276,14 @@ share/locale/te/LC_MESSAGES/${PKGNAME}-f
2717share/locale/te/LC_MESSAGES/${PKGNAME}.mo 2276share/locale/te/LC_MESSAGES/${PKGNAME}.mo
2718share/locale/tr/LC_MESSAGES/${PKGNAME}-functions.mo 2277share/locale/tr/LC_MESSAGES/${PKGNAME}-functions.mo
2719share/locale/tr/LC_MESSAGES/${PKGNAME}.mo 2278share/locale/tr/LC_MESSAGES/${PKGNAME}.mo
2720share/locale/uk/LC_MESSAGES/${PKGNAME}-functions.mo 2279share/locale/uk/LC_MESSAGES/${PKGNAME}-functions.mo
2721share/locale/uk/LC_MESSAGES/${PKGNAME}.mo 2280share/locale/uk/LC_MESSAGES/${PKGNAME}.mo
2722share/locale/vi/LC_MESSAGES/${PKGNAME}-functions.mo 2281share/locale/vi/LC_MESSAGES/${PKGNAME}-functions.mo
2723share/locale/vi/LC_MESSAGES/${PKGNAME}.mo 2282share/locale/vi/LC_MESSAGES/${PKGNAME}.mo
2724share/locale/zh_CN/LC_MESSAGES/${PKGNAME}-functions.mo 2283share/locale/zh_CN/LC_MESSAGES/${PKGNAME}-functions.mo
2725share/locale/zh_CN/LC_MESSAGES/${PKGNAME}.mo 2284share/locale/zh_CN/LC_MESSAGES/${PKGNAME}.mo
2726share/locale/zh_HK/LC_MESSAGES/${PKGNAME}-functions.mo 2285share/locale/zh_HK/LC_MESSAGES/${PKGNAME}-functions.mo
2727share/locale/zh_HK/LC_MESSAGES/${PKGNAME}.mo 2286share/locale/zh_HK/LC_MESSAGES/${PKGNAME}.mo
2728share/locale/zh_TW/LC_MESSAGES/${PKGNAME}-functions.mo 2287share/locale/zh_TW/LC_MESSAGES/${PKGNAME}-functions.mo
2729share/locale/zh_TW/LC_MESSAGES/${PKGNAME}.mo 2288share/locale/zh_TW/LC_MESSAGES/${PKGNAME}.mo
2730share/pixmaps/gnome-application-vnd.lotus-1-2-3.png 2289share/metainfo/gnumeric.appdata.xml
2731share/pixmaps/gnome-application-x-applix-spreadsheet.png 
2732share/pixmaps/gnome-application-x-generic-spreadsheet.png 
2733share/pixmaps/gnome-application-x-gnumeric.png 
2734share/pixmaps/gnome-application-x-xls.png 
2735share/pixmaps/gnumeric/gnome-application-vnd.lotus-1-2-3.png 
2736share/pixmaps/gnumeric/gnome-application-x-applix-spreadsheet.png 
2737share/pixmaps/gnumeric/gnome-application-x-generic-spreadsheet.png 
2738share/pixmaps/gnumeric/gnome-application-x-gnumeric.png 
2739share/pixmaps/gnumeric/gnome-application-x-xls.png 
2740share/pixmaps/gnumeric/win32-gnumeric.ico 
2741share/pixmaps/win32-gnumeric.ico 

cvs diff -r1.31 -r1.32 pkgsrc/math/gnumeric112/distinfo (expand / switch to unified diff)

--- pkgsrc/math/gnumeric112/distinfo 2021/10/26 10:55:41 1.31
+++ pkgsrc/math/gnumeric112/distinfo 2022/12/15 13:17:15 1.32
@@ -1,7 +1,6 @@ @@ -1,7 +1,6 @@
1$NetBSD: distinfo,v 1.31 2021/10/26 10:55:41 nia Exp $ 1$NetBSD: distinfo,v 1.32 2022/12/15 13:17:15 jperkin Exp $
2 2
3BLAKE2s (gnumeric-1.12.48.tar.xz) = 21a0d6f3dc003f0d3c8bc44b849e75dfb441f6dd1bcf4bc849af5f3796b7ba4d 3BLAKE2s (gnumeric-1.12.53.tar.xz) = 90e7939fc7ad59e248dcc5d2c413b92e4b5a9d9a835b726fb17be456e8a7951e
4SHA512 (gnumeric-1.12.48.tar.xz) = 6c17e95ecd88b43da0f4f23d9c99dad5d0016f9618570a36be5998fa84c144bb5d13749fd9c4fe0c295e3c80d70c717d09763cc9904dfc1df062b96749b73ebc 4SHA512 (gnumeric-1.12.53.tar.xz) = 6e9d7b12f9448c75d39985984fac9880c61583fbac10ad9070f5ec7a5bd573874d79e13372d9a185616a5cdb5f53d3f67aeda6ca4bae33e3f5ca0a2160045d7b
5Size (gnumeric-1.12.48.tar.xz) = 18329300 bytes 5Size (gnumeric-1.12.53.tar.xz) = 18125272 bytes
6SHA1 (patch-aa) = 87781e2955442d8edc803cd732b949017b0f4f27 6SHA1 (patch-aa) = 87781e2955442d8edc803cd732b949017b0f4f27
7SHA1 (patch-ab) = f6fe7aed7ab857f1d8292fd99950bda7a9fb96fa 

File Deleted: pkgsrc/math/gnumeric112/patches/Attic/patch-ab