From 5fc931082261914e51fd6ec910a766e45607f6fd Mon Sep 17 00:00:00 2001 From: Koop Mast Date: Tue, 16 Apr 2013 17:06:54 +0000 Subject: [PATCH] Remove expirted ports that have no users and block the update of libgsf. Feature safe: yes --- MOVED | 4 + devel/Makefile | 4 - devel/goffice04/Makefile | 41 -- devel/goffice04/distinfo | 2 - devel/goffice04/files/patch-Makefile.in | 11 - devel/goffice04/pkg-descr | 11 - devel/goffice04/pkg-plist | 399 -------------- devel/goffice06/Makefile | 37 -- devel/goffice06/distinfo | 2 - devel/goffice06/pkg-descr | 11 - devel/goffice06/pkg-plist | 508 ------------------ devel/goffice1/Makefile | 42 -- devel/goffice1/distinfo | 2 - .../files/patch-goffice_utils_go-regression.c | 10 - .../patch-plugins_plot_radar_gog-radar.c | 15 - devel/goffice1/pkg-descr | 11 - devel/goffice1/pkg-plist | 360 ------------- devel/present/Makefile | 30 -- devel/present/distinfo | 2 - devel/present/pkg-descr | 3 - devel/present/pkg-plist | 12 - 21 files changed, 4 insertions(+), 1513 deletions(-) delete mode 100644 devel/goffice04/Makefile delete mode 100644 devel/goffice04/distinfo delete mode 100644 devel/goffice04/files/patch-Makefile.in delete mode 100644 devel/goffice04/pkg-descr delete mode 100644 devel/goffice04/pkg-plist delete mode 100644 devel/goffice06/Makefile delete mode 100644 devel/goffice06/distinfo delete mode 100644 devel/goffice06/pkg-descr delete mode 100644 devel/goffice06/pkg-plist delete mode 100644 devel/goffice1/Makefile delete mode 100644 devel/goffice1/distinfo delete mode 100644 devel/goffice1/files/patch-goffice_utils_go-regression.c delete mode 100644 devel/goffice1/files/patch-plugins_plot_radar_gog-radar.c delete mode 100644 devel/goffice1/pkg-descr delete mode 100644 devel/goffice1/pkg-plist delete mode 100644 devel/present/Makefile delete mode 100644 devel/present/distinfo delete mode 100644 devel/present/pkg-descr delete mode 100644 devel/present/pkg-plist diff --git a/MOVED b/MOVED index f91cf21ceb41..b9fc5f8ab742 100644 --- a/MOVED +++ b/MOVED @@ -4203,3 +4203,7 @@ devel/ros-image_common||2013-04-16|Has expired: Depends on devel/ros_common whic devel/ros-laser_pipeline||2013-04-16|Has expired: Depends on devel/ros_common which is broken for more than 6 months databases/php52-rrdtool||2013-04-16|Has expired: PHP 5.2 series is strongly discouraged for new installations, migrate now devel/ros-common||2013-04-16|Has expired: Broken for more than 6 month +devel/goffice04||2013-04-16|Removed: No users, blocking libgsf update. +devel/goffice06||2013-04-16|Removed: No users, blocking libgsf update. +devel/goffice1||2013-04-16|Removed: Only one port user which has no user itself. blocking libgsf update. +devel/present||2013-04-16|Removed: No users, blocking libgsf update. diff --git a/devel/Makefile b/devel/Makefile index a8394a19d70e..94ef63f53f02 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -582,9 +582,6 @@ SUBDIR += gob2 SUBDIR += gobject-introspection SUBDIR += goffice - SUBDIR += goffice04 - SUBDIR += goffice06 - SUBDIR += goffice1 SUBDIR += gonzui SUBDIR += google-gdata SUBDIR += google-perftools @@ -3292,7 +3289,6 @@ SUBDIR += premake4 SUBDIR += preps-gui SUBDIR += prepstools - SUBDIR += present SUBDIR += prettygo SUBDIR += privman SUBDIR += projectcenter diff --git a/devel/goffice04/Makefile b/devel/goffice04/Makefile deleted file mode 100644 index 7b08a66dc65a..000000000000 --- a/devel/goffice04/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# New ports collection makefile for: goffice -# Date created: 07 June 2005 -# Whom: Joe Marcus Clarke -# -# $FreeBSD$ -# $MCom: ports/devel/goffice/Makefile,v 1.32 2007/09/06 05:01:28 marcus Exp $ -# - -PORTNAME= goffice -PORTVERSION= 0.4.3 -PORTREVISION= 13 -CATEGORIES= devel gnome -MASTER_SITES= GNOME - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GLib/GTK+ set of document centric objects and utilities - -LIB_DEPENDS= pcre.3:${PORTSDIR}/devel/pcre - -NO_LATEST_LINK= yes - -DEPRECATED= depends on libgsf_gnome which is going away, also no users for this port. -EXPIRATION_DATE=2013-04-12 - -USE_BZIP2= yes -USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack intlhack libgnomeprint libglade2 \ - libgsf_gnome libgnomeui ltverhack -USE_GETTEXT= yes -USE_AUTOTOOLS= libtool -USE_LDCONFIG= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - -PLIST_SUB= VERSION=${PORTVERSION} - -post-patch: - @${REINPLACE_CMD} -e 's, *UTF-8 support, *UTF-8 .*support,g' \ - ${WRKSRC}/configure - -.include diff --git a/devel/goffice04/distinfo b/devel/goffice04/distinfo deleted file mode 100644 index 57cb9a13b341..000000000000 --- a/devel/goffice04/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (goffice-0.4.3.tar.bz2) = 1687a01596888093b23a2c835e8c0c62af79d572fa3dfbf79b22625d056debba -SIZE (goffice-0.4.3.tar.bz2) = 1767305 diff --git a/devel/goffice04/files/patch-Makefile.in b/devel/goffice04/files/patch-Makefile.in deleted file mode 100644 index 8e7d04c57c50..000000000000 --- a/devel/goffice04/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig 2008-01-10 00:57:40.000000000 -0500 -+++ Makefile.in 2008-01-10 00:57:58.000000000 -0500 -@@ -286,7 +286,7 @@ sbindir = @sbindir@ - sharedstatedir = @sharedstatedir@ - sysconfdir = @sysconfdir@ - target_alias = @target_alias@ --SUBDIRS = goffice tests pixmaps plugins po docs -+SUBDIRS = goffice pixmaps plugins po - EXTRA_DIST = README NEWS BUGS MAINTAINERS AUTHORS \ - goffice.mk \ - goffice-plugins.mk \ diff --git a/devel/goffice04/pkg-descr b/devel/goffice04/pkg-descr deleted file mode 100644 index 0d48f505271e..000000000000 --- a/devel/goffice04/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -Goffice is a set of document centric components for GLib and GTK+. - -There are common operations for document centric applications that are -conceptually simple, but complex to implement fully. - - plugins - - load/save documents - - undo/redo - -Goffice provides a single library for performing such operations. - -WWW: http://live.gnome.org/libgoffice diff --git a/devel/goffice04/pkg-plist b/devel/goffice04/pkg-plist deleted file mode 100644 index 743e74cf2157..000000000000 --- a/devel/goffice04/pkg-plist +++ /dev/null @@ -1,399 +0,0 @@ -include/libgoffice-0.4/goffice/app/error-info.h -include/libgoffice-0.4/goffice/app/file.h -include/libgoffice-0.4/goffice/app/go-cmd-context-impl.h -include/libgoffice-0.4/goffice/app/go-cmd-context.h -include/libgoffice-0.4/goffice/app/go-doc-control-impl.h -include/libgoffice-0.4/goffice/app/go-doc-control.h -include/libgoffice-0.4/goffice/app/go-doc-impl.h -include/libgoffice-0.4/goffice/app/go-doc.h -include/libgoffice-0.4/goffice/app/go-plugin-loader-module.h -include/libgoffice-0.4/goffice/app/go-plugin-loader.h -include/libgoffice-0.4/goffice/app/go-plugin-service-impl.h -include/libgoffice-0.4/goffice/app/go-plugin-service.h -include/libgoffice-0.4/goffice/app/go-plugin.h -include/libgoffice-0.4/goffice/app/goffice-app.h -include/libgoffice-0.4/goffice/app/io-context-priv.h -include/libgoffice-0.4/goffice/app/io-context.h -include/libgoffice-0.4/goffice/app/module-plugin-defs.h -include/libgoffice-0.4/goffice/component/go-component-factory.h -include/libgoffice-0.4/goffice/component/go-component.h -include/libgoffice-0.4/goffice/component/goffice-component.h -include/libgoffice-0.4/goffice/cut-n-paste/foocanvas/foo-canvas-line.h -include/libgoffice-0.4/goffice/cut-n-paste/foocanvas/foo-canvas-pixbuf.h -include/libgoffice-0.4/goffice/cut-n-paste/foocanvas/foo-canvas-polygon.h -include/libgoffice-0.4/goffice/cut-n-paste/foocanvas/foo-canvas-rect-ellipse.h -include/libgoffice-0.4/goffice/cut-n-paste/foocanvas/foo-canvas-text.h -include/libgoffice-0.4/goffice/cut-n-paste/foocanvas/foo-canvas-util.h -include/libgoffice-0.4/goffice/cut-n-paste/foocanvas/foo-canvas-widget.h -include/libgoffice-0.4/goffice/cut-n-paste/foocanvas/foo-canvas.h -include/libgoffice-0.4/goffice/cut-n-paste/foocanvas/libfoocanvas.h -include/libgoffice-0.4/goffice/data/go-data-impl.h -include/libgoffice-0.4/goffice/data/go-data-simple.h -include/libgoffice-0.4/goffice/data/go-data.h -include/libgoffice-0.4/goffice/data/goffice-data.h -include/libgoffice-0.4/goffice/drawing/god-anchor.h -include/libgoffice-0.4/goffice/drawing/god-default-attributes.h -include/libgoffice-0.4/goffice/drawing/god-drawing-group.h -include/libgoffice-0.4/goffice/drawing/god-drawing-renderer-gdk.h -include/libgoffice-0.4/goffice/drawing/god-drawing-view.h -include/libgoffice-0.4/goffice/drawing/god-drawing.h -include/libgoffice-0.4/goffice/drawing/god-image-store.h -include/libgoffice-0.4/goffice/drawing/god-image.h -include/libgoffice-0.4/goffice/drawing/god-paragraph-attributes.h -include/libgoffice-0.4/goffice/drawing/god-property-table.h -include/libgoffice-0.4/goffice/drawing/god-shape.h -include/libgoffice-0.4/goffice/drawing/god-text-model.h -include/libgoffice-0.4/goffice/goffice-features.h -include/libgoffice-0.4/goffice/goffice.h -include/libgoffice-0.4/goffice/graph/goffice-graph.h -include/libgoffice-0.4/goffice/graph/gog-axis-line-impl.h -include/libgoffice-0.4/goffice/graph/gog-axis-line.h -include/libgoffice-0.4/goffice/graph/gog-axis.h -include/libgoffice-0.4/goffice/graph/gog-chart-impl.h -include/libgoffice-0.4/goffice/graph/gog-chart.h -include/libgoffice-0.4/goffice/graph/gog-control-foocanvas.h -include/libgoffice-0.4/goffice/graph/gog-data-allocator.h -include/libgoffice-0.4/goffice/graph/gog-data-set.h -include/libgoffice-0.4/goffice/graph/gog-error-bar.h -include/libgoffice-0.4/goffice/graph/gog-graph-impl.h -include/libgoffice-0.4/goffice/graph/gog-graph.h -include/libgoffice-0.4/goffice/graph/gog-grid-line.h -include/libgoffice-0.4/goffice/graph/gog-grid.h -include/libgoffice-0.4/goffice/graph/gog-guru.h -include/libgoffice-0.4/goffice/graph/gog-label.h -include/libgoffice-0.4/goffice/graph/gog-legend.h -include/libgoffice-0.4/goffice/graph/gog-object-xml.h -include/libgoffice-0.4/goffice/graph/gog-object.h -include/libgoffice-0.4/goffice/graph/gog-outlined-object.h -include/libgoffice-0.4/goffice/graph/gog-plot-engine.h -include/libgoffice-0.4/goffice/graph/gog-plot-impl.h -include/libgoffice-0.4/goffice/graph/gog-plot.h -include/libgoffice-0.4/goffice/graph/gog-reg-curve.h -include/libgoffice-0.4/goffice/graph/gog-renderer-cairo.h -include/libgoffice-0.4/goffice/graph/gog-renderer-gnome-print.h -include/libgoffice-0.4/goffice/graph/gog-renderer-impl.h -include/libgoffice-0.4/goffice/graph/gog-renderer.h -include/libgoffice-0.4/goffice/graph/gog-series-impl.h -include/libgoffice-0.4/goffice/graph/gog-series-lines.h -include/libgoffice-0.4/goffice/graph/gog-series.h -include/libgoffice-0.4/goffice/graph/gog-smoothed-curve.h -include/libgoffice-0.4/goffice/graph/gog-style.h -include/libgoffice-0.4/goffice/graph/gog-styled-object.h -include/libgoffice-0.4/goffice/graph/gog-theme.h -include/libgoffice-0.4/goffice/graph/gog-trend-line.h -include/libgoffice-0.4/goffice/graph/gog-view.h -include/libgoffice-0.4/goffice/gtk/go-action-combo-color.h -include/libgoffice-0.4/goffice/gtk/go-action-combo-pixmaps.h -include/libgoffice-0.4/goffice/gtk/go-action-combo-stack.h -include/libgoffice-0.4/goffice/gtk/go-action-combo-text.h -include/libgoffice-0.4/goffice/gtk/go-charmap-sel.h -include/libgoffice-0.4/goffice/gtk/go-color-group.h -include/libgoffice-0.4/goffice/gtk/go-color-palette.h -include/libgoffice-0.4/goffice/gtk/go-color-selector.h -include/libgoffice-0.4/goffice/gtk/go-combo-box.h -include/libgoffice-0.4/goffice/gtk/go-combo-color.h -include/libgoffice-0.4/goffice/gtk/go-combo-pixmaps.h -include/libgoffice-0.4/goffice/gtk/go-combo-text.h -include/libgoffice-0.4/goffice/gtk/go-font-sel.h -include/libgoffice-0.4/goffice/gtk/go-format-sel.h -include/libgoffice-0.4/goffice/gtk/go-gradient-selector.h -include/libgoffice-0.4/goffice/gtk/go-graph-widget.h -include/libgoffice-0.4/goffice/gtk/go-line-selector.h -include/libgoffice-0.4/goffice/gtk/go-locale-sel.h -include/libgoffice-0.4/goffice/gtk/go-marker-selector.h -include/libgoffice-0.4/goffice/gtk/go-optionmenu.h -include/libgoffice-0.4/goffice/gtk/go-palette.h -include/libgoffice-0.4/goffice/gtk/go-pattern-selector.h -include/libgoffice-0.4/goffice/gtk/go-rotation-sel.h -include/libgoffice-0.4/goffice/gtk/go-selector.h -include/libgoffice-0.4/goffice/gtk/goffice-gtk.h -include/libgoffice-0.4/goffice/ms-compat/go-ms-parser.h -include/libgoffice-0.4/goffice/ms-compat/god-drawing-ms-client-handler.h -include/libgoffice-0.4/goffice/ms-compat/god-drawing-ms.h -include/libgoffice-0.4/goffice/ms-compat/god-image-ms.h -include/libgoffice-0.4/goffice/utils/datetime.h -include/libgoffice-0.4/goffice/utils/go-color.h -include/libgoffice-0.4/goffice/utils/go-cspline.h -include/libgoffice-0.4/goffice/utils/go-file.h -include/libgoffice-0.4/goffice/utils/go-font.h -include/libgoffice-0.4/goffice/utils/go-format.h -include/libgoffice-0.4/goffice/utils/go-geometry.h -include/libgoffice-0.4/goffice/utils/go-glib-extras.h -include/libgoffice-0.4/goffice/utils/go-gradient.h -include/libgoffice-0.4/goffice/utils/go-image.h -include/libgoffice-0.4/goffice/utils/go-libxml-extras.h -include/libgoffice-0.4/goffice/utils/go-line.h -include/libgoffice-0.4/goffice/utils/go-locale.h -include/libgoffice-0.4/goffice/utils/go-marker.h -include/libgoffice-0.4/goffice/utils/go-math.h -include/libgoffice-0.4/goffice/utils/go-pattern.h -include/libgoffice-0.4/goffice/utils/go-rangefunc.h -include/libgoffice-0.4/goffice/utils/go-regression.h -include/libgoffice-0.4/goffice/utils/go-undo.h -include/libgoffice-0.4/goffice/utils/go-units.h -include/libgoffice-0.4/goffice/utils/goffice-utils.h -include/libgoffice-0.4/goffice/utils/regutf8.h -lib/goffice/%%VERSION%%/plugins/plot_barcol/barcol.a -lib/goffice/%%VERSION%%/plugins/plot_barcol/barcol.la -lib/goffice/%%VERSION%%/plugins/plot_barcol/barcol.so -lib/goffice/%%VERSION%%/plugins/plot_barcol/gog-barcol-prefs.glade -lib/goffice/%%VERSION%%/plugins/plot_barcol/gog-minmax-prefs.glade -lib/goffice/%%VERSION%%/plugins/plot_barcol/plot-types.xml -lib/goffice/%%VERSION%%/plugins/plot_barcol/plugin.xml -lib/goffice/%%VERSION%%/plugins/plot_boxes/boxplot.a -lib/goffice/%%VERSION%%/plugins/plot_boxes/boxplot.la -lib/goffice/%%VERSION%%/plugins/plot_boxes/boxplot.so -lib/goffice/%%VERSION%%/plugins/plot_boxes/gog-boxplot-prefs.glade -lib/goffice/%%VERSION%%/plugins/plot_boxes/plot-types.xml -lib/goffice/%%VERSION%%/plugins/plot_boxes/plugin.xml -lib/goffice/%%VERSION%%/plugins/plot_pie/gog-pie-prefs.glade -lib/goffice/%%VERSION%%/plugins/plot_pie/gog-pie-series.glade -lib/goffice/%%VERSION%%/plugins/plot_pie/gog-ring-prefs.glade -lib/goffice/%%VERSION%%/plugins/plot_pie/pie.a -lib/goffice/%%VERSION%%/plugins/plot_pie/pie.la -lib/goffice/%%VERSION%%/plugins/plot_pie/pie.so -lib/goffice/%%VERSION%%/plugins/plot_pie/plot-types.xml -lib/goffice/%%VERSION%%/plugins/plot_pie/plugin.xml -lib/goffice/%%VERSION%%/plugins/plot_radar/plot-types.xml -lib/goffice/%%VERSION%%/plugins/plot_radar/plugin.xml -lib/goffice/%%VERSION%%/plugins/plot_radar/radar.a -lib/goffice/%%VERSION%%/plugins/plot_radar/radar.la -lib/goffice/%%VERSION%%/plugins/plot_radar/radar.so -lib/goffice/%%VERSION%%/plugins/plot_surface/gog-contour-prefs.glade -lib/goffice/%%VERSION%%/plugins/plot_surface/plot-types.xml -lib/goffice/%%VERSION%%/plugins/plot_surface/plugin.xml -lib/goffice/%%VERSION%%/plugins/plot_surface/surface.a -lib/goffice/%%VERSION%%/plugins/plot_surface/surface.la -lib/goffice/%%VERSION%%/plugins/plot_surface/surface.so -lib/goffice/%%VERSION%%/plugins/plot_xy/gog-bubble-prefs.glade -lib/goffice/%%VERSION%%/plugins/plot_xy/gog-xy-color-prefs.glade -lib/goffice/%%VERSION%%/plugins/plot_xy/gog-xy-series-prefs.glade -lib/goffice/%%VERSION%%/plugins/plot_xy/plot-types.xml -lib/goffice/%%VERSION%%/plugins/plot_xy/plugin.xml -lib/goffice/%%VERSION%%/plugins/plot_xy/xy.a -lib/goffice/%%VERSION%%/plugins/plot_xy/xy.la -lib/goffice/%%VERSION%%/plugins/plot_xy/xy.so -lib/goffice/%%VERSION%%/plugins/reg_linear/linreg.a -lib/goffice/%%VERSION%%/plugins/reg_linear/linreg.la -lib/goffice/%%VERSION%%/plugins/reg_linear/linreg.so -lib/goffice/%%VERSION%%/plugins/reg_linear/plugin.xml -lib/goffice/%%VERSION%%/plugins/reg_linear/reg-types.xml -lib/goffice/%%VERSION%%/plugins/reg_logfit/logfit.a -lib/goffice/%%VERSION%%/plugins/reg_logfit/logfit.la -lib/goffice/%%VERSION%%/plugins/reg_logfit/logfit.so -lib/goffice/%%VERSION%%/plugins/reg_logfit/plugin.xml -lib/goffice/%%VERSION%%/plugins/reg_logfit/reg-types.xml -lib/goffice/%%VERSION%%/plugins/smoothing/gog-exp-smooth.glade -lib/goffice/%%VERSION%%/plugins/smoothing/gog-moving-avg.glade -lib/goffice/%%VERSION%%/plugins/smoothing/plugin.xml -lib/goffice/%%VERSION%%/plugins/smoothing/smoothing.a -lib/goffice/%%VERSION%%/plugins/smoothing/smoothing.la -lib/goffice/%%VERSION%%/plugins/smoothing/smoothing.so -lib/goffice/%%VERSION%%/plugins/smoothing/types.xml -lib/libgoffice-0.a -lib/libgoffice-0.la -lib/libgoffice-0.so -lib/libgoffice-0.so.4 -libdata/pkgconfig/libgoffice-0.4.pc -%%DATADIR%%/%%VERSION%%/glade/go-font-sel.glade -%%DATADIR%%/%%VERSION%%/glade/go-format-sel.glade -%%DATADIR%%/%%VERSION%%/glade/go-image-save-dialog-extra.glade -%%DATADIR%%/%%VERSION%%/glade/go-rotation-sel.glade -%%DATADIR%%/%%VERSION%%/glade/gog-axis-prefs.glade -%%DATADIR%%/%%VERSION%%/glade/gog-error-bar-prefs.glade -%%DATADIR%%/%%VERSION%%/glade/gog-graph-prefs.glade -%%DATADIR%%/%%VERSION%%/glade/gog-guru-type-selector.glade -%%DATADIR%%/%%VERSION%%/glade/gog-guru.glade -%%DATADIR%%/%%VERSION%%/glade/gog-object-prefs.glade -%%DATADIR%%/%%VERSION%%/glade/gog-plot-prefs.glade -%%DATADIR%%/%%VERSION%%/glade/gog-reg-curve-prefs.glade -%%DATADIR%%/%%VERSION%%/glade/gog-reg-eqn-prefs.glade -%%DATADIR%%/%%VERSION%%/glade/gog-series-prefs.glade -%%DATADIR%%/%%VERSION%%/glade/gog-style-prefs.glade -%%DATADIR%%/%%VERSION%%/patterns/svg-patterns.xml -share/locale/am/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/az/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/bg/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/ca/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/cs/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/da/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/de/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/el/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/en_CA/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/en_GB/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/es/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/et/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/fi/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/fr/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/ga/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/gl/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/he/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/hr/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/hu/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/it/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/ja/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/ko/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/lv/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/ml/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/mr/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/ms/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/nb/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/nl/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/nn/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/oc/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/pl/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/pt/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/pt_BR/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/ro/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/ru/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/sk/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/sr/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/sr@Latn/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/sv/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/tr/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/uk/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/vi/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/zh_CN/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/zh_TW/LC_MESSAGES/goffice-%%VERSION%%.mo -share/pixmaps/goffice/%%VERSION%%/area.xpm -share/pixmaps/goffice/%%VERSION%%/bar-hboth.png -share/pixmaps/goffice/%%VERSION%%/bar-hminus.png -share/pixmaps/goffice/%%VERSION%%/bar-hplus.png -share/pixmaps/goffice/%%VERSION%%/bar-none.png -share/pixmaps/goffice/%%VERSION%%/bar-vboth.png -share/pixmaps/goffice/%%VERSION%%/bar-vminus.png -share/pixmaps/goffice/%%VERSION%%/bar-vplus.png -share/pixmaps/goffice/%%VERSION%%/bar.xpm -share/pixmaps/goffice/%%VERSION%%/boxplot.xpm -share/pixmaps/goffice/%%VERSION%%/bubble.xpm -share/pixmaps/goffice/%%VERSION%%/chart_area_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_area_1_2.png -share/pixmaps/goffice/%%VERSION%%/chart_area_1_3.png -share/pixmaps/goffice/%%VERSION%%/chart_bar_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_bar_1_2.png -share/pixmaps/goffice/%%VERSION%%/chart_bar_1_3.png -share/pixmaps/goffice/%%VERSION%%/chart_bar_2_1.png -share/pixmaps/goffice/%%VERSION%%/chart_bar_2_2.png -share/pixmaps/goffice/%%VERSION%%/chart_bar_2_3.png -share/pixmaps/goffice/%%VERSION%%/chart_boxplot_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_boxplot_1_2.png -share/pixmaps/goffice/%%VERSION%%/chart_bubble_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_colored_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_column_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_column_1_2.png -share/pixmaps/goffice/%%VERSION%%/chart_column_1_3.png -share/pixmaps/goffice/%%VERSION%%/chart_column_2_1.png -share/pixmaps/goffice/%%VERSION%%/chart_column_2_2.png -share/pixmaps/goffice/%%VERSION%%/chart_column_2_3.png -share/pixmaps/goffice/%%VERSION%%/chart_column_3_1.png -share/pixmaps/goffice/%%VERSION%%/chart_cone_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_cone_1_2.png -share/pixmaps/goffice/%%VERSION%%/chart_cone_1_3.png -share/pixmaps/goffice/%%VERSION%%/chart_cone_2_1.png -share/pixmaps/goffice/%%VERSION%%/chart_cone_2_2.png -share/pixmaps/goffice/%%VERSION%%/chart_cone_2_3.png -share/pixmaps/goffice/%%VERSION%%/chart_cone_3_1.png -share/pixmaps/goffice/%%VERSION%%/chart_contour_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_cylinder_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_cylinder_1_2.png -share/pixmaps/goffice/%%VERSION%%/chart_cylinder_1_3.png -share/pixmaps/goffice/%%VERSION%%/chart_cylinder_2_1.png -share/pixmaps/goffice/%%VERSION%%/chart_cylinder_2_2.png -share/pixmaps/goffice/%%VERSION%%/chart_cylinder_2_3.png -share/pixmaps/goffice/%%VERSION%%/chart_cylinder_3_1.png -share/pixmaps/goffice/%%VERSION%%/chart_dropbar_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_dropbar_1_2.png -share/pixmaps/goffice/%%VERSION%%/chart_histogram_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_line_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_line_1_2.png -share/pixmaps/goffice/%%VERSION%%/chart_line_1_3.png -share/pixmaps/goffice/%%VERSION%%/chart_line_2_1.png -share/pixmaps/goffice/%%VERSION%%/chart_line_2_2.png -share/pixmaps/goffice/%%VERSION%%/chart_line_2_3.png -share/pixmaps/goffice/%%VERSION%%/chart_line_3_1.png -share/pixmaps/goffice/%%VERSION%%/chart_minmax_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_minmax_1_2.png -share/pixmaps/goffice/%%VERSION%%/chart_minmax_2_1.png -share/pixmaps/goffice/%%VERSION%%/chart_minmax_2_2.png -share/pixmaps/goffice/%%VERSION%%/chart_pie_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_pie_1_2.png -share/pixmaps/goffice/%%VERSION%%/chart_pie_1_3.png -share/pixmaps/goffice/%%VERSION%%/chart_pie_2_1.png -share/pixmaps/goffice/%%VERSION%%/chart_pie_2_2.png -share/pixmaps/goffice/%%VERSION%%/chart_pie_2_3.png -share/pixmaps/goffice/%%VERSION%%/chart_pie_3_1.png -share/pixmaps/goffice/%%VERSION%%/chart_pie_3_2.png -share/pixmaps/goffice/%%VERSION%%/chart_polar_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_pyramid_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_pyramid_1_2.png -share/pixmaps/goffice/%%VERSION%%/chart_pyramid_1_3.png -share/pixmaps/goffice/%%VERSION%%/chart_pyramid_2_1.png -share/pixmaps/goffice/%%VERSION%%/chart_pyramid_2_2.png -share/pixmaps/goffice/%%VERSION%%/chart_pyramid_2_3.png -share/pixmaps/goffice/%%VERSION%%/chart_pyramid_3_1.png -share/pixmaps/goffice/%%VERSION%%/chart_radar_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_radar_1_2.png -share/pixmaps/goffice/%%VERSION%%/chart_radar_1_3.png -share/pixmaps/goffice/%%VERSION%%/chart_ring_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_ring_1_2.png -share/pixmaps/goffice/%%VERSION%%/chart_scatter_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_scatter_2_1.png -share/pixmaps/goffice/%%VERSION%%/chart_scatter_2_2.png -share/pixmaps/goffice/%%VERSION%%/chart_scatter_3_1.png -share/pixmaps/goffice/%%VERSION%%/chart_scatter_3_2.png -share/pixmaps/goffice/%%VERSION%%/chart_scatter_3_3.png -share/pixmaps/goffice/%%VERSION%%/chart_scatter_4_1.png -share/pixmaps/goffice/%%VERSION%%/chart_scatter_4_2.png -share/pixmaps/goffice/%%VERSION%%/chart_scatter_4_3.png -share/pixmaps/goffice/%%VERSION%%/chart_scatter_4_4.png -share/pixmaps/goffice/%%VERSION%%/chart_stock_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_stock_1_2.png -share/pixmaps/goffice/%%VERSION%%/chart_stock_2_1.png -share/pixmaps/goffice/%%VERSION%%/chart_stock_2_2.png -share/pixmaps/goffice/%%VERSION%%/color.xpm -share/pixmaps/goffice/%%VERSION%%/column.xpm -share/pixmaps/goffice/%%VERSION%%/doughnut.xpm -share/pixmaps/goffice/%%VERSION%%/dropbar.xpm -share/pixmaps/goffice/%%VERSION%%/hist.xpm -share/pixmaps/goffice/%%VERSION%%/linegraph.xpm -share/pixmaps/goffice/%%VERSION%%/minmax.xpm -share/pixmaps/goffice/%%VERSION%%/pie.xpm -share/pixmaps/goffice/%%VERSION%%/polar.png -share/pixmaps/goffice/%%VERSION%%/radar.xpm -share/pixmaps/goffice/%%VERSION%%/scatter.xpm -share/pixmaps/goffice/%%VERSION%%/stock.xpm -share/pixmaps/goffice/%%VERSION%%/surface.xpm -@dirrm share/pixmaps/goffice/%%VERSION%% -@dirrm share/pixmaps/goffice -@dirrm %%DATADIR%%/%%VERSION%%/patterns -@dirrm %%DATADIR%%/%%VERSION%%/glade -@dirrm %%DATADIR%%/%%VERSION%% -@dirrm %%DATADIR%% -@dirrm lib/goffice/%%VERSION%%/plugins/smoothing -@dirrm lib/goffice/%%VERSION%%/plugins/reg_logfit -@dirrm lib/goffice/%%VERSION%%/plugins/reg_linear -@dirrm lib/goffice/%%VERSION%%/plugins/plot_xy -@dirrm lib/goffice/%%VERSION%%/plugins/plot_surface -@dirrm lib/goffice/%%VERSION%%/plugins/plot_radar -@dirrm lib/goffice/%%VERSION%%/plugins/plot_pie -@dirrm lib/goffice/%%VERSION%%/plugins/plot_boxes -@dirrm lib/goffice/%%VERSION%%/plugins/plot_barcol -@dirrm lib/goffice/%%VERSION%%/plugins -@dirrm lib/goffice/%%VERSION%% -@dirrmtry lib/goffice -@dirrm include/libgoffice-0.4/goffice/utils -@dirrm include/libgoffice-0.4/goffice/ms-compat -@dirrm include/libgoffice-0.4/goffice/gtk -@dirrm include/libgoffice-0.4/goffice/graph -@dirrm include/libgoffice-0.4/goffice/drawing -@dirrm include/libgoffice-0.4/goffice/data -@dirrm include/libgoffice-0.4/goffice/cut-n-paste/foocanvas -@dirrm include/libgoffice-0.4/goffice/cut-n-paste -@dirrm include/libgoffice-0.4/goffice/component -@dirrm include/libgoffice-0.4/goffice/app -@dirrm include/libgoffice-0.4/goffice -@dirrm include/libgoffice-0.4 -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr diff --git a/devel/goffice06/Makefile b/devel/goffice06/Makefile deleted file mode 100644 index 120ddf8fe9ca..000000000000 --- a/devel/goffice06/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# New ports collection makefile for: goffice -# Date created: 07 June 2005 -# Whom: Joe Marcus Clarke -# -# $FreeBSD$ -# $MCom: ports/devel/goffice06/Makefile,v 1.1 2008/09/09 00:10:24 kwm Exp $ -# - -PORTNAME= goffice -PORTVERSION= 0.6.6 -PORTREVISION= 7 -CATEGORIES= devel gnome -MASTER_SITES= GNOME - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GLib/GTK+ set of document centric objects and utilities - -LIB_DEPENDS= pcre.3:${PORTSDIR}/devel/pcre - -NO_LATEST_LINK= yes - -DEPRECATED= depends on libgsf-gnome which is going away. -EXPIRATION_DATE=2013-04-12 - -USE_BZIP2= yes -USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack intlhack libgnomeprint libglade2 \ - libgsf_gnome libgnomeui ltverhack -USE_GETTEXT= yes -USE_AUTOTOOLS= libtool -USE_LDCONFIG= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - -PLIST_SUB= VERSION=${PORTVERSION} - -.include diff --git a/devel/goffice06/distinfo b/devel/goffice06/distinfo deleted file mode 100644 index 9e14042f4b62..000000000000 --- a/devel/goffice06/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (goffice-0.6.6.tar.bz2) = 0767a29fd85ffa5fafe10a8aa6763812d5d404368a5c62fdd2ad9a7766859f86 -SIZE (goffice-0.6.6.tar.bz2) = 1998355 diff --git a/devel/goffice06/pkg-descr b/devel/goffice06/pkg-descr deleted file mode 100644 index 0d48f505271e..000000000000 --- a/devel/goffice06/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -Goffice is a set of document centric components for GLib and GTK+. - -There are common operations for document centric applications that are -conceptually simple, but complex to implement fully. - - plugins - - load/save documents - - undo/redo - -Goffice provides a single library for performing such operations. - -WWW: http://live.gnome.org/libgoffice diff --git a/devel/goffice06/pkg-plist b/devel/goffice06/pkg-plist deleted file mode 100644 index 271e89099305..000000000000 --- a/devel/goffice06/pkg-plist +++ /dev/null @@ -1,508 +0,0 @@ -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/%%VERSION%%/plugins/plot_barcol/barcol.a -lib/goffice/%%VERSION%%/plugins/plot_barcol/barcol.la -lib/goffice/%%VERSION%%/plugins/plot_barcol/barcol.so -lib/goffice/%%VERSION%%/plugins/plot_barcol/gog-barcol-prefs.glade -lib/goffice/%%VERSION%%/plugins/plot_barcol/gog-minmax-prefs.glade -lib/goffice/%%VERSION%%/plugins/plot_barcol/plot-types.xml -lib/goffice/%%VERSION%%/plugins/plot_barcol/plugin.xml -lib/goffice/%%VERSION%%/plugins/plot_boxes/boxplot.a -lib/goffice/%%VERSION%%/plugins/plot_boxes/boxplot.la -lib/goffice/%%VERSION%%/plugins/plot_boxes/boxplot.so -lib/goffice/%%VERSION%%/plugins/plot_boxes/gog-boxplot-prefs.glade -lib/goffice/%%VERSION%%/plugins/plot_boxes/plot-types.xml -lib/goffice/%%VERSION%%/plugins/plot_boxes/plugin.xml -lib/goffice/%%VERSION%%/plugins/plot_pie/gog-pie-prefs.glade -lib/goffice/%%VERSION%%/plugins/plot_pie/gog-pie-series.glade -lib/goffice/%%VERSION%%/plugins/plot_pie/gog-ring-prefs.glade -lib/goffice/%%VERSION%%/plugins/plot_pie/pie.a -lib/goffice/%%VERSION%%/plugins/plot_pie/pie.la -lib/goffice/%%VERSION%%/plugins/plot_pie/pie.so -lib/goffice/%%VERSION%%/plugins/plot_pie/plot-types.xml -lib/goffice/%%VERSION%%/plugins/plot_pie/plugin.xml -lib/goffice/%%VERSION%%/plugins/plot_radar/plot-types.xml -lib/goffice/%%VERSION%%/plugins/plot_radar/plugin.xml -lib/goffice/%%VERSION%%/plugins/plot_radar/radar.a -lib/goffice/%%VERSION%%/plugins/plot_radar/radar.la -lib/goffice/%%VERSION%%/plugins/plot_radar/radar.so -lib/goffice/%%VERSION%%/plugins/plot_surface/gog-contour-prefs.glade -lib/goffice/%%VERSION%%/plugins/plot_surface/plot-types.xml -lib/goffice/%%VERSION%%/plugins/plot_surface/plugin.xml -lib/goffice/%%VERSION%%/plugins/plot_surface/surface.a -lib/goffice/%%VERSION%%/plugins/plot_surface/surface.la -lib/goffice/%%VERSION%%/plugins/plot_surface/surface.so -lib/goffice/%%VERSION%%/plugins/plot_xy/gog-bubble-prefs.glade -lib/goffice/%%VERSION%%/plugins/plot_xy/gog-xy-color-prefs.glade -lib/goffice/%%VERSION%%/plugins/plot_xy/gog-xy-series-prefs.glade -lib/goffice/%%VERSION%%/plugins/plot_xy/plot-types.xml -lib/goffice/%%VERSION%%/plugins/plot_xy/plugin.xml -lib/goffice/%%VERSION%%/plugins/plot_xy/xy.a -lib/goffice/%%VERSION%%/plugins/plot_xy/xy.la -lib/goffice/%%VERSION%%/plugins/plot_xy/xy.so -lib/goffice/%%VERSION%%/plugins/reg_linear/linreg.a -lib/goffice/%%VERSION%%/plugins/reg_linear/linreg.la -lib/goffice/%%VERSION%%/plugins/reg_linear/linreg.so -lib/goffice/%%VERSION%%/plugins/reg_linear/plugin.xml -lib/goffice/%%VERSION%%/plugins/reg_linear/reg-types.xml -lib/goffice/%%VERSION%%/plugins/reg_logfit/logfit.a -lib/goffice/%%VERSION%%/plugins/reg_logfit/logfit.la -lib/goffice/%%VERSION%%/plugins/reg_logfit/logfit.so -lib/goffice/%%VERSION%%/plugins/reg_logfit/plugin.xml -lib/goffice/%%VERSION%%/plugins/reg_logfit/reg-types.xml -lib/goffice/%%VERSION%%/plugins/smoothing/gog-exp-smooth.glade -lib/goffice/%%VERSION%%/plugins/smoothing/gog-moving-avg.glade -lib/goffice/%%VERSION%%/plugins/smoothing/plugin.xml -lib/goffice/%%VERSION%%/plugins/smoothing/smoothing.a -lib/goffice/%%VERSION%%/plugins/smoothing/smoothing.la -lib/goffice/%%VERSION%%/plugins/smoothing/smoothing.so -lib/goffice/%%VERSION%%/plugins/smoothing/types.xml -lib/libgoffice-0.6.a -lib/libgoffice-0.6.la -lib/libgoffice-0.6.so -lib/libgoffice-0.6.so.6 -libdata/pkgconfig/libgoffice-0.6.pc -share/doc/goffice-0.6/GOComboBox.html -share/doc/goffice-0.6/GOComponent.html -share/doc/goffice-0.6/GOOptionMenu.html -share/doc/goffice-0.6/GOPalette.html -share/doc/goffice-0.6/GOPluginLoader.html -share/doc/goffice-0.6/GOSelector.html -share/doc/goffice-0.6/GOUndoUnary.html -share/doc/goffice-0.6/GogDataAllocator.html -share/doc/goffice-0.6/GogDataset.html -share/doc/goffice-0.6/GogObject.html -share/doc/goffice-0.6/GogOutlinedView.html -share/doc/goffice-0.6/GogRegCurve.html -share/doc/goffice-0.6/GogSmoothedCurve.html -share/doc/goffice-0.6/GogStyledObject.html -share/doc/goffice-0.6/GogView.html -share/doc/goffice-0.6/ch01.html -share/doc/goffice-0.6/ch02.html -share/doc/goffice-0.6/ch03.html -share/doc/goffice-0.6/ch04.html -share/doc/goffice-0.6/ch05.html -share/doc/goffice-0.6/ch06.html -share/doc/goffice-0.6/ch07.html -share/doc/goffice-0.6/ch08.html -share/doc/goffice-0.6/ch09.html -share/doc/goffice-0.6/ch10.html -share/doc/goffice-0.6/ch11.html -share/doc/goffice-0.6/ch12.html -share/doc/goffice-0.6/ch13.html -share/doc/goffice-0.6/goffice-0.6.devhelp -share/doc/goffice-0.6/goffice-0.6.devhelp2 -share/doc/goffice-0.6/goffice-06-go-cairo.html -share/doc/goffice-0.6/goffice-06-go-charmap-sel.html -share/doc/goffice-0.6/goffice-06-go-cmd-context.html -share/doc/goffice-0.6/goffice-06-go-color.html -share/doc/goffice-0.6/goffice-06-go-combo-color.html -share/doc/goffice-0.6/goffice-06-go-combo-pixmaps.html -share/doc/goffice-0.6/goffice-06-go-combo-text.html -share/doc/goffice-0.6/goffice-06-go-complex.html -share/doc/goffice-0.6/goffice-06-go-component-factory.html -share/doc/goffice-0.6/goffice-06-go-data.html -share/doc/goffice-0.6/goffice-06-go-doc-control.html -share/doc/goffice-0.6/goffice-06-go-doc.html -share/doc/goffice-0.6/goffice-06-go-fft.html -share/doc/goffice-0.6/goffice-06-go-file.html -share/doc/goffice-0.6/goffice-06-go-font-sel.html -share/doc/goffice-0.6/goffice-06-go-font.html -share/doc/goffice-0.6/goffice-06-go-format-sel.html -share/doc/goffice-0.6/goffice-06-go-format.html -share/doc/goffice-0.6/goffice-06-go-geometry.html -share/doc/goffice-0.6/goffice-06-go-glib-extras.html -share/doc/goffice-0.6/goffice-06-go-gradient.html -share/doc/goffice-0.6/goffice-06-go-libxml-extras.html -share/doc/goffice-0.6/goffice-06-go-line.html -share/doc/goffice-0.6/goffice-06-go-locale-sel.html -share/doc/goffice-0.6/goffice-06-go-marker.html -share/doc/goffice-0.6/goffice-06-go-math.html -share/doc/goffice-0.6/goffice-06-go-path.html -share/doc/goffice-0.6/goffice-06-go-pattern.html -share/doc/goffice-0.6/goffice-06-go-plugin-loader-module.html -share/doc/goffice-0.6/goffice-06-go-plugin-service.html -share/doc/goffice-0.6/goffice-06-go-plugin.html -share/doc/goffice-0.6/goffice-06-go-regression.html -share/doc/goffice-0.6/goffice-06-go-rotation-sel.html -share/doc/goffice-0.6/goffice-06-go-units.html -share/doc/goffice-0.6/goffice-06-gog-axis-line.html -share/doc/goffice-0.6/goffice-06-gog-axis.html -share/doc/goffice-0.6/goffice-06-gog-chart-map.html -share/doc/goffice-0.6/goffice-06-gog-chart.html -share/doc/goffice-0.6/goffice-06-gog-control-foocanvas.html -share/doc/goffice-0.6/goffice-06-gog-error-bar.html -share/doc/goffice-0.6/goffice-06-gog-graph.html -share/doc/goffice-0.6/goffice-06-gog-grid-line.html -share/doc/goffice-0.6/goffice-06-gog-grid.html -share/doc/goffice-0.6/goffice-06-gog-guru.html -share/doc/goffice-0.6/goffice-06-gog-label.html -share/doc/goffice-0.6/goffice-06-gog-legend.html -share/doc/goffice-0.6/goffice-06-gog-plot-engine.html -share/doc/goffice-0.6/goffice-06-gog-plot.html -share/doc/goffice-0.6/goffice-06-gog-renderer.html -share/doc/goffice-0.6/goffice-06-gog-series-lines.html -share/doc/goffice-0.6/goffice-06-gog-series.html -share/doc/goffice-0.6/goffice-06-gog-style.html -share/doc/goffice-0.6/goffice-06-gog-theme.html -share/doc/goffice-0.6/goffice-06-gog-trend-line.html -share/doc/goffice-0.6/home.png -share/doc/goffice-0.6/index.html -share/doc/goffice-0.6/index.sgml -share/doc/goffice-0.6/left.png -share/doc/goffice-0.6/pt01.html -share/doc/goffice-0.6/pt02.html -share/doc/goffice-0.6/pt03.html -share/doc/goffice-0.6/right.png -share/doc/goffice-0.6/style.css -share/doc/goffice-0.6/up.png -%%DATADIR%%/%%VERSION%%/glade/go-font-sel.glade -%%DATADIR%%/%%VERSION%%/glade/go-format-sel.glade -%%DATADIR%%/%%VERSION%%/glade/go-image-save-dialog-extra.glade -%%DATADIR%%/%%VERSION%%/glade/go-rotation-sel.glade -%%DATADIR%%/%%VERSION%%/glade/gog-axis-prefs.glade -%%DATADIR%%/%%VERSION%%/glade/gog-error-bar-prefs.glade -%%DATADIR%%/%%VERSION%%/glade/gog-graph-prefs.glade -%%DATADIR%%/%%VERSION%%/glade/gog-guru-type-selector.glade -%%DATADIR%%/%%VERSION%%/glade/gog-guru.glade -%%DATADIR%%/%%VERSION%%/glade/gog-object-prefs.glade -%%DATADIR%%/%%VERSION%%/glade/gog-plot-prefs.glade -%%DATADIR%%/%%VERSION%%/glade/gog-reg-curve-prefs.glade -%%DATADIR%%/%%VERSION%%/glade/gog-reg-eqn-prefs.glade -%%DATADIR%%/%%VERSION%%/glade/gog-series-prefs.glade -%%DATADIR%%/%%VERSION%%/glade/gog-style-prefs.glade -%%DATADIR%%/%%VERSION%%/patterns/svg-patterns.xml -share/locale/am/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/ar/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/az/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/bg/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/ca/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/cs/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/da/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/de/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/el/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/en_CA/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/en_GB/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/es/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/et/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/fi/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/fr/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/ga/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/gl/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/he/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/hr/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/hu/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/it/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/ja/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/ko/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/lt/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/lv/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/ml/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/mr/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/ms/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/nb/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/nl/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/nn/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/oc/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/pl/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/pt/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/pt_BR/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/ro/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/ru/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/sk/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/sr/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/sr@Latn/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/sv/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/tr/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/uk/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/vi/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/zh_CN/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/zh_HK/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/zh_TW/LC_MESSAGES/goffice-%%VERSION%%.mo -share/pixmaps/goffice/%%VERSION%%/area.xpm -share/pixmaps/goffice/%%VERSION%%/bar-hboth.png -share/pixmaps/goffice/%%VERSION%%/bar-hminus.png -share/pixmaps/goffice/%%VERSION%%/bar-hplus.png -share/pixmaps/goffice/%%VERSION%%/bar-none.png -share/pixmaps/goffice/%%VERSION%%/bar-vboth.png -share/pixmaps/goffice/%%VERSION%%/bar-vminus.png -share/pixmaps/goffice/%%VERSION%%/bar-vplus.png -share/pixmaps/goffice/%%VERSION%%/bar.xpm -share/pixmaps/goffice/%%VERSION%%/boxplot.xpm -share/pixmaps/goffice/%%VERSION%%/bubble.xpm -share/pixmaps/goffice/%%VERSION%%/chart_area_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_area_1_2.png -share/pixmaps/goffice/%%VERSION%%/chart_area_1_3.png -share/pixmaps/goffice/%%VERSION%%/chart_bar_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_bar_1_2.png -share/pixmaps/goffice/%%VERSION%%/chart_bar_1_3.png -share/pixmaps/goffice/%%VERSION%%/chart_bar_2_1.png -share/pixmaps/goffice/%%VERSION%%/chart_bar_2_2.png -share/pixmaps/goffice/%%VERSION%%/chart_bar_2_3.png -share/pixmaps/goffice/%%VERSION%%/chart_boxplot_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_boxplot_1_2.png -share/pixmaps/goffice/%%VERSION%%/chart_boxplot_2_1.png -share/pixmaps/goffice/%%VERSION%%/chart_boxplot_2_2.png -share/pixmaps/goffice/%%VERSION%%/chart_bubble_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_colored_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_column_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_column_1_2.png -share/pixmaps/goffice/%%VERSION%%/chart_column_1_3.png -share/pixmaps/goffice/%%VERSION%%/chart_column_2_1.png -share/pixmaps/goffice/%%VERSION%%/chart_column_2_2.png -share/pixmaps/goffice/%%VERSION%%/chart_column_2_3.png -share/pixmaps/goffice/%%VERSION%%/chart_column_3_1.png -share/pixmaps/goffice/%%VERSION%%/chart_cone_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_cone_1_2.png -share/pixmaps/goffice/%%VERSION%%/chart_cone_1_3.png -share/pixmaps/goffice/%%VERSION%%/chart_cone_2_1.png -share/pixmaps/goffice/%%VERSION%%/chart_cone_2_2.png -share/pixmaps/goffice/%%VERSION%%/chart_cone_2_3.png -share/pixmaps/goffice/%%VERSION%%/chart_cone_3_1.png -share/pixmaps/goffice/%%VERSION%%/chart_contour_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_cylinder_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_cylinder_1_2.png -share/pixmaps/goffice/%%VERSION%%/chart_cylinder_1_3.png -share/pixmaps/goffice/%%VERSION%%/chart_cylinder_2_1.png -share/pixmaps/goffice/%%VERSION%%/chart_cylinder_2_2.png -share/pixmaps/goffice/%%VERSION%%/chart_cylinder_2_3.png -share/pixmaps/goffice/%%VERSION%%/chart_cylinder_3_1.png -share/pixmaps/goffice/%%VERSION%%/chart_dropbar_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_dropbar_1_2.png -share/pixmaps/goffice/%%VERSION%%/chart_histogram_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_line_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_line_1_2.png -share/pixmaps/goffice/%%VERSION%%/chart_line_1_3.png -share/pixmaps/goffice/%%VERSION%%/chart_line_2_1.png -share/pixmaps/goffice/%%VERSION%%/chart_line_2_2.png -share/pixmaps/goffice/%%VERSION%%/chart_line_2_3.png -share/pixmaps/goffice/%%VERSION%%/chart_line_3_1.png -share/pixmaps/goffice/%%VERSION%%/chart_minmax_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_minmax_1_2.png -share/pixmaps/goffice/%%VERSION%%/chart_minmax_2_1.png -share/pixmaps/goffice/%%VERSION%%/chart_minmax_2_2.png -share/pixmaps/goffice/%%VERSION%%/chart_pie_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_pie_1_2.png -share/pixmaps/goffice/%%VERSION%%/chart_pie_1_3.png -share/pixmaps/goffice/%%VERSION%%/chart_pie_2_1.png -share/pixmaps/goffice/%%VERSION%%/chart_pie_2_2.png -share/pixmaps/goffice/%%VERSION%%/chart_pie_2_3.png -share/pixmaps/goffice/%%VERSION%%/chart_pie_3_1.png -share/pixmaps/goffice/%%VERSION%%/chart_pie_3_2.png -share/pixmaps/goffice/%%VERSION%%/chart_polar_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_pyramid_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_pyramid_1_2.png -share/pixmaps/goffice/%%VERSION%%/chart_pyramid_1_3.png -share/pixmaps/goffice/%%VERSION%%/chart_pyramid_2_1.png -share/pixmaps/goffice/%%VERSION%%/chart_pyramid_2_2.png -share/pixmaps/goffice/%%VERSION%%/chart_pyramid_2_3.png -share/pixmaps/goffice/%%VERSION%%/chart_pyramid_3_1.png -share/pixmaps/goffice/%%VERSION%%/chart_radar_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_radar_1_2.png -share/pixmaps/goffice/%%VERSION%%/chart_radar_1_3.png -share/pixmaps/goffice/%%VERSION%%/chart_ring_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_ring_1_2.png -share/pixmaps/goffice/%%VERSION%%/chart_scatter_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_scatter_2_1.png -share/pixmaps/goffice/%%VERSION%%/chart_scatter_2_2.png -share/pixmaps/goffice/%%VERSION%%/chart_scatter_3_1.png -share/pixmaps/goffice/%%VERSION%%/chart_scatter_3_2.png -share/pixmaps/goffice/%%VERSION%%/chart_scatter_3_3.png -share/pixmaps/goffice/%%VERSION%%/chart_scatter_4_1.png -share/pixmaps/goffice/%%VERSION%%/chart_scatter_4_2.png -share/pixmaps/goffice/%%VERSION%%/chart_scatter_4_3.png -share/pixmaps/goffice/%%VERSION%%/chart_scatter_4_4.png -share/pixmaps/goffice/%%VERSION%%/chart_stock_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_stock_1_2.png -share/pixmaps/goffice/%%VERSION%%/chart_stock_2_1.png -share/pixmaps/goffice/%%VERSION%%/chart_stock_2_2.png -share/pixmaps/goffice/%%VERSION%%/chart_surface_2_1.png -share/pixmaps/goffice/%%VERSION%%/color.xpm -share/pixmaps/goffice/%%VERSION%%/column.xpm -share/pixmaps/goffice/%%VERSION%%/doughnut.xpm -share/pixmaps/goffice/%%VERSION%%/dropbar.xpm -share/pixmaps/goffice/%%VERSION%%/hist.xpm -share/pixmaps/goffice/%%VERSION%%/linegraph.xpm -share/pixmaps/goffice/%%VERSION%%/minmax.xpm -share/pixmaps/goffice/%%VERSION%%/pie.xpm -share/pixmaps/goffice/%%VERSION%%/polar.png -share/pixmaps/goffice/%%VERSION%%/radar.xpm -share/pixmaps/goffice/%%VERSION%%/scatter.xpm -share/pixmaps/goffice/%%VERSION%%/stock.xpm -share/pixmaps/goffice/%%VERSION%%/surface.xpm -@dirrm share/pixmaps/goffice/%%VERSION%% -@dirrm share/pixmaps/goffice -@dirrm %%DATADIR%%/%%VERSION%%/patterns -@dirrm %%DATADIR%%/%%VERSION%%/glade -@dirrm %%DATADIR%%/%%VERSION%% -@dirrm %%DATADIR%% -@dirrm share/doc/goffice-0.6 -@dirrm lib/goffice/%%VERSION%%/plugins/smoothing -@dirrm lib/goffice/%%VERSION%%/plugins/reg_logfit -@dirrm lib/goffice/%%VERSION%%/plugins/reg_linear -@dirrm lib/goffice/%%VERSION%%/plugins/plot_xy -@dirrm lib/goffice/%%VERSION%%/plugins/plot_surface -@dirrm lib/goffice/%%VERSION%%/plugins/plot_radar -@dirrm lib/goffice/%%VERSION%%/plugins/plot_pie -@dirrm lib/goffice/%%VERSION%%/plugins/plot_boxes -@dirrm lib/goffice/%%VERSION%%/plugins/plot_barcol -@dirrm lib/goffice/%%VERSION%%/plugins -@dirrm lib/goffice/%%VERSION%% -@dirrmtry lib/goffice -@dirrm include/libgoffice-0.6/goffice/utils -@dirrm include/libgoffice-0.6/goffice/ms-compat -@dirrm include/libgoffice-0.6/goffice/math -@dirrm include/libgoffice-0.6/goffice/gtk -@dirrm include/libgoffice-0.6/goffice/graph -@dirrm include/libgoffice-0.6/goffice/drawing -@dirrm include/libgoffice-0.6/goffice/data -@dirrm include/libgoffice-0.6/goffice/cut-n-paste/foocanvas -@dirrm include/libgoffice-0.6/goffice/cut-n-paste -@dirrm include/libgoffice-0.6/goffice/component -@dirrm include/libgoffice-0.6/goffice/app -@dirrm include/libgoffice-0.6/goffice -@dirrm include/libgoffice-0.6 -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr diff --git a/devel/goffice1/Makefile b/devel/goffice1/Makefile deleted file mode 100644 index 27f84e2c3b10..000000000000 --- a/devel/goffice1/Makefile +++ /dev/null @@ -1,42 +0,0 @@ -# Created by: Joe Marcus Clarke -# $FreeBSD$ -# $MCom: ports/devel/goffice1/Makefile,v 1.1 2007/07/23 21:36:19 mezz Exp $ - -PORTNAME= goffice -PORTVERSION= 0.2.2 -PORTREVISION= 10 -CATEGORIES= devel gnome -MASTER_SITES= GNOME - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GLib/GTK+ set of document centric objects and utilities - -NO_LATEST_LINK= yes - -DEPRECATED= depends on libgsf_gnome which going away -EXPIRATION_DATE=2013-04-12 - -USE_BZIP2= yes -USE_GMAKE= yes -USES= pathfix -USE_GNOME= gnomeprefix intlhack libgnomeprint libglade2 \ - libgsf_gnome ltverhack -USE_GETTEXT= yes -USE_AUTOTOOLS= libtool -USE_LDCONFIG= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - -PLIST_SUB= VERSION=${PORTVERSION} - -post-patch: - @${REINPLACE_CMD} -e 's|glib/.*\.h>|glib.h>|g' \ - ${WRKSRC}/goffice/utils/go-math.h \ - ${WRKSRC}/goffice/utils/go-regression.h \ - ${WRKSRC}/goffice/utils/go-regression.c \ - ${WRKSRC}/goffice/utils/go-regression.c \ - ${WRKSRC}/goffice/app/goffice-app.h \ - ${WRKSRC}/goffice/ms-compat/god-drawing-ms.c \ - ${WRKSRC}/goffice/ms-compat/go-ms-parser.c - -.include diff --git a/devel/goffice1/distinfo b/devel/goffice1/distinfo deleted file mode 100644 index 6155ada3a2ed..000000000000 --- a/devel/goffice1/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (goffice-0.2.2.tar.bz2) = a0bf823ef0ec03fee2e6ae74592b53dc7eadacfc9bfbf6e89db89b3e3ee8fc7d -SIZE (goffice-0.2.2.tar.bz2) = 1422593 diff --git a/devel/goffice1/files/patch-goffice_utils_go-regression.c b/devel/goffice1/files/patch-goffice_utils_go-regression.c deleted file mode 100644 index 649c2c568a0f..000000000000 --- a/devel/goffice1/files/patch-goffice_utils_go-regression.c +++ /dev/null @@ -1,10 +0,0 @@ ---- goffice/utils/go-regression.c.orig 2008-03-28 18:30:40.000000000 -0400 -+++ goffice/utils/go-regression.c 2008-03-28 18:30:52.000000000 -0400 -@@ -14,6 +14,7 @@ - - #include - #include -+#include - - #include - #include diff --git a/devel/goffice1/files/patch-plugins_plot_radar_gog-radar.c b/devel/goffice1/files/patch-plugins_plot_radar_gog-radar.c deleted file mode 100644 index 78df54ba0035..000000000000 --- a/devel/goffice1/files/patch-plugins_plot_radar_gog-radar.c +++ /dev/null @@ -1,15 +0,0 @@ ---- plugins/plot_radar/gog-radar.c.orig Sat Dec 16 23:54:55 2006 -+++ plugins/plot_radar/gog-radar.c Sun Dec 17 00:05:35 2006 -@@ -386,12 +386,6 @@ GSF_DYNAMIC_CLASS (GogPolarPlot, gog_pol - typedef GogPlotView GogRTView; - typedef GogPlotViewClass GogRTViewClass; - --static double --fmin (double a, double b) --{ -- return (a < b) ? a : b; --} -- - static void - gog_rt_view_render (GogView *view, GogViewAllocation const *bbox) - { diff --git a/devel/goffice1/pkg-descr b/devel/goffice1/pkg-descr deleted file mode 100644 index 0d48f505271e..000000000000 --- a/devel/goffice1/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -Goffice is a set of document centric components for GLib and GTK+. - -There are common operations for document centric applications that are -conceptually simple, but complex to implement fully. - - plugins - - load/save documents - - undo/redo - -Goffice provides a single library for performing such operations. - -WWW: http://live.gnome.org/libgoffice diff --git a/devel/goffice1/pkg-plist b/devel/goffice1/pkg-plist deleted file mode 100644 index 313ef9597c8b..000000000000 --- a/devel/goffice1/pkg-plist +++ /dev/null @@ -1,360 +0,0 @@ -include/libgoffice-1/goffice/app/error-info.h -include/libgoffice-1/goffice/app/file.h -include/libgoffice-1/goffice/app/go-cmd-context-impl.h -include/libgoffice-1/goffice/app/go-cmd-context.h -include/libgoffice-1/goffice/app/go-doc-control-impl.h -include/libgoffice-1/goffice/app/go-doc-control.h -include/libgoffice-1/goffice/app/go-doc-impl.h -include/libgoffice-1/goffice/app/go-doc.h -include/libgoffice-1/goffice/app/go-plugin-loader-module.h -include/libgoffice-1/goffice/app/go-plugin-loader.h -include/libgoffice-1/goffice/app/go-plugin-service-impl.h -include/libgoffice-1/goffice/app/go-plugin-service.h -include/libgoffice-1/goffice/app/go-plugin.h -include/libgoffice-1/goffice/app/goffice-app.h -include/libgoffice-1/goffice/app/io-context-priv.h -include/libgoffice-1/goffice/app/io-context.h -include/libgoffice-1/goffice/app/module-plugin-defs.h -include/libgoffice-1/goffice/cut-n-paste/foocanvas/foo-canvas-line.h -include/libgoffice-1/goffice/cut-n-paste/foocanvas/foo-canvas-pixbuf.h -include/libgoffice-1/goffice/cut-n-paste/foocanvas/foo-canvas-polygon.h -include/libgoffice-1/goffice/cut-n-paste/foocanvas/foo-canvas-rect-ellipse.h -include/libgoffice-1/goffice/cut-n-paste/foocanvas/foo-canvas-text.h -include/libgoffice-1/goffice/cut-n-paste/foocanvas/foo-canvas-util.h -include/libgoffice-1/goffice/cut-n-paste/foocanvas/foo-canvas-widget.h -include/libgoffice-1/goffice/cut-n-paste/foocanvas/foo-canvas.h -include/libgoffice-1/goffice/cut-n-paste/foocanvas/libfoocanvas.h -include/libgoffice-1/goffice/cut-n-paste/pcre/pcre.h -include/libgoffice-1/goffice/data/go-data-impl.h -include/libgoffice-1/goffice/data/go-data-simple.h -include/libgoffice-1/goffice/data/go-data.h -include/libgoffice-1/goffice/data/goffice-data.h -include/libgoffice-1/goffice/drawing/god-anchor.h -include/libgoffice-1/goffice/drawing/god-default-attributes.h -include/libgoffice-1/goffice/drawing/god-drawing-group.h -include/libgoffice-1/goffice/drawing/god-drawing-renderer-gdk.h -include/libgoffice-1/goffice/drawing/god-drawing-view.h -include/libgoffice-1/goffice/drawing/god-drawing.h -include/libgoffice-1/goffice/drawing/god-image-store.h -include/libgoffice-1/goffice/drawing/god-image.h -include/libgoffice-1/goffice/drawing/god-paragraph-attributes.h -include/libgoffice-1/goffice/drawing/god-property-table.h -include/libgoffice-1/goffice/drawing/god-shape.h -include/libgoffice-1/goffice/drawing/god-text-model.h -include/libgoffice-1/goffice/goffice-features.h -include/libgoffice-1/goffice/goffice.h -include/libgoffice-1/goffice/graph/goffice-graph.h -include/libgoffice-1/goffice/graph/gog-axis-line-impl.h -include/libgoffice-1/goffice/graph/gog-axis-line.h -include/libgoffice-1/goffice/graph/gog-axis.h -include/libgoffice-1/goffice/graph/gog-chart-impl.h -include/libgoffice-1/goffice/graph/gog-chart.h -include/libgoffice-1/goffice/graph/gog-control-foocanvas.h -include/libgoffice-1/goffice/graph/gog-data-allocator.h -include/libgoffice-1/goffice/graph/gog-data-set.h -include/libgoffice-1/goffice/graph/gog-error-bar.h -include/libgoffice-1/goffice/graph/gog-graph-impl.h -include/libgoffice-1/goffice/graph/gog-graph.h -include/libgoffice-1/goffice/graph/gog-grid-line.h -include/libgoffice-1/goffice/graph/gog-grid.h -include/libgoffice-1/goffice/graph/gog-guru.h -include/libgoffice-1/goffice/graph/gog-label.h -include/libgoffice-1/goffice/graph/gog-legend.h -include/libgoffice-1/goffice/graph/gog-object-xml.h -include/libgoffice-1/goffice/graph/gog-object.h -include/libgoffice-1/goffice/graph/gog-outlined-object.h -include/libgoffice-1/goffice/graph/gog-plot-engine.h -include/libgoffice-1/goffice/graph/gog-plot-impl.h -include/libgoffice-1/goffice/graph/gog-plot.h -include/libgoffice-1/goffice/graph/gog-reg-curve.h -include/libgoffice-1/goffice/graph/gog-renderer-gnome-print.h -include/libgoffice-1/goffice/graph/gog-renderer-impl.h -include/libgoffice-1/goffice/graph/gog-renderer-pixbuf.h -include/libgoffice-1/goffice/graph/gog-renderer-svg.h -include/libgoffice-1/goffice/graph/gog-renderer.h -include/libgoffice-1/goffice/graph/gog-series-impl.h -include/libgoffice-1/goffice/graph/gog-series-lines.h -include/libgoffice-1/goffice/graph/gog-series.h -include/libgoffice-1/goffice/graph/gog-style.h -include/libgoffice-1/goffice/graph/gog-styled-object.h -include/libgoffice-1/goffice/graph/gog-theme.h -include/libgoffice-1/goffice/graph/gog-view.h -include/libgoffice-1/goffice/gtk/go-action-combo-color.h -include/libgoffice-1/goffice/gtk/go-action-combo-pixmaps.h -include/libgoffice-1/goffice/gtk/go-action-combo-stack.h -include/libgoffice-1/goffice/gtk/go-action-combo-text.h -include/libgoffice-1/goffice/gtk/go-charmap-sel.h -include/libgoffice-1/goffice/gtk/go-color-group.h -include/libgoffice-1/goffice/gtk/go-color-palette.h -include/libgoffice-1/goffice/gtk/go-combo-box.h -include/libgoffice-1/goffice/gtk/go-combo-color.h -include/libgoffice-1/goffice/gtk/go-combo-pixmaps.h -include/libgoffice-1/goffice/gtk/go-combo-text.h -include/libgoffice-1/goffice/gtk/go-font-sel.h -include/libgoffice-1/goffice/gtk/go-format-sel.h -include/libgoffice-1/goffice/gtk/go-graph-widget.h -include/libgoffice-1/goffice/gtk/go-locale-sel.h -include/libgoffice-1/goffice/gtk/go-optionmenu.h -include/libgoffice-1/goffice/gtk/go-rotation-sel.h -include/libgoffice-1/goffice/gtk/goffice-gtk.h -include/libgoffice-1/goffice/ms-compat/go-ms-parser.h -include/libgoffice-1/goffice/ms-compat/god-drawing-ms-client-handler.h -include/libgoffice-1/goffice/ms-compat/god-drawing-ms.h -include/libgoffice-1/goffice/ms-compat/god-image-ms.h -include/libgoffice-1/goffice/utils/datetime.h -include/libgoffice-1/goffice/utils/format-impl.h -include/libgoffice-1/goffice/utils/go-color.h -include/libgoffice-1/goffice/utils/go-file.h -include/libgoffice-1/goffice/utils/go-font.h -include/libgoffice-1/goffice/utils/go-format-match.h -include/libgoffice-1/goffice/utils/go-format.h -include/libgoffice-1/goffice/utils/go-geometry.h -include/libgoffice-1/goffice/utils/go-glib-extras.h -include/libgoffice-1/goffice/utils/go-gradient.h -include/libgoffice-1/goffice/utils/go-libxml-extras.h -include/libgoffice-1/goffice/utils/go-line.h -include/libgoffice-1/goffice/utils/go-marker.h -include/libgoffice-1/goffice/utils/go-math.h -include/libgoffice-1/goffice/utils/go-pattern.h -include/libgoffice-1/goffice/utils/go-rangefunc.h -include/libgoffice-1/goffice/utils/go-regression.h -include/libgoffice-1/goffice/utils/go-units.h -include/libgoffice-1/goffice/utils/goffice-utils.h -include/libgoffice-1/goffice/utils/regutf8.h -lib/goffice/%%VERSION%%/plugins/plot_barcol/barcol.a -lib/goffice/%%VERSION%%/plugins/plot_barcol/barcol.la -lib/goffice/%%VERSION%%/plugins/plot_barcol/barcol.so -lib/goffice/%%VERSION%%/plugins/plot_barcol/gog-barcol-prefs.glade -lib/goffice/%%VERSION%%/plugins/plot_barcol/gog-minmax-prefs.glade -lib/goffice/%%VERSION%%/plugins/plot_barcol/plot-types.xml -lib/goffice/%%VERSION%%/plugins/plot_barcol/plugin.xml -lib/goffice/%%VERSION%%/plugins/plot_boxes/boxplot.a -lib/goffice/%%VERSION%%/plugins/plot_boxes/boxplot.la -lib/goffice/%%VERSION%%/plugins/plot_boxes/boxplot.so -lib/goffice/%%VERSION%%/plugins/plot_boxes/gog-boxplot-prefs.glade -lib/goffice/%%VERSION%%/plugins/plot_boxes/plot-types.xml -lib/goffice/%%VERSION%%/plugins/plot_boxes/plugin.xml -lib/goffice/%%VERSION%%/plugins/plot_pie/gog-pie-prefs.glade -lib/goffice/%%VERSION%%/plugins/plot_pie/gog-pie-series.glade -lib/goffice/%%VERSION%%/plugins/plot_pie/gog-ring-prefs.glade -lib/goffice/%%VERSION%%/plugins/plot_pie/pie.a -lib/goffice/%%VERSION%%/plugins/plot_pie/pie.la -lib/goffice/%%VERSION%%/plugins/plot_pie/pie.so -lib/goffice/%%VERSION%%/plugins/plot_pie/plot-types.xml -lib/goffice/%%VERSION%%/plugins/plot_pie/plugin.xml -lib/goffice/%%VERSION%%/plugins/plot_radar/plot-types.xml -lib/goffice/%%VERSION%%/plugins/plot_radar/plugin.xml -lib/goffice/%%VERSION%%/plugins/plot_radar/radar.a -lib/goffice/%%VERSION%%/plugins/plot_radar/radar.la -lib/goffice/%%VERSION%%/plugins/plot_radar/radar.so -lib/goffice/%%VERSION%%/plugins/plot_surface/gog-contour-prefs.glade -lib/goffice/%%VERSION%%/plugins/plot_surface/plot-types.xml -lib/goffice/%%VERSION%%/plugins/plot_surface/plugin.xml -lib/goffice/%%VERSION%%/plugins/plot_surface/surface.a -lib/goffice/%%VERSION%%/plugins/plot_surface/surface.la -lib/goffice/%%VERSION%%/plugins/plot_surface/surface.so -lib/goffice/%%VERSION%%/plugins/plot_xy/gog-bubble-prefs.glade -lib/goffice/%%VERSION%%/plugins/plot_xy/plot-types.xml -lib/goffice/%%VERSION%%/plugins/plot_xy/plugin.xml -lib/goffice/%%VERSION%%/plugins/plot_xy/xy.a -lib/goffice/%%VERSION%%/plugins/plot_xy/xy.la -lib/goffice/%%VERSION%%/plugins/plot_xy/xy.so -lib/goffice/%%VERSION%%/plugins/reg_linear/linreg.a -lib/goffice/%%VERSION%%/plugins/reg_linear/linreg.la -lib/goffice/%%VERSION%%/plugins/reg_linear/linreg.so -lib/goffice/%%VERSION%%/plugins/reg_linear/plugin.xml -lib/goffice/%%VERSION%%/plugins/reg_linear/reg-types.xml -lib/goffice/%%VERSION%%/plugins/reg_logfit/logfit.a -lib/goffice/%%VERSION%%/plugins/reg_logfit/logfit.la -lib/goffice/%%VERSION%%/plugins/reg_logfit/logfit.so -lib/goffice/%%VERSION%%/plugins/reg_logfit/plugin.xml -lib/goffice/%%VERSION%%/plugins/reg_logfit/reg-types.xml -lib/libgoffice-1.a -lib/libgoffice-1.la -lib/libgoffice-1.so -lib/libgoffice-1.so.2 -libdata/pkgconfig/libgoffice-1.pc -share/goffice/%%VERSION%%/glade/go-font-sel.glade -share/goffice/%%VERSION%%/glade/go-format-sel.glade -share/goffice/%%VERSION%%/glade/go-rotation-sel.glade -share/goffice/%%VERSION%%/glade/gog-axis-prefs.glade -share/goffice/%%VERSION%%/glade/gog-chart-prefs.glade -share/goffice/%%VERSION%%/glade/gog-error-bar-prefs.glade -share/goffice/%%VERSION%%/glade/gog-guru-type-selector.glade -share/goffice/%%VERSION%%/glade/gog-guru.glade -share/goffice/%%VERSION%%/glade/gog-object-prefs.glade -share/goffice/%%VERSION%%/glade/gog-reg-curve-prefs.glade -share/goffice/%%VERSION%%/glade/gog-reg-eqn-prefs.glade -share/goffice/%%VERSION%%/glade/gog-style-prefs.glade -share/goffice/%%VERSION%%/patterns/svg-patterns.xml -share/pixmaps/goffice/area.xpm -share/pixmaps/goffice/bar-hboth.png -share/pixmaps/goffice/bar-hminus.png -share/pixmaps/goffice/bar-hplus.png -share/pixmaps/goffice/bar-none.png -share/pixmaps/goffice/bar-vboth.png -share/pixmaps/goffice/bar-vminus.png -share/pixmaps/goffice/bar-vplus.png -share/pixmaps/goffice/bar.xpm -share/pixmaps/goffice/boxplot.xpm -share/pixmaps/goffice/bubble.xpm -share/pixmaps/goffice/chart_area_1_1.png -share/pixmaps/goffice/chart_area_1_2.png -share/pixmaps/goffice/chart_area_1_3.png -share/pixmaps/goffice/chart_bar_1_1.png -share/pixmaps/goffice/chart_bar_1_2.png -share/pixmaps/goffice/chart_bar_1_3.png -share/pixmaps/goffice/chart_bar_2_1.png -share/pixmaps/goffice/chart_bar_2_2.png -share/pixmaps/goffice/chart_bar_2_3.png -share/pixmaps/goffice/chart_boxplot_1_1.png -share/pixmaps/goffice/chart_bubble_1_1.png -share/pixmaps/goffice/chart_column_1_1.png -share/pixmaps/goffice/chart_column_1_2.png -share/pixmaps/goffice/chart_column_1_3.png -share/pixmaps/goffice/chart_column_2_1.png -share/pixmaps/goffice/chart_column_2_2.png -share/pixmaps/goffice/chart_column_2_3.png -share/pixmaps/goffice/chart_column_3_1.png -share/pixmaps/goffice/chart_cone_1_1.png -share/pixmaps/goffice/chart_cone_1_2.png -share/pixmaps/goffice/chart_cone_1_3.png -share/pixmaps/goffice/chart_cone_2_1.png -share/pixmaps/goffice/chart_cone_2_2.png -share/pixmaps/goffice/chart_cone_2_3.png -share/pixmaps/goffice/chart_cone_3_1.png -share/pixmaps/goffice/chart_contour_1_1.png -share/pixmaps/goffice/chart_cylinder_1_1.png -share/pixmaps/goffice/chart_cylinder_1_2.png -share/pixmaps/goffice/chart_cylinder_1_3.png -share/pixmaps/goffice/chart_cylinder_2_1.png -share/pixmaps/goffice/chart_cylinder_2_2.png -share/pixmaps/goffice/chart_cylinder_2_3.png -share/pixmaps/goffice/chart_cylinder_3_1.png -share/pixmaps/goffice/chart_dropbar_1_1.png -share/pixmaps/goffice/chart_dropbar_1_2.png -share/pixmaps/goffice/chart_line_1_1.png -share/pixmaps/goffice/chart_line_1_2.png -share/pixmaps/goffice/chart_line_1_3.png -share/pixmaps/goffice/chart_line_2_1.png -share/pixmaps/goffice/chart_line_2_2.png -share/pixmaps/goffice/chart_line_2_3.png -share/pixmaps/goffice/chart_line_3_1.png -share/pixmaps/goffice/chart_minmax_1_1.png -share/pixmaps/goffice/chart_minmax_1_2.png -share/pixmaps/goffice/chart_minmax_2_1.png -share/pixmaps/goffice/chart_minmax_2_2.png -share/pixmaps/goffice/chart_pie_1_1.png -share/pixmaps/goffice/chart_pie_1_2.png -share/pixmaps/goffice/chart_pie_1_3.png -share/pixmaps/goffice/chart_pie_2_1.png -share/pixmaps/goffice/chart_pie_2_2.png -share/pixmaps/goffice/chart_pie_2_3.png -share/pixmaps/goffice/chart_polar_1_1.png -share/pixmaps/goffice/chart_pyramid_1_1.png -share/pixmaps/goffice/chart_pyramid_1_2.png -share/pixmaps/goffice/chart_pyramid_1_3.png -share/pixmaps/goffice/chart_pyramid_2_1.png -share/pixmaps/goffice/chart_pyramid_2_2.png -share/pixmaps/goffice/chart_pyramid_2_3.png -share/pixmaps/goffice/chart_pyramid_3_1.png -share/pixmaps/goffice/chart_radar_1_1.png -share/pixmaps/goffice/chart_radar_1_2.png -share/pixmaps/goffice/chart_radar_1_3.png -share/pixmaps/goffice/chart_ring_1_1.png -share/pixmaps/goffice/chart_ring_1_2.png -share/pixmaps/goffice/chart_scatter_1_1.png -share/pixmaps/goffice/chart_scatter_2_1.png -share/pixmaps/goffice/chart_scatter_2_2.png -share/pixmaps/goffice/chart_scatter_3_1.png -share/pixmaps/goffice/chart_scatter_3_2.png -share/pixmaps/goffice/chart_scatter_3_3.png -share/pixmaps/goffice/chart_stock_1_1.png -share/pixmaps/goffice/chart_stock_1_2.png -share/pixmaps/goffice/chart_stock_2_1.png -share/pixmaps/goffice/chart_stock_2_2.png -share/pixmaps/goffice/column.xpm -share/pixmaps/goffice/doughnut.xpm -share/pixmaps/goffice/dropbar.xpm -share/pixmaps/goffice/linegraph.xpm -share/pixmaps/goffice/minmax.xpm -share/pixmaps/goffice/pie.xpm -share/pixmaps/goffice/polar.png -share/pixmaps/goffice/radar.xpm -share/pixmaps/goffice/scatter.xpm -share/pixmaps/goffice/stock.xpm -share/pixmaps/goffice/surface.xpm -share/locale/am/LC_MESSAGES/goffice.mo -share/locale/az/LC_MESSAGES/goffice.mo -share/locale/bg/LC_MESSAGES/goffice.mo -share/locale/ca/LC_MESSAGES/goffice.mo -share/locale/cs/LC_MESSAGES/goffice.mo -share/locale/da/LC_MESSAGES/goffice.mo -share/locale/de/LC_MESSAGES/goffice.mo -share/locale/el/LC_MESSAGES/goffice.mo -share/locale/en_CA/LC_MESSAGES/goffice.mo -share/locale/en_GB/LC_MESSAGES/goffice.mo -share/locale/es/LC_MESSAGES/goffice.mo -share/locale/et/LC_MESSAGES/goffice.mo -share/locale/fi/LC_MESSAGES/goffice.mo -share/locale/fr/LC_MESSAGES/goffice.mo -share/locale/ga/LC_MESSAGES/goffice.mo -share/locale/gl/LC_MESSAGES/goffice.mo -share/locale/he/LC_MESSAGES/goffice.mo -share/locale/hr/LC_MESSAGES/goffice.mo -share/locale/hu/LC_MESSAGES/goffice.mo -share/locale/it/LC_MESSAGES/goffice.mo -share/locale/ja/LC_MESSAGES/goffice.mo -share/locale/ko/LC_MESSAGES/goffice.mo -share/locale/lv/LC_MESSAGES/goffice.mo -share/locale/ml/LC_MESSAGES/goffice.mo -share/locale/mr/LC_MESSAGES/goffice.mo -share/locale/ms/LC_MESSAGES/goffice.mo -share/locale/nb/LC_MESSAGES/goffice.mo -share/locale/nl/LC_MESSAGES/goffice.mo -share/locale/nn/LC_MESSAGES/goffice.mo -share/locale/no/LC_MESSAGES/goffice.mo -share/locale/pl/LC_MESSAGES/goffice.mo -share/locale/pt/LC_MESSAGES/goffice.mo -share/locale/pt_BR/LC_MESSAGES/goffice.mo -share/locale/ro/LC_MESSAGES/goffice.mo -share/locale/ru/LC_MESSAGES/goffice.mo -share/locale/sk/LC_MESSAGES/goffice.mo -share/locale/sr/LC_MESSAGES/goffice.mo -share/locale/sr@Latn/LC_MESSAGES/goffice.mo -share/locale/sv/LC_MESSAGES/goffice.mo -share/locale/tr/LC_MESSAGES/goffice.mo -share/locale/uk/LC_MESSAGES/goffice.mo -share/locale/vi/LC_MESSAGES/goffice.mo -share/locale/zh_CN/LC_MESSAGES/goffice.mo -share/locale/zh_TW/LC_MESSAGES/goffice.mo -@dirrm share/pixmaps/goffice -@dirrm share/goffice/%%VERSION%%/patterns -@dirrm share/goffice/%%VERSION%%/glade -@dirrm share/goffice/%%VERSION%% -@dirrm share/goffice -@dirrm lib/goffice/%%VERSION%%/plugins/reg_logfit -@dirrm lib/goffice/%%VERSION%%/plugins/reg_linear -@dirrm lib/goffice/%%VERSION%%/plugins/plot_xy -@dirrm lib/goffice/%%VERSION%%/plugins/plot_surface -@dirrm lib/goffice/%%VERSION%%/plugins/plot_radar -@dirrm lib/goffice/%%VERSION%%/plugins/plot_pie -@dirrm lib/goffice/%%VERSION%%/plugins/plot_boxes -@dirrm lib/goffice/%%VERSION%%/plugins/plot_barcol -@dirrm lib/goffice/%%VERSION%%/plugins -@dirrm lib/goffice/%%VERSION%% -@dirrmtry lib/goffice -@dirrm include/libgoffice-1/goffice/utils -@dirrm include/libgoffice-1/goffice/ms-compat -@dirrm include/libgoffice-1/goffice/gtk -@dirrm include/libgoffice-1/goffice/graph -@dirrm include/libgoffice-1/goffice/drawing -@dirrm include/libgoffice-1/goffice/data -@dirrm include/libgoffice-1/goffice/cut-n-paste/pcre -@dirrm include/libgoffice-1/goffice/cut-n-paste/foocanvas -@dirrm include/libgoffice-1/goffice/cut-n-paste -@dirrm include/libgoffice-1/goffice/app -@dirrm include/libgoffice-1/goffice -@dirrm include/libgoffice-1 -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr diff --git a/devel/present/Makefile b/devel/present/Makefile deleted file mode 100644 index a561ad53cc6d..000000000000 --- a/devel/present/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# New ports collection makefile for: present -# Date created: 2005-06-13 -# Whom: Michael Johnson -# -# $FreeBSD$ -# $MCom: ports/devel/present/Makefile,v 1.8 2006/01/31 22:17:59 ahze Exp $ -# - -PORTNAME= present -PORTVERSION= 0.0.3 -PORTREVISION= 10 -CATEGORIES= devel -MASTER_SITES= GNOME - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A library for reading Microsoft PowerPoint(tm) documents - -LIB_DEPENDS= goffice-1.2:${PORTSDIR}/devel/goffice1 - -DEPRECATED= depends on libgsf_gnome (via goffice1) which going away. -EXPIRATION_DATE=2013-04-12 - -USE_BZIP2= yes -USE_AUTOTOOLS= libtool -USE_LDCONFIG= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -USE_GNOME= gnomehack intlhack ltverhack - -.include diff --git a/devel/present/distinfo b/devel/present/distinfo deleted file mode 100644 index 901f840c1e76..000000000000 --- a/devel/present/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (present-0.0.3.tar.bz2) = cf898a52a47b628e1cc4dd2ad51f5af8119375713bdd08788970aea4b563a2b2 -SIZE (present-0.0.3.tar.bz2) = 270239 diff --git a/devel/present/pkg-descr b/devel/present/pkg-descr deleted file mode 100644 index 2ae3dba42ed1..000000000000 --- a/devel/present/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -A library for reading Microsoft PowerPoint(tm) documents - -WWW: http://live.gnome.org/libpresent diff --git a/devel/present/pkg-plist b/devel/present/pkg-plist deleted file mode 100644 index 7d182564f602..000000000000 --- a/devel/present/pkg-plist +++ /dev/null @@ -1,12 +0,0 @@ -bin/gnome-presentation-viewer -include/libpresent-1/libpresent/load-ppt.h -include/libpresent-1/libpresent/present-presentation.h -include/libpresent-1/libpresent/present-slide.h -include/libpresent-1/libpresent/present-text.h -lib/libpresent.a -lib/libpresent.la -lib/libpresent.so -lib/libpresent.so.0 -libdata/pkgconfig/libpresent-1.pc -@dirrm include/libpresent-1/libpresent -@dirrm include/libpresent-1