pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/math/gnumeric112



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Thu Dec 15 13:17:15 UTC 2022

Modified Files:
        pkgsrc/math/gnumeric112: Makefile PLIST distinfo
Removed Files:
        pkgsrc/math/gnumeric112/patches: patch-ab

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.82 -r1.83 pkgsrc/math/gnumeric112/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/math/gnumeric112/PLIST
cvs rdiff -u -r1.31 -r1.32 pkgsrc/math/gnumeric112/distinfo
cvs rdiff -u -r1.3 -r0 pkgsrc/math/gnumeric112/patches/patch-ab

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/gnumeric112/Makefile
diff -u pkgsrc/math/gnumeric112/Makefile:1.82 pkgsrc/math/gnumeric112/Makefile:1.83
--- pkgsrc/math/gnumeric112/Makefile:1.82       Wed Nov 23 16:20:35 2022
+++ pkgsrc/math/gnumeric112/Makefile    Thu Dec 15 13:17:15 2022
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.82 2022/11/23 16:20:35 adam Exp $
+# $NetBSD: Makefile,v 1.83 2022/12/15 13:17:15 jperkin Exp $
 
-DISTNAME=      gnumeric-1.12.48
-PKGREVISION=   8
+DISTNAME=      gnumeric-1.12.53
 CATEGORIES=    math gnome
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/gnumeric/1.12/}
 EXTRACT_SUFX=  .tar.xz

Index: pkgsrc/math/gnumeric112/PLIST
diff -u pkgsrc/math/gnumeric112/PLIST:1.19 pkgsrc/math/gnumeric112/PLIST:1.20
--- pkgsrc/math/gnumeric112/PLIST:1.19  Tue Apr 13 18:20:49 2021
+++ pkgsrc/math/gnumeric112/PLIST       Thu Dec 15 13:17:15 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.19 2021/04/13 18:20:49 wiz Exp $
+@comment $NetBSD: PLIST,v 1.20 2022/12/15 13:17:15 jperkin Exp $
 bin/gnumeric
 bin/${PKGNAME}
 bin/ssconvert
@@ -94,6 +94,7 @@ include/libspreadsheet-1.12/spreadsheet/
 include/libspreadsheet-1.12/spreadsheet/sf-gamma.h
 include/libspreadsheet-1.12/spreadsheet/sf-trig.h
 include/libspreadsheet-1.12/spreadsheet/sheet-autofill.h
+include/libspreadsheet-1.12/spreadsheet/sheet-conditions.h
 include/libspreadsheet-1.12/spreadsheet/sheet-control-gui-priv.h
 include/libspreadsheet-1.12/spreadsheet/sheet-control-gui.h
 include/libspreadsheet-1.12/spreadsheet/sheet-control-priv.h
@@ -283,7 +284,6 @@ man/man1/ssconvert.1
 man/man1/ssdiff.1
 man/man1/ssgrep.1
 man/man1/ssindex.1
-share/appdata/gnumeric.appdata.xml
 share/applications/gnumeric.desktop
 share/glib-2.0/schemas/org.gnome.gnumeric.dialogs.gschema.xml
 share/glib-2.0/schemas/org.gnome.gnumeric.gschema.xml
@@ -835,447 +835,6 @@ share/help/C/gnumeric/quick-start.xml
 share/help/C/gnumeric/welcome.xml
 share/help/C/gnumeric/workbooks.xml
 share/help/C/gnumeric/worksheets.xml
-share/help/cs/gnumeric/figures/advanced-filter-1.png
-share/help/cs/gnumeric/figures/advanced-filter-2.png
-share/help/cs/gnumeric/figures/analysis-simulation-confidence-interval-equation.png
-share/help/cs/gnumeric/figures/analysis-simulation-demand-ex1.png
-share/help/cs/gnumeric/figures/analysis-simulation-demand-ex2.png
-share/help/cs/gnumeric/figures/analysis-simulation-interations-equation1.png
-share/help/cs/gnumeric/figures/analysis-simulation-interations-equation2.png
-share/help/cs/gnumeric/figures/analysis-simulation-maximumtime-dialog.png
-share/help/cs/gnumeric/figures/analysis-simulation-options-dialog.png
-share/help/cs/gnumeric/figures/analysis-simulation-output-dialog.png
-share/help/cs/gnumeric/figures/analysis-simulation-profit-ex1.png
-share/help/cs/gnumeric/figures/analysis-simulation-profit-ex2.png
-share/help/cs/gnumeric/figures/analysis-simulation-report-screen.png
-share/help/cs/gnumeric/figures/analysis-simulation-simtable-screen.png
-share/help/cs/gnumeric/figures/analysis-simulation-summary-dialog.png
-share/help/cs/gnumeric/figures/analysis-simulation-variables-dialog.png
-share/help/cs/gnumeric/figures/analysistools-ANOVA1-ex1.png
-share/help/cs/gnumeric/figures/analysistools-ANOVA1-ex2.png
-share/help/cs/gnumeric/figures/analysistools-ANOVA2w-ex1.png
-share/help/cs/gnumeric/figures/analysistools-ANOVA2w-ex2.png
-share/help/cs/gnumeric/figures/analysistools-ANOVA2wo-ex1.png
-share/help/cs/gnumeric/figures/analysistools-ANOVA2wo-ex2.png
-share/help/cs/gnumeric/figures/analysistools-correlation-ex1.png
-share/help/cs/gnumeric/figures/analysistools-correlation-ex2.png
-share/help/cs/gnumeric/figures/analysistools-correlation-ex3.png
-share/help/cs/gnumeric/figures/analysistools-correlation.png
-share/help/cs/gnumeric/figures/analysistools-covariance-ex1.png
-share/help/cs/gnumeric/figures/analysistools-covariance-ex2.png
-share/help/cs/gnumeric/figures/analysistools-covariance.png
-share/help/cs/gnumeric/figures/analysistools-descstats-ex1-options.png
-share/help/cs/gnumeric/figures/analysistools-descstats-ex1.png
-share/help/cs/gnumeric/figures/analysistools-descstats-ex2.png
-share/help/cs/gnumeric/figures/analysistools-descstats.png
-share/help/cs/gnumeric/figures/analysistools-exp-smoothing-a-holt-winters-formula.png
-share/help/cs/gnumeric/figures/analysistools-exp-smoothing-a-holt-winters-stderr.png
-share/help/cs/gnumeric/figures/analysistools-exp-smoothing-holt-formula.png
-share/help/cs/gnumeric/figures/analysistools-exp-smoothing-holt-stderr.png
-share/help/cs/gnumeric/figures/analysistools-exp-smoothing-hunter-formula.png
-share/help/cs/gnumeric/figures/analysistools-exp-smoothing-hunter-stderr.png
-share/help/cs/gnumeric/figures/analysistools-exp-smoothing-m-holt-winters-formula.png
-share/help/cs/gnumeric/figures/analysistools-exp-smoothing-m-holt-winters-stderr.png
-share/help/cs/gnumeric/figures/analysistools-exp-smoothing-roberts-formula.png
-share/help/cs/gnumeric/figures/analysistools-exp-smoothing-roberts-stderr.png
-share/help/cs/gnumeric/figures/analysistools-fourier-formula.png
-share/help/cs/gnumeric/figures/analysistools-fourier.png
-share/help/cs/gnumeric/figures/analysistools-frequency-cats.png
-share/help/cs/gnumeric/figures/analysistools-frequency-graphs.png
-share/help/cs/gnumeric/figures/analysistools-frequency-results.png
-share/help/cs/gnumeric/figures/analysistools-frequency.png
-share/help/cs/gnumeric/figures/analysistools-ftest-ex1.png
-share/help/cs/gnumeric/figures/analysistools-ftest-ex2.png
-share/help/cs/gnumeric/figures/analysistools-ftest.png
-share/help/cs/gnumeric/figures/analysistools-histogram-bins.png
-share/help/cs/gnumeric/figures/analysistools-histogram-cutoffs.png
-share/help/cs/gnumeric/figures/analysistools-histogram-ex1.png
-share/help/cs/gnumeric/figures/analysistools-histogram-ex2.png
-share/help/cs/gnumeric/figures/analysistools-histogram-ex3.png
-share/help/cs/gnumeric/figures/analysistools-histogram-ex4.png
-share/help/cs/gnumeric/figures/analysistools-histogram-ex5.png
-share/help/cs/gnumeric/figures/analysistools-histogram-graphs.png
-share/help/cs/gnumeric/figures/analysistools-histogram.png
-share/help/cs/gnumeric/figures/analysistools-kaplan-ex1.png
-share/help/cs/gnumeric/figures/analysistools-kaplan-ex2.png
-share/help/cs/gnumeric/figures/analysistools-kaplan-ex3.png
-share/help/cs/gnumeric/figures/analysistools-kaplan-groups.png
-share/help/cs/gnumeric/figures/analysistools-kaplan-options.png
-share/help/cs/gnumeric/figures/analysistools-kaplan.png
-share/help/cs/gnumeric/figures/analysistools-moving-average-ex1.png
-share/help/cs/gnumeric/figures/analysistools-moving-average-ex2.png
-share/help/cs/gnumeric/figures/analysistools-moving-average-ex3.png
-share/help/cs/gnumeric/figures/analysistools-moving-average-formula-central.png
-share/help/cs/gnumeric/figures/analysistools-moving-average-formula-spencer.png
-share/help/cs/gnumeric/figures/analysistools-moving-average-formula-weighted.png
-share/help/cs/gnumeric/figures/analysistools-moving-average-options.png
-share/help/cs/gnumeric/figures/analysistools-moving-average.png
-share/help/cs/gnumeric/figures/analysistools-normality-ex1.png
-share/help/cs/gnumeric/figures/analysistools-normality-ex2.png
-share/help/cs/gnumeric/figures/analysistools-normality-ex3.png
-share/help/cs/gnumeric/figures/analysistools-normality-ex4.png
-share/help/cs/gnumeric/figures/analysistools-normality-testspec.png
-share/help/cs/gnumeric/figures/analysistools-normality.png
-share/help/cs/gnumeric/figures/analysistools-outputoptions.png
-share/help/cs/gnumeric/figures/analysistools-pcanalysis-ex1.png
-share/help/cs/gnumeric/figures/analysistools-pcanalysis-ex2.png
-share/help/cs/gnumeric/figures/analysistools-pcanalysis.png
-share/help/cs/gnumeric/figures/analysistools-random-ex1.png
-share/help/cs/gnumeric/figures/analysistools-random-ex2.png
-share/help/cs/gnumeric/figures/analysistools-random.png
-share/help/cs/gnumeric/figures/analysistools-ranges.png
-share/help/cs/gnumeric/figures/analysistools-rank-ex1.png
-share/help/cs/gnumeric/figures/analysistools-rank-ex2.png
-share/help/cs/gnumeric/figures/analysistools-rank.png
-share/help/cs/gnumeric/figures/analysistools-regression-ex1.png
-share/help/cs/gnumeric/figures/analysistools-regression-ex2.png
-share/help/cs/gnumeric/figures/analysistools-regression-ex3.png
-share/help/cs/gnumeric/figures/analysistools-regression.png
-share/help/cs/gnumeric/figures/analysistools-sampling-ex1.png
-share/help/cs/gnumeric/figures/analysistools-sampling-ex2.png
-share/help/cs/gnumeric/figures/analysistools-sampling.png
-share/help/cs/gnumeric/figures/analysistools-signtest-ex1.png
-share/help/cs/gnumeric/figures/analysistools-signtest-ex2.png
-share/help/cs/gnumeric/figures/analysistools-signtest-ex3.png
-share/help/cs/gnumeric/figures/analysistools-signtest.png
-share/help/cs/gnumeric/figures/analysistools-smoothing-ex1.png
-share/help/cs/gnumeric/figures/analysistools-smoothing-ex2.png
-share/help/cs/gnumeric/figures/analysistools-smoothing-ex3.png
-share/help/cs/gnumeric/figures/analysistools-smoothing-ex4.png
-share/help/cs/gnumeric/figures/analysistools-smoothing-ex5.png
-share/help/cs/gnumeric/figures/analysistools-smoothing-ex6.png
-share/help/cs/gnumeric/figures/analysistools-smoothing-ex7.png
-share/help/cs/gnumeric/figures/analysistools-smoothing-ex8.png
-share/help/cs/gnumeric/figures/analysistools-smoothing.png
-share/help/cs/gnumeric/figures/analysistools-tools.png
-share/help/cs/gnumeric/figures/analysistools-ttest-equal-ex1.png
-share/help/cs/gnumeric/figures/analysistools-ttest-equal-ex2.png
-share/help/cs/gnumeric/figures/analysistools-ttest-equal.png
-share/help/cs/gnumeric/figures/analysistools-ttest-paired-ex1.png
-share/help/cs/gnumeric/figures/analysistools-ttest-paired-ex2.png
-share/help/cs/gnumeric/figures/analysistools-ttest-paired.png
-share/help/cs/gnumeric/figures/analysistools-ttest-unequal-ex1.png
-share/help/cs/gnumeric/figures/analysistools-ttest-unequal-ex2.png
-share/help/cs/gnumeric/figures/analysistools-ttest-unequal.png
-share/help/cs/gnumeric/figures/analysistools-ttest.png
-share/help/cs/gnumeric/figures/analysistools-ztest-ex1.png
-share/help/cs/gnumeric/figures/analysistools-ztest-ex2.png
-share/help/cs/gnumeric/figures/analysistools-ztest.png
-share/help/cs/gnumeric/figures/arrowhead-dimensions.png
-share/help/cs/gnumeric/figures/button-align-center.png
-share/help/cs/gnumeric/figures/button-align-left.png
-share/help/cs/gnumeric/figures/button-align-right.png
-share/help/cs/gnumeric/figures/button-arrow.png
-share/help/cs/gnumeric/figures/button-bold.png
-share/help/cs/gnumeric/figures/button-borders.png
-share/help/cs/gnumeric/figures/button-button.png
-share/help/cs/gnumeric/figures/button-center-across-selection.png
-share/help/cs/gnumeric/figures/button-checkbox.png
-share/help/cs/gnumeric/figures/button-combo.png
-share/help/cs/gnumeric/figures/button-copy.png
-share/help/cs/gnumeric/figures/button-cut.png
-share/help/cs/gnumeric/figures/button-decrease-indent.png
-share/help/cs/gnumeric/figures/button-decrease-precision.png
-share/help/cs/gnumeric/figures/button-equals.png
-share/help/cs/gnumeric/figures/button-fill.png
-share/help/cs/gnumeric/figures/button-font-size.png
-share/help/cs/gnumeric/figures/button-font-type.png
-share/help/cs/gnumeric/figures/button-frame.png
-share/help/cs/gnumeric/figures/button-function.png
-share/help/cs/gnumeric/figures/button-graph.png
-share/help/cs/gnumeric/figures/button-graphEditor-add.png
-share/help/cs/gnumeric/figures/button-increase-indent.png
-share/help/cs/gnumeric/figures/button-increase-precision.png
-share/help/cs/gnumeric/figures/button-insert-component.png
-share/help/cs/gnumeric/figures/button-insert-hyperlink.png
-share/help/cs/gnumeric/figures/button-insert-object.png
-share/help/cs/gnumeric/figures/button-italic.png
-share/help/cs/gnumeric/figures/button-label.png
-share/help/cs/gnumeric/figures/button-line.png
-share/help/cs/gnumeric/figures/button-list.png
-share/help/cs/gnumeric/figures/button-merge.png
-share/help/cs/gnumeric/figures/button-money.png
-share/help/cs/gnumeric/figures/button-new.png
-share/help/cs/gnumeric/figures/button-open.png
-share/help/cs/gnumeric/figures/button-oval.png
-share/help/cs/gnumeric/figures/button-paste.png
-share/help/cs/gnumeric/figures/button-percent.png
-share/help/cs/gnumeric/figures/button-preview.png
-share/help/cs/gnumeric/figures/button-print.png
-share/help/cs/gnumeric/figures/button-radio.png
-share/help/cs/gnumeric/figures/button-rectangle.png
-share/help/cs/gnumeric/figures/button-redo-and-history.png
-share/help/cs/gnumeric/figures/button-save.png
-share/help/cs/gnumeric/figures/button-scrollbar.png
-share/help/cs/gnumeric/figures/button-slider.png
-share/help/cs/gnumeric/figures/button-sort-az.png
-share/help/cs/gnumeric/figures/button-sort-za.png
-share/help/cs/gnumeric/figures/button-spin.png
-share/help/cs/gnumeric/figures/button-split.png
-share/help/cs/gnumeric/figures/button-subscript.png
-share/help/cs/gnumeric/figures/button-sum.png
-share/help/cs/gnumeric/figures/button-superscript.png
-share/help/cs/gnumeric/figures/button-text-colour.png
-share/help/cs/gnumeric/figures/button-thousands.png
-share/help/cs/gnumeric/figures/button-underline.png
-share/help/cs/gnumeric/figures/button-undo-and-history.png
-share/help/cs/gnumeric/figures/button-zoom.png
-share/help/cs/gnumeric/figures/cell-grid.png
-share/help/cs/gnumeric/figures/cell-selected.png
-share/help/cs/gnumeric/figures/cell-with-text.png
-share/help/cs/gnumeric/figures/cells-1.png
-share/help/cs/gnumeric/figures/cells-2.png
-share/help/cs/gnumeric/figures/chart_area_1_1.png
-share/help/cs/gnumeric/figures/chart_area_1_2.png
-share/help/cs/gnumeric/figures/chart_area_1_3.png
-share/help/cs/gnumeric/figures/chart_bar_1_1.png
-share/help/cs/gnumeric/figures/chart_bar_1_2.png
-share/help/cs/gnumeric/figures/chart_bar_1_3.png
-share/help/cs/gnumeric/figures/chart_bubble_1_1.png
-share/help/cs/gnumeric/figures/chart_column_1_1.png
-share/help/cs/gnumeric/figures/chart_column_1_2.png
-share/help/cs/gnumeric/figures/chart_column_1_3.png
-share/help/cs/gnumeric/figures/chart_line_1_1.png
-share/help/cs/gnumeric/figures/chart_line_1_2.png
-share/help/cs/gnumeric/figures/chart_line_1_3.png
-share/help/cs/gnumeric/figures/chart_line_2_1.png
-share/help/cs/gnumeric/figures/chart_line_2_2.png
-share/help/cs/gnumeric/figures/chart_line_2_3.png
-share/help/cs/gnumeric/figures/chart_pie_1_1.png
-share/help/cs/gnumeric/figures/chart_pie_2_1.png
-share/help/cs/gnumeric/figures/chart_radar_1_1.png
-share/help/cs/gnumeric/figures/chart_radar_1_2.png
-share/help/cs/gnumeric/figures/chart_radar_1_3.png
-share/help/cs/gnumeric/figures/chart_ring_1_1.png
-share/help/cs/gnumeric/figures/chart_ring_1_2.png
-share/help/cs/gnumeric/figures/chart_scatter_1_1.png
-share/help/cs/gnumeric/figures/chart_scatter_3_1.png
-share/help/cs/gnumeric/figures/chart_scatter_3_2.png
-share/help/cs/gnumeric/figures/chart_surface_1.png
-share/help/cs/gnumeric/figures/chart_surface_2.png
-share/help/cs/gnumeric/figures/dialog-auto-correct.png
-share/help/cs/gnumeric/figures/dialog-autosave.png
-share/help/cs/gnumeric/figures/dialog-fileopen-withTags.png
-share/help/cs/gnumeric/figures/dialog-filesave-compact-withTags.png
-share/help/cs/gnumeric/figures/dialog-filesave-expanded-withTags.png
-share/help/cs/gnumeric/figures/dialog-filter.png
-share/help/cs/gnumeric/figures/dialog-insert-object.png
-share/help/cs/gnumeric/figures/dialog-properties-arrow.png
-share/help/cs/gnumeric/figures/dialog-properties-checkbox.png
-share/help/cs/gnumeric/figures/dialog-properties-frame.png
-share/help/cs/gnumeric/figures/dialog-properties-label.png
-share/help/cs/gnumeric/figures/dialog-properties-line.png
-share/help/cs/gnumeric/figures/dialog-properties-oval.png
-share/help/cs/gnumeric/figures/dialog-properties-rectangle.png
-share/help/cs/gnumeric/figures/dialog-properties-scrollbar.png
-share/help/cs/gnumeric/figures/drawing-arrow.png
-share/help/cs/gnumeric/figures/drawing-line.png
-share/help/cs/gnumeric/figures/drawing-oval.png
-share/help/cs/gnumeric/figures/drawing-rectangle.png
-share/help/cs/gnumeric/figures/example-colGraph-modified.png
-share/help/cs/gnumeric/figures/example-colGraph.png
-share/help/cs/gnumeric/figures/example-columnSelect.png
-share/help/cs/gnumeric/figures/example-data.png
-share/help/cs/gnumeric/figures/files-html-example.png
-share/help/cs/gnumeric/figures/files-html32-example.png
-share/help/cs/gnumeric/figures/files-html40-example.png
-share/help/cs/gnumeric/figures/formula-dmedian.png
-share/help/cs/gnumeric/figures/gnumeric-empty.png
-share/help/cs/gnumeric/figures/gnumeric-icon-24.png
-share/help/cs/gnumeric/figures/gnumeric-labelled.png
-share/help/cs/gnumeric/figures/gnumeric-power-example.png
-share/help/cs/gnumeric/figures/graph-axes-grid.png
-share/help/cs/gnumeric/figures/graph-components.png
-share/help/cs/gnumeric/figures/graph-example-area.png
-share/help/cs/gnumeric/figures/graph-example-bar.png
-share/help/cs/gnumeric/figures/graph-example-bubble.png
-share/help/cs/gnumeric/figures/graph-example-column.png
-share/help/cs/gnumeric/figures/graph-example-line.png
-share/help/cs/gnumeric/figures/graph-example-pie.png
-share/help/cs/gnumeric/figures/graph-example-radar.png
-share/help/cs/gnumeric/figures/graph-example-ring.png
-share/help/cs/gnumeric/figures/graph-example-surface-t1.png
-share/help/cs/gnumeric/figures/graph-example-surface-t2.png
-share/help/cs/gnumeric/figures/graph-example-xyplot.png
-share/help/cs/gnumeric/figures/graph-hierarchy.png
-share/help/cs/gnumeric/figures/graphguru-axes-category-bounds.png
-share/help/cs/gnumeric/figures/graphguru-axes-category-details.png
-share/help/cs/gnumeric/figures/graphguru-axes-category-style.png
-share/help/cs/gnumeric/figures/graphguru-axes-continuous-bounds.png
-share/help/cs/gnumeric/figures/graphguru-axes-continuous-format.png
-share/help/cs/gnumeric/figures/graphguru-backPanels-gradient.png
-share/help/cs/gnumeric/figures/graphguru-backPanels-image.png
-share/help/cs/gnumeric/figures/graphguru-backPanels-none.png
-share/help/cs/gnumeric/figures/graphguru-backPanels-pattern.png
-share/help/cs/gnumeric/figures/graphguru-components.png
-share/help/cs/gnumeric/figures/graphguru-plot-barCol.png
-share/help/cs/gnumeric/figures/graphguru-plot-bubble.png
-share/help/cs/gnumeric/figures/graphguru-plot-pie.png
-share/help/cs/gnumeric/figures/graphguru-plot-radar.png
-share/help/cs/gnumeric/figures/graphguru-plot-ring.png
-share/help/cs/gnumeric/figures/graphguru-series-data-bubble.png
-share/help/cs/gnumeric/figures/graphguru-series-data-single.png
-share/help/cs/gnumeric/figures/graphguru-series-data-xy.png
-share/help/cs/gnumeric/figures/graphguru-series-error.png
-share/help/cs/gnumeric/figures/graphguru-series-style-filled.png
-share/help/cs/gnumeric/figures/graphguru-series-style-line.png
-share/help/cs/gnumeric/figures/graphguru-title-font.png
-share/help/cs/gnumeric/figures/graphical-elements-selected.png
-share/help/cs/gnumeric/figures/graphical-elements-stacked.png
-share/help/cs/gnumeric/figures/graphical-elements.png
-share/help/cs/gnumeric/figures/graphs-types-area.png
-share/help/cs/gnumeric/figures/graphs-types-bar.png
-share/help/cs/gnumeric/figures/graphs-types-bubble.png
-share/help/cs/gnumeric/figures/graphs-types-column.png
-share/help/cs/gnumeric/figures/graphs-types-line.png
-share/help/cs/gnumeric/figures/graphs-types-pie.png
-share/help/cs/gnumeric/figures/graphs-types-radar.png
-share/help/cs/gnumeric/figures/graphs-types-ring.png
-share/help/cs/gnumeric/figures/graphs-types-stock.png
-share/help/cs/gnumeric/figures/graphs-types-surface.png
-share/help/cs/gnumeric/figures/graphs-types-xyplot.png
-share/help/cs/gnumeric/figures/icon-locked.png
-share/help/cs/gnumeric/figures/icon-unlocked.png
-share/help/cs/gnumeric/figures/icon-visible.png
-share/help/cs/gnumeric/figures/info-area.png
-share/help/cs/gnumeric/figures/menu-context-col-row-header.png
-share/help/cs/gnumeric/figures/menu-context-graph-order.png
-share/help/cs/gnumeric/figures/menu-context-graph.png
-share/help/cs/gnumeric/figures/menu-context-grid.png
-share/help/cs/gnumeric/figures/menu-context-object-order.png
-share/help/cs/gnumeric/figures/menu-context-object.png
-share/help/cs/gnumeric/figures/menu-context-sheet-tabs.png
-share/help/cs/gnumeric/figures/menu-context-tabs.png
-share/help/cs/gnumeric/figures/menu-context-toolbars.png
-share/help/cs/gnumeric/figures/menu-data-export.png
-share/help/cs/gnumeric/figures/menu-data-import.png
-share/help/cs/gnumeric/figures/menu-data-labelled.png
-share/help/cs/gnumeric/figures/menu-edit-delete-cells.png
-share/help/cs/gnumeric/figures/menu-edit-labelled.png
-share/help/cs/gnumeric/figures/menu-edit-modify-names.png
-share/help/cs/gnumeric/figures/menu-edit-paste-special.png
-share/help/cs/gnumeric/figures/menu-edit-select.png
-share/help/cs/gnumeric/figures/menu-file-labelled.png
-share/help/cs/gnumeric/figures/menu-file-printarea.png
-share/help/cs/gnumeric/figures/menu-format-column.png
-share/help/cs/gnumeric/figures/menu-format-labelled.png
-share/help/cs/gnumeric/figures/menu-format-sheet.png
-share/help/cs/gnumeric/figures/menu-help-labelled.png
-share/help/cs/gnumeric/figures/menu-insert-comment.png
-share/help/cs/gnumeric/figures/menu-insert-fw.png
-share/help/cs/gnumeric/figures/menu-insert-hyperlink.png
-share/help/cs/gnumeric/figures/menu-insert-labelled.png
-share/help/cs/gnumeric/figures/menu-insert-names.png
-share/help/cs/gnumeric/figures/menu-statistics-labelled.png
-share/help/cs/gnumeric/figures/menu-tools-labelled.png
-share/help/cs/gnumeric/figures/menu-torn-off.png
-share/help/cs/gnumeric/figures/menu-view-labelled.png
-share/help/cs/gnumeric/figures/menu-view-properties-dialog-cm.png
-share/help/cs/gnumeric/figures/menu-view-properties-dialog.png
-share/help/cs/gnumeric/figures/menubar.png
-share/help/cs/gnumeric/figures/number-format-border-dialog.png
-share/help/cs/gnumeric/figures/number-format-color-dialog.png
-share/help/cs/gnumeric/figures/number-format-dialog.png
-share/help/cs/gnumeric/figures/number-format-font-dialog.png
-share/help/cs/gnumeric/figures/number-format-justification-dialog-2.png
-share/help/cs/gnumeric/figures/number-format-protection.png
-share/help/cs/gnumeric/figures/number-format-validation-warning.png
-share/help/cs/gnumeric/figures/number-format-validation.png
-share/help/cs/gnumeric/figures/pointer_arrow_left_std.png
-share/help/cs/gnumeric/figures/pointer_cross_hair.png
-share/help/cs/gnumeric/figures/pointer_cross_wide.png
-share/help/cs/gnumeric/figures/pointer_diagonal_resize.png
-share/help/cs/gnumeric/figures/pointer_double_horizontal_arrow.png
-share/help/cs/gnumeric/figures/pointer_double_vertical_arrow.png
-share/help/cs/gnumeric/figures/pointer_four_way_arrow.png
-share/help/cs/gnumeric/figures/pointer_hand_left.png
-share/help/cs/gnumeric/figures/pointer_left.png
-share/help/cs/gnumeric/figures/pointer_resize_multiple.png
-share/help/cs/gnumeric/figures/pointer_right.png
-share/help/cs/gnumeric/figures/pointer_text_edit.png
-share/help/cs/gnumeric/figures/pointer_zoom_in.png
-share/help/cs/gnumeric/figures/pointer_zoom_out.png
-share/help/cs/gnumeric/figures/preferences-copypaste.png
-share/help/cs/gnumeric/figures/preferences-files.png
-share/help/cs/gnumeric/figures/preferences-font-header.png
-share/help/cs/gnumeric/figures/preferences-font.png
-share/help/cs/gnumeric/figures/preferences-screen.png
-share/help/cs/gnumeric/figures/preferences-sorting.png
-share/help/cs/gnumeric/figures/preferences-tools.png
-share/help/cs/gnumeric/figures/preferences-undo.png
-share/help/cs/gnumeric/figures/preferences-windows.png
-share/help/cs/gnumeric/figures/print-large.png
-share/help/cs/gnumeric/figures/print-preview-back.png
-share/help/cs/gnumeric/figures/print-preview-first.png
-share/help/cs/gnumeric/figures/print-preview-fit.png
-share/help/cs/gnumeric/figures/print-preview-fitonetoone.png
-share/help/cs/gnumeric/figures/print-preview-last.png
-share/help/cs/gnumeric/figures/print-preview-next.png
-share/help/cs/gnumeric/figures/print-preview-zoomin.png
-share/help/cs/gnumeric/figures/print-preview-zoomout.png
-share/help/cs/gnumeric/figures/print-worksheet-file-general.png
-share/help/cs/gnumeric/figures/print-worksheet-job.png
-share/help/cs/gnumeric/figures/print-worksheet-page_setup.png
-share/help/cs/gnumeric/figures/print-worksheet-paper.png
-share/help/cs/gnumeric/figures/print-worksheet-print_range.png
-share/help/cs/gnumeric/figures/print-worksheet-printer-advanced.png
-share/help/cs/gnumeric/figures/print-worksheet-printer-finishing.png
-share/help/cs/gnumeric/figures/print-worksheet-printer-general.png
-share/help/cs/gnumeric/figures/print-worksheet-printer-image_quality.png
-share/help/cs/gnumeric/figures/print-worksheet-printer-job.png
-share/help/cs/gnumeric/figures/print-worksheet-printer.png
-share/help/cs/gnumeric/figures/printing-preview.png
-share/help/cs/gnumeric/figures/printing-setup-header-config.png
-share/help/cs/gnumeric/figures/printing-setup-header.png
-share/help/cs/gnumeric/figures/printing-setup-page-paper-type.png
-share/help/cs/gnumeric/figures/printing-setup-page.png
-share/help/cs/gnumeric/figures/printing-setup-printarea.png
-share/help/cs/gnumeric/figures/printing-setup-scale.png
-share/help/cs/gnumeric/figures/printing-setup-sheet.png
-share/help/cs/gnumeric/figures/selection-1.png
-share/help/cs/gnumeric/figures/selection-10.png
-share/help/cs/gnumeric/figures/selection-2.png
-share/help/cs/gnumeric/figures/selection-3.png
-share/help/cs/gnumeric/figures/selection-4.png
-share/help/cs/gnumeric/figures/selection-5.png
-share/help/cs/gnumeric/figures/selection-8.png
-share/help/cs/gnumeric/figures/selection-9.png
-share/help/cs/gnumeric/figures/solver-01.png
-share/help/cs/gnumeric/figures/solver-02.png
-share/help/cs/gnumeric/figures/solver-03.png
-share/help/cs/gnumeric/figures/solver-04.png
-share/help/cs/gnumeric/figures/solver-05.png
-share/help/cs/gnumeric/figures/textguru-export-panel1-withTags.png
-share/help/cs/gnumeric/figures/textguru-export-panel2-withTags.png
-share/help/cs/gnumeric/figures/textguru-import-panel1-withTags.png
-share/help/cs/gnumeric/figures/textguru-import-panel2a-withTags.png
-share/help/cs/gnumeric/figures/textguru-import-panel2b-withTags.png
-share/help/cs/gnumeric/figures/textguru-import-panel3-withTags.png
-share/help/cs/gnumeric/figures/toolbar-extension-menu.png
-share/help/cs/gnumeric/figures/toolbar-format-long.png
-share/help/cs/gnumeric/figures/toolbar-format.png
-share/help/cs/gnumeric/figures/toolbar-object.png
-share/help/cs/gnumeric/figures/toolbar-standard.png
-share/help/cs/gnumeric/figures/toolbars.png
-share/help/cs/gnumeric/figures/widget-checkbox.png
-share/help/cs/gnumeric/figures/widget-combobox.png
-share/help/cs/gnumeric/figures/widget-entryBox-outlined.png
-share/help/cs/gnumeric/figures/widget-frame.png
-share/help/cs/gnumeric/figures/widget-label.png
-share/help/cs/gnumeric/figures/widget-list.png
-share/help/cs/gnumeric/figures/widget-scrollbar.png
-share/help/cs/gnumeric/figures/widget-slider.png
-share/help/cs/gnumeric/figures/widget-spinbutton.png
-share/help/cs/gnumeric/figures/worksheet-cols-1.png
-share/help/cs/gnumeric/figures/worksheet-data-1.png
-share/help/cs/gnumeric/figures/worksheet-data-2.png
-share/help/cs/gnumeric/figures/worksheet-data-3.png
-share/help/cs/gnumeric/figures/worksheet-data-4.png
-share/help/cs/gnumeric/figures/worksheet-managing-dialog.png
-share/help/cs/gnumeric/figures/worksheet-rows-1.png
-share/help/cs/gnumeric/figures/worksheet-running-calc-1.png
-share/help/cs/gnumeric/gnumeric.xml
-share/help/cs/gnumeric/index.docbook
 share/help/de/gnumeric/figures/advanced-filter-1.png
 share/help/de/gnumeric/figures/advanced-filter-2.png
 share/help/de/gnumeric/figures/analysis-simulation-confidence-interval-equation.png
@@ -2727,15 +2286,4 @@ share/locale/zh_HK/LC_MESSAGES/${PKGNAME
 share/locale/zh_HK/LC_MESSAGES/${PKGNAME}.mo
 share/locale/zh_TW/LC_MESSAGES/${PKGNAME}-functions.mo
 share/locale/zh_TW/LC_MESSAGES/${PKGNAME}.mo
-share/pixmaps/gnome-application-vnd.lotus-1-2-3.png
-share/pixmaps/gnome-application-x-applix-spreadsheet.png
-share/pixmaps/gnome-application-x-generic-spreadsheet.png
-share/pixmaps/gnome-application-x-gnumeric.png
-share/pixmaps/gnome-application-x-xls.png
-share/pixmaps/gnumeric/gnome-application-vnd.lotus-1-2-3.png
-share/pixmaps/gnumeric/gnome-application-x-applix-spreadsheet.png
-share/pixmaps/gnumeric/gnome-application-x-generic-spreadsheet.png
-share/pixmaps/gnumeric/gnome-application-x-gnumeric.png
-share/pixmaps/gnumeric/gnome-application-x-xls.png
-share/pixmaps/gnumeric/win32-gnumeric.ico
-share/pixmaps/win32-gnumeric.ico
+share/metainfo/gnumeric.appdata.xml

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



Home | Main Index | Thread Index | Old Index