pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc misc/goffice0.6: remove outdated version, use goffice0...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/288fbc36e13c
branches:  trunk
changeset: 311656:288fbc36e13c
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Aug 16 09:25:43 2018 +0000

description:
misc/goffice0.6: remove outdated version, use goffice0.10 instead

diffstat:

 doc/CHANGES-2018                                                 |    3 +-
 misc/Makefile                                                    |    3 +-
 misc/goffice0.6/DESCR                                            |    7 -
 misc/goffice0.6/Makefile                                         |   38 -
 misc/goffice0.6/PLIST                                            |  450 ----------
 misc/goffice0.6/buildlink3.mk                                    |   25 -
 misc/goffice0.6/distinfo                                         |   18 -
 misc/goffice0.6/patches/patch-configure                          |   15 -
 misc/goffice0.6/patches/patch-goffice_app_goffice-app_h          |   15 -
 misc/goffice0.6/patches/patch-goffice_graph_gog-child-button_c   |   15 -
 misc/goffice0.6/patches/patch-goffice_math_go-cspline_c          |   16 -
 misc/goffice0.6/patches/patch-goffice_math_go-math_h             |   15 -
 misc/goffice0.6/patches/patch-goffice_math_go-rangefunc_c        |   15 -
 misc/goffice0.6/patches/patch-goffice_math_go-rangefunc_h        |   14 -
 misc/goffice0.6/patches/patch-goffice_math_go-regression_c       |   16 -
 misc/goffice0.6/patches/patch-goffice_math_go-regression_h       |   15 -
 misc/goffice0.6/patches/patch-goffice_ms-compat_go-ms-parser_c   |   15 -
 misc/goffice0.6/patches/patch-goffice_ms-compat_god-drawing-ms_c |   15 -
 misc/goffice0.6/patches/patch-goffice_utils_regutf8.c            |   15 -
 19 files changed, 3 insertions(+), 722 deletions(-)

diffs (truncated from 818 to 300 lines):

diff -r 5a16a06b1d4f -r 288fbc36e13c doc/CHANGES-2018
--- a/doc/CHANGES-2018  Thu Aug 16 09:24:15 2018 +0000
+++ b/doc/CHANGES-2018  Thu Aug 16 09:25:43 2018 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2018,v 1.3603 2018/08/16 09:24:15 wiz Exp $
+$NetBSD: CHANGES-2018,v 1.3604 2018/08/16 09:25:43 wiz Exp $
 
 Changes to the packages collection and infrastructure in 2018:
 
@@ -5127,3 +5127,4 @@
        Removed math/gnumeric successor math/gnumeric112 [wiz 2018-08-16]
        Removed math/gnumeric110 successor math/gnumeric112 [wiz 2018-08-16]
        Removed finance/gnucash2 successor finance/gnucash [wiz 2018-08-16]
+       Removed misc/goffice0.6 [wiz 2018-08-16]
diff -r 5a16a06b1d4f -r 288fbc36e13c misc/Makefile
--- a/misc/Makefile     Thu Aug 16 09:24:15 2018 +0000
+++ b/misc/Makefile     Thu Aug 16 09:25:43 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.498 2018/05/21 23:46:04 minskim Exp $
+# $NetBSD: Makefile,v 1.499 2018/08/16 09:25:43 wiz Exp $
 #
 
 COMMENT=       Miscellaneous utilities
@@ -85,7 +85,6 @@
 SUBDIR+=       gnuls
 SUBDIR+=       go-genproto
 SUBDIR+=       goffice0.10
-SUBDIR+=       goffice0.6
 SUBDIR+=       goffice0.8
 SUBDIR+=       gok
 SUBDIR+=       gone
diff -r 5a16a06b1d4f -r 288fbc36e13c misc/goffice0.6/DESCR
--- a/misc/goffice0.6/DESCR     Thu Aug 16 09:24:15 2018 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-goffice is a GLIB/GTK set of document centric objects and utilities.
-
-There are common operations for document centric applications that are
-conceptually simple, but complex to implement fully.
-    - plugins
-    - load/save documents
-    - undo/redo
diff -r 5a16a06b1d4f -r 288fbc36e13c misc/goffice0.6/Makefile
--- a/misc/goffice0.6/Makefile  Thu Aug 16 09:24:15 2018 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,38 +0,0 @@
-# $NetBSD: Makefile,v 1.46 2018/04/16 14:33:53 wiz Exp $
-#
-
-DISTNAME=              goffice-0.6.6
-PKGNAME=               goffice0.6-0.6.6
-PKGREVISION=           35
-CATEGORIES=            misc
-MASTER_SITES=          ${MASTER_SITE_GNOME:=sources/goffice/0.6/}
-
-MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=              https://www.gnome.org/
-COMMENT=               Library of document-centric objects and utilities
-
-CONFLICTS+=            goffice<0.4.2nb1 goffice0.5<0.5.4
-
-USE_PKGLOCALEDIR=      yes
-USE_LIBTOOL=           yes
-PKGCONFIG_OVERRIDE+=   ${WRKSRC}/libgoffice.pc.in
-GNU_CONFIGURE=         yes
-CONFIGURE_ARGS+=       --disable-gnome
-USE_TOOLS+=            gmake intltool msgfmt pkg-config
-
-.include "../../converters/libiconv/buildlink3.mk"
-.include "../../devel/gettext-lib/buildlink3.mk"
-.include "../../devel/pcre/buildlink3.mk"
-BUILDLINK_API_DEPENDS.glib2+=  glib2>=2.8.0
-.include "../../devel/glib2/buildlink3.mk"
-.include "../../devel/libglade/buildlink3.mk"
-.include "../../devel/libgsf/buildlink3.mk"
-BUILDLINK_API_DEPENDS.pango+=  pango>=1.8.1
-.include "../../devel/pango/buildlink3.mk"
-.include "../../graphics/cairo/buildlink3.mk"
-BUILDLINK_API_DEPENDS.libart+= libart>=2.3.11
-.include "../../graphics/libart/buildlink3.mk"
-.include "../../textproc/libxml2/buildlink3.mk"
-BUILDLINK_API_DEPENDS.gtk2+=   gtk2+>=2.6.0
-.include "../../x11/gtk2/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 5a16a06b1d4f -r 288fbc36e13c misc/goffice0.6/PLIST
--- a/misc/goffice0.6/PLIST     Thu Aug 16 09:24:15 2018 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,450 +0,0 @@
-@comment $NetBSD: PLIST,v 1.6 2009/06/14 20:52:12 joerg Exp $
-include/libgoffice-0.6/goffice/app/error-info.h
-include/libgoffice-0.6/goffice/app/file.h
-include/libgoffice-0.6/goffice/app/go-cmd-context-impl.h
-include/libgoffice-0.6/goffice/app/go-cmd-context.h
-include/libgoffice-0.6/goffice/app/go-doc-control-impl.h
-include/libgoffice-0.6/goffice/app/go-doc-control.h
-include/libgoffice-0.6/goffice/app/go-doc-impl.h
-include/libgoffice-0.6/goffice/app/go-doc.h
-include/libgoffice-0.6/goffice/app/go-plugin-loader-module.h
-include/libgoffice-0.6/goffice/app/go-plugin-loader.h
-include/libgoffice-0.6/goffice/app/go-plugin-service-impl.h
-include/libgoffice-0.6/goffice/app/go-plugin-service.h
-include/libgoffice-0.6/goffice/app/go-plugin.h
-include/libgoffice-0.6/goffice/app/goffice-app.h
-include/libgoffice-0.6/goffice/app/io-context-priv.h
-include/libgoffice-0.6/goffice/app/io-context.h
-include/libgoffice-0.6/goffice/app/module-plugin-defs.h
-include/libgoffice-0.6/goffice/component/go-component-factory.h
-include/libgoffice-0.6/goffice/component/go-component.h
-include/libgoffice-0.6/goffice/component/goffice-component.h
-include/libgoffice-0.6/goffice/cut-n-paste/foocanvas/foo-canvas-line.h
-include/libgoffice-0.6/goffice/cut-n-paste/foocanvas/foo-canvas-pixbuf.h
-include/libgoffice-0.6/goffice/cut-n-paste/foocanvas/foo-canvas-polygon.h
-include/libgoffice-0.6/goffice/cut-n-paste/foocanvas/foo-canvas-rect-ellipse.h
-include/libgoffice-0.6/goffice/cut-n-paste/foocanvas/foo-canvas-text.h
-include/libgoffice-0.6/goffice/cut-n-paste/foocanvas/foo-canvas-util.h
-include/libgoffice-0.6/goffice/cut-n-paste/foocanvas/foo-canvas-widget.h
-include/libgoffice-0.6/goffice/cut-n-paste/foocanvas/foo-canvas.h
-include/libgoffice-0.6/goffice/cut-n-paste/foocanvas/libfoocanvas.h
-include/libgoffice-0.6/goffice/data/go-data-impl.h
-include/libgoffice-0.6/goffice/data/go-data-simple.h
-include/libgoffice-0.6/goffice/data/go-data.h
-include/libgoffice-0.6/goffice/data/goffice-data.h
-include/libgoffice-0.6/goffice/drawing/god-anchor.h
-include/libgoffice-0.6/goffice/drawing/god-default-attributes.h
-include/libgoffice-0.6/goffice/drawing/god-drawing-group.h
-include/libgoffice-0.6/goffice/drawing/god-drawing-renderer-gdk.h
-include/libgoffice-0.6/goffice/drawing/god-drawing-view.h
-include/libgoffice-0.6/goffice/drawing/god-drawing.h
-include/libgoffice-0.6/goffice/drawing/god-image-store.h
-include/libgoffice-0.6/goffice/drawing/god-image.h
-include/libgoffice-0.6/goffice/drawing/god-paragraph-attributes.h
-include/libgoffice-0.6/goffice/drawing/god-property-table.h
-include/libgoffice-0.6/goffice/drawing/god-shape.h
-include/libgoffice-0.6/goffice/drawing/god-text-model.h
-include/libgoffice-0.6/goffice/goffice-features.h
-include/libgoffice-0.6/goffice/goffice.h
-include/libgoffice-0.6/goffice/graph/goffice-graph.h
-include/libgoffice-0.6/goffice/graph/gog-axis-line-impl.h
-include/libgoffice-0.6/goffice/graph/gog-axis-line.h
-include/libgoffice-0.6/goffice/graph/gog-axis.h
-include/libgoffice-0.6/goffice/graph/gog-chart-impl.h
-include/libgoffice-0.6/goffice/graph/gog-chart-map.h
-include/libgoffice-0.6/goffice/graph/gog-chart.h
-include/libgoffice-0.6/goffice/graph/gog-child-button.h
-include/libgoffice-0.6/goffice/graph/gog-control-foocanvas.h
-include/libgoffice-0.6/goffice/graph/gog-data-allocator.h
-include/libgoffice-0.6/goffice/graph/gog-data-set.h
-include/libgoffice-0.6/goffice/graph/gog-error-bar.h
-include/libgoffice-0.6/goffice/graph/gog-graph-impl.h
-include/libgoffice-0.6/goffice/graph/gog-graph.h
-include/libgoffice-0.6/goffice/graph/gog-grid-line.h
-include/libgoffice-0.6/goffice/graph/gog-grid.h
-include/libgoffice-0.6/goffice/graph/gog-guru.h
-include/libgoffice-0.6/goffice/graph/gog-label.h
-include/libgoffice-0.6/goffice/graph/gog-legend.h
-include/libgoffice-0.6/goffice/graph/gog-object-xml.h
-include/libgoffice-0.6/goffice/graph/gog-object.h
-include/libgoffice-0.6/goffice/graph/gog-outlined-object.h
-include/libgoffice-0.6/goffice/graph/gog-plot-engine.h
-include/libgoffice-0.6/goffice/graph/gog-plot-impl.h
-include/libgoffice-0.6/goffice/graph/gog-plot.h
-include/libgoffice-0.6/goffice/graph/gog-reg-curve.h
-include/libgoffice-0.6/goffice/graph/gog-renderer.h
-include/libgoffice-0.6/goffice/graph/gog-series-impl.h
-include/libgoffice-0.6/goffice/graph/gog-series-lines.h
-include/libgoffice-0.6/goffice/graph/gog-series.h
-include/libgoffice-0.6/goffice/graph/gog-smoothed-curve.h
-include/libgoffice-0.6/goffice/graph/gog-style.h
-include/libgoffice-0.6/goffice/graph/gog-styled-object.h
-include/libgoffice-0.6/goffice/graph/gog-theme.h
-include/libgoffice-0.6/goffice/graph/gog-trend-line.h
-include/libgoffice-0.6/goffice/graph/gog-view.h
-include/libgoffice-0.6/goffice/gtk/go-action-combo-color.h
-include/libgoffice-0.6/goffice/gtk/go-action-combo-pixmaps.h
-include/libgoffice-0.6/goffice/gtk/go-action-combo-stack.h
-include/libgoffice-0.6/goffice/gtk/go-action-combo-text.h
-include/libgoffice-0.6/goffice/gtk/go-charmap-sel.h
-include/libgoffice-0.6/goffice/gtk/go-color-group.h
-include/libgoffice-0.6/goffice/gtk/go-color-palette.h
-include/libgoffice-0.6/goffice/gtk/go-color-selector.h
-include/libgoffice-0.6/goffice/gtk/go-combo-box.h
-include/libgoffice-0.6/goffice/gtk/go-combo-color.h
-include/libgoffice-0.6/goffice/gtk/go-combo-pixmaps.h
-include/libgoffice-0.6/goffice/gtk/go-combo-text.h
-include/libgoffice-0.6/goffice/gtk/go-font-sel.h
-include/libgoffice-0.6/goffice/gtk/go-format-sel.h
-include/libgoffice-0.6/goffice/gtk/go-gradient-selector.h
-include/libgoffice-0.6/goffice/gtk/go-graph-widget.h
-include/libgoffice-0.6/goffice/gtk/go-line-selector.h
-include/libgoffice-0.6/goffice/gtk/go-locale-sel.h
-include/libgoffice-0.6/goffice/gtk/go-marker-selector.h
-include/libgoffice-0.6/goffice/gtk/go-optionmenu.h
-include/libgoffice-0.6/goffice/gtk/go-palette.h
-include/libgoffice-0.6/goffice/gtk/go-pattern-selector.h
-include/libgoffice-0.6/goffice/gtk/go-pixbuf.h
-include/libgoffice-0.6/goffice/gtk/go-rotation-sel.h
-include/libgoffice-0.6/goffice/gtk/go-selector.h
-include/libgoffice-0.6/goffice/gtk/goffice-gtk.h
-include/libgoffice-0.6/goffice/math/go-complex.h
-include/libgoffice-0.6/goffice/math/go-cspline.h
-include/libgoffice-0.6/goffice/math/go-fft.h
-include/libgoffice-0.6/goffice/math/go-math.h
-include/libgoffice-0.6/goffice/math/go-rangefunc.h
-include/libgoffice-0.6/goffice/math/go-regression.h
-include/libgoffice-0.6/goffice/ms-compat/go-ms-parser.h
-include/libgoffice-0.6/goffice/ms-compat/god-drawing-ms-client-handler.h
-include/libgoffice-0.6/goffice/ms-compat/god-drawing-ms.h
-include/libgoffice-0.6/goffice/ms-compat/god-image-ms.h
-include/libgoffice-0.6/goffice/utils/datetime.h
-include/libgoffice-0.6/goffice/utils/go-cairo.h
-include/libgoffice-0.6/goffice/utils/go-color.h
-include/libgoffice-0.6/goffice/utils/go-file.h
-include/libgoffice-0.6/goffice/utils/go-font.h
-include/libgoffice-0.6/goffice/utils/go-format.h
-include/libgoffice-0.6/goffice/utils/go-geometry.h
-include/libgoffice-0.6/goffice/utils/go-glib-extras.h
-include/libgoffice-0.6/goffice/utils/go-gradient.h
-include/libgoffice-0.6/goffice/utils/go-image.h
-include/libgoffice-0.6/goffice/utils/go-libxml-extras.h
-include/libgoffice-0.6/goffice/utils/go-line.h
-include/libgoffice-0.6/goffice/utils/go-locale.h
-include/libgoffice-0.6/goffice/utils/go-marker.h
-include/libgoffice-0.6/goffice/utils/go-pango-extras.h
-include/libgoffice-0.6/goffice/utils/go-path.h
-include/libgoffice-0.6/goffice/utils/go-pattern.h
-include/libgoffice-0.6/goffice/utils/go-undo.h
-include/libgoffice-0.6/goffice/utils/go-units.h
-include/libgoffice-0.6/goffice/utils/goffice-utils.h
-include/libgoffice-0.6/goffice/utils/regutf8.h
-lib/goffice/${PKGVERSION}/plugins/plot_barcol/barcol.la
-lib/goffice/${PKGVERSION}/plugins/plot_barcol/gog-barcol-prefs.glade
-lib/goffice/${PKGVERSION}/plugins/plot_barcol/gog-minmax-prefs.glade
-lib/goffice/${PKGVERSION}/plugins/plot_barcol/plot-types.xml
-lib/goffice/${PKGVERSION}/plugins/plot_barcol/plugin.xml
-lib/goffice/${PKGVERSION}/plugins/plot_boxes/boxplot.la
-lib/goffice/${PKGVERSION}/plugins/plot_boxes/gog-boxplot-prefs.glade
-lib/goffice/${PKGVERSION}/plugins/plot_boxes/plot-types.xml
-lib/goffice/${PKGVERSION}/plugins/plot_boxes/plugin.xml
-lib/goffice/${PKGVERSION}/plugins/plot_pie/gog-pie-prefs.glade
-lib/goffice/${PKGVERSION}/plugins/plot_pie/gog-pie-series.glade
-lib/goffice/${PKGVERSION}/plugins/plot_pie/gog-ring-prefs.glade
-lib/goffice/${PKGVERSION}/plugins/plot_pie/pie.la
-lib/goffice/${PKGVERSION}/plugins/plot_pie/plot-types.xml
-lib/goffice/${PKGVERSION}/plugins/plot_pie/plugin.xml
-lib/goffice/${PKGVERSION}/plugins/plot_radar/plot-types.xml
-lib/goffice/${PKGVERSION}/plugins/plot_radar/plugin.xml
-lib/goffice/${PKGVERSION}/plugins/plot_radar/radar.la
-lib/goffice/${PKGVERSION}/plugins/plot_surface/gog-contour-prefs.glade
-lib/goffice/${PKGVERSION}/plugins/plot_surface/plot-types.xml
-lib/goffice/${PKGVERSION}/plugins/plot_surface/plugin.xml
-lib/goffice/${PKGVERSION}/plugins/plot_surface/surface.la
-lib/goffice/${PKGVERSION}/plugins/plot_xy/gog-bubble-prefs.glade
-lib/goffice/${PKGVERSION}/plugins/plot_xy/gog-xy-color-prefs.glade
-lib/goffice/${PKGVERSION}/plugins/plot_xy/gog-xy-series-prefs.glade
-lib/goffice/${PKGVERSION}/plugins/plot_xy/plot-types.xml
-lib/goffice/${PKGVERSION}/plugins/plot_xy/plugin.xml
-lib/goffice/${PKGVERSION}/plugins/plot_xy/xy.la
-lib/goffice/${PKGVERSION}/plugins/reg_linear/linreg.la
-lib/goffice/${PKGVERSION}/plugins/reg_linear/plugin.xml
-lib/goffice/${PKGVERSION}/plugins/reg_linear/reg-types.xml
-lib/goffice/${PKGVERSION}/plugins/reg_logfit/logfit.la
-lib/goffice/${PKGVERSION}/plugins/reg_logfit/plugin.xml
-lib/goffice/${PKGVERSION}/plugins/reg_logfit/reg-types.xml
-lib/goffice/${PKGVERSION}/plugins/smoothing/gog-exp-smooth.glade
-lib/goffice/${PKGVERSION}/plugins/smoothing/gog-moving-avg.glade
-lib/goffice/${PKGVERSION}/plugins/smoothing/plugin.xml
-lib/goffice/${PKGVERSION}/plugins/smoothing/smoothing.la
-lib/goffice/${PKGVERSION}/plugins/smoothing/types.xml
-lib/libgoffice-0.6.la
-lib/pkgconfig/libgoffice-0.6.pc
-share/goffice/${PKGVERSION}/glade/go-font-sel.glade
-share/goffice/${PKGVERSION}/glade/go-format-sel.glade
-share/goffice/${PKGVERSION}/glade/go-image-save-dialog-extra.glade
-share/goffice/${PKGVERSION}/glade/go-rotation-sel.glade
-share/goffice/${PKGVERSION}/glade/gog-axis-prefs.glade
-share/goffice/${PKGVERSION}/glade/gog-error-bar-prefs.glade
-share/goffice/${PKGVERSION}/glade/gog-graph-prefs.glade
-share/goffice/${PKGVERSION}/glade/gog-guru-type-selector.glade
-share/goffice/${PKGVERSION}/glade/gog-guru.glade
-share/goffice/${PKGVERSION}/glade/gog-object-prefs.glade
-share/goffice/${PKGVERSION}/glade/gog-plot-prefs.glade
-share/goffice/${PKGVERSION}/glade/gog-reg-curve-prefs.glade
-share/goffice/${PKGVERSION}/glade/gog-reg-eqn-prefs.glade
-share/goffice/${PKGVERSION}/glade/gog-series-prefs.glade
-share/goffice/${PKGVERSION}/glade/gog-style-prefs.glade
-share/goffice/${PKGVERSION}/patterns/svg-patterns.xml
-share/gtk-doc/html/goffice-0.6/GOComboBox.html
-share/gtk-doc/html/goffice-0.6/GOComponent.html
-share/gtk-doc/html/goffice-0.6/GOOptionMenu.html
-share/gtk-doc/html/goffice-0.6/GOPalette.html
-share/gtk-doc/html/goffice-0.6/GOPluginLoader.html
-share/gtk-doc/html/goffice-0.6/GOSelector.html
-share/gtk-doc/html/goffice-0.6/GOUndoUnary.html
-share/gtk-doc/html/goffice-0.6/GogDataAllocator.html
-share/gtk-doc/html/goffice-0.6/GogDataset.html
-share/gtk-doc/html/goffice-0.6/GogObject.html
-share/gtk-doc/html/goffice-0.6/GogOutlinedView.html
-share/gtk-doc/html/goffice-0.6/GogRegCurve.html
-share/gtk-doc/html/goffice-0.6/GogSmoothedCurve.html
-share/gtk-doc/html/goffice-0.6/GogStyledObject.html



Home | Main Index | Thread Index | Old Index