diff options
author | wiz <wiz@pkgsrc.org> | 2007-11-08 19:39:11 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-11-08 19:39:11 +0000 |
commit | 3714f15c66b4558f2def79c5f7f134a0cf92497f (patch) | |
tree | e13d760fc3a0c6c633c024751473c8d16c45d7a0 | |
parent | 9248a6b98820998ef4546c11acb0cdb8a4c71af4 (diff) | |
download | pkgsrc-3714f15c66b4558f2def79c5f7f134a0cf92497f.tar.gz |
Update to 0.7.14:
Gnumeric 1.7.14
Andreas
* Print repeated rows and columns.
* Fix printing crash. [#491775]
* Reimplement down then across printing
Götz Waschk:
* Fix paradox plugin compilation. [#489030]
Hib Eris:
* ssconvert export options. (Code butchered by Morten.) [#170767]
Jody:
* Improve ODF (and .sxc) import.
* Improve ODF chart data import (ick).
* Add Snap-to-grid context menu command for objects.
* Fix Data -> Table and enable the UI.
Morten:
* Improve test suite.
* Fix clipboard text-target export problem.
* Add date convention to clipboard ranges.
* Update man pages a bit.
* Fix excel dual-format write crash. [#490828]
* Fix problem loading .gnumeric files. [#490859]
* Fix print crash. [#478552]
* Fix xls FMR. [#491472]
* Fix gnumeric sax loader UMR. [#492391]
* Make text exporter remember settings between invocations.
* Make text import handle ranges of files with >64k rows. [#370273]
-rw-r--r-- | math/gnumeric-current/Makefile | 6 | ||||
-rw-r--r-- | math/gnumeric-current/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/math/gnumeric-current/Makefile b/math/gnumeric-current/Makefile index 105974c66cb..0c7662ca116 100644 --- a/math/gnumeric-current/Makefile +++ b/math/gnumeric-current/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2007/10/27 02:25:39 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2007/11/08 19:39:11 wiz Exp $ # -DISTNAME= gnumeric-1.7.13 +DISTNAME= gnumeric-1.7.14 CATEGORIES= math gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnumeric/1.7/} EXTRACT_SUFX= .tar.bz2 @@ -32,7 +32,7 @@ PYTHON_VERSIONS_ACCEPTED= 24 23 #BUILDLINK_API_DEPENDS.libgda+= libgda>=3.1.1 #.include "../../databases/libgda/buildlink3.mk" #.include "../../databases/libgnomedb/buildlink3.mk" -BUILDLINK_API_DEPENDS.libgsf+= libgsf>=1.14.2 +BUILDLINK_API_DEPENDS.libgsf+= libgsf>=1.14.6 .include "../../devel/libgsf/buildlink3.mk" .include "../../devel/GConf/schemas.mk" .include "../../devel/libgnomeui/buildlink3.mk" diff --git a/math/gnumeric-current/distinfo b/math/gnumeric-current/distinfo index 62a8d9a5d30..b13b88bb751 100644 --- a/math/gnumeric-current/distinfo +++ b/math/gnumeric-current/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2007/10/27 02:25:39 wiz Exp $ +$NetBSD: distinfo,v 1.7 2007/11/08 19:39:11 wiz Exp $ -SHA1 (gnumeric-1.7.13.tar.bz2) = d5f5f20fa7389735752f016ab0207c07ea476831 -RMD160 (gnumeric-1.7.13.tar.bz2) = f593bfb5cf273e73f87b4b45cb1ba0f111ee35d4 -Size (gnumeric-1.7.13.tar.bz2) = 13967860 bytes +SHA1 (gnumeric-1.7.14.tar.bz2) = f8781a2d1691fcb6b6b2c9fa5174e26ad3df5d91 +RMD160 (gnumeric-1.7.14.tar.bz2) = c1190b4102ba69bebf3b4f4276a8395b12b42da7 +Size (gnumeric-1.7.14.tar.bz2) = 13977827 bytes |