Thu Jul 4 14:12:09 2013 UTC ()
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.


(wiz)
diff -r1.7 -r1.8 pkgsrc/math/gnumeric112/Makefile
diff -r1.2 -r1.3 pkgsrc/math/gnumeric112/PLIST
diff -r1.3 -r1.4 pkgsrc/math/gnumeric112/distinfo

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

--- pkgsrc/math/gnumeric112/Makefile 2013/06/06 12:54:43 1.7
+++ pkgsrc/math/gnumeric112/Makefile 2013/07/04 14:12:09 1.8
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.7 2013/06/06 12:54:43 wiz Exp $ 1# $NetBSD: Makefile,v 1.8 2013/07/04 14:12:09 wiz Exp $
2 2
3DISTNAME= gnumeric-1.12.2 3DISTNAME= gnumeric-1.12.3
4PKGREVISION= 5 
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.gnome.org/projects/gnumeric/ 9HOMEPAGE= http://www.gnome.org/projects/gnumeric/
11COMMENT= Spreadsheet program from the GNOME project 10COMMENT= Spreadsheet program from the GNOME project
12LICENSE= gnu-gpl-v2 11LICENSE= gnu-gpl-v2
13 12
14USE_TOOLS+= gmake intltool msgfmt perl:run pkg-config 13USE_TOOLS+= gmake intltool msgfmt perl:run pkg-config
15USE_LIBTOOL= yes 14USE_LIBTOOL= yes
16USE_PKGLOCALEDIR= yes 15USE_PKGLOCALEDIR= yes
17GNU_CONFIGURE= yes 16GNU_CONFIGURE= yes
@@ -33,21 +32,21 @@ CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q} @@ -33,21 +32,21 @@ CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q}
33#CONFIGURE_ARGS+= --with-gnome 32#CONFIGURE_ARGS+= --with-gnome
34 33
35.include "../../devel/glib2/schemas.mk" 34.include "../../devel/glib2/schemas.mk"
36# XXX: that version's not in pkgsrc yet 35# XXX: that version's not in pkgsrc yet
37#BUILDLINK_API_DEPENDS.libgda+= libgda>=3.1.1 36#BUILDLINK_API_DEPENDS.libgda+= libgda>=3.1.1
38#.include "../../databases/libgda/buildlink3.mk" 37#.include "../../databases/libgda/buildlink3.mk"
39#.include "../../databases/libgnomedb/buildlink3.mk" 38#.include "../../databases/libgnomedb/buildlink3.mk"
40BUILDLINK_API_DEPENDS.libgsf+= libgsf>=1.14.18 39BUILDLINK_API_DEPENDS.libgsf+= libgsf>=1.14.18
41.include "../../devel/libgsf/buildlink3.mk" 40.include "../../devel/libgsf/buildlink3.mk"
42.include "../../devel/gettext-lib/buildlink3.mk" 41.include "../../devel/gettext-lib/buildlink3.mk"
43.include "../../devel/zlib/buildlink3.mk" 42.include "../../devel/zlib/buildlink3.mk"
44.include "../../graphics/hicolor-icon-theme/buildlink3.mk" 43.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
45.include "../../lang/perl5/buildlink3.mk" 44.include "../../lang/perl5/buildlink3.mk"
46BUILDLINK_API_DEPENDS.goffice0.10+= goffice0.10-${GOFFICE_VERSION}{,nb*} 45BUILDLINK_API_DEPENDS.goffice0.10+= goffice0.10>=0.10.3
47.include "../../misc/goffice0.10/buildlink3.mk" 46.include "../../misc/goffice0.10/buildlink3.mk"
48.include "../../textproc/libxml2/buildlink3.mk" 47.include "../../textproc/libxml2/buildlink3.mk"
49.include "../../mk/omf-scrollkeeper.mk" 48.include "../../mk/omf-scrollkeeper.mk"
50.include "../../x11/gtk3/buildlink3.mk" 49.include "../../x11/gtk3/buildlink3.mk"
51.include "../../sysutils/desktop-file-utils/desktopdb.mk" 50.include "../../sysutils/desktop-file-utils/desktopdb.mk"
52 51
53.include "../../mk/bsd.pkg.mk" 52.include "../../mk/bsd.pkg.mk"

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

--- pkgsrc/math/gnumeric112/PLIST 2013/05/03 15:54:46 1.2
+++ pkgsrc/math/gnumeric112/PLIST 2013/07/04 14:12:09 1.3
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.2 2013/05/03 15:54:46 drochner Exp $ 1@comment $NetBSD: PLIST,v 1.3 2013/07/04 14:12:09 wiz 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
@@ -517,26 +517,27 @@ share/gnome/help/gnumeric/C/figures/draw @@ -517,26 +517,27 @@ share/gnome/help/gnumeric/C/figures/draw
517share/gnome/help/gnumeric/C/figures/drawing-oval.png 517share/gnome/help/gnumeric/C/figures/drawing-oval.png
518share/gnome/help/gnumeric/C/figures/drawing-rectangle.png 518share/gnome/help/gnumeric/C/figures/drawing-rectangle.png
519share/gnome/help/gnumeric/C/figures/example-colGraph-modified.png 519share/gnome/help/gnumeric/C/figures/example-colGraph-modified.png
520share/gnome/help/gnumeric/C/figures/example-colGraph.png 520share/gnome/help/gnumeric/C/figures/example-colGraph.png
521share/gnome/help/gnumeric/C/figures/example-columnSelect.png 521share/gnome/help/gnumeric/C/figures/example-columnSelect.png
522share/gnome/help/gnumeric/C/figures/example-data.png 522share/gnome/help/gnumeric/C/figures/example-data.png
523share/gnome/help/gnumeric/C/figures/files-html-example.png 523share/gnome/help/gnumeric/C/figures/files-html-example.png
524share/gnome/help/gnumeric/C/figures/files-html32-example.png 524share/gnome/help/gnumeric/C/figures/files-html32-example.png
525share/gnome/help/gnumeric/C/figures/files-html40-example.png 525share/gnome/help/gnumeric/C/figures/files-html40-example.png
526share/gnome/help/gnumeric/C/figures/formula-dmedian.png 526share/gnome/help/gnumeric/C/figures/formula-dmedian.png
527share/gnome/help/gnumeric/C/figures/gnumeric-icon-24.png 527share/gnome/help/gnumeric/C/figures/gnumeric-icon-24.png
528share/gnome/help/gnumeric/C/figures/gnumeric-labelled.png 528share/gnome/help/gnumeric/C/figures/gnumeric-labelled.png
529share/gnome/help/gnumeric/C/figures/gnumeric-power-example.png 529share/gnome/help/gnumeric/C/figures/gnumeric-power-example.png
 530share/gnome/help/gnumeric/C/figures/graph-axes-grid.png
530share/gnome/help/gnumeric/C/figures/graph-components.png 531share/gnome/help/gnumeric/C/figures/graph-components.png
531share/gnome/help/gnumeric/C/figures/graph-example-area.png 532share/gnome/help/gnumeric/C/figures/graph-example-area.png
532share/gnome/help/gnumeric/C/figures/graph-example-bar.png 533share/gnome/help/gnumeric/C/figures/graph-example-bar.png
533share/gnome/help/gnumeric/C/figures/graph-example-bubble.png 534share/gnome/help/gnumeric/C/figures/graph-example-bubble.png
534share/gnome/help/gnumeric/C/figures/graph-example-column.png 535share/gnome/help/gnumeric/C/figures/graph-example-column.png
535share/gnome/help/gnumeric/C/figures/graph-example-line.png 536share/gnome/help/gnumeric/C/figures/graph-example-line.png
536share/gnome/help/gnumeric/C/figures/graph-example-pie.png 537share/gnome/help/gnumeric/C/figures/graph-example-pie.png
537share/gnome/help/gnumeric/C/figures/graph-example-radar.png 538share/gnome/help/gnumeric/C/figures/graph-example-radar.png
538share/gnome/help/gnumeric/C/figures/graph-example-ring.png 539share/gnome/help/gnumeric/C/figures/graph-example-ring.png
539share/gnome/help/gnumeric/C/figures/graph-example-surface-t1.png 540share/gnome/help/gnumeric/C/figures/graph-example-surface-t1.png
540share/gnome/help/gnumeric/C/figures/graph-example-surface-t2.png 541share/gnome/help/gnumeric/C/figures/graph-example-surface-t2.png
541share/gnome/help/gnumeric/C/figures/graph-example-xyplot.png 542share/gnome/help/gnumeric/C/figures/graph-example-xyplot.png
542share/gnome/help/gnumeric/C/figures/graph-hierarchy.png 543share/gnome/help/gnumeric/C/figures/graph-hierarchy.png
@@ -566,50 +567,56 @@ share/gnome/help/gnumeric/C/figures/grap @@ -566,50 +567,56 @@ share/gnome/help/gnumeric/C/figures/grap
566share/gnome/help/gnumeric/C/figures/graphical-elements-stacked.png 567share/gnome/help/gnumeric/C/figures/graphical-elements-stacked.png
567share/gnome/help/gnumeric/C/figures/graphical-elements.png 568share/gnome/help/gnumeric/C/figures/graphical-elements.png
568share/gnome/help/gnumeric/C/figures/graphs-types-area.png 569share/gnome/help/gnumeric/C/figures/graphs-types-area.png
569share/gnome/help/gnumeric/C/figures/graphs-types-bar.png 570share/gnome/help/gnumeric/C/figures/graphs-types-bar.png
570share/gnome/help/gnumeric/C/figures/graphs-types-bubble.png 571share/gnome/help/gnumeric/C/figures/graphs-types-bubble.png
571share/gnome/help/gnumeric/C/figures/graphs-types-column.png 572share/gnome/help/gnumeric/C/figures/graphs-types-column.png
572share/gnome/help/gnumeric/C/figures/graphs-types-line.png 573share/gnome/help/gnumeric/C/figures/graphs-types-line.png
573share/gnome/help/gnumeric/C/figures/graphs-types-pie.png 574share/gnome/help/gnumeric/C/figures/graphs-types-pie.png
574share/gnome/help/gnumeric/C/figures/graphs-types-radar.png 575share/gnome/help/gnumeric/C/figures/graphs-types-radar.png
575share/gnome/help/gnumeric/C/figures/graphs-types-ring.png 576share/gnome/help/gnumeric/C/figures/graphs-types-ring.png
576share/gnome/help/gnumeric/C/figures/graphs-types-stock.png 577share/gnome/help/gnumeric/C/figures/graphs-types-stock.png
577share/gnome/help/gnumeric/C/figures/graphs-types-surface.png 578share/gnome/help/gnumeric/C/figures/graphs-types-surface.png
578share/gnome/help/gnumeric/C/figures/graphs-types-xyplot.png 579share/gnome/help/gnumeric/C/figures/graphs-types-xyplot.png
 580share/gnome/help/gnumeric/C/figures/icon-locked.png
 581share/gnome/help/gnumeric/C/figures/icon-unlocked.png
 582share/gnome/help/gnumeric/C/figures/icon-visible.png
579share/gnome/help/gnumeric/C/figures/info-area.png 583share/gnome/help/gnumeric/C/figures/info-area.png
580share/gnome/help/gnumeric/C/figures/menu-context-col-row-header.png 584share/gnome/help/gnumeric/C/figures/menu-context-col-row-header.png
581share/gnome/help/gnumeric/C/figures/menu-context-graph-order.png 585share/gnome/help/gnumeric/C/figures/menu-context-graph-order.png
582share/gnome/help/gnumeric/C/figures/menu-context-graph.png 586share/gnome/help/gnumeric/C/figures/menu-context-graph.png
583share/gnome/help/gnumeric/C/figures/menu-context-grid.png 587share/gnome/help/gnumeric/C/figures/menu-context-grid.png
584share/gnome/help/gnumeric/C/figures/menu-context-object-order.png 588share/gnome/help/gnumeric/C/figures/menu-context-object-order.png
585share/gnome/help/gnumeric/C/figures/menu-context-object.png 589share/gnome/help/gnumeric/C/figures/menu-context-object.png
586share/gnome/help/gnumeric/C/figures/menu-context-sheet-tabs.png 590share/gnome/help/gnumeric/C/figures/menu-context-sheet-tabs.png
587share/gnome/help/gnumeric/C/figures/menu-context-tabs.png 591share/gnome/help/gnumeric/C/figures/menu-context-tabs.png
588share/gnome/help/gnumeric/C/figures/menu-context-toolbars.png 592share/gnome/help/gnumeric/C/figures/menu-context-toolbars.png
589share/gnome/help/gnumeric/C/figures/menu-data-export.png 593share/gnome/help/gnumeric/C/figures/menu-data-export.png
590share/gnome/help/gnumeric/C/figures/menu-data-import.png 594share/gnome/help/gnumeric/C/figures/menu-data-import.png
591share/gnome/help/gnumeric/C/figures/menu-data-labelled.png 595share/gnome/help/gnumeric/C/figures/menu-data-labelled.png
592share/gnome/help/gnumeric/C/figures/menu-edit-delete-cells.png 596share/gnome/help/gnumeric/C/figures/menu-edit-delete-cells.png
593share/gnome/help/gnumeric/C/figures/menu-edit-labelled.png 597share/gnome/help/gnumeric/C/figures/menu-edit-labelled.png
 598share/gnome/help/gnumeric/C/figures/menu-edit-modify-names.png
594share/gnome/help/gnumeric/C/figures/menu-edit-paste-special.png 599share/gnome/help/gnumeric/C/figures/menu-edit-paste-special.png
595share/gnome/help/gnumeric/C/figures/menu-edit-select.png 600share/gnome/help/gnumeric/C/figures/menu-edit-select.png
596share/gnome/help/gnumeric/C/figures/menu-file-labelled.png 601share/gnome/help/gnumeric/C/figures/menu-file-labelled.png
597share/gnome/help/gnumeric/C/figures/menu-file-printarea.png 602share/gnome/help/gnumeric/C/figures/menu-file-printarea.png
598share/gnome/help/gnumeric/C/figures/menu-format-column.png 603share/gnome/help/gnumeric/C/figures/menu-format-column.png
599share/gnome/help/gnumeric/C/figures/menu-format-labelled.png 604share/gnome/help/gnumeric/C/figures/menu-format-labelled.png
600share/gnome/help/gnumeric/C/figures/menu-format-sheet.png 605share/gnome/help/gnumeric/C/figures/menu-format-sheet.png
601share/gnome/help/gnumeric/C/figures/menu-help-labelled.png 606share/gnome/help/gnumeric/C/figures/menu-help-labelled.png
 607share/gnome/help/gnumeric/C/figures/menu-insert-comment.png
602share/gnome/help/gnumeric/C/figures/menu-insert-fw.png 608share/gnome/help/gnumeric/C/figures/menu-insert-fw.png
 609share/gnome/help/gnumeric/C/figures/menu-insert-hyperlink.png
603share/gnome/help/gnumeric/C/figures/menu-insert-labelled.png 610share/gnome/help/gnumeric/C/figures/menu-insert-labelled.png
604share/gnome/help/gnumeric/C/figures/menu-insert-names.png 611share/gnome/help/gnumeric/C/figures/menu-insert-names.png
605share/gnome/help/gnumeric/C/figures/menu-statistics-labelled.png 612share/gnome/help/gnumeric/C/figures/menu-statistics-labelled.png
606share/gnome/help/gnumeric/C/figures/menu-tools-labelled.png 613share/gnome/help/gnumeric/C/figures/menu-tools-labelled.png
607share/gnome/help/gnumeric/C/figures/menu-torn-off.png 614share/gnome/help/gnumeric/C/figures/menu-torn-off.png
608share/gnome/help/gnumeric/C/figures/menu-view-labelled.png 615share/gnome/help/gnumeric/C/figures/menu-view-labelled.png
609share/gnome/help/gnumeric/C/figures/menu-view-properties-dialog-cm.png 616share/gnome/help/gnumeric/C/figures/menu-view-properties-dialog-cm.png
610share/gnome/help/gnumeric/C/figures/menu-view-properties-dialog.png 617share/gnome/help/gnumeric/C/figures/menu-view-properties-dialog.png
611share/gnome/help/gnumeric/C/figures/menubar.png 618share/gnome/help/gnumeric/C/figures/menubar.png
612share/gnome/help/gnumeric/C/figures/number-format-border-dialog.png 619share/gnome/help/gnumeric/C/figures/number-format-border-dialog.png
613share/gnome/help/gnumeric/C/figures/number-format-color-dialog.png 620share/gnome/help/gnumeric/C/figures/number-format-color-dialog.png
614share/gnome/help/gnumeric/C/figures/number-format-dialog.png 621share/gnome/help/gnumeric/C/figures/number-format-dialog.png
615share/gnome/help/gnumeric/C/figures/number-format-font-dialog.png 622share/gnome/help/gnumeric/C/figures/number-format-font-dialog.png
@@ -685,26 +692,27 @@ share/gnome/help/gnumeric/C/figures/widg @@ -685,26 +692,27 @@ share/gnome/help/gnumeric/C/figures/widg
685share/gnome/help/gnumeric/C/figures/widget-combobox.png 692share/gnome/help/gnumeric/C/figures/widget-combobox.png
686share/gnome/help/gnumeric/C/figures/widget-entryBox-outlined.png 693share/gnome/help/gnumeric/C/figures/widget-entryBox-outlined.png
687share/gnome/help/gnumeric/C/figures/widget-frame.png 694share/gnome/help/gnumeric/C/figures/widget-frame.png
688share/gnome/help/gnumeric/C/figures/widget-label.png 695share/gnome/help/gnumeric/C/figures/widget-label.png
689share/gnome/help/gnumeric/C/figures/widget-list.png 696share/gnome/help/gnumeric/C/figures/widget-list.png
690share/gnome/help/gnumeric/C/figures/widget-scrollbar.png 697share/gnome/help/gnumeric/C/figures/widget-scrollbar.png
691share/gnome/help/gnumeric/C/figures/widget-slider.png 698share/gnome/help/gnumeric/C/figures/widget-slider.png
692share/gnome/help/gnumeric/C/figures/widget-spinbutton.png 699share/gnome/help/gnumeric/C/figures/widget-spinbutton.png
693share/gnome/help/gnumeric/C/figures/worksheet-cols-1.png 700share/gnome/help/gnumeric/C/figures/worksheet-cols-1.png
694share/gnome/help/gnumeric/C/figures/worksheet-data-1.png 701share/gnome/help/gnumeric/C/figures/worksheet-data-1.png
695share/gnome/help/gnumeric/C/figures/worksheet-data-2.png 702share/gnome/help/gnumeric/C/figures/worksheet-data-2.png
696share/gnome/help/gnumeric/C/figures/worksheet-data-3.png 703share/gnome/help/gnumeric/C/figures/worksheet-data-3.png
697share/gnome/help/gnumeric/C/figures/worksheet-data-4.png 704share/gnome/help/gnumeric/C/figures/worksheet-data-4.png
 705share/gnome/help/gnumeric/C/figures/worksheet-managing-dialog.png
698share/gnome/help/gnumeric/C/figures/worksheet-rows-1.png 706share/gnome/help/gnumeric/C/figures/worksheet-rows-1.png
699share/gnome/help/gnumeric/C/figures/worksheet-running-calc-1.png 707share/gnome/help/gnumeric/C/figures/worksheet-running-calc-1.png
700share/gnome/help/gnumeric/C/files-email.xml 708share/gnome/help/gnumeric/C/files-email.xml
701share/gnome/help/gnumeric/C/files-formats.xml 709share/gnome/help/gnumeric/C/files-formats.xml
702share/gnome/help/gnumeric/C/files-opening.xml 710share/gnome/help/gnumeric/C/files-opening.xml
703share/gnome/help/gnumeric/C/files-overview.xml 711share/gnome/help/gnumeric/C/files-overview.xml
704share/gnome/help/gnumeric/C/files-saving.xml 712share/gnome/help/gnumeric/C/files-saving.xml
705share/gnome/help/gnumeric/C/files-ssconvert.xml 713share/gnome/help/gnumeric/C/files-ssconvert.xml
706share/gnome/help/gnumeric/C/files-textopen.xml 714share/gnome/help/gnumeric/C/files-textopen.xml
707share/gnome/help/gnumeric/C/files-textsave.xml 715share/gnome/help/gnumeric/C/files-textsave.xml
708share/gnome/help/gnumeric/C/functions.xml 716share/gnome/help/gnumeric/C/functions.xml
709share/gnome/help/gnumeric/C/getting-involved.xml 717share/gnome/help/gnumeric/C/getting-involved.xml
710share/gnome/help/gnumeric/C/gnumeric.xml 718share/gnome/help/gnumeric/C/gnumeric.xml

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

--- pkgsrc/math/gnumeric112/distinfo 2013/05/06 11:06:35 1.3
+++ pkgsrc/math/gnumeric112/distinfo 2013/07/04 14:12:09 1.4
@@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
1$NetBSD: distinfo,v 1.3 2013/05/06 11:06:35 wiz Exp $ 1$NetBSD: distinfo,v 1.4 2013/07/04 14:12:09 wiz Exp $
2 2
3SHA1 (gnumeric-1.12.2.tar.xz) = 716b4f4e87996ff9e55505479fbee0e26b1fa96d 3SHA1 (gnumeric-1.12.3.tar.xz) = 7bafa914863083f7f2aeff691425a288e3f44d4e
4RMD160 (gnumeric-1.12.2.tar.xz) = 4e89fcce381631c6c0a07f8ac22c99eb4a207a82 4RMD160 (gnumeric-1.12.3.tar.xz) = d7ac7845ac1ad4d10df4169858d4d3ae1ccdb560
5Size (gnumeric-1.12.2.tar.xz) = 15517296 bytes 5Size (gnumeric-1.12.3.tar.xz) = 15503384 bytes
6SHA1 (patch-aa) = f1cefe02242eebccef616365bd08627d5e9fb4cd 6SHA1 (patch-aa) = f1cefe02242eebccef616365bd08627d5e9fb4cd
7SHA1 (patch-ab) = cb1f97384986219f8f54c3a87af5499d27dc8b1b 7SHA1 (patch-ab) = cb1f97384986219f8f54c3a87af5499d27dc8b1b
8SHA1 (patch-gnumeric.desktop.in) = f9167ce617a9991e4f3d55b24b1719e2baf814d9 8SHA1 (patch-gnumeric.desktop.in) = f9167ce617a9991e4f3d55b24b1719e2baf814d9