Index: head/math/gnumeric/Makefile =================================================================== --- head/math/gnumeric/Makefile (revision 148295) +++ head/math/gnumeric/Makefile (revision 148296) @@ -1,64 +1,64 @@ # New ports collection makefile for: gnumeric # Date created: 08 October 1998 # Whom: Yukihiro Nakai # # $FreeBSD$ # $MCom: ports/math/gnumeric/Makefile,v 1.14 2005/10/11 22:44:47 marcus Exp $ # PORTNAME= gnumeric -PORTVERSION= 1.6.0 -PORTREVISION= 1 +PORTVERSION= 1.6.1 CATEGORIES= math gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= The GNOME 2 spreadsheet -LIB_DEPENDS= goffice-1.1:${PORTSDIR}/devel/goffice +LIB_DEPENDS= goffice-1.1:${PORTSDIR}/devel/goffice \ + psiconv.10:${PORTSDIR}/converters/psiconv USE_BZIP2= yes USE_X_PREFIX= yes USE_PERL5= yes USE_GMAKE= yes USE_GNOME= gnomeprefix intlhack gnomehack gnomehier libgnomeprintui \ libgsf_gnome pygtk2 desktopfileutils libgnomedb USE_PYTHON= yes INSTALLS_OMF= yes INSTALLS_SHLIB= yes USE_REINPLACE= yes USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS= --without-guile --with-bonobo CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LIBS="-L${LOCALBASE}/lib -liconv ${PTHREAD_LIBS}" \ python_prog=${PYTHON_VERSION} GCONF_SCHEMAS= gnumeric-dialogs.schemas gnumeric-general.schemas \ gnumeric-plugins.schemas MAN1= gnumeric.1 ssconvert.1 ssindex.1 PLIST_SUB= VERSION=${PORTVERSION} .include .if ${PERL_LEVEL} < 500600 PLIST_SUB+= PERL="@comment " .else PLIST_SUB+= PERL="" .endif post-patch: @${FIND} ${WRKSRC}/plugins -name "plugin.xml.in" | ${XARGS} \ ${REINPLACE_CMD} -e 's|\.la|.so|g' @${RM} -f ${WRKSRC}/GNOME_Gnumeric.server.in post-install: @-update-desktop-database .for dir in share/gnome lib @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${PREFIX}/${dir}/gnumeric .endfor .include Property changes on: head/math/gnumeric/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.114 \ No newline at end of property +1.115 \ No newline at end of property Index: head/math/gnumeric/distinfo =================================================================== --- head/math/gnumeric/distinfo (revision 148295) +++ head/math/gnumeric/distinfo (revision 148296) @@ -1,3 +1,3 @@ -MD5 (gnome2/gnumeric-1.6.0.tar.bz2) = 153c3a247cbe582f7be40fc9fdd903a6 -SHA256 (gnome2/gnumeric-1.6.0.tar.bz2) = dca64cda517b4cec63cf83e6a5eb0f866bc92f8a7749a49bc2b2669a039d176d -SIZE (gnome2/gnumeric-1.6.0.tar.bz2) = 12524922 +MD5 (gnome2/gnumeric-1.6.1.tar.bz2) = e6f769e4e74c29ffea0305d48691fe28 +SHA256 (gnome2/gnumeric-1.6.1.tar.bz2) = a81c003ae65200f5a75a9edce2ebf5c27dc7be483feeadf0ca9972da5ae7905d +SIZE (gnome2/gnumeric-1.6.1.tar.bz2) = 12529002 Property changes on: head/math/gnumeric/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.59 \ No newline at end of property +1.60 \ No newline at end of property Index: head/math/gnumeric/files/patch-goffice =================================================================== --- head/math/gnumeric/files/patch-goffice (revision 148295) +++ head/math/gnumeric/files/patch-goffice (nonexistent) @@ -1,545 +0,0 @@ ---- src/sheet-object-graph.c.orig Sun Sep 4 15:05:12 2005 -+++ src/sheet-object-graph.c Tue Nov 8 15:24:25 2005 -@@ -280,27 +280,33 @@ - - static void - sheet_object_graph_write_object (SheetObject const *so, const char *format, -- GsfOutput *output, GError **err) -+ GsfOutput *output, GError **err) - { - SheetObjectGraph *sog = SHEET_OBJECT_GRAPH (so); -- xmlDocPtr pDoc = xmlNewDoc ((xmlChar const*)"1.0"); -- xmlChar *mem; -- int size; -+ GsfXMLOut *xout; - char *old_num_locale, *old_monetary_locale; -- GogObject *graph = gog_object_dup (GOG_OBJECT (sog->graph), NULL, gog_dataset_dup_to_simple); -+ GogObject *graph; -+ - g_return_if_fail (strcmp (format, "application/x-goffice-graph") == 0); -+ - old_num_locale = g_strdup (go_setlocale (LC_NUMERIC, NULL)); - go_setlocale (LC_NUMERIC, "C"); - old_monetary_locale = g_strdup (go_setlocale (LC_MONETARY, NULL)); -- go_setlocale(LC_MONETARY, "C"); -- pDoc->children = gog_object_write_xml (graph, pDoc); -+ go_setlocale (LC_MONETARY, "C"); -+ go_set_untranslated_bools (); -+ -+ graph = gog_object_dup (GOG_OBJECT (sog->graph), -+ NULL, gog_dataset_dup_to_simple); -+ xout = gsf_xml_out_new (output); -+ gog_object_write_xml_sax (GOG_OBJECT (graph), xout); -+ g_object_unref (xout); - g_object_unref (graph); -- xmlDocDumpMemory (pDoc, &mem, &size); -+ -+ /* go_setlocale restores bools to locale translation */ - go_setlocale (LC_MONETARY, old_monetary_locale); - g_free (old_monetary_locale); - go_setlocale (LC_NUMERIC, old_num_locale); - g_free (old_num_locale); -- gsf_output_write (output, size, (guint8 const*) mem); - } - - /* -@@ -337,9 +343,8 @@ - l = g_slist_prepend (l, (gpointer) (fmts + i)); - l = g_slist_reverse (l); - -- wbcg = scg_get_wbcg (SHEET_CONTROL_GUI (sc)); -- - #warning "This violates model gui barrier" -+ wbcg = scg_get_wbcg (SHEET_CONTROL_GUI (sc)); - uri = gui_get_image_save_info (wbcg_toplevel (wbcg), l, &sel_fmt); - if (!uri) - goto out; -@@ -380,16 +385,6 @@ - return FALSE; - } - --static gboolean --sheet_object_graph_write_xml_dom (SheetObject const *so, -- XmlParseContext const *ctxt, xmlNode *parent) --{ -- SheetObjectGraph *sog = SHEET_OBJECT_GRAPH (so); -- xmlNode *res = gog_object_write_xml (GOG_OBJECT (sog->graph), ctxt->doc); -- if (res != NULL) -- xmlAddChild (parent, res); -- return FALSE; --} - static void - sheet_object_graph_write_xml_sax (SheetObject const *so, GsfXMLOut *output) - { -@@ -398,6 +393,21 @@ - } - - static void -+sog_xml_finish (GogObject *graph, SheetObject *so) -+{ -+ sheet_object_graph_set_gog (so, GOG_GRAPH (graph)); -+ g_object_unref (graph); -+} -+ -+static gboolean -+sheet_object_graph_prep_xml_sax (SheetObject const *so, -+ GsfXMLIn *xin, xmlChar const **attrs) -+{ -+ gog_object_sax_push_parser (xin, attrs, -+ (GogObjectSaxHandler) sog_xml_finish, so); -+} -+ -+static void - sheet_object_graph_copy (SheetObject *dst, SheetObject const *src) - { - SheetObjectGraph const *sog = SHEET_OBJECT_GRAPH (src); -@@ -512,8 +522,8 @@ - so_class->bounds_changed = sheet_object_graph_bounds_changed; - so_class->populate_menu = sheet_object_graph_populate_menu; - so_class->read_xml_dom = sheet_object_graph_read_xml_dom; -- so_class->write_xml_dom = sheet_object_graph_write_xml_dom; - so_class->write_xml_sax = sheet_object_graph_write_xml_sax; -+// so_class->prep_xml_sax = sheet_object_graph_prep_xml_sax; - so_class->copy = sheet_object_graph_copy; - so_class->user_config = sheet_object_graph_user_config; - so_class->assign_to_sheet = sheet_object_graph_set_sheet; -=================================================================== -RCS file: /cvs/gnome/gnumeric/src/sheet-object-image.c,v -retrieving revision 1.59 -retrieving revision 1.60 -diff -u -r1.59 -r1.60 ---- src/sheet-object-image.c 2005/08/11 15:22:49 1.59 -+++ src/sheet-object-image.c 2005/11/06 02:21:57 1.60 -@@ -566,18 +566,6 @@ - return FALSE; - } - --static gboolean --sheet_object_image_write_xml_dom (SheetObject const *so, -- XmlParseContext const *ctxt, xmlNodePtr tree) --{ -- SheetObjectImage *soi; -- -- g_return_val_if_fail (IS_SHEET_OBJECT_IMAGE (so), TRUE); -- soi = SHEET_OBJECT_IMAGE (so); -- -- return FALSE; --} -- - static void - sheet_object_image_write_xml_sax (SheetObject const *so, GsfXMLOut *output) - { -@@ -691,7 +679,6 @@ - sheet_object_class->new_view = sheet_object_image_new_view; - sheet_object_class->populate_menu = sheet_object_image_populate_menu; - sheet_object_class->read_xml_dom = sheet_object_image_read_xml_dom; -- sheet_object_class->write_xml_dom = sheet_object_image_write_xml_dom; - sheet_object_class->write_xml_sax = sheet_object_image_write_xml_sax; - sheet_object_class->copy = sheet_object_image_copy; - sheet_object_class->user_config = NULL; -=================================================================== -RCS file: /cvs/gnome/gnumeric/src/sheet-object-widget.c,v -retrieving revision 1.156 -retrieving revision 1.158 -diff -u -r1.156 -r1.158 ---- src/sheet-object-widget.c 2005/09/28 13:13:47 1.156 -+++ src/sheet-object-widget.c 2005/11/07 13:34:16 1.158 -@@ -116,7 +116,7 @@ - #define SOW_CLASS(so) (SHEET_OBJECT_WIDGET_CLASS (G_OBJECT_GET_CLASS(so))) - - #define SOW_MAKE_TYPE(n1, n2, fn_config, fn_set_sheet, fn_clear_sheet, \ -- fn_copy, fn_write_dom, fn_read_dom, fn_write_sax, \ -+ fn_copy, fn_read_dom, fn_write_sax, \ - fn_get_property, fn_set_property, class_init_code) \ - static void \ - sheet_widget_ ## n1 ## _class_init (GObjectClass *object_class) \ -@@ -130,7 +130,6 @@ - so_class->assign_to_sheet = fn_set_sheet; \ - so_class->remove_from_sheet = fn_clear_sheet; \ - so_class->copy = fn_copy; \ -- so_class->write_xml_dom = fn_write_dom; \ - so_class->read_xml_dom = fn_read_dom; \ - so_class->write_xml_sax = fn_write_sax; \ - sow_class->create_widget = &sheet_widget_ ## n1 ## _create_widget; \ -@@ -167,19 +166,6 @@ - } - - static void --dom_write_dep (xmlNodePtr tree, GnmDependent const *dep, char const *id) --{ -- if (dep->expression != NULL) { -- GnmParsePos pos; -- char *val = gnm_expr_as_string (dep->expression, -- parse_pos_init_sheet (&pos, dep->sheet), -- gnm_expr_conventions_default); -- xml_node_set_cstr (tree, id, val); -- g_free (val); -- } --} -- --static void - read_dep (GnmDependent *dep, char const *name, - xmlNodePtr tree, XmlParseContext const *context) - { -@@ -297,18 +283,6 @@ - } - - static gboolean --sheet_widget_frame_write_xml_dom (SheetObject const *so, -- XmlParseContext const *context, -- xmlNodePtr tree) --{ -- SheetWidgetFrame *swf = SHEET_WIDGET_FRAME (so); -- -- xml_node_set_cstr (tree, "Label", swf->label); -- -- return FALSE; --} -- --static gboolean - sheet_widget_frame_read_xml_dom (SheetObject *so, char const *typename, - XmlParseContext const *context, - xmlNodePtr tree) -@@ -468,7 +442,6 @@ - NULL, - NULL, - &sheet_widget_frame_copy, -- &sheet_widget_frame_write_xml_dom, - &sheet_widget_frame_read_xml_dom, - &sheet_widget_frame_write_xml_sax, - NULL, -@@ -545,19 +518,6 @@ - } - - static gboolean --sheet_widget_button_write_xml_dom (SheetObject const *so, -- XmlParseContext const *context, -- xmlNodePtr tree) --{ -- // FIXME: markup -- SheetWidgetButton *swb = SHEET_WIDGET_BUTTON (so); -- -- xml_node_set_cstr (tree, "Label", swb->label); -- -- return FALSE; --} -- --static gboolean - sheet_widget_button_read_xml_dom (SheetObject *so, char const *typename, - XmlParseContext const *context, - xmlNodePtr tree) -@@ -666,7 +626,6 @@ - NULL, - NULL, - sheet_widget_button_copy, -- sheet_widget_button_write_xml_dom, - sheet_widget_button_read_xml_dom, - sheet_widget_button_write_xml_sax, - sheet_widget_button_get_property, -@@ -1048,22 +1007,6 @@ - } - - static gboolean --sheet_widget_adjustment_write_xml_dom (SheetObject const *so, -- XmlParseContext const *context, -- xmlNodePtr tree) --{ -- SheetWidgetAdjustment *swa = SHEET_WIDGET_ADJUSTMENT (so); -- -- xml_node_set_double (tree, "Min", swa->adjustment->lower, 2); -- xml_node_set_double (tree, "Max", swa->adjustment->upper, 2); /* allow scrolling to max */ -- xml_node_set_double (tree, "Inc", swa->adjustment->step_increment, 2); -- xml_node_set_double (tree, "Page", swa->adjustment->page_increment, 2); -- xml_node_set_double (tree, "Value", swa->adjustment->value, 2); -- dom_write_dep (tree, &swa->dep, "Input"); -- return FALSE; --} -- --static gboolean - sheet_widget_adjustment_read_xml_dom (SheetObject *so, char const *typename, - XmlParseContext const *context, - xmlNodePtr tree) -@@ -1122,7 +1065,6 @@ - &sheet_widget_adjustment_set_sheet, - &sheet_widget_adjustment_clear_sheet, - &sheet_widget_adjustment_copy, -- &sheet_widget_adjustment_write_xml_dom, - &sheet_widget_adjustment_read_xml_dom, - &sheet_widget_adjustment_write_xml_sax, - NULL, -@@ -1659,18 +1601,6 @@ - } - - static gboolean --sheet_widget_checkbox_write_xml_dom (SheetObject const *so, -- XmlParseContext const *context, -- xmlNodePtr tree) --{ -- SheetWidgetCheckbox *swc = SHEET_WIDGET_CHECKBOX (so); -- xml_node_set_cstr (tree, "Label", swc->label); -- xml_node_set_int (tree, "Value", swc->value); -- dom_write_dep (tree, &swc->dep, "Input"); -- return FALSE; --} -- --static gboolean - sheet_widget_checkbox_read_xml_dom (SheetObject *so, char const *typename, - XmlParseContext const *context, - xmlNodePtr tree) -@@ -1730,7 +1660,6 @@ - &sheet_widget_checkbox_set_sheet, - &sheet_widget_checkbox_clear_sheet, - &sheet_widget_checkbox_copy, -- &sheet_widget_checkbox_write_xml_dom, - &sheet_widget_checkbox_read_xml_dom, - &sheet_widget_checkbox_write_xml_sax, - &sheet_widget_checkbox_get_property, -@@ -1961,7 +1890,6 @@ - NULL, - NULL, - NULL, -- NULL, - &sheet_widget_radio_button_get_property, - &sheet_widget_radio_button_set_property, - { -@@ -2114,17 +2042,6 @@ - } - - static gboolean --sheet_widget_list_base_write_xml_dom (SheetObject const *so, -- XmlParseContext const *context, -- xmlNodePtr tree) --{ -- SheetWidgetListBase *swl = SHEET_WIDGET_LIST_BASE (so); -- dom_write_dep (tree, &swl->content_dep, "Content"); -- dom_write_dep (tree, &swl->output_dep, "Output"); -- return FALSE; --} -- --static gboolean - sheet_widget_list_base_read_xml_dom (SheetObject *so, char const *typename, - XmlParseContext const *context, - xmlNodePtr tree) -@@ -2152,7 +2069,6 @@ - &sheet_widget_list_base_set_sheet, - &sheet_widget_list_base_clear_sheet, - NULL, -- &sheet_widget_list_base_write_xml_dom, - &sheet_widget_list_base_read_xml_dom, - &sheet_widget_list_base_write_xml_sax, - NULL, -=================================================================== -RCS file: /cvs/gnome/gnumeric/src/gnm-so-filled.c,v -retrieving revision 1.16 -retrieving revision 1.17 -diff -u -r1.16 -r1.17 ---- src/gnm-so-filled.c 2005/08/12 02:24:13 1.16 -+++ src/gnm-so-filled.c 2005/11/06 02:21:57 1.17 -@@ -390,27 +390,6 @@ - return FALSE; - } - --static gboolean --gnm_so_filled_write_xml_dom (SheetObject const *so, -- XmlParseContext const *ctxt, -- xmlNodePtr node) --{ -- GnmSOFilled *sof = GNM_SO_FILLED (so); -- xmlNode *child; -- -- xml_node_set_int (node, "Type", sof->is_oval ? 102 : 101); -- xml_node_set_double (node, "Width", sof->style->outline.width, 2); -- xml_node_set_gocolor (node, "OutlineColor", sof->style->outline.color); -- xml_node_set_gocolor (node, "FillColor", sof->style->fill.pattern.back); -- if (sof->text != NULL) -- xml_node_set_cstr (node, "Label", sof->text); -- -- child = xmlNewDocNode (node->doc, NULL, "Style", NULL); -- gog_persist_dom_save (GOG_PERSIST (sof->style), child); -- xmlAddChild (node, child); -- return FALSE; --} -- - static void - gnm_so_filled_write_xml_sax (SheetObject const *so, GsfXMLOut *output) - { -@@ -532,7 +511,6 @@ - gobject_class->set_property = gnm_so_filled_set_property; - gobject_class->get_property = gnm_so_filled_get_property; - so_class->read_xml_dom = gnm_so_filled_read_xml_dom; -- so_class->write_xml_dom = gnm_so_filled_write_xml_dom; - so_class->write_xml_sax = gnm_so_filled_write_xml_sax; - so_class->copy = gnm_so_filled_copy; - so_class->rubber_band_directly = TRUE; -=================================================================== -RCS file: /cvs/gnome/gnumeric/src/gnm-so-line.c,v -retrieving revision 1.11 -retrieving revision 1.12 -diff -u -r1.11 -r1.12 ---- src/gnm-so-line.c 2005/08/11 15:22:49 1.11 -+++ src/gnm-so-line.c 2005/11/06 02:21:57 1.12 -@@ -300,31 +300,6 @@ - return FALSE; - } - --static gboolean --gnm_so_line_write_xml_dom (SheetObject const *so, -- XmlParseContext const *ctxt, -- xmlNodePtr node) --{ -- GnmSOLine const *sol = GNM_SO_LINE (so); -- xmlNode *child; -- -- /* YES FillColor, this is for backwards compat */ -- xml_node_set_gocolor (node, "FillColor", sol->style->line.color); -- xml_node_set_double (node, "Width", sol->style->line.width, -1); -- -- if (sol->end_arrow.c > 0.) { -- xml_node_set_int (node, "Type", 2); -- xml_node_set_double (node, "ArrowShapeA", sol->end_arrow.a, -1); -- xml_node_set_double (node, "ArrowShapeB", sol->end_arrow.b, -1); -- xml_node_set_double (node, "ArrowShapeC", sol->end_arrow.c, -1); -- } else -- xml_node_set_int (node, "Type", 1); -- -- child = xmlNewDocNode (node->doc, NULL, "Style", NULL); -- gog_persist_dom_save (GOG_PERSIST (sol->style), child); -- xmlAddChild (node, child); -- return FALSE; --} - static void - gnm_so_line_write_xml_sax (SheetObject const *so, GsfXMLOut *output) - { -@@ -431,7 +406,6 @@ - gobject_class->set_property = gnm_so_line_set_property; - gobject_class->get_property = gnm_so_line_get_property; - so_class->read_xml_dom = gnm_so_line_read_xml_dom; -- so_class->write_xml_dom = gnm_so_line_write_xml_dom; - so_class->write_xml_sax = gnm_so_line_write_xml_sax; - so_class->copy = gnm_so_line_copy; - so_class->rubber_band_directly = TRUE; -=================================================================== -RCS file: /cvs/gnome/gnumeric/src/gnm-so-polygon.c,v -retrieving revision 1.4 -retrieving revision 1.5 -diff -u -r1.4 -r1.5 ---- src/gnm-so-polygon.c 2005/09/07 01:33:52 1.4 -+++ src/gnm-so-polygon.c 2005/11/06 02:21:57 1.5 -@@ -210,14 +210,6 @@ - read_xml_dom (so, typename, ctxt, node); - } - --static gboolean --gnm_so_polygon_write_xml_dom (SheetObject const *so, -- XmlParseContext const *ctxt, xmlNodePtr node) --{ -- /* TODO */ -- return gnm_so_polygon_parent_class->write_xml_dom (so, ctxt, node); --} -- - static void - gnm_so_polygon_write_xml_sax (SheetObject const *so, GsfXMLOut *output) - { -@@ -311,7 +303,6 @@ - gobject_class->set_property = gnm_so_polygon_set_property; - gobject_class->get_property = gnm_so_polygon_get_property; - so_class->read_xml_dom = gnm_so_polygon_read_xml_dom; -- so_class->write_xml_dom = gnm_so_polygon_write_xml_dom; - so_class->write_xml_sax = gnm_so_polygon_write_xml_sax; - so_class->copy = gnm_so_polygon_copy; - so_class->rubber_band_directly = FALSE; -=================================================================== -RCS file: /cvs/gnome/gnumeric/src/sheet-object-cell-comment.c,v -retrieving revision 1.67 -retrieving revision 1.68 -diff -u -r1.67 -r1.68 ---- src/sheet-object-cell-comment.c 2005/08/11 15:22:49 1.67 -+++ src/sheet-object-cell-comment.c 2005/11/06 02:21:57 1.68 -@@ -275,15 +275,6 @@ - return FALSE; - } - --static gboolean --cell_comment_write_xml_dom (SheetObject const *so, XmlParseContext const *ctxt, -- xmlNodePtr tree) --{ -- GnmComment const *cc = CELL_COMMENT (so); -- xml_node_set_cstr (tree, "Author", cc->author); -- xml_node_set_cstr (tree, "Text", cc->text); -- return FALSE; --} - static void - cell_comment_write_xml_sax (SheetObject const *so, GsfXMLOut *output) - { -@@ -335,7 +326,6 @@ - /* SheetObject class method overrides */ - sheet_object_class->new_view = &cell_comment_new_view; - sheet_object_class->read_xml_dom = &cell_comment_read_xml_dom; -- sheet_object_class->write_xml_dom = &cell_comment_write_xml_dom; - sheet_object_class->write_xml_sax = &cell_comment_write_xml_sax; - sheet_object_class->print = &cell_comment_print; - sheet_object_class->copy = &cell_comment_copy; ---- src/xml-sax-read.c.orig Sun Oct 2 09:47:17 2005 -+++ src/xml-sax-read.c Tue Nov 8 15:29:50 2005 -@@ -320,7 +320,8 @@ - XMLSaxParseState *state = (XMLSaxParseState *)gsf_state->user_state; - - for (; attrs != NULL && attrs[0] && attrs[1] ; attrs += 2) -- if (strcmp (attrs[0], "xmlns:gmr") == 0) { -+ if (strcmp (attrs[0], "xmlns:gmr") == 0 || -+ strcmp (attrs[0], "xmlns:gnm") == 0) { - static struct { - char const * const id; - GnumericXMLVersion const version; -@@ -359,10 +360,12 @@ - xml_sax_wb_sheetname (GsfXMLIn *gsf_state, G_GNUC_UNUSED GsfXMLBlob *blob) - { - XMLSaxParseState *state = (XMLSaxParseState *)gsf_state->user_state; -+ char const *name = gsf_state->content->str; -+ -+ g_return_if_fail (name != NULL); - -- char const *content = gsf_state->content->str; -- Sheet *sheet = sheet_new (state->wb, content); -- workbook_sheet_attach (state->wb, sheet); -+ if (NULL == workbook_sheet_by_name (state->wb, name)) -+ workbook_sheet_attach (state->wb, sheet_new (state->wb, name)); - } - - static void -@@ -1451,6 +1454,7 @@ - char const *type_name = gsf_state->node->name; - int tmp_int; - SheetObject *so; -+ SheetObjectClass *klass; - - g_return_if_fail (state->so == NULL); - -@@ -1508,7 +1512,7 @@ - sscanf (attrs[1], "%g %g %g %g", - so->anchor.offset +0, so->anchor.offset +1, - so->anchor.offset +2, so->anchor.offset +3); -- } else if (!strcmp (attrs[0], "ObjectanchorType")) { -+ } else if (!strcmp (attrs[0], "ObjectAnchorType")) { - int i[4], count; - sscanf (attrs[1], "%d %d %d %d", i+0, i+1, i+2, i+3); - -@@ -1519,6 +1523,10 @@ - else - unknown_attr (gsf_state, attrs); - } -+ -+ klass = SHEET_OBJECT_CLASS (G_OBJECT_GET_CLASS (so)); -+ if (so != NULL) -+ g_object_unref (G_OBJECT (so)); - } - - static void -@@ -1787,6 +1795,7 @@ - GSF_XML_IN_NODE (SHEET_OBJECTS, OBJECT_OLD_LINE, GNM, "SheetObjectGraphic", FALSE, &xml_sax_object_start, &xml_sax_object_end), - GSF_XML_IN_NODE (SHEET_OBJECTS, OBJECT_OLD_FILLED, GNM, "SheetObjectFilled", FALSE, &xml_sax_object_start, &xml_sax_object_end), - GSF_XML_IN_NODE (SHEET_OBJECTS, OBJECT_OLD_TEXT, GNM, "SheetObjectText", FALSE, &xml_sax_object_start, &xml_sax_object_end), -+ GSF_XML_IN_NODE (SHEET_OBJECTS, OBJECT_GRAPH, GNM, "SheetObjectGraph", FALSE, &xml_sax_object_start, &xml_sax_object_end), - - GSF_XML_IN_NODE (WB, WB_GEOMETRY, GNM, "Geometry", FALSE, &xml_sax_wb_view, NULL), - GSF_XML_IN_NODE (WB, WB_VIEW, GNM, "UIData", FALSE, &xml_sax_wb_view, NULL), Property changes on: head/math/gnumeric/files/patch-goffice ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/math/gnumeric/pkg-plist =================================================================== --- head/math/gnumeric/pkg-plist (revision 148295) +++ head/math/gnumeric/pkg-plist (revision 148296) @@ -1,771 +1,774 @@ bin/gnumeric bin/gnumeric-%%VERSION%% bin/ssconvert lib/gnumeric/%%VERSION%%/plugins/applix/applix.so lib/gnumeric/%%VERSION%%/plugins/applix/plugin.xml lib/gnumeric/%%VERSION%%/plugins/corba/corba.so lib/gnumeric/%%VERSION%%/plugins/corba/plugin.xml lib/gnumeric/%%VERSION%%/plugins/derivatives/derivatives.so lib/gnumeric/%%VERSION%%/plugins/derivatives/plugin.xml lib/gnumeric/%%VERSION%%/plugins/dif/dif.so lib/gnumeric/%%VERSION%%/plugins/dif/plugin.xml lib/gnumeric/%%VERSION%%/plugins/excel/excel.so lib/gnumeric/%%VERSION%%/plugins/excel/plugin.xml lib/gnumeric/%%VERSION%%/plugins/fn-complex/plugin.so lib/gnumeric/%%VERSION%%/plugins/fn-complex/plugin.xml lib/gnumeric/%%VERSION%%/plugins/fn-database/plugin.so lib/gnumeric/%%VERSION%%/plugins/fn-database/plugin.xml lib/gnumeric/%%VERSION%%/plugins/fn-date/plugin.so lib/gnumeric/%%VERSION%%/plugins/fn-date/plugin.xml lib/gnumeric/%%VERSION%%/plugins/fn-eng/plugin.so lib/gnumeric/%%VERSION%%/plugins/fn-eng/plugin.xml lib/gnumeric/%%VERSION%%/plugins/fn-erlang/erlang.so lib/gnumeric/%%VERSION%%/plugins/fn-erlang/plugin.xml lib/gnumeric/%%VERSION%%/plugins/fn-financial/plugin.so lib/gnumeric/%%VERSION%%/plugins/fn-financial/plugin.xml lib/gnumeric/%%VERSION%%/plugins/fn-info/plugin.so lib/gnumeric/%%VERSION%%/plugins/fn-info/plugin.xml lib/gnumeric/%%VERSION%%/plugins/fn-logical/plugin.so lib/gnumeric/%%VERSION%%/plugins/fn-logical/plugin.xml lib/gnumeric/%%VERSION%%/plugins/fn-lookup/plugin.so lib/gnumeric/%%VERSION%%/plugins/fn-lookup/plugin.xml lib/gnumeric/%%VERSION%%/plugins/fn-math/plugin.so lib/gnumeric/%%VERSION%%/plugins/fn-math/plugin.xml lib/gnumeric/%%VERSION%%/plugins/fn-r/plugin.xml lib/gnumeric/%%VERSION%%/plugins/fn-r/rstat.so lib/gnumeric/%%VERSION%%/plugins/fn-random/plugin.so lib/gnumeric/%%VERSION%%/plugins/fn-random/plugin.xml lib/gnumeric/%%VERSION%%/plugins/fn-stat/plugin.so lib/gnumeric/%%VERSION%%/plugins/fn-stat/plugin.xml lib/gnumeric/%%VERSION%%/plugins/fn-string/plugin.so lib/gnumeric/%%VERSION%%/plugins/fn-string/plugin.xml lib/gnumeric/%%VERSION%%/plugins/gdaif/gdaif.so lib/gnumeric/%%VERSION%%/plugins/gdaif/plugin.xml lib/gnumeric/%%VERSION%%/plugins/gnome-db/gnomedb.so lib/gnumeric/%%VERSION%%/plugins/gnome-db/plugin.xml lib/gnumeric/%%VERSION%%/plugins/gnome-db/ui.xml lib/gnumeric/%%VERSION%%/plugins/gnome-glossary/glossary-po-header lib/gnumeric/%%VERSION%%/plugins/gnome-glossary/gnome_glossary.py lib/gnumeric/%%VERSION%%/plugins/gnome-glossary/gnome_glossary.pyc lib/gnumeric/%%VERSION%%/plugins/gnome-glossary/plugin.xml lib/gnumeric/%%VERSION%%/plugins/html/html.so lib/gnumeric/%%VERSION%%/plugins/html/plugin.xml lib/gnumeric/%%VERSION%%/plugins/lotus/lotus.so lib/gnumeric/%%VERSION%%/plugins/lotus/plugin.xml lib/gnumeric/%%VERSION%%/plugins/mps/mps.so lib/gnumeric/%%VERSION%%/plugins/mps/plugin.xml lib/gnumeric/%%VERSION%%/plugins/numtheory/numtheory.so lib/gnumeric/%%VERSION%%/plugins/numtheory/plugin.xml lib/gnumeric/%%VERSION%%/plugins/oleo/oleo.so lib/gnumeric/%%VERSION%%/plugins/oleo/plugin.xml lib/gnumeric/%%VERSION%%/plugins/openoffice/openoffice.so lib/gnumeric/%%VERSION%%/plugins/openoffice/plugin.xml %%PERL%%lib/gnumeric/%%VERSION%%/plugins/perl-func/perl_func.pl %%PERL%%lib/gnumeric/%%VERSION%%/plugins/perl-func/plugin.xml %%PERL%%lib/gnumeric/%%VERSION%%/plugins/perl-loader/perl_loader.so %%PERL%%lib/gnumeric/%%VERSION%%/plugins/perl-loader/plugin.xml lib/gnumeric/%%VERSION%%/plugins/plan_perfect/plan_perfect.so lib/gnumeric/%%VERSION%%/plugins/plan_perfect/plugin.xml +lib/gnumeric/%%VERSION%%/plugins/psiconv/plugin.xml +lib/gnumeric/%%VERSION%%/plugins/psiconv/psiconv.so lib/gnumeric/%%VERSION%%/plugins/py-func/plugin.xml lib/gnumeric/%%VERSION%%/plugins/py-func/py_func.py lib/gnumeric/%%VERSION%%/plugins/py-func/py_func.pyc lib/gnumeric/%%VERSION%%/plugins/python-loader/plugin.xml lib/gnumeric/%%VERSION%%/plugins/python-loader/python_loader.so lib/gnumeric/%%VERSION%%/plugins/python-loader/ui-console-menu.xml lib/gnumeric/%%VERSION%%/plugins/qpro/plugin.xml lib/gnumeric/%%VERSION%%/plugins/qpro/qpro.so lib/gnumeric/%%VERSION%%/plugins/sample_datasource/plugin.xml lib/gnumeric/%%VERSION%%/plugins/sample_datasource/sample_datasource.so lib/gnumeric/%%VERSION%%/plugins/sc/plugin.xml lib/gnumeric/%%VERSION%%/plugins/sc/sc.so lib/gnumeric/%%VERSION%%/plugins/sylk/plugin.xml lib/gnumeric/%%VERSION%%/plugins/sylk/sylk.so lib/gnumeric/%%VERSION%%/plugins/uihello/hello.xml lib/gnumeric/%%VERSION%%/plugins/uihello/plugin.so lib/gnumeric/%%VERSION%%/plugins/uihello/plugin.xml lib/gnumeric/%%VERSION%%/plugins/xbase/plugin.xml lib/gnumeric/%%VERSION%%/plugins/xbase/xbase.so lib/libspreadsheet.a -lib/libspreadsheet-1.6.0.so +lib/libspreadsheet-%%VERSION%%.so lib/libspreadsheet.so libdata/bonobo/servers/GNOME_Gnumeric.server @exec update-desktop-database > /dev/null || /usr/bin/true share/gnome/applications/gnumeric.desktop share/gnome/gnumeric/%%VERSION%%/GNOME_Gnumeric-gtk.xml share/gnome/gnumeric/%%VERSION%%/autoformat-templates/3D/.category share/gnome/gnumeric/%%VERSION%%/autoformat-templates/3D/autoformat.3D.button.xml share/gnome/gnumeric/%%VERSION%%/autoformat-templates/3D/autoformat.3D.list.xml share/gnome/gnumeric/%%VERSION%%/autoformat-templates/Classical/.category share/gnome/gnumeric/%%VERSION%%/autoformat-templates/Classical/autoformat.Classical.cool.xml share/gnome/gnumeric/%%VERSION%%/autoformat-templates/Classical/autoformat.Classical.simple.xml share/gnome/gnumeric/%%VERSION%%/autoformat-templates/Classical/autoformat.Classical.trendy.xml share/gnome/gnumeric/%%VERSION%%/autoformat-templates/Colourful/.category share/gnome/gnumeric/%%VERSION%%/autoformat-templates/Colourful/autoformat.Colourful.banana.xml share/gnome/gnumeric/%%VERSION%%/autoformat-templates/Colourful/autoformat.Colourful.black.xml share/gnome/gnumeric/%%VERSION%%/autoformat-templates/Colourful/autoformat.Colourful.blue.xml share/gnome/gnumeric/%%VERSION%%/autoformat-templates/Colourful/autoformat.Colourful.orange.xml share/gnome/gnumeric/%%VERSION%%/autoformat-templates/Colourful/autoformat.Colourful.vanilla.xml share/gnome/gnumeric/%%VERSION%%/autoformat-templates/Financial/.category share/gnome/gnumeric/%%VERSION%%/autoformat-templates/Financial/autoformat.Financial.basic.xml share/gnome/gnumeric/%%VERSION%%/autoformat-templates/Financial/autoformat.Financial.desert.xml share/gnome/gnumeric/%%VERSION%%/autoformat-templates/Financial/autoformat.Financial.ice.xml share/gnome/gnumeric/%%VERSION%%/autoformat-templates/Financial/autoformat.Financial.modern.xml share/gnome/gnumeric/%%VERSION%%/autoformat-templates/Financial/autoformat.Financial.purple.xml share/gnome/gnumeric/%%VERSION%%/autoformat-templates/General/.category share/gnome/gnumeric/%%VERSION%%/autoformat-templates/General/autoformat.General.advanced.xml share/gnome/gnumeric/%%VERSION%%/autoformat-templates/General/autoformat.General.basic.xml share/gnome/gnumeric/%%VERSION%%/autoformat-templates/General/autoformat.General.empty.xml share/gnome/gnumeric/%%VERSION%%/autoformat-templates/General/autoformat.General.table.xml share/gnome/gnumeric/%%VERSION%%/autoformat-templates/List/.category share/gnome/gnumeric/%%VERSION%%/autoformat-templates/List/autoformat.List.basic.xml share/gnome/gnumeric/%%VERSION%%/autoformat-templates/List/autoformat.List.green.xml share/gnome/gnumeric/%%VERSION%%/autoformat-templates/List/autoformat.List.lila.xml share/gnome/gnumeric/%%VERSION%%/autoformat-templates/List/autoformat.List.simple.xml share/gnome/gnumeric/%%VERSION%%/glade/advanced-filter.glade share/gnome/gnumeric/%%VERSION%%/glade/anova-one.glade share/gnome/gnumeric/%%VERSION%%/glade/anova-two.glade share/gnome/gnumeric/%%VERSION%%/glade/autocorrect.glade share/gnome/gnumeric/%%VERSION%%/glade/autofilter-expression.glade share/gnome/gnumeric/%%VERSION%%/glade/autofilter-top10.glade share/gnome/gnumeric/%%VERSION%%/glade/autoformat.glade share/gnome/gnumeric/%%VERSION%%/glade/autosave.glade share/gnome/gnumeric/%%VERSION%%/glade/cell-comment.glade share/gnome/gnumeric/%%VERSION%%/glade/cell-format.glade share/gnome/gnumeric/%%VERSION%%/glade/cell-sort.glade share/gnome/gnumeric/%%VERSION%%/glade/col-width.glade share/gnome/gnumeric/%%VERSION%%/glade/colrow.glade share/gnome/gnumeric/%%VERSION%%/glade/consolidate.glade share/gnome/gnumeric/%%VERSION%%/glade/correlation.glade share/gnome/gnumeric/%%VERSION%%/glade/covariance.glade share/gnome/gnumeric/%%VERSION%%/glade/dao.glade share/gnome/gnumeric/%%VERSION%%/glade/define-name.glade share/gnome/gnumeric/%%VERSION%%/glade/delete-cells.glade share/gnome/gnumeric/%%VERSION%%/glade/descriptive-stats.glade share/gnome/gnumeric/%%VERSION%%/glade/dialog-stf-export.glade share/gnome/gnumeric/%%VERSION%%/glade/dialog-stf.glade share/gnome/gnumeric/%%VERSION%%/glade/dialog-zoom.glade share/gnome/gnumeric/%%VERSION%%/glade/doc-meta-data.glade share/gnome/gnumeric/%%VERSION%%/glade/exp-smoothing.glade share/gnome/gnumeric/%%VERSION%%/glade/fill-series.glade share/gnome/gnumeric/%%VERSION%%/glade/font-sel.glade share/gnome/gnumeric/%%VERSION%%/glade/formula-guru.glade share/gnome/gnumeric/%%VERSION%%/glade/fourier-analysis.glade share/gnome/gnumeric/%%VERSION%%/glade/function-select.glade share/gnome/gnumeric/%%VERSION%%/glade/goalseek.glade share/gnome/gnumeric/%%VERSION%%/glade/goto.glade share/gnome/gnumeric/%%VERSION%%/glade/hf-config.glade share/gnome/gnumeric/%%VERSION%%/glade/histogram.glade share/gnome/gnumeric/%%VERSION%%/glade/hyperlink.glade share/gnome/gnumeric/%%VERSION%%/glade/insert-cells.glade share/gnome/gnumeric/%%VERSION%%/glade/mean-tests.glade share/gnome/gnumeric/%%VERSION%%/glade/merge.glade share/gnome/gnumeric/%%VERSION%%/glade/moving-averages.glade share/gnome/gnumeric/%%VERSION%%/glade/paste-names.glade share/gnome/gnumeric/%%VERSION%%/glade/pivottable.glade share/gnome/gnumeric/%%VERSION%%/glade/plugin-manager.glade share/gnome/gnumeric/%%VERSION%%/glade/preferences.glade share/gnome/gnumeric/%%VERSION%%/glade/print.glade share/gnome/gnumeric/%%VERSION%%/glade/random-generation.glade share/gnome/gnumeric/%%VERSION%%/glade/rank.glade share/gnome/gnumeric/%%VERSION%%/glade/regression.glade share/gnome/gnumeric/%%VERSION%%/glade/row-height.glade share/gnome/gnumeric/%%VERSION%%/glade/sampling.glade share/gnome/gnumeric/%%VERSION%%/glade/scenario-add.glade share/gnome/gnumeric/%%VERSION%%/glade/scenario-manager.glade share/gnome/gnumeric/%%VERSION%%/glade/search-replace.glade share/gnome/gnumeric/%%VERSION%%/glade/search.glade share/gnome/gnumeric/%%VERSION%%/glade/sheet-order.glade share/gnome/gnumeric/%%VERSION%%/glade/shuffle.glade share/gnome/gnumeric/%%VERSION%%/glade/simulation.glade share/gnome/gnumeric/%%VERSION%%/glade/so-checkbox.glade share/gnome/gnumeric/%%VERSION%%/glade/so-frame.glade share/gnome/gnumeric/%%VERSION%%/glade/so-scrollbar.glade share/gnome/gnumeric/%%VERSION%%/glade/solver.glade share/gnome/gnumeric/%%VERSION%%/glade/summary.glade share/gnome/gnumeric/%%VERSION%%/glade/tabulate.glade share/gnome/gnumeric/%%VERSION%%/glade/variance-tests.glade share/gnome/gnumeric/%%VERSION%%/glade/view.glade share/gnome/gnumeric/%%VERSION%%/glade/workbook-attr.glade share/gnome/gnumeric/%%VERSION%%/idl/GNOME_Gnumeric.idl share/gnome/gnumeric/%%VERSION%%/templates/invoice.gnumeric share/gnome/gnumeric/%%VERSION%%/templates/loan.gnumeric share/gnome/gnumeric/%%VERSION%%/templates/mileage.gnumeric share/gnome/gnumeric/%%VERSION%%/templates/purchase_order.gnumeric share/gnome/help/gnumeric/C/about-authors.xml share/gnome/help/gnumeric/C/about-history.xml share/gnome/help/gnumeric/C/about-license.xml share/gnome/help/gnumeric/C/analysis-complexNumbers.xml share/gnome/help/gnumeric/C/analysis-goalseek.xml share/gnome/help/gnumeric/C/analysis-overview.xml share/gnome/help/gnumeric/C/analysis-scenarios.xml share/gnome/help/gnumeric/C/analysis-simulation.xml share/gnome/help/gnumeric/C/analysis-solver.xml share/gnome/help/gnumeric/C/analysis-statistical.xml share/gnome/help/gnumeric/C/appendix-glossary.xml share/gnome/help/gnumeric/C/appendix-keybindings.xml share/gnome/help/gnumeric/C/bugs.xml share/gnome/help/gnumeric/C/configuration-localization.xml share/gnome/help/gnumeric/C/configuration-overview.xml share/gnome/help/gnumeric/C/configuration-plugins.xml share/gnome/help/gnumeric/C/configuration-preferences.xml share/gnome/help/gnumeric/C/configuration-toolbars.xml share/gnome/help/gnumeric/C/compiling.xml share/gnome/help/gnumeric/C/data-commentNlink.xml share/gnome/help/gnumeric/C/data-delete.xml share/gnome/help/gnumeric/C/data-entry-advanced.xml share/gnome/help/gnumeric/C/data-entry-external.xml share/gnome/help/gnumeric/C/data-entry.xml share/gnome/help/gnumeric/C/data-format.xml share/gnome/help/gnumeric/C/data-generate.xml share/gnome/help/gnumeric/C/data-insert.xml share/gnome/help/gnumeric/C/data-modify.xml share/gnome/help/gnumeric/C/data-move-copy.xml share/gnome/help/gnumeric/C/data-overview.xml share/gnome/help/gnumeric/C/data-selections.xml share/gnome/help/gnumeric/C/data-types.xml share/gnome/help/gnumeric/C/documenting.xml share/gnome/help/gnumeric/C/extending-functions.xml share/gnome/help/gnumeric/C/extending-overview.xml share/gnome/help/gnumeric/C/extending-plugins.xml share/gnome/help/gnumeric/C/extending-python.xml share/gnome/help/gnumeric/C/figures/advanced-filter-1.png share/gnome/help/gnumeric/C/figures/advanced-filter-2.png share/gnome/help/gnumeric/C/figures/analysistools-ANOVA1-ex1.png share/gnome/help/gnumeric/C/figures/analysistools-ANOVA1-ex2.png share/gnome/help/gnumeric/C/figures/analysistools-ANOVA2w-ex1.png share/gnome/help/gnumeric/C/figures/analysistools-ANOVA2w-ex2.png share/gnome/help/gnumeric/C/figures/analysistools-ANOVA2wo-ex1.png share/gnome/help/gnumeric/C/figures/analysistools-ANOVA2wo-ex2.png share/gnome/help/gnumeric/C/figures/analysistools-correlation-ex1.png share/gnome/help/gnumeric/C/figures/analysistools-correlation-ex2.png share/gnome/help/gnumeric/C/figures/analysistools-correlation-ex3.png share/gnome/help/gnumeric/C/figures/analysistools-correlation.png share/gnome/help/gnumeric/C/figures/analysistools-covariance-ex1.png share/gnome/help/gnumeric/C/figures/analysistools-covariance-ex2.png share/gnome/help/gnumeric/C/figures/analysistools-covariance.png share/gnome/help/gnumeric/C/figures/analysistools-descstats-ex1-options.png share/gnome/help/gnumeric/C/figures/analysistools-descstats-ex1.png share/gnome/help/gnumeric/C/figures/analysistools-descstats-ex2.png share/gnome/help/gnumeric/C/figures/analysistools-descstats.png share/gnome/help/gnumeric/C/figures/analysistools-fourier-formula.png share/gnome/help/gnumeric/C/figures/analysistools-fourier.png share/gnome/help/gnumeric/C/figures/analysistools-ftest-ex1.png share/gnome/help/gnumeric/C/figures/analysistools-ftest-ex2.png share/gnome/help/gnumeric/C/figures/analysistools-ftest.png share/gnome/help/gnumeric/C/figures/analysistools-histogram-bins.png share/gnome/help/gnumeric/C/figures/analysistools-histogram-ex1.png share/gnome/help/gnumeric/C/figures/analysistools-histogram-ex2.png share/gnome/help/gnumeric/C/figures/analysistools-histogram-ex3.png share/gnome/help/gnumeric/C/figures/analysistools-histogram.png share/gnome/help/gnumeric/C/figures/analysistools-moving-average-ex1.png share/gnome/help/gnumeric/C/figures/analysistools-moving-average-ex2.png share/gnome/help/gnumeric/C/figures/analysistools-moving-average.png share/gnome/help/gnumeric/C/figures/analysistools-outputoptions.png share/gnome/help/gnumeric/C/figures/analysistools-random-ex1.png share/gnome/help/gnumeric/C/figures/analysistools-random-ex2.png share/gnome/help/gnumeric/C/figures/analysistools-random.png share/gnome/help/gnumeric/C/figures/analysistools-ranges.png share/gnome/help/gnumeric/C/figures/analysistools-rank-ex1.png share/gnome/help/gnumeric/C/figures/analysistools-rank-ex2.png share/gnome/help/gnumeric/C/figures/analysistools-rank.png share/gnome/help/gnumeric/C/figures/analysistools-regression-ex1.png share/gnome/help/gnumeric/C/figures/analysistools-regression-ex2.png share/gnome/help/gnumeric/C/figures/analysistools-regression-ex3.png share/gnome/help/gnumeric/C/figures/analysistools-regression.png share/gnome/help/gnumeric/C/figures/analysistools-sampling-ex1.png share/gnome/help/gnumeric/C/figures/analysistools-sampling-ex2.png share/gnome/help/gnumeric/C/figures/analysistools-sampling.png share/gnome/help/gnumeric/C/figures/analysistools-smoothing-ex1.png share/gnome/help/gnumeric/C/figures/analysistools-smoothing-ex2.png share/gnome/help/gnumeric/C/figures/analysistools-smoothing.png share/gnome/help/gnumeric/C/figures/analysistools-tools.png share/gnome/help/gnumeric/C/figures/analysistools-ttest-equal-ex1.png share/gnome/help/gnumeric/C/figures/analysistools-ttest-equal-ex2.png share/gnome/help/gnumeric/C/figures/analysistools-ttest-equal.png share/gnome/help/gnumeric/C/figures/analysistools-ttest-paired-ex1.png share/gnome/help/gnumeric/C/figures/analysistools-ttest-paired-ex2.png share/gnome/help/gnumeric/C/figures/analysistools-ttest-paired.png share/gnome/help/gnumeric/C/figures/analysistools-ttest-unequal-ex1.png share/gnome/help/gnumeric/C/figures/analysistools-ttest-unequal-ex2.png share/gnome/help/gnumeric/C/figures/analysistools-ttest-unequal.png share/gnome/help/gnumeric/C/figures/analysistools-ttest.png share/gnome/help/gnumeric/C/figures/analysistools-ztest-ex1.png share/gnome/help/gnumeric/C/figures/analysistools-ztest-ex2.png share/gnome/help/gnumeric/C/figures/analysistools-ztest.png share/gnome/help/gnumeric/C/figures/arrowhead-dimensions.png share/gnome/help/gnumeric/C/figures/button-align-center.png share/gnome/help/gnumeric/C/figures/button-align-left.png share/gnome/help/gnumeric/C/figures/button-align-right.png share/gnome/help/gnumeric/C/figures/button-arrow.png share/gnome/help/gnumeric/C/figures/button-bold.png share/gnome/help/gnumeric/C/figures/button-borders.png share/gnome/help/gnumeric/C/figures/button-center-across-selection.png share/gnome/help/gnumeric/C/figures/button-checkbox.png share/gnome/help/gnumeric/C/figures/button-combo.png share/gnome/help/gnumeric/C/figures/button-copy.png share/gnome/help/gnumeric/C/figures/button-cut.png share/gnome/help/gnumeric/C/figures/button-decrease-indent.png share/gnome/help/gnumeric/C/figures/button-decrease-precision.png share/gnome/help/gnumeric/C/figures/button-equals.png share/gnome/help/gnumeric/C/figures/button-fill.png share/gnome/help/gnumeric/C/figures/button-font-size.png share/gnome/help/gnumeric/C/figures/button-font-type.png share/gnome/help/gnumeric/C/figures/button-frame.png share/gnome/help/gnumeric/C/figures/button-function.png share/gnome/help/gnumeric/C/figures/button-graph.png share/gnome/help/gnumeric/C/figures/button-graphEditor-add.png share/gnome/help/gnumeric/C/figures/button-increase-indent.png share/gnome/help/gnumeric/C/figures/button-increase-precision.png share/gnome/help/gnumeric/C/figures/button-insert-component.png share/gnome/help/gnumeric/C/figures/button-insert-hyperlink.png share/gnome/help/gnumeric/C/figures/button-insert-object.png share/gnome/help/gnumeric/C/figures/button-italic.png share/gnome/help/gnumeric/C/figures/button-label.png share/gnome/help/gnumeric/C/figures/button-line.png share/gnome/help/gnumeric/C/figures/button-list.png share/gnome/help/gnumeric/C/figures/button-merge.png share/gnome/help/gnumeric/C/figures/button-money.png share/gnome/help/gnumeric/C/figures/button-new.png share/gnome/help/gnumeric/C/figures/button-open.png share/gnome/help/gnumeric/C/figures/button-oval.png share/gnome/help/gnumeric/C/figures/button-paste.png share/gnome/help/gnumeric/C/figures/button-percent.png share/gnome/help/gnumeric/C/figures/button-preview.png share/gnome/help/gnumeric/C/figures/button-print.png share/gnome/help/gnumeric/C/figures/button-rectangle.png share/gnome/help/gnumeric/C/figures/button-redo-and-history.png share/gnome/help/gnumeric/C/figures/button-save.png share/gnome/help/gnumeric/C/figures/button-scrollbar.png share/gnome/help/gnumeric/C/figures/button-slider.png share/gnome/help/gnumeric/C/figures/button-sort-az.png share/gnome/help/gnumeric/C/figures/button-sort-za.png share/gnome/help/gnumeric/C/figures/button-spin.png share/gnome/help/gnumeric/C/figures/button-split.png share/gnome/help/gnumeric/C/figures/button-sum.png share/gnome/help/gnumeric/C/figures/button-text-colour.png share/gnome/help/gnumeric/C/figures/button-thousands.png share/gnome/help/gnumeric/C/figures/button-underline.png share/gnome/help/gnumeric/C/figures/button-undo-and-history.png share/gnome/help/gnumeric/C/figures/button-zoom.png share/gnome/help/gnumeric/C/figures/cell-grid.png share/gnome/help/gnumeric/C/figures/cell-selected.png share/gnome/help/gnumeric/C/figures/cell-with-text.png share/gnome/help/gnumeric/C/figures/cells-1.png share/gnome/help/gnumeric/C/figures/cells-2.png share/gnome/help/gnumeric/C/figures/chart_area_1_1.png share/gnome/help/gnumeric/C/figures/chart_area_1_2.png share/gnome/help/gnumeric/C/figures/chart_area_1_3.png share/gnome/help/gnumeric/C/figures/chart_bar_1_1.png share/gnome/help/gnumeric/C/figures/chart_bar_1_2.png share/gnome/help/gnumeric/C/figures/chart_bar_1_3.png share/gnome/help/gnumeric/C/figures/chart_bubble_1_1.png share/gnome/help/gnumeric/C/figures/chart_column_1_1.png share/gnome/help/gnumeric/C/figures/chart_column_1_2.png share/gnome/help/gnumeric/C/figures/chart_column_1_3.png share/gnome/help/gnumeric/C/figures/chart_line_1_1.png share/gnome/help/gnumeric/C/figures/chart_line_1_2.png share/gnome/help/gnumeric/C/figures/chart_line_1_3.png share/gnome/help/gnumeric/C/figures/chart_line_2_1.png share/gnome/help/gnumeric/C/figures/chart_line_2_2.png share/gnome/help/gnumeric/C/figures/chart_line_2_3.png share/gnome/help/gnumeric/C/figures/chart_pie_1_1.png share/gnome/help/gnumeric/C/figures/chart_pie_2_1.png share/gnome/help/gnumeric/C/figures/chart_radar_1_1.png share/gnome/help/gnumeric/C/figures/chart_radar_1_2.png share/gnome/help/gnumeric/C/figures/chart_radar_1_3.png share/gnome/help/gnumeric/C/figures/chart_ring_1_1.png share/gnome/help/gnumeric/C/figures/chart_ring_1_2.png share/gnome/help/gnumeric/C/figures/chart_scatter_1_1.png share/gnome/help/gnumeric/C/figures/chart_scatter_3_1.png share/gnome/help/gnumeric/C/figures/chart_scatter_3_2.png share/gnome/help/gnumeric/C/figures/dialog-auto-correct.png share/gnome/help/gnumeric/C/figures/dialog-autosave.png share/gnome/help/gnumeric/C/figures/dialog-fileopen-withTags.png share/gnome/help/gnumeric/C/figures/dialog-filesave-compact-withTags.png share/gnome/help/gnumeric/C/figures/dialog-filesave-expanded-withTags.png share/gnome/help/gnumeric/C/figures/dialog-filter.png share/gnome/help/gnumeric/C/figures/dialog-insert-object.png share/gnome/help/gnumeric/C/figures/dialog-properties-arrow.png share/gnome/help/gnumeric/C/figures/dialog-properties-checkbox.png share/gnome/help/gnumeric/C/figures/dialog-properties-frame.png share/gnome/help/gnumeric/C/figures/dialog-properties-label.png share/gnome/help/gnumeric/C/figures/dialog-properties-line.png share/gnome/help/gnumeric/C/figures/dialog-properties-oval.png share/gnome/help/gnumeric/C/figures/dialog-properties-rectangle.png share/gnome/help/gnumeric/C/figures/dialog-properties-scrollbar.png share/gnome/help/gnumeric/C/figures/drawing-arrow.png share/gnome/help/gnumeric/C/figures/drawing-line.png share/gnome/help/gnumeric/C/figures/drawing-oval.png share/gnome/help/gnumeric/C/figures/drawing-rectangle.png share/gnome/help/gnumeric/C/figures/example-colGraph-modified.png share/gnome/help/gnumeric/C/figures/example-colGraph.png share/gnome/help/gnumeric/C/figures/example-columnSelect.png share/gnome/help/gnumeric/C/figures/example-data.png share/gnome/help/gnumeric/C/figures/files-html-example.png share/gnome/help/gnumeric/C/figures/files-html32-example.png share/gnome/help/gnumeric/C/figures/files-html40-example.png share/gnome/help/gnumeric/C/figures/gnumeric-empty.510.png share/gnome/help/gnumeric/C/figures/gnumeric-icon-24.png share/gnome/help/gnumeric/C/figures/gnumeric-labelled.png share/gnome/help/gnumeric/C/figures/gnumeric-power-example.png share/gnome/help/gnumeric/C/figures/graph-components.png share/gnome/help/gnumeric/C/figures/graph-example-area.png share/gnome/help/gnumeric/C/figures/graph-example-bar.png share/gnome/help/gnumeric/C/figures/graph-example-bubble.png share/gnome/help/gnumeric/C/figures/graph-example-column.png share/gnome/help/gnumeric/C/figures/graph-example-line.png share/gnome/help/gnumeric/C/figures/graph-example-pie.png share/gnome/help/gnumeric/C/figures/graph-example-radar.png share/gnome/help/gnumeric/C/figures/graph-example-ring.png share/gnome/help/gnumeric/C/figures/graph-example-xyplot.png share/gnome/help/gnumeric/C/figures/graph-hierarchy.png share/gnome/help/gnumeric/C/figures/graphguru-axes-category-bounds.png share/gnome/help/gnumeric/C/figures/graphguru-axes-category-details.png share/gnome/help/gnumeric/C/figures/graphguru-axes-category-style.png share/gnome/help/gnumeric/C/figures/graphguru-axes-continuous-bounds.png share/gnome/help/gnumeric/C/figures/graphguru-axes-continuous-format.png share/gnome/help/gnumeric/C/figures/graphguru-backPanels-gradient.png share/gnome/help/gnumeric/C/figures/graphguru-backPanels-image.png share/gnome/help/gnumeric/C/figures/graphguru-backPanels-none.png share/gnome/help/gnumeric/C/figures/graphguru-backPanels-pattern.png share/gnome/help/gnumeric/C/figures/graphguru-components.png share/gnome/help/gnumeric/C/figures/graphguru-plot-barCol.png share/gnome/help/gnumeric/C/figures/graphguru-plot-bubble.png share/gnome/help/gnumeric/C/figures/graphguru-plot-pie.png share/gnome/help/gnumeric/C/figures/graphguru-plot-radar.png share/gnome/help/gnumeric/C/figures/graphguru-plot-ring.png share/gnome/help/gnumeric/C/figures/graphguru-series-data-bubble.png share/gnome/help/gnumeric/C/figures/graphguru-series-data-single.png share/gnome/help/gnumeric/C/figures/graphguru-series-data-xy.png share/gnome/help/gnumeric/C/figures/graphguru-series-error.png share/gnome/help/gnumeric/C/figures/graphguru-series-style-filled.png share/gnome/help/gnumeric/C/figures/graphguru-series-style-line.png share/gnome/help/gnumeric/C/figures/graphguru-title-font.png share/gnome/help/gnumeric/C/figures/graphical-elements-selected.png share/gnome/help/gnumeric/C/figures/graphical-elements-stacked.png share/gnome/help/gnumeric/C/figures/graphical-elements.png share/gnome/help/gnumeric/C/figures/graphs-types-area.png share/gnome/help/gnumeric/C/figures/graphs-types-bar.png share/gnome/help/gnumeric/C/figures/graphs-types-bubble.png share/gnome/help/gnumeric/C/figures/graphs-types-column.png share/gnome/help/gnumeric/C/figures/graphs-types-line.png share/gnome/help/gnumeric/C/figures/graphs-types-pie.png share/gnome/help/gnumeric/C/figures/graphs-types-radar.png share/gnome/help/gnumeric/C/figures/graphs-types-ring.png share/gnome/help/gnumeric/C/figures/graphs-types-stock.png share/gnome/help/gnumeric/C/figures/graphs-types-surface.png share/gnome/help/gnumeric/C/figures/graphs-types-xyplot.png share/gnome/help/gnumeric/C/figures/info-area.png share/gnome/help/gnumeric/C/figures/menu-context-col-row-header.png share/gnome/help/gnumeric/C/figures/menu-context-graph-order.png share/gnome/help/gnumeric/C/figures/menu-context-graph.png share/gnome/help/gnumeric/C/figures/menu-context-grid.png share/gnome/help/gnumeric/C/figures/menu-context-object-order.png share/gnome/help/gnumeric/C/figures/menu-context-object.png share/gnome/help/gnumeric/C/figures/menu-context-tabs.png share/gnome/help/gnumeric/C/figures/menu-context-toolbars.png share/gnome/help/gnumeric/C/figures/menu-data-labelled.png share/gnome/help/gnumeric/C/figures/menu-edit-labelled.png share/gnome/help/gnumeric/C/figures/menu-file-labelled.png share/gnome/help/gnumeric/C/figures/menu-format-labelled.png share/gnome/help/gnumeric/C/figures/menu-help-labelled.png share/gnome/help/gnumeric/C/figures/menu-insert-labelled.png share/gnome/help/gnumeric/C/figures/menu-tools-labelled.png share/gnome/help/gnumeric/C/figures/menu-torn-off.png share/gnome/help/gnumeric/C/figures/menu-view-labelled.png share/gnome/help/gnumeric/C/figures/menubar.png share/gnome/help/gnumeric/C/figures/number-format-border-dialog.png share/gnome/help/gnumeric/C/figures/number-format-color-dialog.png share/gnome/help/gnumeric/C/figures/number-format-dialog.png share/gnome/help/gnumeric/C/figures/number-format-font-dialog.png share/gnome/help/gnumeric/C/figures/number-format-justification-dialog-2.png share/gnome/help/gnumeric/C/figures/number-format-protection.png share/gnome/help/gnumeric/C/figures/number-format-validation-warning.png share/gnome/help/gnumeric/C/figures/number-format-validation.png share/gnome/help/gnumeric/C/figures/pointer_arrow_left_std.png share/gnome/help/gnumeric/C/figures/pointer_cross_hair.png share/gnome/help/gnumeric/C/figures/pointer_cross_wide.png share/gnome/help/gnumeric/C/figures/pointer_diagonal_resize.png share/gnome/help/gnumeric/C/figures/pointer_double_horizontal_arrow.png share/gnome/help/gnumeric/C/figures/pointer_double_vertical_arrow.png share/gnome/help/gnumeric/C/figures/pointer_four_way_arrow.png share/gnome/help/gnumeric/C/figures/pointer_hand_left.png share/gnome/help/gnumeric/C/figures/pointer_left.png share/gnome/help/gnumeric/C/figures/pointer_resize_multiple.png share/gnome/help/gnumeric/C/figures/pointer_right.png share/gnome/help/gnumeric/C/figures/pointer_text_edit.png share/gnome/help/gnumeric/C/figures/pointer_zoom_in.png share/gnome/help/gnumeric/C/figures/pointer_zoom_out.png share/gnome/help/gnumeric/C/figures/preferences-copypaste.png share/gnome/help/gnumeric/C/figures/preferences-files.png share/gnome/help/gnumeric/C/figures/preferences-font-header.png share/gnome/help/gnumeric/C/figures/preferences-font.png share/gnome/help/gnumeric/C/figures/preferences-screen.png share/gnome/help/gnumeric/C/figures/preferences-sorting.png share/gnome/help/gnumeric/C/figures/preferences-tools.png share/gnome/help/gnumeric/C/figures/preferences-undo.png share/gnome/help/gnumeric/C/figures/preferences-windows.png share/gnome/help/gnumeric/C/figures/print-large.png share/gnome/help/gnumeric/C/figures/print-preview-back.png share/gnome/help/gnumeric/C/figures/print-preview-first.png share/gnome/help/gnumeric/C/figures/print-preview-fit.png share/gnome/help/gnumeric/C/figures/print-preview-fitonetoone.png share/gnome/help/gnumeric/C/figures/print-preview-last.png share/gnome/help/gnumeric/C/figures/print-preview-next.png share/gnome/help/gnumeric/C/figures/print-preview-zoomin.png share/gnome/help/gnumeric/C/figures/print-preview-zoomout.png share/gnome/help/gnumeric/C/figures/print-worksheet-job.png share/gnome/help/gnumeric/C/figures/print-worksheet-paper.png share/gnome/help/gnumeric/C/figures/print-worksheet-printer.png share/gnome/help/gnumeric/C/figures/printing-preview.png share/gnome/help/gnumeric/C/figures/printing-setup-header-config.png share/gnome/help/gnumeric/C/figures/printing-setup-header.png share/gnome/help/gnumeric/C/figures/printing-setup-page.png share/gnome/help/gnumeric/C/figures/printing-setup-sheet.png share/gnome/help/gnumeric/C/figures/selection-1.png share/gnome/help/gnumeric/C/figures/selection-10.png share/gnome/help/gnumeric/C/figures/selection-2.png share/gnome/help/gnumeric/C/figures/selection-3.png share/gnome/help/gnumeric/C/figures/selection-4.png share/gnome/help/gnumeric/C/figures/selection-5.png share/gnome/help/gnumeric/C/figures/selection-8.png share/gnome/help/gnumeric/C/figures/selection-9.png share/gnome/help/gnumeric/C/figures/solver-01.png share/gnome/help/gnumeric/C/figures/solver-02.png share/gnome/help/gnumeric/C/figures/solver-03.png share/gnome/help/gnumeric/C/figures/solver-04.png share/gnome/help/gnumeric/C/figures/solver-05.png share/gnome/help/gnumeric/C/figures/textguru-export-panel1-withTags.png share/gnome/help/gnumeric/C/figures/textguru-export-panel2-withTags.png share/gnome/help/gnumeric/C/figures/textguru-import-panel1-withTags.png share/gnome/help/gnumeric/C/figures/textguru-import-panel2a-withTags.png share/gnome/help/gnumeric/C/figures/textguru-import-panel2b-withTags.png share/gnome/help/gnumeric/C/figures/textguru-import-panel3-withTags.png share/gnome/help/gnumeric/C/figures/toolbar-format.510.png share/gnome/help/gnumeric/C/figures/toolbar-object.png share/gnome/help/gnumeric/C/figures/toolbar-standard.510.png share/gnome/help/gnumeric/C/figures/toolbars.510.png share/gnome/help/gnumeric/C/figures/widget-checkbox.png share/gnome/help/gnumeric/C/figures/widget-combobox.png share/gnome/help/gnumeric/C/figures/widget-entryBox-outlined.png share/gnome/help/gnumeric/C/figures/widget-frame.png share/gnome/help/gnumeric/C/figures/widget-label.png share/gnome/help/gnumeric/C/figures/widget-list.png share/gnome/help/gnumeric/C/figures/widget-scrollbar.png share/gnome/help/gnumeric/C/figures/widget-slider.png share/gnome/help/gnumeric/C/figures/widget-spinbutton.png share/gnome/help/gnumeric/C/figures/worksheet-cols-1.png share/gnome/help/gnumeric/C/figures/worksheet-data-1.png share/gnome/help/gnumeric/C/figures/worksheet-data-2.png share/gnome/help/gnumeric/C/figures/worksheet-data-3.png share/gnome/help/gnumeric/C/figures/worksheet-data-4.png share/gnome/help/gnumeric/C/figures/worksheet-rows-1.png share/gnome/help/gnumeric/C/figures/worksheet-running-calc-1.png share/gnome/help/gnumeric/C/files-email.xml share/gnome/help/gnumeric/C/files-formats.xml share/gnome/help/gnumeric/C/files-opening.xml share/gnome/help/gnumeric/C/files-overview.xml share/gnome/help/gnumeric/C/files-saving.xml share/gnome/help/gnumeric/C/files-ssconvert.xml share/gnome/help/gnumeric/C/files-textopen.xml share/gnome/help/gnumeric/C/files-textsave.xml share/gnome/help/gnumeric/C/functions.xml share/gnome/help/gnumeric/C/getting-involved.xml share/gnome/help/gnumeric/C/gnumeric.xml share/gnome/help/gnumeric/C/graphics-drawings.xml share/gnome/help/gnumeric/C/graphics-images.xml share/gnome/help/gnumeric/C/graphics-overview.xml share/gnome/help/gnumeric/C/graphics-plots.xml share/gnome/help/gnumeric/C/graphics-widgets.xml share/gnome/help/gnumeric/C/gui-menus.xml share/gnome/help/gnumeric/C/gui-mouse.xml share/gnome/help/gnumeric/C/gui-other-elements.xml share/gnome/help/gnumeric/C/gui-overview.xml share/gnome/help/gnumeric/C/gui-toolbars.xml share/gnome/help/gnumeric/C/installing.xml share/gnome/help/gnumeric/C/legal.xml share/gnome/help/gnumeric/C/manual-usage.xml share/gnome/help/gnumeric/C/morehelp.xml share/gnome/help/gnumeric/C/printing.xml share/gnome/help/gnumeric/C/quick-start.xml share/gnome/help/gnumeric/C/welcome.xml share/gnome/help/gnumeric/C/workbooks.xml share/gnome/help/gnumeric/C/worksheets.xml share/gnome/mc/templates/gnumeric.desktop share/gnome/mime-info/gnumeric.keys share/gnome/mime-info/gnumeric.mime share/gnome/omf/gnumeric/gnumeric-C.omf share/gnome/pixmaps/gnome-application-vnd.lotus-1-2-3.png share/gnome/pixmaps/gnome-application-x-applix-spreadsheet.png share/gnome/pixmaps/gnome-application-x-generic-spreadsheet.png share/gnome/pixmaps/gnome-application-x-gnumeric.png share/gnome/pixmaps/gnome-application-x-xls.png share/gnome/pixmaps/gnome-gnumeric.png share/gnome/pixmaps/gnumeric/down-right.png share/gnome/pixmaps/gnumeric/gnome-application-vnd.lotus-1-2-3.png share/gnome/pixmaps/gnumeric/gnome-application-x-applix-spreadsheet.png share/gnome/pixmaps/gnumeric/gnome-application-x-generic-spreadsheet.png share/gnome/pixmaps/gnumeric/gnome-application-x-gnumeric.png share/gnome/pixmaps/gnumeric/gnome-application-x-xls.png share/gnome/pixmaps/gnumeric/gnome-gnumeric.png share/gnome/pixmaps/gnumeric/gnumeric-about.png share/gnome/pixmaps/gnumeric/orient-horizontal.png share/gnome/pixmaps/gnumeric/orient-vertical.png share/gnome/pixmaps/gnumeric/right-down.png share/gnome/pixmaps/gnumeric/stf-druid.png share/gnome/pixmaps/gnumeric/win32-gnumeric.ico share/gnome/pixmaps/win32-gnumeric.ico share/locale/am/LC_MESSAGES/gnumeric-functions.mo share/locale/am/LC_MESSAGES/gnumeric.mo share/locale/az/LC_MESSAGES/gnumeric-functions.mo share/locale/az/LC_MESSAGES/gnumeric.mo share/locale/bg/LC_MESSAGES/gnumeric-functions.mo share/locale/bg/LC_MESSAGES/gnumeric.mo share/locale/ca/LC_MESSAGES/gnumeric-functions.mo share/locale/ca/LC_MESSAGES/gnumeric.mo share/locale/cs/LC_MESSAGES/gnumeric-functions.mo share/locale/cs/LC_MESSAGES/gnumeric.mo share/locale/da/LC_MESSAGES/gnumeric-functions.mo share/locale/da/LC_MESSAGES/gnumeric.mo share/locale/de/LC_MESSAGES/gnumeric-functions.mo share/locale/de/LC_MESSAGES/gnumeric.mo share/locale/el/LC_MESSAGES/gnumeric-functions.mo share/locale/el/LC_MESSAGES/gnumeric.mo share/locale/en_CA/LC_MESSAGES/gnumeric-functions.mo share/locale/en_CA/LC_MESSAGES/gnumeric.mo share/locale/en_GB/LC_MESSAGES/gnumeric-functions.mo share/locale/en_GB/LC_MESSAGES/gnumeric.mo share/locale/es/LC_MESSAGES/gnumeric-functions.mo share/locale/es/LC_MESSAGES/gnumeric.mo share/locale/et/LC_MESSAGES/gnumeric-functions.mo share/locale/et/LC_MESSAGES/gnumeric.mo share/locale/fi/LC_MESSAGES/gnumeric-functions.mo share/locale/fi/LC_MESSAGES/gnumeric.mo share/locale/fr/LC_MESSAGES/gnumeric-functions.mo share/locale/fr/LC_MESSAGES/gnumeric.mo share/locale/ga/LC_MESSAGES/gnumeric-functions.mo share/locale/ga/LC_MESSAGES/gnumeric.mo share/locale/gl/LC_MESSAGES/gnumeric-functions.mo share/locale/gl/LC_MESSAGES/gnumeric.mo share/locale/he/LC_MESSAGES/gnumeric-functions.mo share/locale/he/LC_MESSAGES/gnumeric.mo share/locale/hr/LC_MESSAGES/gnumeric-functions.mo share/locale/hr/LC_MESSAGES/gnumeric.mo share/locale/hu/LC_MESSAGES/gnumeric-functions.mo share/locale/hu/LC_MESSAGES/gnumeric.mo share/locale/it/LC_MESSAGES/gnumeric-functions.mo share/locale/it/LC_MESSAGES/gnumeric.mo share/locale/ja/LC_MESSAGES/gnumeric-functions.mo share/locale/ja/LC_MESSAGES/gnumeric.mo share/locale/ko/LC_MESSAGES/gnumeric-functions.mo share/locale/ko/LC_MESSAGES/gnumeric.mo share/locale/lt/LC_MESSAGES/gnumeric-functions.mo share/locale/lt/LC_MESSAGES/gnumeric.mo share/locale/lv/LC_MESSAGES/gnumeric-functions.mo share/locale/lv/LC_MESSAGES/gnumeric.mo share/locale/ml/LC_MESSAGES/gnumeric-functions.mo share/locale/ml/LC_MESSAGES/gnumeric.mo share/locale/mr/LC_MESSAGES/gnumeric-functions.mo share/locale/mr/LC_MESSAGES/gnumeric.mo share/locale/ms/LC_MESSAGES/gnumeric-functions.mo share/locale/ms/LC_MESSAGES/gnumeric.mo share/locale/nb/LC_MESSAGES/gnumeric-functions.mo share/locale/nb/LC_MESSAGES/gnumeric.mo share/locale/nl/LC_MESSAGES/gnumeric-functions.mo share/locale/nl/LC_MESSAGES/gnumeric.mo share/locale/nn/LC_MESSAGES/gnumeric-functions.mo share/locale/nn/LC_MESSAGES/gnumeric.mo share/locale/no/LC_MESSAGES/gnumeric-functions.mo share/locale/no/LC_MESSAGES/gnumeric.mo share/locale/pl/LC_MESSAGES/gnumeric-functions.mo share/locale/pl/LC_MESSAGES/gnumeric.mo share/locale/pt/LC_MESSAGES/gnumeric-functions.mo share/locale/pt/LC_MESSAGES/gnumeric.mo share/locale/pt_BR/LC_MESSAGES/gnumeric-functions.mo share/locale/pt_BR/LC_MESSAGES/gnumeric.mo share/locale/ro/LC_MESSAGES/gnumeric-functions.mo share/locale/ro/LC_MESSAGES/gnumeric.mo share/locale/ru/LC_MESSAGES/gnumeric-functions.mo share/locale/ru/LC_MESSAGES/gnumeric.mo share/locale/rw/LC_MESSAGES/gnumeric-functions.mo share/locale/rw/LC_MESSAGES/gnumeric.mo share/locale/sk/LC_MESSAGES/gnumeric-functions.mo share/locale/sk/LC_MESSAGES/gnumeric.mo share/locale/sr/LC_MESSAGES/gnumeric-functions.mo share/locale/sr/LC_MESSAGES/gnumeric.mo share/locale/sr@Latn/LC_MESSAGES/gnumeric-functions.mo share/locale/sr@Latn/LC_MESSAGES/gnumeric.mo share/locale/sv/LC_MESSAGES/gnumeric-functions.mo share/locale/sv/LC_MESSAGES/gnumeric.mo share/locale/te/LC_MESSAGES/gnumeric-functions.mo share/locale/te/LC_MESSAGES/gnumeric.mo share/locale/tr/LC_MESSAGES/gnumeric-functions.mo share/locale/tr/LC_MESSAGES/gnumeric.mo share/locale/uk/LC_MESSAGES/gnumeric-functions.mo share/locale/uk/LC_MESSAGES/gnumeric.mo share/locale/vi/LC_MESSAGES/gnumeric-functions.mo share/locale/vi/LC_MESSAGES/gnumeric.mo share/locale/zh_CN/LC_MESSAGES/gnumeric-functions.mo share/locale/zh_CN/LC_MESSAGES/gnumeric.mo share/locale/zh_TW/LC_MESSAGES/gnumeric-functions.mo share/locale/zh_TW/LC_MESSAGES/gnumeric.mo @dirrm share/gnome/pixmaps/gnumeric @dirrm share/gnome/omf/gnumeric @dirrm share/gnome/help/gnumeric/C/figures @dirrm share/gnome/help/gnumeric/C @dirrm share/gnome/help/gnumeric @dirrm share/gnome/gnumeric/%%VERSION%%/templates @dirrm share/gnome/gnumeric/%%VERSION%%/idl @dirrm share/gnome/gnumeric/%%VERSION%%/glade @dirrm share/gnome/gnumeric/%%VERSION%%/autoformat-templates/List @dirrm share/gnome/gnumeric/%%VERSION%%/autoformat-templates/General @dirrm share/gnome/gnumeric/%%VERSION%%/autoformat-templates/Financial @dirrm share/gnome/gnumeric/%%VERSION%%/autoformat-templates/Colourful @dirrm share/gnome/gnumeric/%%VERSION%%/autoformat-templates/Classical @dirrm share/gnome/gnumeric/%%VERSION%%/autoformat-templates/3D @dirrm share/gnome/gnumeric/%%VERSION%%/autoformat-templates @dirrm share/gnome/gnumeric/%%VERSION%% @dirrm share/gnome/gnumeric @dirrm lib/gnumeric/%%VERSION%%/plugins/xbase @dirrm lib/gnumeric/%%VERSION%%/plugins/uihello @dirrm lib/gnumeric/%%VERSION%%/plugins/sylk @dirrm lib/gnumeric/%%VERSION%%/plugins/sc @dirrm lib/gnumeric/%%VERSION%%/plugins/sample_datasource @dirrm lib/gnumeric/%%VERSION%%/plugins/qpro @dirrm lib/gnumeric/%%VERSION%%/plugins/python-loader @dirrm lib/gnumeric/%%VERSION%%/plugins/py-func +@dirrm lib/gnumeric/%%VERSION%%/plugins/psiconv @dirrm lib/gnumeric/%%VERSION%%/plugins/plan_perfect %%PERL%%@dirrm lib/gnumeric/%%VERSION%%/plugins/perl-loader %%PERL%%@dirrm lib/gnumeric/%%VERSION%%/plugins/perl-func @dirrm lib/gnumeric/%%VERSION%%/plugins/openoffice @dirrm lib/gnumeric/%%VERSION%%/plugins/oleo @dirrm lib/gnumeric/%%VERSION%%/plugins/numtheory @dirrm lib/gnumeric/%%VERSION%%/plugins/mps @dirrm lib/gnumeric/%%VERSION%%/plugins/lotus @dirrm lib/gnumeric/%%VERSION%%/plugins/html @dirrm lib/gnumeric/%%VERSION%%/plugins/gnome-glossary @dirrm lib/gnumeric/%%VERSION%%/plugins/gnome-db @dirrm lib/gnumeric/%%VERSION%%/plugins/gdaif @dirrm lib/gnumeric/%%VERSION%%/plugins/fn-string @dirrm lib/gnumeric/%%VERSION%%/plugins/fn-stat @dirrm lib/gnumeric/%%VERSION%%/plugins/fn-random @dirrm lib/gnumeric/%%VERSION%%/plugins/fn-r @dirrm lib/gnumeric/%%VERSION%%/plugins/fn-math @dirrm lib/gnumeric/%%VERSION%%/plugins/fn-lookup @dirrm lib/gnumeric/%%VERSION%%/plugins/fn-logical @dirrm lib/gnumeric/%%VERSION%%/plugins/fn-info @dirrm lib/gnumeric/%%VERSION%%/plugins/fn-financial @dirrm lib/gnumeric/%%VERSION%%/plugins/fn-erlang @dirrm lib/gnumeric/%%VERSION%%/plugins/fn-eng @dirrm lib/gnumeric/%%VERSION%%/plugins/fn-date @dirrm lib/gnumeric/%%VERSION%%/plugins/fn-database @dirrm lib/gnumeric/%%VERSION%%/plugins/fn-complex @dirrm lib/gnumeric/%%VERSION%%/plugins/excel @dirrm lib/gnumeric/%%VERSION%%/plugins/dif @dirrm lib/gnumeric/%%VERSION%%/plugins/derivatives @dirrm lib/gnumeric/%%VERSION%%/plugins/corba @dirrm lib/gnumeric/%%VERSION%%/plugins/applix @dirrm lib/gnumeric/%%VERSION%%/plugins @dirrm lib/gnumeric/%%VERSION%% @dirrm lib/gnumeric @unexec update-desktop-database > /dev/null || /usr/bin/true Property changes on: head/math/gnumeric/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.54 \ No newline at end of property +1.55 \ No newline at end of property