The NetBSD Project

CVS log for pkgsrc/math/gnumeric112/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / math / gnumeric112

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.92 / (download) - annotate - [select for diffs], Tue Nov 14 14:02:27 2023 UTC (4 months, 2 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q4-base, pkgsrc-2023Q4, HEAD
Changes since 1.91: +2 -2 lines
Diff to previous 1.91 (colored)

*: recursive bump for cairo dependency changes

Revision 1.91 / (download) - annotate - [select for diffs], Sun Nov 12 13:22:39 2023 UTC (4 months, 2 weeks ago) by wiz
Branch: MAIN
Changes since 1.90: +2 -2 lines
Diff to previous 1.90 (colored)

*: revebump for new brotli option for freetype2

Addresses PR 57693

Revision 1.90 / (download) - annotate - [select for diffs], Wed Nov 8 13:20:02 2023 UTC (4 months, 2 weeks ago) by wiz
Branch: MAIN
Changes since 1.89: +2 -2 lines
Diff to previous 1.89 (colored)

*: recursive bump for icu 74.1

Revision 1.89 / (download) - annotate - [select for diffs], Sat Oct 21 17:11:00 2023 UTC (5 months, 1 week ago) by gdt
Branch: MAIN
Changes since 1.88: +2 -2 lines
Diff to previous 1.88 (colored)

recursive revbump for tiff update

Revision 1.88 / (download) - annotate - [select for diffs], Mon Aug 14 05:24:49 2023 UTC (7 months, 2 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3
Changes since 1.87: +2 -2 lines
Diff to previous 1.87 (colored)

*: recursive bump for Python 3.11 as new default

Revision 1.87 / (download) - annotate - [select for diffs], Thu Jul 6 09:40:51 2023 UTC (8 months, 3 weeks ago) by wiz
Branch: MAIN
Changes since 1.86: +2 -2 lines
Diff to previous 1.86 (colored)

*: recursive bump for perl 5.38

Revision 1.86 / (download) - annotate - [select for diffs], Wed Apr 19 08:10:45 2023 UTC (11 months, 1 week ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base, pkgsrc-2023Q2
Changes since 1.85: +2 -2 lines
Diff to previous 1.85 (colored)

revbump after textproc/icu update

Revision 1.85 / (download) - annotate - [select for diffs], Sun Jan 29 21:17:03 2023 UTC (13 months, 4 weeks ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1
Changes since 1.84: +2 -2 lines
Diff to previous 1.84 (colored)

*: Recursive revbup from graphics/freetype2

Revision 1.84 / (download) - annotate - [select for diffs], Tue Jan 3 17:37:50 2023 UTC (14 months, 3 weeks ago) by wiz
Branch: MAIN
Changes since 1.83: +2 -1 lines
Diff to previous 1.83 (colored)

*: recursive bump for tiff shlib major bump

Revision 1.83 / (download) - annotate - [select for diffs], Thu Dec 15 13:17:15 2022 UTC (15 months, 1 week ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base, pkgsrc-2022Q4
Changes since 1.82: +2 -3 lines
Diff to previous 1.82 (colored)

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.

Revision 1.82 / (download) - annotate - [select for diffs], Wed Nov 23 16:20:35 2022 UTC (16 months ago) by adam
Branch: MAIN
Changes since 1.81: +2 -2 lines
Diff to previous 1.81 (colored)

massive revision bump after textproc/icu update

Revision 1.81 / (download) - annotate - [select for diffs], Thu Aug 11 05:08:59 2022 UTC (19 months, 2 weeks ago) by gutteridge
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base, pkgsrc-2022Q3
Changes since 1.80: +2 -2 lines
Diff to previous 1.80 (colored)

Bump all dependent packages of wayland (belatedly)

The package changed with the addition of its libepoll-shim dependency.
Otherwise, we can get:
ERROR: libepoll-shim>=0.0.20210418 is not installed; can't buildlink files.

Revision 1.80 / (download) - annotate - [select for diffs], Thu Jun 30 11:18:36 2022 UTC (20 months, 4 weeks ago) by nia
Branch: MAIN
Changes since 1.79: +2 -2 lines
Diff to previous 1.79 (colored)

*: Revbump packages that use Python at runtime without a PKGNAME prefix

Revision 1.79 / (download) - annotate - [select for diffs], Tue Jun 28 11:34:37 2022 UTC (21 months ago) by wiz
Branch: MAIN
Changes since 1.78: +2 -2 lines
Diff to previous 1.78 (colored)

*: recursive bump for perl 5.36

Revision 1.78 / (download) - annotate - [select for diffs], Mon Apr 18 19:11:35 2022 UTC (23 months, 1 week ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2
Changes since 1.77: +2 -2 lines
Diff to previous 1.77 (colored)

revbump for textproc/icu update

Revision 1.77 / (download) - annotate - [select for diffs], Fri Jan 28 12:17:24 2022 UTC (2 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q1-base, pkgsrc-2022Q1
Changes since 1.76: +3 -1 lines
Diff to previous 1.76 (colored)

gnumeric112: restrict to python 3.x

(reduce py27-gobject3 users)

Revision 1.76 / (download) - annotate - [select for diffs], Wed Dec 8 16:05:34 2021 UTC (2 years, 3 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base, pkgsrc-2021Q4
Changes since 1.75: +2 -2 lines
Diff to previous 1.75 (colored)

revbump for icu and libffi

Revision 1.75 / (download) - annotate - [select for diffs], Mon May 24 19:52:56 2021 UTC (2 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2
Changes since 1.74: +2 -2 lines
Diff to previous 1.74 (colored)

*: recursive bump for perl 5.34

Revision 1.74 / (download) - annotate - [select for diffs], Sun May 2 10:24:50 2021 UTC (2 years, 10 months ago) by nia
Branch: MAIN
Changes since 1.73: +2 -2 lines
Diff to previous 1.73 (colored)

*: Use the tools framework for itstool

Now it should be more obvious when a package needs it as a dependency,
as it will fail loudly if it isn't declared as a tool.

While here, some duplicate dependencies on itstool were removed from the
MATE packages

Revision 1.73 / (download) - annotate - [select for diffs], Wed Apr 21 11:42:10 2021 UTC (2 years, 11 months ago) by adam
Branch: MAIN
Changes since 1.72: +2 -1 lines
Diff to previous 1.72 (colored)

revbump for textproc/icu

Revision 1.72 / (download) - annotate - [select for diffs], Thu Feb 11 16:08:51 2021 UTC (3 years, 1 month ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1
Changes since 1.71: +2 -3 lines
Diff to previous 1.71 (colored)

gnumeric: Update to 1.12.48

Gnumeric 1.12.48

Andreas:
	* Add axis title to chart in histogram tool. [#408]
	* Fix line end marker roundtrip through strict ODF
	* Improve export of line markers to ODF for interoperability
	* Improve line marker handling on import
	* Fix LaTeX export. [#489]
	* When reading an ODF file make all sheets of equal size. [#505]

Jean:
	* Fix xlsx object non-import crash.
	* Fix in-place graph data problem.  [#492]
	* Port to Python3. [#419]

Morten:
	* Fix performance issue with sample_datasource.  [#491]
	* Fix partial-line issue with sample_datasource.
	* Fix load of in-place graph data with extra ()s.  [#492]
	* Fix Ctrl-; cursor position.  [#494]
	* Fix ssconvert --merge-to problem.  [#496]
	* Fix sheet size paste problem.  [#497]
	* Speed up really large auto-filters.  [#465]
	* Fix 2038 problem on quit.
	* Improve tests.
	* Improve dependency tracking for implicit intersection. [#501]
	* Fix format dialog issue.  [#503]
	* Re-tune style quad tree.  [#234]
	* Re-tune dependency bucket system.  [#502]
	* Fix global name parsing problem with non-uniform sheet sizing.
	* Avoid style dependency redraw during file load.
	* Tend to dead kittens.
	* Fix metadata dialog.  [#510]
	* Fix potential 64-bit problem with signals.
	* Fix GnmRange introspection.

Revision 1.71 / (download) - annotate - [select for diffs], Thu Nov 5 09:08:37 2020 UTC (3 years, 4 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2020Q4-base, pkgsrc-2020Q4
Changes since 1.70: +2 -2 lines
Diff to previous 1.70 (colored)

*: Recursive revbump from textproc/icu-68.1

Revision 1.70 / (download) - annotate - [select for diffs], Mon Aug 31 18:10:11 2020 UTC (3 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2020Q3-base, pkgsrc-2020Q3
Changes since 1.69: +2 -2 lines
Diff to previous 1.69 (colored)

*: bump PKGREVISION for perl-5.32.

Revision 1.69 / (download) - annotate - [select for diffs], Mon Aug 17 20:19:26 2020 UTC (3 years, 7 months ago) by leot
Branch: MAIN
Changes since 1.68: +2 -2 lines
Diff to previous 1.68 (colored)

*: revbump after fontconfig bl3 changes (libuuid removal)

Revision 1.68 / (download) - annotate - [select for diffs], Tue Jun 2 08:24:16 2020 UTC (3 years, 9 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base, pkgsrc-2020Q2
Changes since 1.67: +2 -2 lines
Diff to previous 1.67 (colored)

Revbump for icu

Revision 1.67 / (download) - annotate - [select for diffs], Wed May 20 16:48:41 2020 UTC (3 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.66: +5 -10 lines
Diff to previous 1.66 (colored)

gnumeric112: disable python function plugin by default

It uses python 2.x and gnumeric upstream has turned off the plugin by
default as well.

Add a "python" option for those who really need it.

Update some outdated comments.

Bump PKGREVISION.

Revision 1.66 / (download) - annotate - [select for diffs], Sun May 17 23:47:45 2020 UTC (3 years, 10 months ago) by nia
Branch: MAIN
Changes since 1.65: +2 -3 lines
Diff to previous 1.65 (colored)

gnumeric: Update to 1.12.47

Gnumeric 1.12.47

Andreas:
	* Fix chart and image name roundtrip through ODF. [#477]
	* Fix print flag roundtrip for sheet objects through ODF. [#486]

Jean:
	* Fix crash when the embedded spreadsheet is invalid. [#481]

Morten:
	* Fix dialog size problem.
	* Add "--set CELL=CONTENTS" option to ssconvert.
	* Improve tests.
	* Improve speed on exit with lots of conditional formatting.
	* Improve error message [#472]
	* Impose ordering of ssconvert --export-graphs
	* Doc fixes.
	* Fix CELL crash.  [#479]
	* Handle export options for ssconvert --export-graphs.
	* Fix deps crash.  [#480]
	* Fix chart name roundtrip through XLSX.  [#478]
	* Fix sheet object print flag roundtrip through XLSX.  [#486]

Revision 1.65 / (download) - annotate - [select for diffs], Tue Mar 10 22:10:29 2020 UTC (4 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2020Q1-base, pkgsrc-2020Q1
Changes since 1.64: +2 -2 lines
Diff to previous 1.64 (colored)

librsvg: update bl3.mk to remove libcroco in rust case

recursive bump for the dependency change

Revision 1.64 / (download) - annotate - [select for diffs], Sun Mar 8 16:50:28 2020 UTC (4 years ago) by wiz
Branch: MAIN
Changes since 1.63: +2 -2 lines
Diff to previous 1.63 (colored)

*: recursive bump for libffi

Revision 1.63 / (download) - annotate - [select for diffs], Mon Feb 17 15:40:31 2020 UTC (4 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.62: +3 -2 lines
Diff to previous 1.62 (colored)

gnumeric: update to 1.12.46nb1.

Remove mk/omf-scrollkeeper.mk, unneeded since 1.12.33.

Revision 1.62 / (download) - annotate - [select for diffs], Wed Nov 13 11:46:53 2019 UTC (4 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4
Changes since 1.61: +3 -4 lines
Diff to previous 1.61 (colored)

gnumeric: update to 1.12.46.

Gnumeric 1.12.46

Andreas:
	* Fix format import from ODF. [#403]

Jean:
	* Fix charts size in XLS format. [#414]
	* Fix loading string from arrays in charts. [#416]
	* Implement wrapping of rotated text. [#394]

Morten:
	* Fix over-eager guessing of dates in csv.  [#401]
	* Fix Mac build problem.  [#402]
	* Fix inter-process paste crash [#406]
	* Fix problem saving cell protection to xlsx.  [#409]
	* Look for python3 before python.  [#419]
	* Fix SUMIF (etc) problem with blank criteria.  [#423]
	* Improve editing of percentages.  [#413]

Thomas Kuehne:
	* Improve html import.  [#392]

Shlomi Fish:
	* Command line export of graphs.  [#410]

Revision 1.61 / (download) - annotate - [select for diffs], Sat Nov 2 16:16:19 2019 UTC (4 years, 4 months ago) by rillig
Branch: MAIN
Changes since 1.60: +3 -3 lines
Diff to previous 1.60 (colored)

math: align variable assignments

pkglint -Wall -F --only aligned -r

Manual correction in R/Makefile.extension for the MASTER_SITES
continuation line.

Revision 1.60 / (download) - annotate - [select for diffs], Mon Sep 2 13:20:00 2019 UTC (4 years, 6 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2019Q3-base, pkgsrc-2019Q3
Changes since 1.59: +2 -2 lines
Diff to previous 1.59 (colored)

Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8

Revision 1.59 / (download) - annotate - [select for diffs], Sun Aug 11 13:21:44 2019 UTC (4 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.58: +2 -1 lines
Diff to previous 1.58 (colored)

Bump PKGREVISIONs for perl 5.30.0

Revision 1.58 / (download) - annotate - [select for diffs], Tue Jul 30 14:22:10 2019 UTC (4 years, 8 months ago) by nia
Branch: MAIN
Changes since 1.57: +2 -3 lines
Diff to previous 1.57 (colored)

gnumeric112: Update to 1.12.45

The Gnumeric Team is pleased to announce the availability of Gnumeric
version 1.12.45. This is a bugfix release.

Details of changes by contributor:

Eugen Dedu
    Doc fixes. [Bug 380] [Bug 381] [Bug 382].
Morten
    Add DIGAMMA function.
    Support ISO-8601 UTC date/time input. Mostly. [Bug 371].
    Improve cvs separator guessing. [Bug 397].
    Add export option "active-sheet". [Bug 396].
Thomas Klausner
    Fix compilation issue. [Bug 378].
Thomas Kuehne
    Handle odf files with no styles whatsoever. [Bug 389].
    Improve Excel standalone-xml import. [Bug 391].

Revision 1.57 / (download) - annotate - [select for diffs], Sun Jul 21 22:25:19 2019 UTC (4 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.56: +2 -2 lines
Diff to previous 1.56 (colored)

*: recursive bump for gdk-pixbuf2-2.38.1

Revision 1.56 / (download) - annotate - [select for diffs], Fri Apr 26 14:12:41 2019 UTC (4 years, 11 months ago) by maya
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base, pkgsrc-2019Q2
Changes since 1.55: +2 -2 lines
Diff to previous 1.55 (colored)

fix some whitespace, mostly introduced in the previous
python 3.4 / 3.5 removal commit.

Revision 1.55 / (download) - annotate - [select for diffs], Fri Apr 26 13:14:04 2019 UTC (4 years, 11 months ago) by maya
Branch: MAIN
Changes since 1.54: +2 -2 lines
Diff to previous 1.54 (colored)

Omit mentions of python 34 and 35, after those were removed.

- Includes some whitespace changes, to be handled in a separate commit.

Revision 1.54 / (download) - annotate - [select for diffs], Thu Apr 25 07:33:05 2019 UTC (4 years, 11 months ago) by maya
Branch: MAIN
Changes since 1.53: +2 -2 lines
Diff to previous 1.53 (colored)

PKGREVISION bump for anything using python without a PYPKGPREFIX.

This is a semi-manual PKGREVISION bump.

Revision 1.53 / (download) - annotate - [select for diffs], Wed Jan 9 13:41:44 2019 UTC (5 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2019Q1-base, pkgsrc-2019Q1
Changes since 1.52: +2 -1 lines
Diff to previous 1.52 (colored)

gnumeric112: re-enable cs translation.

The underlying problem in itstool (actually, py-libxml2) is now fixed.

Bump PKGREVISION.

Revision 1.52 / (download) - annotate - [select for diffs], Sat Dec 1 11:31:35 2018 UTC (5 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2018Q4-base, pkgsrc-2018Q4
Changes since 1.51: +2 -3 lines
Diff to previous 1.51 (colored)

gnumeric: update to 1.12.44.

Gnumeric 1.12.44

Jean:
	* Fix document properties types. [#367]
	* Call pygobject_init() if needed. [#368]

Morten:
	* Fix SWITCH's default argument.  [#354]
	* Fix problem with setting auto-func.  [#357]
	* Fix problem reading really old xls format.
	* Fix sheet filter problem.  [#359]
	* New NT_RADICAL function.
	* Fix conditional style crash.
	* Fix applix locale problem.  [#362]
	* Fix applix encoding and escape problems.  [#363]
	* New LAMBERTW function.
	* Plug sheet object leak with paste.
	* Fix documentation problem for vararg functions.

Revision 1.51 / (download) - annotate - [select for diffs], Wed Nov 14 22:22:00 2018 UTC (5 years, 4 months ago) by kleink
Branch: MAIN
Changes since 1.50: +2 -2 lines
Diff to previous 1.50 (colored)

Revbump after cairo 1.16.0 update.

Revision 1.50 / (download) - annotate - [select for diffs], Mon Nov 12 03:52:31 2018 UTC (5 years, 4 months ago) by ryoon
Branch: MAIN
Changes since 1.49: +2 -1 lines
Diff to previous 1.49 (colored)

Recursive revbump from hardbuzz-2.1.1

Revision 1.49 / (download) - annotate - [select for diffs], Sun Sep 2 08:31:57 2018 UTC (5 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2018Q3-base, pkgsrc-2018Q3
Changes since 1.48: +5 -3 lines
Diff to previous 1.48 (colored)

gnumeric: update to 1.12.43.

Changes not found

Revision 1.48 / (download) - annotate - [select for diffs], Wed Aug 22 09:45:36 2018 UTC (5 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.47: +2 -1 lines
Diff to previous 1.47 (colored)

Recursive bump for perl5-5.28.0

Revision 1.47 / (download) - annotate - [select for diffs], Thu Aug 16 09:38:01 2018 UTC (5 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.46: +3 -3 lines
Diff to previous 1.46 (colored)

gnumeric: update to 1.12.42.

Gnumeric 1.12.42

Morten:
	* Plug leaks.
	* Introspection fixes.
	* Work around gtk+ breakage re. link colors.
	* Fix problems with ssconvert --export-file-per-sheet.  [#694408]
	* Enable ssconvert --export-file-per-sheet for html, latex, and pdf.
	* Test suite improvements.
	* ssconvert improvements.
	* Makefile improvements.
	* Don't save any configuration when running ssconvert/ssdiff/...
	* Turn GnmFunc into a GObject.
	* Make clipboard output deterministic.
	* Fix conditional format crash [#343].

Revision 1.46 / (download) - annotate - [select for diffs], Tue Jul 3 05:03:23 2018 UTC (5 years, 8 months ago) by adam
Branch: MAIN
Changes since 1.45: +2 -2 lines
Diff to previous 1.45 (colored)

extend PYTHON_VERSIONS_ for Python 3.7

Revision 1.45 / (download) - annotate - [select for diffs], Sat May 26 22:11:32 2018 UTC (5 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base, pkgsrc-2018Q2
Changes since 1.44: +2 -2 lines
Diff to previous 1.44 (colored)

gnumeric: update to 1.12.41.

Gnumeric 1.12.41

Morten:
	* Fix problem with object pasting.
	* Fix undo problem for cell comments.  [#732653]
	* Exit with non-zero with we fail to load file on command line.
	* Fix undo crash.  [#795861]
	* Introspection fixes.
	* Don't offer more than 15 significant digits by default.  [#754391]

Revision 1.44 / (download) - annotate - [select for diffs], Mon May 7 11:55:00 2018 UTC (5 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.43: +3 -4 lines
Diff to previous 1.43 (colored)

gnumeric: update to 1.12.40.

Gnumeric 1.12.40

Andreas:
	* Fix histogram tool for the case of no labels. [#795475]

Dean McCarron:
	* Introspection fixes.

Morten:
	* Add floating-point environment sanity check.  [#794515]
	* Before saving, verify that files hasn't changed on disk.  [#334024]
	* Add GUI for comparing sheets.
	* Introspection fixes.
	* Clean up workbook view construction.
	* Test suite improvements.
	* Fix problems with boxed types.
	* Avoid most punting for object properties.
	* Fix paste from LibreOffice.
	* Fix paste to LibreOffice -- use Biff8.  [#795280]
	* Allow inter-process paste-special.  [#346630]
	* Fix ssconvert --merge-to problem with names.  [#795408]
	* Fix problem with image pasting.
	* Allow pasting an image into Gnumeric.  [#366816]
	* Full-column paste includes column width.  [#121722]
	* Auto-fix shared array formulas in gnumeric files.
	* No-net-access doc build.  [#790226]
	* No-net test suite fixes.

Revision 1.43 / (download) - annotate - [select for diffs], Mon Apr 16 14:34:52 2018 UTC (5 years, 11 months ago) by wiz
Branch: MAIN
Changes since 1.42: +2 -1 lines
Diff to previous 1.42 (colored)

Recursive bump for new fribidi dependency in pango.

Revision 1.42 / (download) - annotate - [select for diffs], Sun Apr 15 08:32:31 2018 UTC (5 years, 11 months ago) by adam
Branch: MAIN
Changes since 1.41: +5 -9 lines
Diff to previous 1.41 (colored)

gnumeric112: updated to 1.12.39

Gnumeric 1.12.39:
This is a minor bugfix release.

Fix ssdiff problem.
Fix ISREF.
Some internal array formula code cleanups.
Fix problem with stopping a glpk solver.
Improve workaround for gtk+ scrollbar bug.
Fix minor issue for MUNIT.
Doc fixes.

Revision 1.41 / (download) - annotate - [select for diffs], Sat Apr 14 12:24:31 2018 UTC (5 years, 11 months ago) by adam
Branch: MAIN
Changes since 1.40: +2 -3 lines
Diff to previous 1.40 (colored)

gobject3: buildlink3 -> DEPENDS

Revision 1.40 / (download) - annotate - [select for diffs], Mon Mar 12 11:17:02 2018 UTC (6 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2018Q1-base, pkgsrc-2018Q1
Changes since 1.39: +2 -1 lines
Diff to previous 1.39 (colored)

Recursive bumps for fontconfig and libzip dependency changes.

Revision 1.39 / (download) - annotate - [select for diffs], Sun Jan 28 17:19:16 2018 UTC (6 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.38: +3 -4 lines
Diff to previous 1.38 (colored)

gnumeric: update to 1.12.38.

Gnumeric 1.12.38

Morten:
	* Avoid large stack use here and there.
	* Test suite improvements.
	* Improve sylk writer.  Don't ask.
	* Teach ssdiff about column/row sizes.
	* Teach ssdiff about defined names.
	* Fix a few ssdiff crashes.
	* Fix crash on text import.

--------------------------------------------------------------------------
Gnumeric 1.12.37

Morten:
	* Test suite improvements.
	* Improve format guessing for newly entered formulas.
	* Improve PERMUTATIONA for unusual arguments.  [#790742]
	* Extend range of NT_PI.
	* Improve xlsx export of cell comments.  [#790756]
	* Plug leaks.
	* Fix potential crash on exit.
	* Speed-up number theory functions.
	* Fix combo object icon.
	* Code cleanups for main binary.
	* Fix potential crash in gtk scroll bar bug workaround.
	* Avoid large stack use here and there.

Revision 1.38 / (download) - annotate - [select for diffs], Tue Dec 26 16:45:41 2017 UTC (6 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2017Q4-base, pkgsrc-2017Q4
Changes since 1.37: +2 -1 lines
Diff to previous 1.37 (colored)

gnumeric: update to 1.12.36nb1.

Disable cs translation to fix build despite broken itstool 2.0.4
(see https://github.com/itstool/itstool/issues/22)

Addresses PR 52860 by John D. Baker.

Revision 1.37 / (download) - annotate - [select for diffs], Tue Dec 19 09:56:51 2017 UTC (6 years, 3 months ago) by markd
Branch: MAIN
Changes since 1.36: +2 -3 lines
Diff to previous 1.36 (colored)

gnumeric112: update to 1.12.36

Noteworthy news in this release:
* ODF/XLSX import/export improvements with contour graphs.
* Fix some GUI issues caused by Gtk+ "updates".

Revision 1.36 / (download) - annotate - [select for diffs], Thu Nov 23 17:20:02 2017 UTC (6 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.35: +2 -1 lines
Diff to previous 1.35 (colored)

recursive bump for libxkbcommon removal from at-spi2-core

Revision 1.35 / (download) - annotate - [select for diffs], Tue Oct 3 14:36:56 2017 UTC (6 years, 5 months ago) by wiz
Branch: MAIN
Changes since 1.34: +7 -6 lines
Diff to previous 1.34 (colored)

gnumeric: update to 1.12.35.

Gnumeric 1.12.35

Jean:
	* Fix cell border style selectors with recent gdk-pixbuf. [#781988]

Morten:
	* Test suite improvements.
	* Improve relative accuracy of BESSELJ and BESSELY.
	* New function REDUCEPI.
	* Fix further fallout from glpk format change.  [#783077]

--------------------------------------------------------------------------
Gnumeric 1.12.34

Andreas:
	* Fix hyperlinks import from ODF. [#779635]

Jean:
	* Fix xlsx export of chart series names. [#778618]
	* Always export a transparent fill style in charts. [#779160]

Morten:
	* Doc fixes.
	* Fix xlsx import with missing header/footer. [#778292]
	* Minor xlsx import improvements with alias colors.
	* Test suite improvements.
	* Improve Excel handling of hyperlinks.
	* Hyperlinks improvements.  [#706671]
	* Plug leaks.
	* Fix issues with sheet-local names.
	* ssdiff improvements with hyperlinks, input messages,
	  conditional formats, and validations.
	* Make exit code from ssdiff follow diff's.
	* Fix ssdiff with inter-sheet references.
	* Fix style border colour sharing.

--------------------------------------------------------------------------
Gnumeric 1.12.33

Andreas:
	* Fix export/import of scaling information to/from ODF.
	* Fix Wilcoxon Signed Rank Test handling of ties. [#772718]
	* Fix xlsx export of scale to page information. [#776196]

Jean:
	* Fix use of cell formats in graphs data labels. [#777338]

Morten:
	* Speed up sstest part of test suite.
	* Bring documentation build into the 21 century.
	* Non-linear solver improvements.
	* Avoid atomizing style regions with conditional formats.
	* Adapt to glpk file format changes.
	* Fix stf problems with text format.  [#777543]

--------------------------------------------------------------------------
Gnumeric 1.12.32

Andreas:
	* Improve html4.0 fragment export. [#769343]
	* Fix moving averages, exponential smothing and principal
	  component tools. [#769659]

Jean:
	* Fix  paradox plugin build with pxlib-0.6.7. [#769319]

Morten:
	* Avoid gnome-common dependency.
	* New text functions CONCAT, TEXTJOIN.
	* New selection functions IFS, SWITCH.
	* New aggregation functions SUMIFS, AVERAGEIFS, MINIFS, MAXIFS, COUNTIFS.
	* Fix criteria function issue with errors in the selector area.
	* Fix corner case for MINA and MAXA.
	* Fix criteria matching of numbers against strings.
	* Test suite improvements.

--------------------------------------------------------------------------
Gnumeric 1.12.31

Morten:
	* Fix case issues for database functions.
	* Anchor COUNTIF criteria at end too.
	* Add tests for COUNTIF.
	* Fix inter-process paste crash.  [#768164]

--------------------------------------------------------------------------
Gnumeric 1.12.30

Morten:
	* Improve format guessing for csv and txt files.
	* Fix DCOUNT and DCOUNTA with missing field.  [#767290]
	* Fix strictness in database functions.
	* Fix a bunch of corner cases for database functions.
	* Add tests for database functions.

--------------------------------------------------------------------------
Gnumeric 1.12.29

Jean:
	* Fix array reading in plots using matrix data. [#765483]

Morten:
	* Documentation fixes for complex numbers.
	* Fix rare RANDBETWEEN problem.
	* Test suite improvements.
	* Fix value-area problem.  [#765438]
	* Make xlsx shared strings parsing more robust.  [#765544]
	* Dead kittens.

--------------------------------------------------------------------------
Gnumeric 1.12.28

Morten:
	* Fuzzed file fixes.  [#761663] [#761727] [#762278]
	* Plug leaks.
	* Fix problems with ssconvert to lp/cplex formats.
	* Add sensitivity report to solver.
	* Fix bounds problem with cplex exporter.
	* Fix IMARCCOSH(1).
	* Add more tests for complex number evaluation.
	* Improve accuracy of IMLOG10.

--------------------------------------------------------------------------
Gnumeric 1.12.27

Andreas:
	* Read/write rich-text font-size from ODF files. [#759983]
	* Read/write zoom values to/from ODF files in LO compatible way. [#700013]
	* Read new attribute to am/pm element in ODF import. [#760043]
	* Fix NETWORKDAYS. [#760576]

Jean:
	* Fuzzed file fix.  [#760546]
	* Fix data labels when the source is a range with several rows and
	 columns. [#761048]

Morten:
	* Teach ssconvert to split sheets into separate .txt files [#694408]
	* Improve test suite.
	* Fuzzed file fixes.  [#760046] [#760085] [#760087] [#760089]
	  [#760043] [#760103] [#760102] [#760101] [#760105] [#760106]
	  [#760104] [#760229] [#760231] [#760232] [#760544] [#760545]
	  [#761295]
	* Fix R.DBINOM extreme-value case.  [#760230]
	* New function AGM.
	* Fix canvas problem leaving grab in place.  [#760639]
	* Work around gtk+ bug causing growing windows.  [#761142]
	* Improve BESSELJ and BESSELY.
	* Improve BETA accuracy.
	* Fix problem with database functions.  [#761305]
	* Fix font problem for ssconvert to pdf.  [#761296]
	* Fix bison check.  [#761398]
	* Improve IMIGAMMA coverage.

--------------------------------------------------------------------------
Gnumeric 1.12.26

Morten:
	* Fix potential crasher on showing initial window.

--------------------------------------------------------------------------
Gnumeric 1.12.25

Jean:
	* Add support in recent files dialog for multiple selesction and double
	click. [#759160]

Morten:
	* Fix TABLE problems.  [#752181]  [#752178]  [#752182]
	* Fuzzed file fixes.  [#752179]  [#752180]
	* Add R.DGUMBEL, R.PGUMBEL, R.QGUMBEL.
	* Fix conditional format problem.  [#750271]
	* Test also RANDWEIBULL and RANDLOGNORM.
	* Fix problem with R.QHYPER
	* Add R.DRAYLEIGH, R.PRAYLEIGH, R.QRAYLEIGH.
	* Fix GUI translation problems.
	* Fix bugs with merged cells.  [#504004]
	* Make builds more reproducible.
	* Improve ssdiff for validation.
	* Fix problem with xls export of list validation.  [#557555]

--------------------------------------------------------------------------
Gnumeric 1.12.24

Jean:
	* Fix printing of sheet objects with one cell or absolute anchors. [#753961]
	* Fix snap to grid for one cell or absolute anchored objects. [#754792]
	* On export, just change the extension, not more. [ubuntu #1497344]

Revision 1.34 / (download) - annotate - [select for diffs], Mon Jun 5 14:24:09 2017 UTC (6 years, 9 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2
Changes since 1.33: +2 -2 lines
Diff to previous 1.33 (colored)

Recursive revbump from lang/perl5 5.26.0

Revision 1.33 / (download) - annotate - [select for diffs], Sun Feb 12 06:25:42 2017 UTC (7 years, 1 month ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2017Q1-base, pkgsrc-2017Q1
Changes since 1.32: +2 -2 lines
Diff to previous 1.32 (colored)

Recursive revbump from fonts/harfbuzz

Revision 1.32 / (download) - annotate - [select for diffs], Mon Feb 6 13:55:40 2017 UTC (7 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.31: +2 -2 lines
Diff to previous 1.31 (colored)

Recursive bump for harfbuzz's new graphite2 dependency.

Revision 1.31 / (download) - annotate - [select for diffs], Sun Jan 1 14:43:46 2017 UTC (7 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.30: +2 -2 lines
Diff to previous 1.30 (colored)

Add python-3.6 to incompatible versions.

Revision 1.30 / (download) - annotate - [select for diffs], Wed Aug 3 10:23:07 2016 UTC (7 years, 7 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3
Changes since 1.29: +2 -2 lines
Diff to previous 1.29 (colored)

Revbump after graphics/gd update

Revision 1.29 / (download) - annotate - [select for diffs], Sat Jul 9 13:03:54 2016 UTC (7 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.28: +2 -2 lines
Diff to previous 1.28 (colored)

Remove python33: adapt all packages that refer to it.

Revision 1.28 / (download) - annotate - [select for diffs], Wed Jun 8 19:24:01 2016 UTC (7 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q2-base, pkgsrc-2016Q2
Changes since 1.27: +2 -1 lines
Diff to previous 1.27 (colored)

Bump PKGREVISION for perl-5.24.

Revision 1.27 / (download) - annotate - [select for diffs], Sat Dec 5 21:25:48 2015 UTC (8 years, 3 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4
Changes since 1.26: +2 -2 lines
Diff to previous 1.26 (colored)

Extend PYTHON_VERSIONS_INCOMPATIBLE to 35

Revision 1.26 / (download) - annotate - [select for diffs], Thu Aug 13 15:14:29 2015 UTC (8 years, 7 months ago) by he
Branch: MAIN
CVS Tags: pkgsrc-2015Q3-base, pkgsrc-2015Q3
Changes since 1.25: +3 -3 lines
Diff to previous 1.25 (colored)

Update gnumeric to version 1.12.23.

Pkgsrc changes:
 * Adjust PLIST.
 * Bump version number.
 * Depend on newer version of goffice0.10.

Upstream changes:

gnumeric 1.12.23:

Noteworthy news in this release:
  * Fuzzed file hardening.
  * Solver refactoring.

Special thanks to Juha KylmçĎen from Oulu University Secure
Programming Group for running a large amount of fuzzing against
Gnumeric.

gnumeric 1.12.22:

Noteworthy news in this release:
  * Graph fixes and improvements.
  * Test suite improvements.
  * ODF/XLSX import and export fixes.
  * A schema for the ODF files we produce.

As part of our testing we check that the ODF, XLSX, and Gnumeric
files we produce are valid according to the relevant xml schema.
  * For Gnumeric files we provide the schema.
  * For XLSX there is an official schema which we use with a few
    fixes so Excel can read our files. (We consider the format to
    be defined by what XLSX writes.)
  * For ODS the situation is more problematic. We appear to be the
    first to release a schema for the ODS files we produce. That
    is mildly shocking -- several spreadsheets have ODS as their
    primary format, yet no-one seem to be validating the files they
    produce! There is an official schema for the format without
    extensions which is fine, except that no-one uses that format
    because there are lots of fairly basic things that cannot be
    expressed in the format without extensions.

Revision 1.25 / (download) - annotate - [select for diffs], Wed Aug 5 21:34:17 2015 UTC (8 years, 7 months ago) by he
Branch: MAIN
Changes since 1.24: +9 -8 lines
Diff to previous 1.24 (colored)

Update to version 1.12.21.

Pkgsrc changes:
 * Modify license to dual either gpl2 or gpl3.
 * Adjust BUILDLINK_API_DEPENDS settings from configure.ac.
 * Adjust PLIST to files now installed.
 * Add comments to the existing patches.

Upstream notable changes (see ChangeLog in source for details):
gnumeric 1.12.21:
   * ODS import/export fixes
   * XLSX import/export fixes

gnumeric 1.12.20:
   * ODF import/export fixes and enhancements.
   * XLSX import/export fixes and enhancements.

gnumeric 1.12.19:
   * (no noteworthy major changes)

gnumeric 1.12.18:
   * Workaround gtk+ api/abi breaks.

gnumeric 1.12.17:
   * xlsx import/export improvements.

gnumeric 1.12.16:
   * ODS import/export improvements

gnumeric 1.12.15:
   * ods/xlsx graph import fixes
   * ods import/export fixes

gnumeric 1.12.14:
   * Many fixes related to conditional formats.
   * Try to disable Ubuntu's non-working scroll bars.

gnumeric 1.12.13:
   * ods import/export export fixes.
   * xls import/export export fixes.

gnumeric 1.12.12:
   * Test suite improvements.
   * ods import/export improvements
   * xls import/export improvements
   * xlsx import/export improvements

gnumeric 1.12.11:
   * A problem with saving to Excel97 format was fixed.

gnumeric 1.12.10:
   * Accuracy improvements
   * Work around gtk+ abi breaks
   * Win32 improvements

Revision 1.24 / (download) - annotate - [select for diffs], Fri Jun 12 10:50:28 2015 UTC (8 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2015Q2-base, pkgsrc-2015Q2
Changes since 1.23: +2 -2 lines
Diff to previous 1.23 (colored)

Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.

Revision 1.23 / (download) - annotate - [select for diffs], Sat Apr 25 14:23:30 2015 UTC (8 years, 11 months ago) by tnn
Branch: MAIN
Changes since 1.22: +2 -2 lines
Diff to previous 1.22 (colored)

Recursive revbump following MesaLib update, categories g through n.

Revision 1.22 / (download) - annotate - [select for diffs], Thu Jan 8 21:10:05 2015 UTC (9 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2015Q1-base, pkgsrc-2015Q1
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored)

Update HOMEPAGE.

Revision 1.21 / (download) - annotate - [select for diffs], Thu May 29 23:36:53 2014 UTC (9 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (colored)

Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.

Revision 1.20 / (download) - annotate - [select for diffs], Fri May 9 07:37:10 2014 UTC (9 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (colored)

Mark packages that are not ready for python-3.3 also not ready for 3.4,
until proven otherwise.

Revision 1.19 / (download) - annotate - [select for diffs], Mon May 5 00:48:07 2014 UTC (9 years, 10 months ago) by ryoon
Branch: MAIN
Changes since 1.18: +2 -1 lines
Diff to previous 1.18 (colored)

Recursive revbump from x11/pixman
Fix PR pkg/48777

Revision 1.18 / (download) - annotate - [select for diffs], Mon Jan 27 20:47:20 2014 UTC (10 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q1-base, pkgsrc-2014Q1
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored)

Fix HOMEPAGE

Revision 1.17 / (download) - annotate - [select for diffs], Sat Jan 25 10:30:13 2014 UTC (10 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.16: +2 -1 lines
Diff to previous 1.16 (colored)

Mark packages as not ready for python-3.x where applicable;
either because they themselves are not ready or because a
dependency isn't. This is annotated by
PYTHON_VERSIONS_INCOMPATIBLE=  33 # not yet ported as of x.y.z
or
PYTHON_VERSIONS_INCOMPATIBLE=  33 # py-foo, py-bar
respectively, please use the same style for other packages,
and check during updates.

Use versioned_dependencies.mk where applicable.
Use REPLACE_PYTHON instead of handcoded alternatives, where applicable.
Reorder Makefile sections into standard order, where applicable.

Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default
with the next commit.

Whitespace cleanups and other nits corrected, where necessary.

Revision 1.16 / (download) - annotate - [select for diffs], Thu Jan 2 18:50:03 2014 UTC (10 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.15: +3 -3 lines
Diff to previous 1.15 (colored)

Update to 1.12.9:

Gnumeric 1.12.9

Jean
	* Implement double click for graph sheets. [#712216]

Morten:
	* Minor improvement to history dialog.
	* Fix drop-down sizing (gtk+ regression).  [#710749]
	* Improve accuracy of R.QCAUCHY.
	* Acquire more special function test cases.
	* Improve accuracy of R.QGAMMA and thus R.QCHISQ.
	* Improve accuracy of R.QBETA, R.QF, R.QTUKEY, R.QSNORM, and R.QST.
	* Improve accuracy of COMBIN, PERMUT, POCHHAMMER, FACT, GAMMA.
	* Improve accuracy of bessel functions with large non-integer alpha.
	* Improve accuracy of ACOTH.
	* Fix fuzzed file problems.  [#708091] [#712662] [#712685] [#712700]
	  [#712708] [#712772] [#712788] [#712731] [#715003]
	* Restore sheet reordering by drag.
	* Fix BETA on win32.
	* Fix win32 registry initialization.
	* Fix win32 gdk-pixbuf install heisen-crash.
	* Incorporate new tests from crlibm.
	* New functions SINPI and COSPI.
	* Improve accuracy of SIN/COS/TAN on win32.
	* Work around GTK+ ABI break.  [Redhat #1033827]

Xabier RodrĂ­guez Calvar:
	* Fix dialog button order. [#710378]

Revision 1.15 / (download) - annotate - [select for diffs], Sun Oct 27 23:35:01 2013 UTC (10 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2013Q4-base, pkgsrc-2013Q4
Changes since 1.14: +2 -3 lines
Diff to previous 1.14 (colored)

Update to 1.12.8:

Gnumeric 1.12.8

Andreas:
	* Update/fix documentation [#708679][#707075][#708556]
	* Fix paste into locked cells [#702292]

Jean:
	* Fix radio buttons behavior in covariance dialog. [#707595]
	* Add a border around font selector in cell format dialog. [#708567]

Morten:
	* Fix fuzzed file crash.  [#707875]
	* Use lighter green for function markers.  [#708573]
	* Fix item cursor problem.  [#709320]
	* Fix win32 compilation.

Revision 1.14 / (download) - annotate - [select for diffs], Thu Oct 10 14:42:22 2013 UTC (10 years, 5 months ago) by ryoon
Branch: MAIN
Changes since 1.13: +2 -1 lines
Diff to previous 1.13 (colored)

Recursive revbump from pango-1.36.0

Revision 1.13 / (download) - annotate - [select for diffs], Sun Oct 6 16:25:09 2013 UTC (10 years, 5 months ago) by wiz
Branch: MAIN
Changes since 1.12: +2 -3 lines
Diff to previous 1.12 (colored)

Update to 1.12.7:

Gnumeric 1.12.7

Morten:
	* Extend BESSELJ and BESSELY to handle fractional order.  [#706720]
	* Fix crash with split pane.  [#707047]

--------------------------------------------------------------------------
Gnumeric 1.12.6

Andreas:
	* Fix crash on corrupted files. [#706526]

Morten:
	* Fix crash on corrupted files.  [#706413]  [#706417]
	* Fix save style performance issue.  [#699045]

Revision 1.12 / (download) - annotate - [select for diffs], Sun Oct 6 15:58:15 2013 UTC (10 years, 5 months ago) by wiz
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

Remove obsolete entry from desktop file that generates warnings during
package installation.
Bump PKGREVISION.

Revision 1.11 / (download) - annotate - [select for diffs], Mon Sep 2 19:51:15 2013 UTC (10 years, 6 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2013Q3-base, pkgsrc-2013Q3
Changes since 1.10: +2 -1 lines
Diff to previous 1.10 (colored)

Revbump after cairo update

Revision 1.10 / (download) - annotate - [select for diffs], Wed Aug 21 15:15:37 2013 UTC (10 years, 7 months ago) by drochner
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

update to 1.12.5
changes:
-Improve ODF import
-Export custom shapes
-Implement input message editing
+bugfixes

Revision 1.9 / (download) - annotate - [select for diffs], Sat Jul 20 15:49:51 2013 UTC (10 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

Update to 1.12.4:

Gnumeric 1.12.4

Andreas:
	* Improve xlsx export of Gnumeric functions.
	* Improve xlsx import of Excel 2010 functions.
	* Improve xls import of Excel 2010 functions.
	* Fix documentation of r.q* and r.*nbinom. [#703164]
	* Add Excel 2010's BETA.DIST.
	* Fix crash on corrupted files. [#703149] [#703215] [#703625] [#703895]
	* Fix import of sxc files. [#703249]
	* Fix TDIST Import/Export from/to ODF.
	* Write manual legend position to ODF. [#703362]
	* Fix position handling in strict ODF export.

Jean:
	* Don't attempt to add a path item when there is no path object. [#703052]

Morten:
	* Improve accuracy for 2-argument ERF.
	* Fix crashes on corrupted files.  [#703143] [#703307] [#703306]
	* Fix --with-long-double tests.  [#703397]
	* Fix problems saving auto filters to xls.  [#703308]
	* Improve handling of large graph ranges.  [#703546]
	* Fix analysis issue with translations.  [#703355]
	* Fix COUNTIF (etc) pattern matching.  [#703770]

Revision 1.8 / (download) - annotate - [select for diffs], Thu Jul 4 14:12:09 2013 UTC (10 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.7: +3 -4 lines
Diff to previous 1.7 (colored)

Update to 1.12.3:

Gnumeric 1.12.3

Andreas:
	* Fix border handling for merged cells in LaTeX export.
	* Fix 'Go to First'. [#699631]
	* Fix data merges. [#699897]
	* Fix editing of hyperlinks. [#700732]
	* Fix conditional formatting crash. [#700969]
	* Do not include hidden cells in automatic print range. [#700994]
	* Make buttons 1 and 2 behave similarly when selecting cells. [#700792]
	* Warn when encountering extLst in xlsx import. [#700018]
	* Use ctrl-a only to select the whole sheet, if the sheet
	  has focus. [#699746]
	* Add a keyboard shortcut to jump to the current cell indicator.
	  [#699710]
	* Fix placement of hyperlink tooltip. [#701436]
	* Adjust cell comment display. [#698519]
	* Make reference display in paste/define names dialog consistent with
	  sheet preferences. [Debian #699054]
	* Write/read pagesetup settings to/from xlsx. [#701834]
	* Fix in-cell-combos attached to merged cells. [#702146]
	* Use the pagesetup setting to determine the landscape option in LaTeX
	  export [#702169]
	* Fix ODF crash. [#702197]
	* In ODF import ignored mentioned but not included sheets. [#698388]
	* Fix crash on corrupted files.  [#702205] [#702219] [#702285]
	  [#702288] [#702364] [#702409] [#702486] [#702485] [#702498] [#702322]
	  [#702689]
	* Some documentation improvements. [Debian #621735] [Debian #530462]
	* Fix crash on xlsx import due to external references. [#702407]
	* Fix reading of conditional formats from xls files. [#702612]
	* Fix reading of solid fill conditional formats from xlsx files.
	  [#702615]
	* Improve xlsx import of new stat function names.
	* Fix export of FLOOR(x) to xlsx. [Debian #464732]
	* Fix clipboard related crash. [#702868]

Darrell Tangman:
	* Update documentation for Edit and Insert menus. [#700596]
	* Update documentation for comments and hyperlinks. [#700797]
	* Consolidate comment, hyperlinks, names documentation.
	* Update documentation for Manage Sheets, R1C1 notation,
	  sheet ranges. 1.12 updates, typo corrections, misc. cleanup.

Dmitry Smirnov:
	* Fixes to the gnumeric and ssconvert manual pages.

Jean:
	* Adjust labels vertical alignment in document properties
	  dialog. [#700156]
	* Don't crash when exchanging missing axes. [#702126]
	* Don't accept GNM_SHEET_PATTERNS as a valid pattern. [#702833]

Morten:
	* Improve xlsx import of style-only cells.
	* Don't write empty cells to .gnumeric.
	* Add MPSEUDOINVERSE function.
	* Add ctrl-shift-z as extra accelerator for redo.  [#699579]
	* Fix conditional format problem.  [#699647]
	* Remove gobject property strings from translation corpus.
	* Improve LINEST.  [#551457]
	* Improve statfuns tests.  [#700294]
	* Improve mathfuns tests.  [#700295]
	* Add new R.PTUKEY function.  [#700132]
	* Add new Q.PTUKEY function.  [#700132]
	* Fix missing translation of certain function examples.
	* Add new SNORM.DIST.RANGE function.
	* Fix critical when last row deleted.
	* Fix criticals in about dialog.
	* Introspection fixes.
	* Fix xls/biff5 link export.  [#701604]
	* Workaround problems with automake 1.13.
	* Fix crashes on corrupted files.  [#702101] [#702182] [#702218]
	  [#702267] [#702277] [#702379] [#702658] [#703006]
	* Improve xls import of new stat function names.
	* Plug leaks.

Revision 1.7 / (download) - annotate - [select for diffs], Thu Jun 6 12:54:43 2013 UTC (10 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2013Q2-base, pkgsrc-2013Q2
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

Bump PKGREVISION for libXft changes for NetBSD native X support on
NetBSD 6, requested by tron.

Revision 1.6 / (download) - annotate - [select for diffs], Tue Jun 4 22:16:38 2013 UTC (10 years, 9 months ago) by tron
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:

Recursively bump package revisions again after the "freetype2" and
"fontconfig" handling was fixed.

Revision 1.5 / (download) - annotate - [select for diffs], Mon Jun 3 10:05:32 2013 UTC (10 years, 9 months ago) by wiz
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

Bump freetype2 and fontconfig dependencies to current pkgsrc versions,
to address issues with NetBSD-6(and earlier)'s fontconfig not being
new enough for pango.

While doing that, also bump freetype2 dependency to current pkgsrc
version.

Suggested by tron in PR 47882

Revision 1.4 / (download) - annotate - [select for diffs], Fri May 31 12:41:22 2013 UTC (10 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.

Revision 1.3 / (download) - annotate - [select for diffs], Mon May 6 11:06:34 2013 UTC (10 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.2: +2 -1 lines
Diff to previous 1.2 (colored)

Remove deprecated MIME type from .desktop file.
Bump PKGREVISION.

Revision 1.2 / (download) - annotate - [select for diffs], Fri May 3 15:54:46 2013 UTC (10 years, 10 months ago) by drochner
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored)

update to 1.12.2
changes:
-Update documentation
-Improve ODF support
-minor UI tweaks
-Embed more artwork
-New functions: OWENT, POCHHAMMER, NT_OMEGA
-bugfixes

Revision 1.1 / (download) - annotate - [select for diffs], Thu Mar 14 19:00:45 2013 UTC (11 years ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2013Q1-base, pkgsrc-2013Q1

add gnumeric112 for the latest (gtk3 based) stable gnumeric version

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>