Tue Aug 4 11:57:51 2015 UTC ()
Update to goffice0.10 version 0.10.21, to allow an update of gnumeric112.

Pkgsrc changes:
 * Add various BUILDLINK_API_DEPENDS settings to express the dependency
   requirements in the upstream configure.ac.
 * Adapt PLIST
 * Add use of libxslt in the buildlink3.mk file.

Upstream changes extracted from ChangeLog:

goffice 0.10.21:
* clip each rectangle before drawing. [#744076]
* Avoid critical when loading fails.
* ensure that GOPixbuf keeps the original data around. [#745297]
* If no image data is given, create an unknown image placeholder.
* Plug various leaks.
* Doc fix.
* Set auto_font, apply font theming.
  Only save font when not auto.
  Be fairly smart about reading files created prior to this fix.
  Include auto_font and auto_color.
  Use sufficient precision.
* Use 0.0, not G_MINDOUBLE, to make cairo
  produce dots. That seems to be the documented way to do it.
* Ignore nans. [#744200]
* Protect oval drawing against invalid sizes.
* Avoid overflow.  Round a bit more consistently.
* Only draw oval heads when sizes are positive.
* Protect against missing data
* Initialize regres. Why didn't the compiler warn about that?

goffice 0.10.20:
* Don't wipe out marker colours just because the shape auto.
* Ensure that the dims number is correct in all cases. [see #743507]

goffice 0.10.19:
* Fixed typo in default map name.
* Allow the window to be maximized. [see #742897]
* Avoid rounding errors by using go_cospi and go_sinpi.
* Don't loose any data when using automatic bins. [#742996]
* Protect against missing data. [#742859]
* Add missing libraries to Requires.private.
* Don't return invalid ticks.
* Allow custom ticks and grid lines for axis lines. [#600482]
* Fix axis title position when at high coordinate.
* Don't use a data vector with no valid value.  [#741910]
* Protect against NULL y vector.
* Implement native scrolling.  [#741394]
* Only make window composited if the screen is. See bug 741455.
* Fix flags argument of gtk_icon_theme_load_icon.
* Make this work with icon names.
* Lean a bit heavier on libxml's encoding guess instead of g_get_charset
  which may be a bit random.
* Actually handle the claimed data: prefix.
* Avoid GtkColorSelDialog which is
  _gone_ from current gtk+. Use GtkColorChooserWidget instead.
* Handle a stock_id which is really an icon name.
* Simplify using gtk_action_create_icon which also handled named icons.
* Cleanup. Avoid warnings. Avoid unneccesary overflow.
* Plug leak.
* (_goc_canvas_remove_item): New function. Use of this fixes
  several crashes.
* If the canvas changes, tell the old canvas that child is gone.
* Don't mess directly with the canvas' members.
* Move the titles with the axis when some other axis has an offset. [#684777]
* Allow rotation of axis line labels. [#740198]
* Add new goc_canvas_invalidate_region().
* Don't use deprecated signal and functions.

goffice 0.10.18:
* Add baseline anchor values.
* Don't pass NULL to g_strtod(). [#735555]
* Don't skip encoding on user entered names
* Better file mode, (color_maps_load_from_dir): don't check the mime type
  as it seems not so reliable, just check the extension. [#735007]
* Create $HOME/.goffice/colormaps if needed. [#735008]
* Fixed more auto style issues. [see Debian #757611]
* Copy the pixbuf and set it back onto the image. An ABI change in gtk
  means that changes no longer take effect right away if we just change
  the image's pixbuf directly. Fixes #733350.
* Fixed persistence of line width.
* Center ticks by default.
* Add a missing cairo_restore() call.
* Fix theme support. [#733403]

goffice 0.10.17:
* Ensure test is locale independent.
* New GoUnit objects.
* Add control for 3D plots axes lengths. [#694746]

goffice 0.10.16:
* Don't crash when selecting the 3d box.
* Save and read auto-width.  Don't save width when auto_width.
* Apply font color.  Save auto_color and auto_font (but see
  comments).  Read auto-color.
* Keep values as integers as long as possible.
* Restore dashes with dots.
* Add a view class for the 3d box to support data that are view dependent.
* Change gog_chart_map_3d_new() signature to suppor the new view class.
* (gog_3d_box_populate_editor): fixed criticals.
* Don't use GDK_THREADS_*.  [728793]

goffice 0.10.15:
* goffice/math/go-dtoa.c (fmt_fp): Fix FMR.
  (go_dtoa): Speed up shortest-representation.
  Simple test for shortest-representation.
  When we have infinite room, just use go_dtoa to get the shortest
  representation.
  Improve short-representation handling.
* Add arguments, change all callers and output gnm:min-integer-chars
  Handle the difference between ? and #
* Add expand fields to GogPosition.
* Make charts expand.
* Fix alignment.
* Take expand field into account. [#728752]
* (go_dtoa): Mostly implement the shortest-version flag.
* Properly handle float/double properties.
* Handle TOK_REPEATED_CHAR.
* Improve phase detection.
* Handle text formats here too. That might not seem logical, but a
  text format really just has an "@" instead of some combination of
  0/#/?; all the other parts are handled identically.
* Handle invisible characters again.
* Use available space when position is manual but size is automatic. [#728391]
* Zero requisition before calling virtual method. All callers expect this.
* Fix argument type for g_lstat.
* Use g_stat, not raw stat.
* Don't output (meaningless) values for things that are "auto".
* (fmt_fp): Portability improvement.
* Explicitly allow manual charts size. [728134]
* Take manual size flags into account.
* Use a canonical gboolean as argument to gtk_widget_set_visible.

goffice 0.10.14:
* When building with !GOFFICE_WITH_LONG_DOUBLE, don't use go_finitel.
  Just assume we have isfinite.
* Drop a decimal by double-rounding the decimal string unless the
  string ends in '5'.
* (go_dtoa): Improve long-double handling.
* (fmt_fp): Three fixes from musl. (One we already had.)
* Another leak fix.  Introspection fix.
* (go_dtoa): New function.
  (fmt_fp): Fix buffer overrun. Hit "%.3E" for 999999999.
* Use go_dtoa extensively.
* Also flush string on '#' and '?'.
* Fix problem for 2^51 and like integers.
* New test program.
* Use go_ascii_dtoa.  Remove unused beyond_precision.
* Only use last condition as default if it is implicit. If that in
  turn means we have no default, use General.
* Always call cairo_restore().
* Remove remaining cond_part references. Handle embedded text.
* Plug leak.
* Retry failed deactivations as long as we make progress. (Some
  plugins depend on others.)
* Implement numbered colours instead of just parsing them.
* Match what LO does for "General".
  Make sure we don't accidentally output a non-character token as-if
  it was a single character.
* Don't make up a number format with nothing but maps in it. LO
  doesn't really like that.
  New argument keep_open controls whether to close the outermost xml tag.
* Handle conditional formats.
* Fix format prefix strings
* Figure out the correct number of digits to use for condition values

goffice 0.10.13:
* Plug leaks.
* Dispose of ->root instead of simply clearing it.
* Dispose of style context, if we have one.
* Don't save and restore style->width. Code was changed four years ago to
  copy the style. And restoring after the _unref is bad.
* Add test for buggy math library (probably caused by compiler bug).
* Fix criticals related to style contexts destruction.
* Really accept leave_notify events. [#668103][see also #706659]
* Write any started number.
* Don't reverse the order of elements. Fixes #698630.
* Write invisible characters but also write blank for LO and friends
* use GsfInputHTTP for URLs starting with "http://" or "https://". [see #724970]
* configure.ac: add test for lsm_itex_to_mathml
* use a local copy of lsm_itex_to_mathml and
  friend when not available. [#725693]
* Remove extra DESTDIR. Patch from Julian Sikorski. [#725684]

goffice 0.10.12:
* Fixed parent class.
* Makefile.am: add new mmlitex subdir.
* configure.ac: need libxslt.
* Fix data cleaning issues.
* Use the new GoMathEditor widget.
* New math editor widget.
* Use GtkGrid as parent.
* Add the new GoMathEditor widget.
* New MathML to ITEX convertor.
* New math equations component.

goffice 0.10.11:
* (none?)

goffice 0.10.10:
* && --> ||. Fixes bug 723820.
* Redo all icons here.
* Simplify sizing of icons.
* Handle reconfiguration of the toolbar the item is in.
* Always save the axis position. [#722402]
* Fix compiler warning.  [#721004]
* If we're not width-limited, add an extra digit if we don't
  round-trip properly.  Fix dropping of ".00000".
* Do quarters too.
* Improve accuracy.
* (go_add_epsilon, go_sub_epsilon): Base upon C99's nextafter.
* Test asin and acos.
* (go_complex_angle_pi): Handle diagonals too.
* Test hypot.
* Fix the on-axis case. *Sigh*
* Fix elements number in polar plot series. [#720355]
* Improve prevention of intermediate overflow.
* Fix crasher [#720310], fix valgrind warning.
* Fix enum confusion.
* Check value of go_quad_2pi.  Test go_quad_atan2.
* Fix class over premature overflow problems.
* Fix graph guru appearance when used with gtk+-3.10. [#719681]


(he)
diff -r1.15 -r1.16 pkgsrc/misc/goffice0.10/Makefile
diff -r1.4 -r1.5 pkgsrc/misc/goffice0.10/PLIST
diff -r1.9 -r1.10 pkgsrc/misc/goffice0.10/buildlink3.mk
diff -r1.8 -r1.9 pkgsrc/misc/goffice0.10/distinfo

cvs diff -r1.15 -r1.16 pkgsrc/misc/goffice0.10/Makefile (expand / switch to unified diff)

--- pkgsrc/misc/goffice0.10/Makefile 2015/04/25 14:23:32 1.15
+++ pkgsrc/misc/goffice0.10/Makefile 2015/08/04 11:57:50 1.16
@@ -1,34 +1,40 @@ @@ -1,34 +1,40 @@
1# $NetBSD: Makefile,v 1.15 2015/04/25 14:23:32 tnn Exp $ 1# $NetBSD: Makefile,v 1.16 2015/08/04 11:57:50 he Exp $
2 2
3DISTNAME= goffice-0.10.9 3DISTNAME= goffice-0.10.21
4PKGNAME= ${DISTNAME:S/goffice/goffice0.10/} 4PKGNAME= ${DISTNAME:S/goffice/goffice0.10/}
5PKGREVISION= 2 
6CATEGORIES= misc 5CATEGORIES= misc
7MASTER_SITES= ${MASTER_SITE_GNOME:=sources/goffice/0.10/} 6MASTER_SITES= ${MASTER_SITE_GNOME:=sources/goffice/0.10/}
8EXTRACT_SUFX= .tar.xz 7EXTRACT_SUFX= .tar.xz
9 8
10MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://www.gnome.org/ 10HOMEPAGE= http://www.gnome.org/
12COMMENT= Library of document-centric objects and utilities 11COMMENT= Library of document-centric objects and utilities
13LICENSE= gnu-gpl-v2 12LICENSE= gnu-gpl-v2
14 13
15USE_PKGLOCALEDIR= yes 14USE_PKGLOCALEDIR= yes
16USE_LIBTOOL= yes 15USE_LIBTOOL= yes
17PKGCONFIG_OVERRIDE+= ${WRKSRC}/libgoffice.pc.in 16PKGCONFIG_OVERRIDE+= ${WRKSRC}/libgoffice.pc.in
18GNU_CONFIGURE= yes 17GNU_CONFIGURE= yes
19USE_TOOLS+= gmake intltool msgfmt pkg-config 18USE_TOOLS+= gmake intltool msgfmt pkg-config
20 19
21.include "../../converters/libiconv/buildlink3.mk" 20.include "../../converters/libiconv/buildlink3.mk"
22.include "../../devel/gettext-lib/buildlink3.mk" 21.include "../../devel/gettext-lib/buildlink3.mk"
23BUILDLINK_API_DEPENDS.glib2+= glib2>=2.8.0 22BUILDLINK_API_DEPENDS.glib2+= glib2>=2.38.0
24.include "../../devel/glib2/buildlink3.mk" 23.include "../../devel/glib2/buildlink3.mk"
 24BUILDLINK_API_DEPENDS.libgsf+= libgsf>=1.14.24
25.include "../../devel/libgsf/buildlink3.mk" 25.include "../../devel/libgsf/buildlink3.mk"
26BUILDLINK_API_DEPENDS.pango+= pango>=1.8.1 26BUILDLINK_API_DEPENDS.pango+= pango>=1.24.0
27.include "../../devel/pango/buildlink3.mk" 27.include "../../devel/pango/buildlink3.mk"
 28BUILDLINK_API_DEPENDS.cairo+= cairo>=1.10.0
28.include "../../graphics/cairo/buildlink3.mk" 29.include "../../graphics/cairo/buildlink3.mk"
 30BUILDLINK_API_DEPENDS.gdk-pibxbuf2+= gdk-pixbuf2>=2.22.0
29.include "../../graphics/gdk-pixbuf2/buildlink3.mk" 31.include "../../graphics/gdk-pixbuf2/buildlink3.mk"
 32BUILDLINK_API_DEPENDS.librsvg+= librsvg>=2.22.0
30.include "../../graphics/librsvg/buildlink3.mk" 33.include "../../graphics/librsvg/buildlink3.mk"
31.include "../../graphics/lasem/buildlink3.mk" 34.include "../../graphics/lasem/buildlink3.mk"
 35BUILDLINK_API_DEPENDS.libxml2+= libxml2>=2.4.12
32.include "../../textproc/libxml2/buildlink3.mk" 36.include "../../textproc/libxml2/buildlink3.mk"
 37.include "../../textproc/libxslt/buildlink3.mk"
 38BUILDLINK_API_DEPENDS.gtk3+= gtk3+>=3.8.7
33.include "../../x11/gtk3/buildlink3.mk" 39.include "../../x11/gtk3/buildlink3.mk"
34.include "../../mk/bsd.pkg.mk" 40.include "../../mk/bsd.pkg.mk"

cvs diff -r1.4 -r1.5 pkgsrc/misc/goffice0.10/PLIST (expand / switch to unified diff)

--- pkgsrc/misc/goffice0.10/PLIST 2013/07/20 15:44:10 1.4
+++ pkgsrc/misc/goffice0.10/PLIST 2015/08/04 11:57:50 1.5
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.4 2013/07/20 15:44:10 wiz Exp $ 1@comment $NetBSD: PLIST,v 1.5 2015/08/04 11:57:50 he Exp $
2include/libgoffice-0.10/goffice/app/error-info.h 2include/libgoffice-0.10/goffice/app/error-info.h
3include/libgoffice-0.10/goffice/app/file.h 3include/libgoffice-0.10/goffice/app/file.h
4include/libgoffice-0.10/goffice/app/go-cmd-context-impl.h 4include/libgoffice-0.10/goffice/app/go-cmd-context-impl.h
5include/libgoffice-0.10/goffice/app/go-cmd-context.h 5include/libgoffice-0.10/goffice/app/go-cmd-context.h
6include/libgoffice-0.10/goffice/app/go-conf.h 6include/libgoffice-0.10/goffice/app/go-conf.h
7include/libgoffice-0.10/goffice/app/go-doc-control-impl.h 7include/libgoffice-0.10/goffice/app/go-doc-control-impl.h
8include/libgoffice-0.10/goffice/app/go-doc-control.h 8include/libgoffice-0.10/goffice/app/go-doc-control.h
9include/libgoffice-0.10/goffice/app/go-doc-impl.h 9include/libgoffice-0.10/goffice/app/go-doc-impl.h
10include/libgoffice-0.10/goffice/app/go-doc.h 10include/libgoffice-0.10/goffice/app/go-doc.h
11include/libgoffice-0.10/goffice/app/go-plugin-loader-module.h 11include/libgoffice-0.10/goffice/app/go-plugin-loader-module.h
12include/libgoffice-0.10/goffice/app/go-plugin-loader.h 12include/libgoffice-0.10/goffice/app/go-plugin-loader.h
13include/libgoffice-0.10/goffice/app/go-plugin-service-impl.h 13include/libgoffice-0.10/goffice/app/go-plugin-service-impl.h
14include/libgoffice-0.10/goffice/app/go-plugin-service.h 14include/libgoffice-0.10/goffice/app/go-plugin-service.h
@@ -83,95 +83,102 @@ include/libgoffice-0.10/goffice/graph/go @@ -83,95 +83,102 @@ include/libgoffice-0.10/goffice/graph/go
83include/libgoffice-0.10/goffice/graph/gog-series-labels.h 83include/libgoffice-0.10/goffice/graph/gog-series-labels.h
84include/libgoffice-0.10/goffice/graph/gog-series-lines.h 84include/libgoffice-0.10/goffice/graph/gog-series-lines.h
85include/libgoffice-0.10/goffice/graph/gog-series.h 85include/libgoffice-0.10/goffice/graph/gog-series.h
86include/libgoffice-0.10/goffice/graph/gog-smoothed-curve.h 86include/libgoffice-0.10/goffice/graph/gog-smoothed-curve.h
87include/libgoffice-0.10/goffice/graph/gog-styled-object.h 87include/libgoffice-0.10/goffice/graph/gog-styled-object.h
88include/libgoffice-0.10/goffice/graph/gog-theme.h 88include/libgoffice-0.10/goffice/graph/gog-theme.h
89include/libgoffice-0.10/goffice/graph/gog-trend-line.h 89include/libgoffice-0.10/goffice/graph/gog-trend-line.h
90include/libgoffice-0.10/goffice/graph/gog-view.h 90include/libgoffice-0.10/goffice/graph/gog-view.h
91include/libgoffice-0.10/goffice/gtk/go-3d-rotation-sel.h 91include/libgoffice-0.10/goffice/gtk/go-3d-rotation-sel.h
92include/libgoffice-0.10/goffice/gtk/go-action-combo-color.h 92include/libgoffice-0.10/goffice/gtk/go-action-combo-color.h
93include/libgoffice-0.10/goffice/gtk/go-action-combo-pixmaps.h 93include/libgoffice-0.10/goffice/gtk/go-action-combo-pixmaps.h
94include/libgoffice-0.10/goffice/gtk/go-action-combo-stack.h 94include/libgoffice-0.10/goffice/gtk/go-action-combo-stack.h
95include/libgoffice-0.10/goffice/gtk/go-action-combo-text.h 95include/libgoffice-0.10/goffice/gtk/go-action-combo-text.h
 96include/libgoffice-0.10/goffice/gtk/go-arrow-sel.h
96include/libgoffice-0.10/goffice/gtk/go-calendar-button.h 97include/libgoffice-0.10/goffice/gtk/go-calendar-button.h
97include/libgoffice-0.10/goffice/gtk/go-charmap-sel.h 98include/libgoffice-0.10/goffice/gtk/go-charmap-sel.h
98include/libgoffice-0.10/goffice/gtk/go-color-group.h 99include/libgoffice-0.10/goffice/gtk/go-color-group.h
99include/libgoffice-0.10/goffice/gtk/go-color-palette.h 100include/libgoffice-0.10/goffice/gtk/go-color-palette.h
100include/libgoffice-0.10/goffice/gtk/go-color-selector.h 101include/libgoffice-0.10/goffice/gtk/go-color-selector.h
101include/libgoffice-0.10/goffice/gtk/go-combo-box.h 102include/libgoffice-0.10/goffice/gtk/go-combo-box.h
102include/libgoffice-0.10/goffice/gtk/go-combo-color.h 103include/libgoffice-0.10/goffice/gtk/go-combo-color.h
103include/libgoffice-0.10/goffice/gtk/go-combo-pixmaps.h 104include/libgoffice-0.10/goffice/gtk/go-combo-pixmaps.h
104include/libgoffice-0.10/goffice/gtk/go-font-sel-dialog.h 105include/libgoffice-0.10/goffice/gtk/go-font-sel-dialog.h
105include/libgoffice-0.10/goffice/gtk/go-font-sel.h 106include/libgoffice-0.10/goffice/gtk/go-font-sel.h
106include/libgoffice-0.10/goffice/gtk/go-format-sel.h 107include/libgoffice-0.10/goffice/gtk/go-format-sel.h
107include/libgoffice-0.10/goffice/gtk/go-gradient-selector.h 108include/libgoffice-0.10/goffice/gtk/go-gradient-selector.h
108include/libgoffice-0.10/goffice/gtk/go-graph-widget.h 109include/libgoffice-0.10/goffice/gtk/go-graph-widget.h
109include/libgoffice-0.10/goffice/gtk/go-image-sel.h 110include/libgoffice-0.10/goffice/gtk/go-image-sel.h
110include/libgoffice-0.10/goffice/gtk/go-line-selector.h 111include/libgoffice-0.10/goffice/gtk/go-line-selector.h
111include/libgoffice-0.10/goffice/gtk/go-locale-sel.h 112include/libgoffice-0.10/goffice/gtk/go-locale-sel.h
112include/libgoffice-0.10/goffice/gtk/go-marker-selector.h 113include/libgoffice-0.10/goffice/gtk/go-marker-selector.h
 114include/libgoffice-0.10/goffice/gtk/go-math-editor.h
113include/libgoffice-0.10/goffice/gtk/go-optionmenu.h 115include/libgoffice-0.10/goffice/gtk/go-optionmenu.h
114include/libgoffice-0.10/goffice/gtk/go-palette.h 116include/libgoffice-0.10/goffice/gtk/go-palette.h
115include/libgoffice-0.10/goffice/gtk/go-pattern-selector.h 117include/libgoffice-0.10/goffice/gtk/go-pattern-selector.h
116include/libgoffice-0.10/goffice/gtk/go-rotation-sel.h 118include/libgoffice-0.10/goffice/gtk/go-rotation-sel.h
117include/libgoffice-0.10/goffice/gtk/go-selector.h 119include/libgoffice-0.10/goffice/gtk/go-selector.h
118include/libgoffice-0.10/goffice/gtk/goffice-gtk.h 120include/libgoffice-0.10/goffice/gtk/goffice-gtk.h
119include/libgoffice-0.10/goffice/math/go-R.h 121include/libgoffice-0.10/goffice/math/go-R.h
120include/libgoffice-0.10/goffice/math/go-accumulator.h 122include/libgoffice-0.10/goffice/math/go-accumulator.h
121include/libgoffice-0.10/goffice/math/go-complex.h 123include/libgoffice-0.10/goffice/math/go-complex.h
122include/libgoffice-0.10/goffice/math/go-cspline.h 124include/libgoffice-0.10/goffice/math/go-cspline.h
123include/libgoffice-0.10/goffice/math/go-distribution.h 125include/libgoffice-0.10/goffice/math/go-distribution.h
 126include/libgoffice-0.10/goffice/math/go-dtoa.h
124include/libgoffice-0.10/goffice/math/go-fft.h 127include/libgoffice-0.10/goffice/math/go-fft.h
125include/libgoffice-0.10/goffice/math/go-math.h 128include/libgoffice-0.10/goffice/math/go-math.h
126include/libgoffice-0.10/goffice/math/go-matrix.h 129include/libgoffice-0.10/goffice/math/go-matrix.h
127include/libgoffice-0.10/goffice/math/go-matrix3x3.h 130include/libgoffice-0.10/goffice/math/go-matrix3x3.h
128include/libgoffice-0.10/goffice/math/go-quad.h 131include/libgoffice-0.10/goffice/math/go-quad.h
129include/libgoffice-0.10/goffice/math/go-rangefunc.h 132include/libgoffice-0.10/goffice/math/go-rangefunc.h
130include/libgoffice-0.10/goffice/math/go-regression.h 133include/libgoffice-0.10/goffice/math/go-regression.h
131include/libgoffice-0.10/goffice/math/goffice-math.h 134include/libgoffice-0.10/goffice/math/goffice-math.h
132include/libgoffice-0.10/goffice/utils/datetime.h 135include/libgoffice-0.10/goffice/utils/datetime.h
133include/libgoffice-0.10/goffice/utils/go-bezier.h 136include/libgoffice-0.10/goffice/utils/go-bezier.h
134include/libgoffice-0.10/goffice/utils/go-cairo.h 137include/libgoffice-0.10/goffice/utils/go-cairo.h
135include/libgoffice-0.10/goffice/utils/go-color.h 138include/libgoffice-0.10/goffice/utils/go-color.h
136include/libgoffice-0.10/goffice/utils/go-editor.h 139include/libgoffice-0.10/goffice/utils/go-editor.h
137include/libgoffice-0.10/goffice/utils/go-emf.h 140include/libgoffice-0.10/goffice/utils/go-emf.h
138include/libgoffice-0.10/goffice/utils/go-file.h 141include/libgoffice-0.10/goffice/utils/go-file.h
139include/libgoffice-0.10/goffice/utils/go-font.h 142include/libgoffice-0.10/goffice/utils/go-font.h
140include/libgoffice-0.10/goffice/utils/go-format.h 143include/libgoffice-0.10/goffice/utils/go-format.h
141include/libgoffice-0.10/goffice/utils/go-gdk-pixbuf.h 144include/libgoffice-0.10/goffice/utils/go-gdk-pixbuf.h
142include/libgoffice-0.10/goffice/utils/go-geometry.h 145include/libgoffice-0.10/goffice/utils/go-geometry.h
143include/libgoffice-0.10/goffice/utils/go-glib-extras.h 146include/libgoffice-0.10/goffice/utils/go-glib-extras.h
144include/libgoffice-0.10/goffice/utils/go-gradient.h 147include/libgoffice-0.10/goffice/utils/go-gradient.h
145include/libgoffice-0.10/goffice/utils/go-image.h 148include/libgoffice-0.10/goffice/utils/go-image.h
146include/libgoffice-0.10/goffice/utils/go-libxml-extras.h 149include/libgoffice-0.10/goffice/utils/go-libxml-extras.h
147include/libgoffice-0.10/goffice/utils/go-line.h 150include/libgoffice-0.10/goffice/utils/go-line.h
148include/libgoffice-0.10/goffice/utils/go-locale.h 151include/libgoffice-0.10/goffice/utils/go-locale.h
149include/libgoffice-0.10/goffice/utils/go-marker.h 152include/libgoffice-0.10/goffice/utils/go-marker.h
 153include/libgoffice-0.10/goffice/utils/go-mml-to-itex.h
150include/libgoffice-0.10/goffice/utils/go-pango-extras.h 154include/libgoffice-0.10/goffice/utils/go-pango-extras.h
151include/libgoffice-0.10/goffice/utils/go-path.h 155include/libgoffice-0.10/goffice/utils/go-path.h
152include/libgoffice-0.10/goffice/utils/go-pattern.h 156include/libgoffice-0.10/goffice/utils/go-pattern.h
153include/libgoffice-0.10/goffice/utils/go-persist.h 157include/libgoffice-0.10/goffice/utils/go-persist.h
154include/libgoffice-0.10/goffice/utils/go-pixbuf.h 158include/libgoffice-0.10/goffice/utils/go-pixbuf.h
155include/libgoffice-0.10/goffice/utils/go-rsm.h 159include/libgoffice-0.10/goffice/utils/go-rsm.h
156include/libgoffice-0.10/goffice/utils/go-spectre.h 160include/libgoffice-0.10/goffice/utils/go-spectre.h
157include/libgoffice-0.10/goffice/utils/go-string.h 161include/libgoffice-0.10/goffice/utils/go-string.h
158include/libgoffice-0.10/goffice/utils/go-style.h 162include/libgoffice-0.10/goffice/utils/go-style.h
159include/libgoffice-0.10/goffice/utils/go-styled-object.h 163include/libgoffice-0.10/goffice/utils/go-styled-object.h
160include/libgoffice-0.10/goffice/utils/go-svg.h 164include/libgoffice-0.10/goffice/utils/go-svg.h
161include/libgoffice-0.10/goffice/utils/go-undo.h 165include/libgoffice-0.10/goffice/utils/go-undo.h
 166include/libgoffice-0.10/goffice/utils/go-unit.h
162include/libgoffice-0.10/goffice/utils/go-units.h 167include/libgoffice-0.10/goffice/utils/go-units.h
163include/libgoffice-0.10/goffice/utils/goffice-utils.h 168include/libgoffice-0.10/goffice/utils/goffice-utils.h
164include/libgoffice-0.10/goffice/utils/regutf8.h 169include/libgoffice-0.10/goffice/utils/regutf8.h
 170lib/goffice/${PKGVERSION}/plugins/lasem/lasem.la
 171lib/goffice/${PKGVERSION}/plugins/lasem/plugin.xml
165lib/goffice/${PKGVERSION}/plugins/plot_barcol/barcol.la 172lib/goffice/${PKGVERSION}/plugins/plot_barcol/barcol.la
166lib/goffice/${PKGVERSION}/plugins/plot_barcol/plot-types.xml 173lib/goffice/${PKGVERSION}/plugins/plot_barcol/plot-types.xml
167lib/goffice/${PKGVERSION}/plugins/plot_barcol/plugin.xml 174lib/goffice/${PKGVERSION}/plugins/plot_barcol/plugin.xml
168lib/goffice/${PKGVERSION}/plugins/plot_distrib/distrib.la 175lib/goffice/${PKGVERSION}/plugins/plot_distrib/distrib.la
169lib/goffice/${PKGVERSION}/plugins/plot_distrib/plot-types.xml 176lib/goffice/${PKGVERSION}/plugins/plot_distrib/plot-types.xml
170lib/goffice/${PKGVERSION}/plugins/plot_distrib/plugin.xml 177lib/goffice/${PKGVERSION}/plugins/plot_distrib/plugin.xml
171lib/goffice/${PKGVERSION}/plugins/plot_pie/pie.la 178lib/goffice/${PKGVERSION}/plugins/plot_pie/pie.la
172lib/goffice/${PKGVERSION}/plugins/plot_pie/plot-types.xml 179lib/goffice/${PKGVERSION}/plugins/plot_pie/plot-types.xml
173lib/goffice/${PKGVERSION}/plugins/plot_pie/plugin.xml 180lib/goffice/${PKGVERSION}/plugins/plot_pie/plugin.xml
174lib/goffice/${PKGVERSION}/plugins/plot_radar/plot-types.xml 181lib/goffice/${PKGVERSION}/plugins/plot_radar/plot-types.xml
175lib/goffice/${PKGVERSION}/plugins/plot_radar/plugin.xml 182lib/goffice/${PKGVERSION}/plugins/plot_radar/plugin.xml
176lib/goffice/${PKGVERSION}/plugins/plot_radar/radar.la 183lib/goffice/${PKGVERSION}/plugins/plot_radar/radar.la
177lib/goffice/${PKGVERSION}/plugins/plot_surface/plot-types.xml 184lib/goffice/${PKGVERSION}/plugins/plot_surface/plot-types.xml
@@ -181,46 +188,55 @@ lib/goffice/${PKGVERSION}/plugins/plot_x @@ -181,46 +188,55 @@ lib/goffice/${PKGVERSION}/plugins/plot_x
181lib/goffice/${PKGVERSION}/plugins/plot_xy/plugin.xml 188lib/goffice/${PKGVERSION}/plugins/plot_xy/plugin.xml
182lib/goffice/${PKGVERSION}/plugins/plot_xy/xy.la 189lib/goffice/${PKGVERSION}/plugins/plot_xy/xy.la
183lib/goffice/${PKGVERSION}/plugins/reg_linear/linreg.la 190lib/goffice/${PKGVERSION}/plugins/reg_linear/linreg.la
184lib/goffice/${PKGVERSION}/plugins/reg_linear/plugin.xml 191lib/goffice/${PKGVERSION}/plugins/reg_linear/plugin.xml
185lib/goffice/${PKGVERSION}/plugins/reg_linear/reg-types.xml 192lib/goffice/${PKGVERSION}/plugins/reg_linear/reg-types.xml
186lib/goffice/${PKGVERSION}/plugins/reg_logfit/logfit.la 193lib/goffice/${PKGVERSION}/plugins/reg_logfit/logfit.la
187lib/goffice/${PKGVERSION}/plugins/reg_logfit/plugin.xml 194lib/goffice/${PKGVERSION}/plugins/reg_logfit/plugin.xml
188lib/goffice/${PKGVERSION}/plugins/reg_logfit/reg-types.xml 195lib/goffice/${PKGVERSION}/plugins/reg_logfit/reg-types.xml
189lib/goffice/${PKGVERSION}/plugins/smoothing/plugin.xml 196lib/goffice/${PKGVERSION}/plugins/smoothing/plugin.xml
190lib/goffice/${PKGVERSION}/plugins/smoothing/smoothing.la 197lib/goffice/${PKGVERSION}/plugins/smoothing/smoothing.la
191lib/goffice/${PKGVERSION}/plugins/smoothing/types.xml 198lib/goffice/${PKGVERSION}/plugins/smoothing/types.xml
192lib/libgoffice-0.10.la 199lib/libgoffice-0.10.la
193lib/pkgconfig/libgoffice-0.10.pc 200lib/pkgconfig/libgoffice-0.10.pc
 201share/goffice/${PKGVERSION}/mmlitex/README
 202share/goffice/${PKGVERSION}/mmlitex/cmarkup.xsl
 203share/goffice/${PKGVERSION}/mmlitex/entities.xsl
 204share/goffice/${PKGVERSION}/mmlitex/glayout.xsl
 205share/goffice/${PKGVERSION}/mmlitex/mmlitex.xsl
 206share/goffice/${PKGVERSION}/mmlitex/scripts.xsl
 207share/goffice/${PKGVERSION}/mmlitex/tables.xsl
 208share/goffice/${PKGVERSION}/mmlitex/tokens.xsl
194share/gtk-doc/html/goffice-0.10/GOArrow.html 209share/gtk-doc/html/goffice-0.10/GOArrow.html
195share/gtk-doc/html/goffice-0.10/GOBezierSpline.html 210share/gtk-doc/html/goffice-0.10/GOBezierSpline.html
196share/gtk-doc/html/goffice-0.10/GOCalendarButton.html 211share/gtk-doc/html/goffice-0.10/GOCalendarButton.html
197share/gtk-doc/html/goffice-0.10/GOCharmapSel.html 212share/gtk-doc/html/goffice-0.10/GOCharmapSel.html
198share/gtk-doc/html/goffice-0.10/GOCmdContext.html 213share/gtk-doc/html/goffice-0.10/GOCmdContext.html
199share/gtk-doc/html/goffice-0.10/GOColorGroup.html 214share/gtk-doc/html/goffice-0.10/GOColorGroup.html
200share/gtk-doc/html/goffice-0.10/GOComboBox.html 215share/gtk-doc/html/goffice-0.10/GOComboBox.html
201share/gtk-doc/html/goffice-0.10/GOComboColor.html 216share/gtk-doc/html/goffice-0.10/GOComboColor.html
202share/gtk-doc/html/goffice-0.10/GOComboPixmaps.html 217share/gtk-doc/html/goffice-0.10/GOComboPixmaps.html
203share/gtk-doc/html/goffice-0.10/GOComponent.html 218share/gtk-doc/html/goffice-0.10/GOComponent.html
204share/gtk-doc/html/goffice-0.10/GOData.html 219share/gtk-doc/html/goffice-0.10/GOData.html
205share/gtk-doc/html/goffice-0.10/GODataMatrix.html 220share/gtk-doc/html/goffice-0.10/GODataMatrix.html
206share/gtk-doc/html/goffice-0.10/GODataScalar.html 221share/gtk-doc/html/goffice-0.10/GODataScalar.html
207share/gtk-doc/html/goffice-0.10/GODateConventions.html 222share/gtk-doc/html/goffice-0.10/GODateConventions.html
208share/gtk-doc/html/goffice-0.10/GODistribution.html 223share/gtk-doc/html/goffice-0.10/GODistribution.html
209share/gtk-doc/html/goffice-0.10/GODoc.html 224share/gtk-doc/html/goffice-0.10/GODoc.html
210share/gtk-doc/html/goffice-0.10/GODocControl.html 225share/gtk-doc/html/goffice-0.10/GODocControl.html
211share/gtk-doc/html/goffice-0.10/GOEditor.html 226share/gtk-doc/html/goffice-0.10/GOEditor.html
212share/gtk-doc/html/goffice-0.10/GOErrorInfo.html 227share/gtk-doc/html/goffice-0.10/GOErrorInfo.html
213share/gtk-doc/html/goffice-0.10/GOFileSaver.html 228share/gtk-doc/html/goffice-0.10/GOFileSaver.html
 229share/gtk-doc/html/goffice-0.10/GOFont.html
214share/gtk-doc/html/goffice-0.10/GOFontSel.html 230share/gtk-doc/html/goffice-0.10/GOFontSel.html
215share/gtk-doc/html/goffice-0.10/GOFormat.html 231share/gtk-doc/html/goffice-0.10/GOFormat.html
216share/gtk-doc/html/goffice-0.10/GOFormatSel.html 232share/gtk-doc/html/goffice-0.10/GOFormatSel.html
217share/gtk-doc/html/goffice-0.10/GOGraphWidget.html 233share/gtk-doc/html/goffice-0.10/GOGraphWidget.html
218share/gtk-doc/html/goffice-0.10/GOIOContext.html 234share/gtk-doc/html/goffice-0.10/GOIOContext.html
219share/gtk-doc/html/goffice-0.10/GOImage.html 235share/gtk-doc/html/goffice-0.10/GOImage.html
220share/gtk-doc/html/goffice-0.10/GOLocaleSel.html 236share/gtk-doc/html/goffice-0.10/GOLocaleSel.html
221share/gtk-doc/html/goffice-0.10/GOMarker.html 237share/gtk-doc/html/goffice-0.10/GOMarker.html
222share/gtk-doc/html/goffice-0.10/GOOptionMenu.html 238share/gtk-doc/html/goffice-0.10/GOOptionMenu.html
223share/gtk-doc/html/goffice-0.10/GOPalette.html 239share/gtk-doc/html/goffice-0.10/GOPalette.html
224share/gtk-doc/html/goffice-0.10/GOPath.html 240share/gtk-doc/html/goffice-0.10/GOPath.html
225share/gtk-doc/html/goffice-0.10/GOPersist.html 241share/gtk-doc/html/goffice-0.10/GOPersist.html
226share/gtk-doc/html/goffice-0.10/GOPixbuf.html 242share/gtk-doc/html/goffice-0.10/GOPixbuf.html
@@ -303,27 +319,26 @@ share/gtk-doc/html/goffice-0.10/goffice- @@ -303,27 +319,26 @@ share/gtk-doc/html/goffice-0.10/goffice-
303share/gtk-doc/html/goffice-0.10/goffice-0.10-Components-factory.html 319share/gtk-doc/html/goffice-0.10/goffice-0.10-Components-factory.html
304share/gtk-doc/html/goffice-0.10/goffice-0.10-Cubic-splines.html 320share/gtk-doc/html/goffice-0.10/goffice-0.10-Cubic-splines.html
305share/gtk-doc/html/goffice-0.10/goffice-0.10-Encapsulated-Postscript-support.html 321share/gtk-doc/html/goffice-0.10/goffice-0.10-Encapsulated-Postscript-support.html
306share/gtk-doc/html/goffice-0.10/goffice-0.10-Families-and-types.html 322share/gtk-doc/html/goffice-0.10/goffice-0.10-Families-and-types.html
307share/gtk-doc/html/goffice-0.10/goffice-0.10-Fast-Fourier-transform.html 323share/gtk-doc/html/goffice-0.10/goffice-0.10-Fast-Fourier-transform.html
308share/gtk-doc/html/goffice-0.10/goffice-0.10-File-utilities.html 324share/gtk-doc/html/goffice-0.10/goffice-0.10-File-utilities.html
309share/gtk-doc/html/goffice-0.10/goffice-0.10-Files.html 325share/gtk-doc/html/goffice-0.10/goffice-0.10-Files.html
310share/gtk-doc/html/goffice-0.10/goffice-0.10-GLib-extras.html 326share/gtk-doc/html/goffice-0.10/goffice-0.10-GLib-extras.html
311share/gtk-doc/html/goffice-0.10/goffice-0.10-GOAccumulator.html 327share/gtk-doc/html/goffice-0.10/goffice-0.10-GOAccumulator.html
312share/gtk-doc/html/goffice-0.10/goffice-0.10-GOColor.html 328share/gtk-doc/html/goffice-0.10/goffice-0.10-GOColor.html
313share/gtk-doc/html/goffice-0.10/goffice-0.10-GOComplex.html 329share/gtk-doc/html/goffice-0.10/goffice-0.10-GOComplex.html
314share/gtk-doc/html/goffice-0.10/goffice-0.10-GODataCVector.html 330share/gtk-doc/html/goffice-0.10/goffice-0.10-GODataCVector.html
315share/gtk-doc/html/goffice-0.10/goffice-0.10-GOFileOpeners.html 331share/gtk-doc/html/goffice-0.10/goffice-0.10-GOFileOpeners.html
316share/gtk-doc/html/goffice-0.10/goffice-0.10-GOFont.html 
317share/gtk-doc/html/goffice-0.10/goffice-0.10-GOPattern.html 332share/gtk-doc/html/goffice-0.10/goffice-0.10-GOPattern.html
318share/gtk-doc/html/goffice-0.10/goffice-0.10-GOQuad.html 333share/gtk-doc/html/goffice-0.10/goffice-0.10-GOQuad.html
319share/gtk-doc/html/goffice-0.10/goffice-0.10-GORange.html 334share/gtk-doc/html/goffice-0.10/goffice-0.10-GORange.html
320share/gtk-doc/html/goffice-0.10/goffice-0.10-GORegexp.html 335share/gtk-doc/html/goffice-0.10/goffice-0.10-GORegexp.html
321share/gtk-doc/html/goffice-0.10/goffice-0.10-GORegression.html 336share/gtk-doc/html/goffice-0.10/goffice-0.10-GORegression.html
322share/gtk-doc/html/goffice-0.10/goffice-0.10-Geometry-helpers.html 337share/gtk-doc/html/goffice-0.10/goffice-0.10-Geometry-helpers.html
323share/gtk-doc/html/goffice-0.10/goffice-0.10-Gettings-Started-with-GOffice.html 338share/gtk-doc/html/goffice-0.10/goffice-0.10-Gettings-Started-with-GOffice.html
324share/gtk-doc/html/goffice-0.10/goffice-0.10-GogTool.html 339share/gtk-doc/html/goffice-0.10/goffice-0.10-GogTool.html
325share/gtk-doc/html/goffice-0.10/goffice-0.10-Gradient.html 340share/gtk-doc/html/goffice-0.10/goffice-0.10-Gradient.html
326share/gtk-doc/html/goffice-0.10/goffice-0.10-Graph-editor-dialog.html 341share/gtk-doc/html/goffice-0.10/goffice-0.10-Graph-editor-dialog.html
327share/gtk-doc/html/goffice-0.10/goffice-0.10-LibXML-extras.html 342share/gtk-doc/html/goffice-0.10/goffice-0.10-LibXML-extras.html
328share/gtk-doc/html/goffice-0.10/goffice-0.10-Line.html 343share/gtk-doc/html/goffice-0.10/goffice-0.10-Line.html
329share/gtk-doc/html/goffice-0.10/goffice-0.10-Mathematics.html 344share/gtk-doc/html/goffice-0.10/goffice-0.10-Mathematics.html
@@ -331,33 +346,36 @@ share/gtk-doc/html/goffice-0.10/goffice- @@ -331,33 +346,36 @@ share/gtk-doc/html/goffice-0.10/goffice-
331share/gtk-doc/html/goffice-0.10/goffice-0.10-Scalable-Vector-Graphics-support.html 346share/gtk-doc/html/goffice-0.10/goffice-0.10-Scalable-Vector-Graphics-support.html
332share/gtk-doc/html/goffice-0.10/goffice-0.10-Simple-data.html 347share/gtk-doc/html/goffice-0.10/goffice-0.10-Simple-data.html
333share/gtk-doc/html/goffice-0.10/goffice-0.10-Structures.html 348share/gtk-doc/html/goffice-0.10/goffice-0.10-Structures.html
334share/gtk-doc/html/goffice-0.10/goffice-0.10-Theming.html 349share/gtk-doc/html/goffice-0.10/goffice-0.10-Theming.html
335share/gtk-doc/html/goffice-0.10/goffice-0.10-URL-utilities.html 350share/gtk-doc/html/goffice-0.10/goffice-0.10-URL-utilities.html
336share/gtk-doc/html/goffice-0.10/goffice-0.10-Units.html 351share/gtk-doc/html/goffice-0.10/goffice-0.10-Units.html
337share/gtk-doc/html/goffice-0.10/goffice-0.10-Utils.html 352share/gtk-doc/html/goffice-0.10/goffice-0.10-Utils.html
338share/gtk-doc/html/goffice-0.10/goffice-0.10-Windows-Metafiles-support.html 353share/gtk-doc/html/goffice-0.10/goffice-0.10-Windows-Metafiles-support.html
339share/gtk-doc/html/goffice-0.10/goffice-0.10.devhelp2 354share/gtk-doc/html/goffice-0.10/goffice-0.10.devhelp2
340share/gtk-doc/html/goffice-0.10/gsf-index.html 355share/gtk-doc/html/goffice-0.10/gsf-index.html
341share/gtk-doc/html/goffice-0.10/home.png 356share/gtk-doc/html/goffice-0.10/home.png
342share/gtk-doc/html/goffice-0.10/index.html 357share/gtk-doc/html/goffice-0.10/index.html
343share/gtk-doc/html/goffice-0.10/index.sgml 358share/gtk-doc/html/goffice-0.10/index.sgml
 359share/gtk-doc/html/goffice-0.10/left-insensitive.png
344share/gtk-doc/html/goffice-0.10/left.png 360share/gtk-doc/html/goffice-0.10/left.png
345share/gtk-doc/html/goffice-0.10/pt01.html 361share/gtk-doc/html/goffice-0.10/pt01.html
346share/gtk-doc/html/goffice-0.10/pt02.html 362share/gtk-doc/html/goffice-0.10/pt02.html
347share/gtk-doc/html/goffice-0.10/pt03.html 363share/gtk-doc/html/goffice-0.10/pt03.html
348share/gtk-doc/html/goffice-0.10/pt04.html 364share/gtk-doc/html/goffice-0.10/pt04.html
 365share/gtk-doc/html/goffice-0.10/right-insensitive.png
349share/gtk-doc/html/goffice-0.10/right.png 366share/gtk-doc/html/goffice-0.10/right.png
350share/gtk-doc/html/goffice-0.10/style.css 367share/gtk-doc/html/goffice-0.10/style.css
 368share/gtk-doc/html/goffice-0.10/up-insensitive.png
351share/gtk-doc/html/goffice-0.10/up.png 369share/gtk-doc/html/goffice-0.10/up.png
352share/locale/am/LC_MESSAGES/goffice-${PKGVERSION}.mo 370share/locale/am/LC_MESSAGES/goffice-${PKGVERSION}.mo
353share/locale/ar/LC_MESSAGES/goffice-${PKGVERSION}.mo 371share/locale/ar/LC_MESSAGES/goffice-${PKGVERSION}.mo
354share/locale/ast/LC_MESSAGES/goffice-${PKGVERSION}.mo 372share/locale/ast/LC_MESSAGES/goffice-${PKGVERSION}.mo
355share/locale/az/LC_MESSAGES/goffice-${PKGVERSION}.mo 373share/locale/az/LC_MESSAGES/goffice-${PKGVERSION}.mo
356share/locale/bg/LC_MESSAGES/goffice-${PKGVERSION}.mo 374share/locale/bg/LC_MESSAGES/goffice-${PKGVERSION}.mo
357share/locale/ca/LC_MESSAGES/goffice-${PKGVERSION}.mo 375share/locale/ca/LC_MESSAGES/goffice-${PKGVERSION}.mo
358share/locale/ca@valencia/LC_MESSAGES/goffice-${PKGVERSION}.mo 376share/locale/ca@valencia/LC_MESSAGES/goffice-${PKGVERSION}.mo
359share/locale/cs/LC_MESSAGES/goffice-${PKGVERSION}.mo 377share/locale/cs/LC_MESSAGES/goffice-${PKGVERSION}.mo
360share/locale/da/LC_MESSAGES/goffice-${PKGVERSION}.mo 378share/locale/da/LC_MESSAGES/goffice-${PKGVERSION}.mo
361share/locale/de/LC_MESSAGES/goffice-${PKGVERSION}.mo 379share/locale/de/LC_MESSAGES/goffice-${PKGVERSION}.mo
362share/locale/el/LC_MESSAGES/goffice-${PKGVERSION}.mo 380share/locale/el/LC_MESSAGES/goffice-${PKGVERSION}.mo
363share/locale/en_CA/LC_MESSAGES/goffice-${PKGVERSION}.mo 381share/locale/en_CA/LC_MESSAGES/goffice-${PKGVERSION}.mo

cvs diff -r1.9 -r1.10 pkgsrc/misc/goffice0.10/buildlink3.mk (expand / switch to unified diff)

--- pkgsrc/misc/goffice0.10/buildlink3.mk 2015/04/25 14:23:32 1.9
+++ pkgsrc/misc/goffice0.10/buildlink3.mk 2015/08/04 11:57:50 1.10
@@ -1,22 +1,23 @@ @@ -1,22 +1,23 @@
1# $NetBSD: buildlink3.mk,v 1.9 2015/04/25 14:23:32 tnn Exp $ 1# $NetBSD: buildlink3.mk,v 1.10 2015/08/04 11:57:50 he Exp $
2 2
3BUILDLINK_TREE+= goffice0.10 3BUILDLINK_TREE+= goffice0.10
4 4
5.if !defined(GOFFICE0.10_BUILDLINK3_MK) 5.if !defined(GOFFICE0.10_BUILDLINK3_MK)
6GOFFICE0.10_BUILDLINK3_MK:= 6GOFFICE0.10_BUILDLINK3_MK:=
7 7
8BUILDLINK_API_DEPENDS.goffice0.10+= goffice0.10>=0.10.0 8BUILDLINK_API_DEPENDS.goffice0.10+= goffice0.10>=0.10.0
9BUILDLINK_ABI_DEPENDS.goffice0.10+= goffice0.10>=0.10.9nb2 9BUILDLINK_ABI_DEPENDS.goffice0.10+= goffice0.10>=0.10.9nb2
10BUILDLINK_PKGSRCDIR.goffice0.10?= ../../misc/goffice0.10 10BUILDLINK_PKGSRCDIR.goffice0.10?= ../../misc/goffice0.10
11 11
12.include "../../devel/glib2/buildlink3.mk" 12.include "../../devel/glib2/buildlink3.mk"
13.include "../../devel/libgsf/buildlink3.mk" 13.include "../../devel/libgsf/buildlink3.mk"
14.include "../../devel/pango/buildlink3.mk" 14.include "../../devel/pango/buildlink3.mk"
15.include "../../graphics/cairo/buildlink3.mk" 15.include "../../graphics/cairo/buildlink3.mk"
16.include "../../graphics/librsvg/buildlink3.mk" 16.include "../../graphics/librsvg/buildlink3.mk"
17.include "../../graphics/lasem/buildlink3.mk" 17.include "../../graphics/lasem/buildlink3.mk"
18.include "../../textproc/libxml2/buildlink3.mk" 18.include "../../textproc/libxml2/buildlink3.mk"
 19.include "../../textproc/libxslt/buildlink3.mk"
19.include "../../x11/gtk3/buildlink3.mk" 20.include "../../x11/gtk3/buildlink3.mk"
20.endif # GOFFICE0.10_BUILDLINK3_MK 21.endif # GOFFICE0.10_BUILDLINK3_MK
21 22
22BUILDLINK_TREE+= -goffice0.10 23BUILDLINK_TREE+= -goffice0.10

cvs diff -r1.8 -r1.9 pkgsrc/misc/goffice0.10/distinfo (expand / switch to unified diff)

--- pkgsrc/misc/goffice0.10/distinfo 2014/01/02 18:41:51 1.8
+++ pkgsrc/misc/goffice0.10/distinfo 2015/08/04 11:57:50 1.9
@@ -1,5 +1,6 @@ @@ -1,5 +1,6 @@
1$NetBSD: distinfo,v 1.8 2014/01/02 18:41:51 wiz Exp $ 1$NetBSD: distinfo,v 1.9 2015/08/04 11:57:50 he Exp $
2 2
3SHA1 (goffice-0.10.9.tar.xz) = b99b1cdc42b27533828ff963793e60c35eab5861 3SHA1 (goffice-0.10.21.tar.xz) = 1959dd0f7e52ffbfdeb49810f989b243ef53cbae
4RMD160 (goffice-0.10.9.tar.xz) = 0297d1e5802a1f749b3308102335b59bc341a834 4RMD160 (goffice-0.10.21.tar.xz) = a595e843d75eebc0bfba3082647743900c6bd21c
5Size (goffice-0.10.9.tar.xz) = 2214120 bytes 5Size (goffice-0.10.21.tar.xz) = 2336136 bytes
 6SHA1 (patch-goffice_math_go-dtoa.c) = d08bc7f76e5e8c3b41fbba2bfce6fedcfc4f5f27