summaryrefslogtreecommitdiff
path: root/misc/goffice0.6
AgeCommit message (Collapse)AuthorFilesLines
2014-05-05Recursive revbump from x11/pixmanryoon2-4/+4
Fix PR pkg/48777
2013-10-10Recursive revbump from pango-1.36.0ryoon2-4/+4
2013-09-02Revbump after cairo updateadam2-4/+4
2013-06-06Bump PKGREVISION for libXft changes for NetBSD native X support onwiz2-4/+4
NetBSD 6, requested by tron.
2013-06-04Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:tron2-4/+4
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
2013-06-03Bump freetype2 and fontconfig dependencies to current pkgsrc versions,wiz2-4/+4
to address issues with NetBSD-6(and earlier)'s fontconfig not being new enough for pango. While doing that, also bump freetype2 dependency to current pkgsrc version. Suggested by tron in PR 47882
2013-02-16Recursive bump for png-1.6.wiz2-4/+4
2012-10-08Revbump after updating graphics/pangoadam2-4/+4
2012-10-08Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.asau1-3/+1
2012-10-02Mass recursive bump after the dependence fix of the "cairo" packagetron2-4/+4
requested by Thomas Klausner.
2012-09-15recursive bump from libffi shlib major bumpobache2-4/+4
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-09-07Revbump after updating graphics/cairoadam2-4/+4
2012-06-14Recursive PKGREVISION bump for libxml2 buildlink addition.sbd2-4/+4
2012-06-03Belatedly bump PKGREVISION for packages where the mass glib2 includedholland1-2/+2
fixes last month changed installed headers, excluding some that have already been bumped.
2012-05-10Build fixes for new glib2.dholland11-1/+162
2012-05-10Merge wiz's build fixes for goffice0.8. Add pcre's bl3 to Makefiledholland4-3/+36
(was previously only in the bl3 file, which pkglint justifiably considers broken) and bump PKGREVISION to 16.
2012-05-07Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)dholland1-2/+2
It turns out there were a lot of these.
2012-03-03Recursive bump for pcre-8.30* (shlib major change)wiz2-4/+4
2012-02-06Revbump forwiz2-4/+4
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
2012-01-18disable gnome desktop integration features which depend on libgsf-gnome,drochner2-9/+4
the latter is discontinued upstream bump PKGREV
2012-01-13Recursive bump from audio/libaudiofile, x11/qt4-libs and x11/qt4-tools ABI bump.obache2-4/+4
2011-11-01Recursive bump for graphics/freetype2 buildlink addition.sbd2-4/+4
2011-07-21recursive bump from gnome-vfs drop crypto dependency.obache2-4/+4
2011-04-22recursive bump from gettext-lib shlib bump.obache2-4/+4
2011-01-13png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.wiz2-4/+4
2010-11-15PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnomeabs2-4/+4
2010-09-14Bump dependency on pixman to 0.18.4 because cairo-1.10 needs thatwiz2-4/+4
version, and bump all depends. Per discussion on pkgsrc-changes.
2010-06-13Bump PKGREVISION for libpng shlib name change.wiz2-4/+4
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
2010-01-18Second try at jpeg-8 recursive PKGREVISION bump.wiz2-4/+4
2009-10-29PKGREVISION bump pkgs which are affected by the libgnome changedrochner1-2/+2
to leave out esound
2009-08-26bump revision because of graphics/jpeg updatesno2-4/+4
2009-08-02this uses the gnome part of libgsf which is an extra pkg now, sodrochner2-2/+5
pull it in, bump PKGREVISION (it could be built without gnome support, perhaps later)
2009-07-22Remove USE_DIRS from pkgsrc.wiz1-2/+1
Shared directories can now be created independently by the pacakges needing them and will be removed automatically by pkg_delete when empty. Packages needing empty directories can use the @pkgdir command in PLIST. Discussed and ok'd in thread starting at http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
2009-06-14Convert @exec/@unexec to @pkgdir or drop it.joerg1-4/+1
2009-06-14Remove @dirrm entries from PLISTsjoerg1-30/+1
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2009-01-20update to 0.6.6drochner2-7/+7
changes: minor fixes
2008-09-06Update to 0.6.5:wiz3-120/+105
2008-08-30 Jody Goldberg * Release 0.6.5 2008-08-08 Jean Brefort * docs/reference/Makefile.am: add API version to DOC_MODULE. [#522096] 2008-07-27 Morten Welinder * goffice/utils/go-format.c (go_format_get_family): If a number format has both a date and a time part, it's a date format. Fixes #545016. 2008-07-21 Jean Brefort * goffice/graph/gog-style.c: (gog_style_font_sax_save): use gsf_xml_out_add_cstr instead of gsf_xml_out_add_cstr_unchecked. [#543986] 2008-07-13 Jean Brefort * goffice/graph/gog-plot-engine.c: (gog_plot_type_service_finalize), (gog_trend_line_service_finalize), (gog_trend_line_service_class_init): fix memory leaks. [#542506] 2008-07-08 Jody Goldberg * autogen.sh : back port updated gtk-doc check. 2008-07-07 Emmanuel Pacaud Fix keyboard activation of the add menu in the graph guru. * goffice/graph/gog-child-button.c (gog_child_button_init): connect to toggled signal. (ensure_menu): new, to be shared by toggled in button-press signal handlers. (gog_child_button_toggled_cb): new. (gog_child_button_press_event_cb): new. 2008-06-30 Morten Welinder * goffice/math/go-math.c (go_math_init): Check for buggy valgrind (finitel problem) and limp on. 2008-06-20 Jean Brefort * goffice/graph/gog-style.c: (gog_style_create_cairo_pattern): fixed gradients coordinates. * goffice/gtk/go-gradient-selector.c: (go_gradient_swatch_render_func): ditto. 2008-06-13 Rob Staudinger * goffice/gtk/go-color-palette.c (make_colored_menu_item): Use plain menu items for toolbar overflow image menu item proxies, so they are displayed correctly with gtk-menu-images=0, fixes #537541. * goffice/gtk/go-combo-pixmaps.c (go_menu_pixmaps_add_element): ditto. 2008-06-03 Jean Brefort * goffice/utils/go-marker.c: (go_marker_render): set dashes to NULL, fixes #536276. 2008-05-30 Jean Brefort * goffice/graph/gog-renderer.c: (_draw_circle), (gog_renderer_draw_circle), (gog_renderer_stroke_circle), (gog_renderer_fill_circle): new utilities. * goffice/graph/gog-renderer.h: ditto. * pixmaps/Makefile.am: add new pixmaps for box-plots excluding outliers. * pixmaps/chart_boxplot_2_1.png: ditto. * pixmaps/chart_boxplot_2_1.svg: ditto. * pixmaps/chart_boxplot_2_2.png: ditto. * pixmaps/chart_boxplot_2_2.svg: ditto. * plugins/plot_boxes/gog-boxplot-prefs.glade: add new properties. * plugins/plot_boxes/gog-boxplot.c: (cb_outliers_changed), (cb_ratio_changed), (gog_box_plot_pref), (gog_box_plot_set_property), (gog_box_plot_get_property), (gog_box_plot_class_init), (gog_box_plot_init), (gog_box_plot_view_render), (gog_box_plot_series_update), (gog_box_plot_series_finalize), (gog_box_plot_series_class_init): ditto, fixes #534642. * plugins/plot_boxes/plot-types.xml.in: new boxplots sub-types. * plugins/plot_xy/gog-xy.c: (gog_xy_view_render): use gog_renderer_draw_circle for bubbles. 2008-05-24 Jean Brefort * goffice/graph/gog-plot-engine.c: fixed services (de)activation. * goffice/graph/gog-plot-engine.h: ditto.
2008-06-20Add DESTDIR support.joerg1-1/+3
2008-05-21remove explicit dependency on pcre - this is pulled in by glib2 nowdrochner1-2/+1
2008-05-21Update to 0.6.4:wiz3-9/+10
0.6.4 changes undocumented. goffice 0.6.3: Hiroyuki Ikezoe: * Switch from pcre to glib regexp handling. [#482319] Jean: * Don't try to use invalide data in box-plots. [#527249] * Add EPS export for charts if cairo supports. Jody: * Enable the use of dolt. * Fix formats on win32. Morten: * Add go_format_is_invalid. * Improve date convention framework. * Fix problem with [Enter] causing infinite recursion.
2008-03-07Update to 0.6.2:wiz4-25/+11
goffice 0.6.2: Jean: * Set Length to 0 for invalid series in 1.5d plots. Fixes #514642. Morten: * Fix memory handling for 1.5d plots. Fixes #517995.
2008-03-06Recursive PKGREVISION bump for gnutls-2.2.2 update with shlib major bump.wiz2-2/+4
2008-01-09fix a build error reported by Thomas Klausner: replace wrong use ofdrochner2-1/+17
which(1) in a Makefile part provided by gtk-doc by a newer version (which is still not portable, but since that gtk-doc stuff is used at many places there is no point in introducing something better here)
2008-01-06add goffice-0.6.1, the most recent major branch of gofficedrochner5-0/+577
(installable in parallel with older branches)