diff options
author | martti <martti@pkgsrc.org> | 2002-10-16 11:31:24 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2002-10-16 11:31:24 +0000 |
commit | a5e30c98b0393afb296106ac35e366255869416b (patch) | |
tree | 05b5f4d7e4491b738865d9905ce1f8c833f3f4ba /math/gnumeric | |
parent | e3aa2fbcfd405088c8fcbe5e1ee8e397c69ac988 (diff) | |
download | pkgsrc-a5e30c98b0393afb296106ac35e366255869416b.tar.gz |
Updated gnumeric to 1.0.10
* Fix valign=center in html exporter
* Fix the schema.
* Backport partial fix for named expressions.
* Export copy/paste data to primary and clipboard to communicate with 1.1.x.
* Add warning dialog when we can't activate guppi.
* Backport fix for sheet object ref count error.
* Allow format dialog to grow (debian 159949)
* Backport xls export fix to handle differing numbers of argument
* Backport fix for off by 1 error in repeated col/row printing
* Fix goal seek (and thus functions like XIRR.)
Diffstat (limited to 'math/gnumeric')
-rw-r--r-- | math/gnumeric/Makefile | 7 | ||||
-rw-r--r-- | math/gnumeric/distinfo | 6 |
2 files changed, 6 insertions, 7 deletions
diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile index 849b5fbf0d8..045eab7f3f0 100644 --- a/math/gnumeric/Makefile +++ b/math/gnumeric/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.60 2002/09/23 21:55:11 jlam Exp $ +# $NetBSD: Makefile,v 1.61 2002/10/16 11:31:24 martti Exp $ # -DISTNAME= gnumeric-1.0.9 -PKGREVISION= 1 +DISTNAME= gnumeric-1.0.10 CATEGORIES= math gnome -MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/gnumeric/} +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnumeric/1.0/} MAINTAINER= rh@netbsd.org HOMEPAGE= http://www.gnome.org/gnumeric/ diff --git a/math/gnumeric/distinfo b/math/gnumeric/distinfo index 7ff94d4cde6..d6a60b604eb 100644 --- a/math/gnumeric/distinfo +++ b/math/gnumeric/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.13 2002/07/26 01:09:52 mjl Exp $ +$NetBSD: distinfo,v 1.14 2002/10/16 11:31:24 martti Exp $ -SHA1 (gnumeric-1.0.9.tar.gz) = f07aae5fce1836e083d1a70eb7559bc918177f8e -Size (gnumeric-1.0.9.tar.gz) = 14003497 bytes +SHA1 (gnumeric-1.0.10.tar.gz) = af6c474a8b0b0cd69eb922c6e50741664c5ed089 +Size (gnumeric-1.0.10.tar.gz) = 14179667 bytes SHA1 (patch-aa) = fdd803fddef9c2762bba11eea26dc6f05dc0bcb4 |