pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/goffice0.5 Update to 0.5.1:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/88ee932264c9
branches:  trunk
changeset: 534565:88ee932264c9
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Oct 27 02:22:46 2007 +0000

description:
Update to 0.5.1:

goffice 0.5.1:

Jean:
        * Fix crash in gog_renderer_update. [#477052]
        * Copied FFT and complex numbers code from gnumeric.

Jody:
        * Some extensions for OOX charts.

Jon Kåre:
        * Fix format selector crash [#475136].
        * Don't close image save as dialog after wrong extension. [#420451]

Morten:
        * Add function to test if a format has an hour field.
        * Re-enable GTK_DISABLE_DEPRECATED
        * Fix format dialog crash.  [#480971]

diffstat:

 misc/goffice0.5/Makefile      |   7 ++---
 misc/goffice0.5/PLIST         |  53 ++++++++++++++++++++++++++++++------------
 misc/goffice0.5/buildlink3.mk |   4 +-
 misc/goffice0.5/distinfo      |   8 +++---
 4 files changed, 46 insertions(+), 26 deletions(-)

diffs (194 lines):

diff -r d64c7c5ab030 -r 88ee932264c9 misc/goffice0.5/Makefile
--- a/misc/goffice0.5/Makefile  Sat Oct 27 00:59:29 2007 +0000
+++ b/misc/goffice0.5/Makefile  Sat Oct 27 02:22:46 2007 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2007/09/21 13:04:01 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2007/10/27 02:22:46 wiz Exp $
 #
 
-DISTNAME=              goffice-0.5.0
-PKGNAME=               goffice0.5-0.5.0
-PKGREVISION=           2
+DISTNAME=              goffice-0.5.1
+PKGNAME=               goffice0.5-0.5.1
 CATEGORIES=            misc
 MASTER_SITES=          ${MASTER_SITE_GNOME:=sources/goffice/0.5/}
 
diff -r d64c7c5ab030 -r 88ee932264c9 misc/goffice0.5/PLIST
--- a/misc/goffice0.5/PLIST     Sat Oct 27 00:59:29 2007 +0000
+++ b/misc/goffice0.5/PLIST     Sat Oct 27 02:22:46 2007 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2007/09/05 16:06:25 drochner Exp $
+@comment $NetBSD: PLIST,v 1.2 2007/10/27 02:22:46 wiz Exp $
 include/libgoffice-0.5/goffice/app/error-info.h
 include/libgoffice-0.5/goffice/app/file.h
 include/libgoffice-0.5/goffice/app/go-cmd-context-impl.h
@@ -53,6 +53,7 @@
 include/libgoffice-0.5/goffice/graph/gog-chart-impl.h
 include/libgoffice-0.5/goffice/graph/gog-chart-map.h
 include/libgoffice-0.5/goffice/graph/gog-chart.h
+include/libgoffice-0.5/goffice/graph/gog-child-button.h
 include/libgoffice-0.5/goffice/graph/gog-control-foocanvas.h
 include/libgoffice-0.5/goffice/graph/gog-data-allocator.h
 include/libgoffice-0.5/goffice/graph/gog-data-set.h
@@ -103,9 +104,16 @@
 include/libgoffice-0.5/goffice/gtk/go-optionmenu.h
 include/libgoffice-0.5/goffice/gtk/go-palette.h
 include/libgoffice-0.5/goffice/gtk/go-pattern-selector.h
+include/libgoffice-0.5/goffice/gtk/go-pixbuf.h
 include/libgoffice-0.5/goffice/gtk/go-rotation-sel.h
 include/libgoffice-0.5/goffice/gtk/go-selector.h
 include/libgoffice-0.5/goffice/gtk/goffice-gtk.h
+include/libgoffice-0.5/goffice/math/go-complex.h
+include/libgoffice-0.5/goffice/math/go-cspline.h
+include/libgoffice-0.5/goffice/math/go-fft.h
+include/libgoffice-0.5/goffice/math/go-math.h
+include/libgoffice-0.5/goffice/math/go-rangefunc.h
+include/libgoffice-0.5/goffice/math/go-regression.h
 include/libgoffice-0.5/goffice/ms-compat/go-ms-parser.h
 include/libgoffice-0.5/goffice/ms-compat/god-drawing-ms-client-handler.h
 include/libgoffice-0.5/goffice/ms-compat/god-drawing-ms.h
@@ -113,7 +121,6 @@
 include/libgoffice-0.5/goffice/utils/datetime.h
 include/libgoffice-0.5/goffice/utils/go-cairo.h
 include/libgoffice-0.5/goffice/utils/go-color.h
-include/libgoffice-0.5/goffice/utils/go-cspline.h
 include/libgoffice-0.5/goffice/utils/go-file.h
 include/libgoffice-0.5/goffice/utils/go-font.h
 include/libgoffice-0.5/goffice/utils/go-format.h
@@ -125,11 +132,8 @@
 include/libgoffice-0.5/goffice/utils/go-line.h
 include/libgoffice-0.5/goffice/utils/go-locale.h
 include/libgoffice-0.5/goffice/utils/go-marker.h
-include/libgoffice-0.5/goffice/utils/go-math.h
 include/libgoffice-0.5/goffice/utils/go-path.h
 include/libgoffice-0.5/goffice/utils/go-pattern.h
-include/libgoffice-0.5/goffice/utils/go-rangefunc.h
-include/libgoffice-0.5/goffice/utils/go-regression.h
 include/libgoffice-0.5/goffice/utils/go-undo.h
 include/libgoffice-0.5/goffice/utils/go-units.h
 include/libgoffice-0.5/goffice/utils/goffice-utils.h
@@ -215,8 +219,11 @@
 share/gtk-doc/html/goffice/GogRenderer.html
 share/gtk-doc/html/goffice/GogSeries.html
 share/gtk-doc/html/goffice/GogSeriesLines.html
+share/gtk-doc/html/goffice/GogSmoothedCurve.html
 share/gtk-doc/html/goffice/GogStyle.html
 share/gtk-doc/html/goffice/GogStyledObject.html
+share/gtk-doc/html/goffice/GogTheme.html
+share/gtk-doc/html/goffice/GogTrendLine.html
 share/gtk-doc/html/goffice/GogView.html
 share/gtk-doc/html/goffice/ch01.html
 share/gtk-doc/html/goffice/ch02.html
@@ -229,8 +236,9 @@
 share/gtk-doc/html/goffice/ch09.html
 share/gtk-doc/html/goffice/ch10.html
 share/gtk-doc/html/goffice/ch11.html
-share/gtk-doc/html/goffice/goffice-GOComboBox.html
-share/gtk-doc/html/goffice/goffice-GOComboColor.html
+share/gtk-doc/html/goffice/ch12.html
+share/gtk-doc/html/goffice/ch13.html
+share/gtk-doc/html/goffice/goffice-GOCairo.html
 share/gtk-doc/html/goffice/goffice-GOComponent.html
 share/gtk-doc/html/goffice/goffice-GODoc.html
 share/gtk-doc/html/goffice/goffice-GODocControl.html
@@ -241,20 +249,41 @@
 share/gtk-doc/html/goffice/goffice-GoCharmapSel.html
 share/gtk-doc/html/goffice/goffice-GoCmdContext.html
 share/gtk-doc/html/goffice/goffice-GoColor.html
+share/gtk-doc/html/goffice/goffice-GoComboBox.html
+share/gtk-doc/html/goffice/goffice-GoComboColor.html
 share/gtk-doc/html/goffice/goffice-GoComboPixmaps.html
 share/gtk-doc/html/goffice/goffice-GoComboText.html
+share/gtk-doc/html/goffice/goffice-GoComplex.html
 share/gtk-doc/html/goffice/goffice-GoComponentFactory.html
+share/gtk-doc/html/goffice/goffice-GoFft.html
+share/gtk-doc/html/goffice/goffice-GoFile.html
+share/gtk-doc/html/goffice/goffice-GoFileOpener.html
+share/gtk-doc/html/goffice/goffice-GoFileSaver.html
+share/gtk-doc/html/goffice/goffice-GoFont.html
 share/gtk-doc/html/goffice/goffice-GoFontSel.html
+share/gtk-doc/html/goffice/goffice-GoFormat.html
 share/gtk-doc/html/goffice/goffice-GoFormatSel.html
 share/gtk-doc/html/goffice/goffice-GoGeometry.html
 share/gtk-doc/html/goffice/goffice-GoGlibExtras.html
+share/gtk-doc/html/goffice/goffice-GoGradient.html
 share/gtk-doc/html/goffice/goffice-GoLibxmlExtras.html
+share/gtk-doc/html/goffice/goffice-GoLine.html
 share/gtk-doc/html/goffice/goffice-GoLocaleSel.html
+share/gtk-doc/html/goffice/goffice-GoMarker.html
+share/gtk-doc/html/goffice/goffice-GoMath.html
 share/gtk-doc/html/goffice/goffice-GoObject.html
 share/gtk-doc/html/goffice/goffice-GoOptionMenu.html
+share/gtk-doc/html/goffice/goffice-GoPalette.html
+share/gtk-doc/html/goffice/goffice-GoPath.html
+share/gtk-doc/html/goffice/goffice-GoPattern.html
 share/gtk-doc/html/goffice/goffice-GoPluginLoaderModule.html
+share/gtk-doc/html/goffice/goffice-GoReg.html
+share/gtk-doc/html/goffice/goffice-GoRegression.html
 share/gtk-doc/html/goffice/goffice-GoRotationSel.html
 share/gtk-doc/html/goffice/goffice-GoSearchReplace.html
+share/gtk-doc/html/goffice/goffice-GoSelector.html
+share/gtk-doc/html/goffice/goffice-GoUndo.html
+share/gtk-doc/html/goffice/goffice-GoUrl.html
 share/gtk-doc/html/goffice/goffice-GogAxisMap.html
 share/gtk-doc/html/goffice/goffice-GogChartMap.html
 share/gtk-doc/html/goffice/goffice-GogControlFooCanvas.html
@@ -262,18 +291,9 @@
 share/gtk-doc/html/goffice/goffice-GogGuru.html
 share/gtk-doc/html/goffice/goffice-GogPlotEngine.html
 share/gtk-doc/html/goffice/goffice-GogTool.html
-share/gtk-doc/html/goffice/goffice-Math.html
 share/gtk-doc/html/goffice/goffice-Ranges.html
-share/gtk-doc/html/goffice/goffice-RegUTF8.html
-share/gtk-doc/html/goffice/goffice-Regressions.html
 share/gtk-doc/html/goffice/goffice-Units.html
-share/gtk-doc/html/goffice/goffice-go-format.html
-share/gtk-doc/html/goffice/goffice-go-gradient.html
-share/gtk-doc/html/goffice/goffice-go-line.html
-share/gtk-doc/html/goffice/goffice-go-marker.html
-share/gtk-doc/html/goffice/goffice-go-pattern.html
 share/gtk-doc/html/goffice/goffice-go-plugin.html
-share/gtk-doc/html/goffice/goffice-gog-theme.html
 share/gtk-doc/html/goffice/goffice.devhelp
 share/gtk-doc/html/goffice/goffice.devhelp2
 share/gtk-doc/html/goffice/home.png
@@ -460,6 +480,7 @@
 @unexec ${RMDIR} %D/lib/goffice 2>/dev/null || ${TRUE}
 @dirrm include/libgoffice-0.5/goffice/utils
 @dirrm include/libgoffice-0.5/goffice/ms-compat
+@dirrm include/libgoffice-0.5/goffice/math
 @dirrm include/libgoffice-0.5/goffice/gtk
 @dirrm include/libgoffice-0.5/goffice/graph
 @dirrm include/libgoffice-0.5/goffice/drawing
diff -r d64c7c5ab030 -r 88ee932264c9 misc/goffice0.5/buildlink3.mk
--- a/misc/goffice0.5/buildlink3.mk     Sat Oct 27 00:59:29 2007 +0000
+++ b/misc/goffice0.5/buildlink3.mk     Sat Oct 27 02:22:46 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.2 2007/09/21 13:04:01 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.3 2007/10/27 02:22:46 wiz Exp $
 
 BUILDLINK_DEPTH:=              ${BUILDLINK_DEPTH}+
 GOFFICE0.5_BUILDLINK3_MK:=     ${GOFFICE0.5_BUILDLINK3_MK}+
@@ -12,7 +12,7 @@
 BUILDLINK_ORDER:=      ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}goffice0.5
 
 .if ${GOFFICE0.5_BUILDLINK3_MK} == "+"
-BUILDLINK_API_DEPENDS.goffice0.5+=     goffice0.5>=0.5.0
+BUILDLINK_API_DEPENDS.goffice0.5+=     goffice0.5>=0.5.1
 BUILDLINK_PKGSRCDIR.goffice0.5?=       ../../misc/goffice0.5
 .endif # GOFFICE0.5_BUILDLINK3_MK
 
diff -r d64c7c5ab030 -r 88ee932264c9 misc/goffice0.5/distinfo
--- a/misc/goffice0.5/distinfo  Sat Oct 27 00:59:29 2007 +0000
+++ b/misc/goffice0.5/distinfo  Sat Oct 27 02:22:46 2007 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2007/09/05 16:06:25 drochner Exp $
+$NetBSD: distinfo,v 1.2 2007/10/27 02:22:46 wiz Exp $
 
-SHA1 (goffice-0.5.0.tar.gz) = d9ab6124b8b3d652568188d92aa286e835680c0a
-RMD160 (goffice-0.5.0.tar.gz) = a2b7639416b7aa47799cc3fdff4745ce334007e6
-Size (goffice-0.5.0.tar.gz) = 2942320 bytes
+SHA1 (goffice-0.5.1.tar.gz) = c5309720d73b5ea5f9239619cbcffa62027b5db3
+RMD160 (goffice-0.5.1.tar.gz) = 46a2dc4c3043d38c18be1ab8c084a1c6d5754d07
+Size (goffice-0.5.1.tar.gz) = 3043886 bytes



Home | Main Index | Thread Index | Old Index