diff options
author | wiz <wiz@pkgsrc.org> | 2013-07-04 14:11:28 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-07-04 14:11:28 +0000 |
commit | 638fd36cebe4bce1ce452fd8677df9e8eb781c73 (patch) | |
tree | 850ffa81c69791670e7eea81e507d4dfb6c65abf /misc | |
parent | 42cae343b3e55501446c3d32c74b875ec7773381 (diff) | |
download | pkgsrc-638fd36cebe4bce1ce452fd8677df9e8eb781c73.tar.gz |
Update to 0.10.3:
goffice 0.10.3:
Jean:
* Implement color scales. [#695829]
* Allow color scales to have titles. [#688595]
* Allow regression equation frame to rotate with text. [#701546]
* New matrix plots. [#657918][#680806]
* Set a minimal size for the graph property box. [#699473]
* Fix crash when loading an invalid graph with a custom theme. [#702887]
Morten:
* Fix issue with librsvg includes. [#695167]
* Make linear regression handle the case where the input
columns are not independent. [#551457]
* Install the unknown_image icon from Gnumeric. [#700742]
Diffstat (limited to 'misc')
-rw-r--r-- | misc/goffice0.10/Makefile | 6 | ||||
-rw-r--r-- | misc/goffice0.10/PLIST | 3 | ||||
-rw-r--r-- | misc/goffice0.10/distinfo | 8 |
3 files changed, 8 insertions, 9 deletions
diff --git a/misc/goffice0.10/Makefile b/misc/goffice0.10/Makefile index e819283bf85..2a7119bbe47 100644 --- a/misc/goffice0.10/Makefile +++ b/misc/goffice0.10/Makefile @@ -1,9 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2013/06/06 12:53:46 wiz Exp $ -# +# $NetBSD: Makefile,v 1.6 2013/07/04 14:11:28 wiz Exp $ -DISTNAME= goffice-0.10.2 +DISTNAME= goffice-0.10.3 PKGNAME= ${DISTNAME:S/goffice/goffice0.10/} -PKGREVISION= 3 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_GNOME:=sources/goffice/0.10/} EXTRACT_SUFX= .tar.xz diff --git a/misc/goffice0.10/PLIST b/misc/goffice0.10/PLIST index db2afc834f0..98fdce699ad 100644 --- a/misc/goffice0.10/PLIST +++ b/misc/goffice0.10/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2013/05/03 15:51:23 drochner Exp $ +@comment $NetBSD: PLIST,v 1.3 2013/07/04 14:11:28 wiz Exp $ include/libgoffice-0.10/goffice/app/error-info.h include/libgoffice-0.10/goffice/app/file.h include/libgoffice-0.10/goffice/app/go-cmd-context-impl.h @@ -123,6 +123,7 @@ include/libgoffice-0.10/goffice/math/go-cspline.h include/libgoffice-0.10/goffice/math/go-distribution.h include/libgoffice-0.10/goffice/math/go-fft.h include/libgoffice-0.10/goffice/math/go-math.h +include/libgoffice-0.10/goffice/math/go-matrix.h include/libgoffice-0.10/goffice/math/go-matrix3x3.h include/libgoffice-0.10/goffice/math/go-quad.h include/libgoffice-0.10/goffice/math/go-rangefunc.h diff --git a/misc/goffice0.10/distinfo b/misc/goffice0.10/distinfo index 7600653fb4e..b99c296f2c5 100644 --- a/misc/goffice0.10/distinfo +++ b/misc/goffice0.10/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2013/05/03 15:51:23 drochner Exp $ +$NetBSD: distinfo,v 1.3 2013/07/04 14:11:28 wiz Exp $ -SHA1 (goffice-0.10.2.tar.xz) = 5ec3036d66cd151b1b9a75108c1c6989f77cd119 -RMD160 (goffice-0.10.2.tar.xz) = d98832acb84bf0c5881141e4d8a60a935805c265 -Size (goffice-0.10.2.tar.xz) = 2164976 bytes +SHA1 (goffice-0.10.3.tar.xz) = dd1291623c7a5d588fca45df01d5eb5dde76f470 +RMD160 (goffice-0.10.3.tar.xz) = 585eac4a3ea200e8bc72fd569f30209f20c02ef1 +Size (goffice-0.10.3.tar.xz) = 2198856 bytes |