pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/gnumeric-current Update to 1.7.12:
details: https://anonhg.NetBSD.org/pkgsrc/rev/9c85f308c351
branches: trunk
changeset: 533165:9c85f308c351
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Sep 10 06:06:53 2007 +0000
description:
Update to 1.7.12:
Gnumeric 1.7.12 'Rocks for Rob, Roses for Harlan'
J.H.M. Dassen (Ray):
* Added infrastructure to render the DocBook documentation as PDF.
Jody:
* Store objects in visible order in .gnumeric files. [#438933]
* Make SMALL/LARGE support implicit intersection. [#343176]
* XLS import for Form combos/lists source ranges. [#451384]
* Remove warning when combo objects updated.
* Repeat action being activated by F4 while editing. [#461284]
* SUM(INDIRECT:INDIRECT) XL compat outside arrays. [#395926]
* Merge UI layer back into WBCGtk, no more arbitrary split.
* Use pygobject instead of pygtk
* Use utf-16 encoded cmd line args on windows. [#361321]
* Fix XLS import of workbook local hyperlinks.
* XLSX import/export of hyperlinks.
* XLSX import/export of validation and input messages.
* Basic XLSX import/export of charts.
* ROW/COLUMN return vectors not matricies. [#Harlan Grove]
Morten:
* Fix undo column/row insert/delete for arrays. [#463834]
* Fix undo column/row delete for objects.
* Fix undo of sheet objects pushed off the sheet.
* Fix auto-correct issue. [#463996]
* Fix handling of named expressions when inserting or deleting
columns or rows. [#123649]
* Validate defined names. [#346223]
* Fix 64-bit issue for non-GNOME build. [#465545]
* Allow relative formulas in name dialog.
* Make test suite a bit more robust.
* Fix date entry problem. [#472760]
diffstat:
math/gnumeric-current/Makefile | 8 ++++----
math/gnumeric-current/PLIST | 12 +++++++-----
math/gnumeric-current/distinfo | 8 ++++----
3 files changed, 15 insertions(+), 13 deletions(-)
diffs (84 lines):
diff -r be8824c111ba -r 9c85f308c351 math/gnumeric-current/Makefile
--- a/math/gnumeric-current/Makefile Mon Sep 10 06:02:11 2007 +0000
+++ b/math/gnumeric-current/Makefile Mon Sep 10 06:06:53 2007 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2007/08/30 06:10:26 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2007/09/10 06:06:53 wiz Exp $
#
-DISTNAME= gnumeric-1.7.11
+DISTNAME= gnumeric-1.7.12
CATEGORIES= math gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnumeric/1.7/}
EXTRACT_SUFX= .tar.bz2
@@ -41,8 +41,8 @@
.include "../../devel/libglade2/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../lang/perl5/buildlink3.mk"
-BUILDLINK_API_DEPENDS.goffice+= goffice>=0.4.2
-.include "../../misc/goffice/buildlink3.mk"
+BUILDLINK_API_DEPENDS.goffice+= goffice>=0.5.0
+.include "../../misc/goffice0.5/buildlink3.mk"
.include "../../net/ORBit2/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../textproc/scrollkeeper/omf.mk"
diff -r be8824c111ba -r 9c85f308c351 math/gnumeric-current/PLIST
--- a/math/gnumeric-current/PLIST Mon Sep 10 06:02:11 2007 +0000
+++ b/math/gnumeric-current/PLIST Mon Sep 10 06:06:53 2007 +0000
@@ -1,6 +1,6 @@
-@comment $NetBSD: PLIST,v 1.4 2007/08/30 06:10:26 wiz Exp $
+@comment $NetBSD: PLIST,v 1.5 2007/09/10 06:06:53 wiz Exp $
+bin/gnumeric
bin/${PKGNAME}
-bin/gnumeric
bin/ssconvert
bin/ssindex
include/libspreadsheet-1-7/application.h
@@ -111,13 +111,11 @@
include/libspreadsheet-1-7/validation-combo.h
include/libspreadsheet-1-7/validation.h
include/libspreadsheet-1-7/value.h
+include/libspreadsheet-1-7/wbc-gtk-impl.h
include/libspreadsheet-1-7/wbc-gtk.h
include/libspreadsheet-1-7/workbook-cmd-format.h
-include/libspreadsheet-1-7/workbook-control-gui-priv.h
-include/libspreadsheet-1-7/workbook-control-gui.h
include/libspreadsheet-1-7/workbook-control-priv.h
include/libspreadsheet-1-7/workbook-control.h
-include/libspreadsheet-1-7/workbook-edit.h
include/libspreadsheet-1-7/workbook-priv.h
include/libspreadsheet-1-7/workbook-view.h
include/libspreadsheet-1-7/workbook.h
@@ -758,6 +756,8 @@
share/locale/lt/LC_MESSAGES/gnumeric.mo
share/locale/lv/LC_MESSAGES/gnumeric-functions.mo
share/locale/lv/LC_MESSAGES/gnumeric.mo
+share/locale/mk/LC_MESSAGES/gnumeric-functions.mo
+share/locale/mk/LC_MESSAGES/gnumeric.mo
share/locale/ml/LC_MESSAGES/gnumeric-functions.mo
share/locale/ml/LC_MESSAGES/gnumeric.mo
share/locale/mr/LC_MESSAGES/gnumeric-functions.mo
@@ -766,6 +766,8 @@
share/locale/ms/LC_MESSAGES/gnumeric.mo
share/locale/nb/LC_MESSAGES/gnumeric-functions.mo
share/locale/nb/LC_MESSAGES/gnumeric.mo
+share/locale/ne/LC_MESSAGES/gnumeric-functions.mo
+share/locale/ne/LC_MESSAGES/gnumeric.mo
share/locale/nl/LC_MESSAGES/gnumeric-functions.mo
share/locale/nl/LC_MESSAGES/gnumeric.mo
share/locale/nn/LC_MESSAGES/gnumeric-functions.mo
diff -r be8824c111ba -r 9c85f308c351 math/gnumeric-current/distinfo
--- a/math/gnumeric-current/distinfo Mon Sep 10 06:02:11 2007 +0000
+++ b/math/gnumeric-current/distinfo Mon Sep 10 06:06:53 2007 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.3 2007/08/30 06:10:26 wiz Exp $
+$NetBSD: distinfo,v 1.4 2007/09/10 06:06:53 wiz Exp $
-SHA1 (gnumeric-1.7.11.tar.bz2) = 9ca083460a365249c5f33007506648a326b9f099
-RMD160 (gnumeric-1.7.11.tar.bz2) = e7968f3049d261063f8764711ecadd0caf3c30fb
-Size (gnumeric-1.7.11.tar.bz2) = 13077190 bytes
+SHA1 (gnumeric-1.7.12.tar.bz2) = 56c09975799899fc0b9231e85553fc20034c3378
+RMD160 (gnumeric-1.7.12.tar.bz2) = 76c6249e72cf51283df6dfc65dac5dc76487217f
+Size (gnumeric-1.7.12.tar.bz2) = 13685912 bytes
SHA1 (patch-ac) = bf7b01e13a646113e023ee15b17ffc2db40c468b
SHA1 (patch-ad) = ee7c4d8a3bb90799297dff4620bd6a8612a894c2
Home |
Main Index |
Thread Index |
Old Index