ports/188561: [UPDATE] devel/goffice010 to 0.10.13

Olivier Duchateau olivierd at FreeBSD.org
Sun Apr 13 17:10:00 UTC 2014


>Number:         188561
>Category:       ports
>Synopsis:       [UPDATE] devel/goffice010 to 0.10.13
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 13 17:10:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Olivier Duchateau
>Release:        
>Organization:
>Environment:
>Description:
- Update to 0.10.13

It depends of PR188522 [1] (otherwise GObject Introspection files are not generated) and r351230 (add textproc/lasem into ports tree).

[1] http://www.freebsd.org/cgi/query-pr.cgi?pr=188522
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
--- Makefile	(révision 351227)
+++ Makefile	(copie de travail)
@@ -3,7 +3,7 @@
 #   $MCom: ports/trunk/devel/goffice/Makefile 18385 2013-04-22 12:56:25Z kwm $
 
 PORTNAME=	goffice
-PORTVERSION=	0.10.11
+PORTVERSION=	0.10.13
 CATEGORIES=	devel gnome
 MASTER_SITES=	GNOME
 PKGNAMESUFFIX=	010
@@ -12,24 +12,28 @@
 COMMENT=	GLib/GTK+ set of document centric objects and utilities
 
 LICENSE=	GPLv2
-LICENSE_FILE=	${WRKSRC}/COPYING
 
-USE_XZ=		yes
-USE_GNOME=	gnomeprefix gtk30 intlhack libgsf librsvg2
-USES=		gettext gmake libtool pathfix pkgconfig
+LIB_DEPENDS=	liblasem-0.4.so:${PORTSDIR}/textproc/lasem
+
+USE_GNOME=	glib20 gtk30 intlhack libgsf librsvg2 gdkpixbuf2 \
+	libxml2 libxslt introspection:build
+USES=		gettext gmake libtool pathfix pkgconfig tar:xz
 GNU_CONFIGURE=	yes
+USE_XORG=	xext xft xrender
 USE_LDCONFIG=	yes
-CPPFLAGS+=	-I${LOCALBASE}/include
+CFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 INSTALL_TARGET=	install-strip
-CONFIGURE_ARGS=	--with-lasem=no --with-config-backend=gsettings
-CONFIGURE_ARGS+=--enable-compile-warnings=no
+CONFIGURE_ARGS=	--with-lasem=yes --with-config-backend=gsettings \
+	--enable-introspection=yes \
+	--enable-compile-warnings=no \
+	--with-html-dir=${PREFIX}/share/gtk-doc/html
 
-PLIST_SUB=	VERSION=${PORTVERSION} SHORT_VER=${SHORT_VER} \
-		LIBVERSION=10.0.11
-SHORT_VER=	0.10
+PLIST_SUB=	VERSION=${PORTVERSION} SHORT_VER=${PORTVERSION:R}
 
-post-install:
-	@${MKDIR} ${STAGEDIR}${PREFIX}/lib/goffice/${SHORT_VER}/plugins
+OPTIONS_DEFINE=	PS
 
+OPTIONS_SUB=	yes
+PS_LIB_DEPENDS=	libspectre.so:${PORTSDIR}/print/libspectre
+
 .include <bsd.port.mk>
Index: distinfo
===================================================================
--- distinfo	(révision 351227)
+++ distinfo	(copie de travail)
@@ -1,2 +1,2 @@
-SHA256 (goffice-0.10.11.tar.xz) = 43f419aff4ecdfff8c201e2cac884050e6906dc679e6bbac9c6647c6c706ff24
-SIZE (goffice-0.10.11.tar.xz) = 2228656
+SHA256 (goffice-0.10.13.tar.xz) = 660d97c59a152ba96b627aa3a6d61dafd85e01db804ae27f466fd6ce1b41d6c9
+SIZE (goffice-0.10.13.tar.xz) = 2259764
Index: files/patch-configure
===================================================================
--- files/patch-configure	(révision 0)
+++ files/patch-configure	(copie de travail)
@@ -0,0 +1,20 @@
+--- ./configure.orig	2014-03-06 22:31:44.000000000 +0000
++++ ./configure	2014-04-12 22:43:42.000000000 +0000
+@@ -987,7 +987,7 @@
+ localstatedir='${prefix}/var'
+ includedir='${prefix}/include'
+ oldincludedir='/usr/include'
+-docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
++docdir='${datarootdir}/gtk-doc/html/${PACKAGE_TARNAME}'
+ infodir='${datarootdir}/info'
+ htmldir='${docdir}'
+ dvidir='${docdir}'
+@@ -16721,7 +16721,7 @@
+ 
+ 
+ 
+-goffice_datadir='${datadir}/goffice/${VERSION}'
++goffice_datadir='${datadir}/goffice'
+ 
+ goffice_libdir='${libdir}/goffice/${VERSION}'
+ 

Index: pkg-plist
===================================================================
--- pkg-plist	(révision 351227)
+++ pkg-plist	(copie de travail)
@@ -109,6 +109,7 @@
 include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-line-selector.h
 include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-locale-sel.h
 include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-marker-selector.h
+include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-math-editor.h
 include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-optionmenu.h
 include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-palette.h
 include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-pattern-selector.h
@@ -146,6 +147,7 @@
 include/libgoffice-%%SHORT_VER%%/goffice/utils/go-line.h
 include/libgoffice-%%SHORT_VER%%/goffice/utils/go-locale.h
 include/libgoffice-%%SHORT_VER%%/goffice/utils/go-marker.h
+include/libgoffice-%%SHORT_VER%%/goffice/utils/go-mml-to-itex.h
 include/libgoffice-%%SHORT_VER%%/goffice/utils/go-pango-extras.h
 include/libgoffice-%%SHORT_VER%%/goffice/utils/go-path.h
 include/libgoffice-%%SHORT_VER%%/goffice/utils/go-pattern.h
@@ -161,6 +163,10 @@
 include/libgoffice-%%SHORT_VER%%/goffice/utils/go-units.h
 include/libgoffice-%%SHORT_VER%%/goffice/utils/goffice-utils.h
 include/libgoffice-%%SHORT_VER%%/goffice/utils/regutf8.h
+lib/girepository-1.0/GOffice-%%SHORT_VER%%.typelib
+lib/goffice/%%VERSION%%/plugins/lasem/lasem.la
+lib/goffice/%%VERSION%%/plugins/lasem/lasem.so
+lib/goffice/%%VERSION%%/plugins/lasem/plugin.xml
 lib/goffice/%%VERSION%%/plugins/plot_barcol/barcol.la
 lib/goffice/%%VERSION%%/plugins/plot_barcol/barcol.so
 lib/goffice/%%VERSION%%/plugins/plot_barcol/plot-types.xml
@@ -200,166 +206,175 @@
 lib/libgoffice-%%SHORT_VER%%.la
 lib/libgoffice-%%SHORT_VER%%.so
 lib/libgoffice-%%SHORT_VER%%.so.10
-lib/libgoffice-%%SHORT_VER%%.so.%%LIBVERSION%%
+lib/libgoffice-%%SHORT_VER%%.so.10.0.13
 libdata/pkgconfig/libgoffice-%%SHORT_VER%%.pc
-share/doc/goffice-%%SHORT_VER%%/GOArrow.html
-share/doc/goffice-%%SHORT_VER%%/GOBezierSpline.html
-share/doc/goffice-%%SHORT_VER%%/GOCalendarButton.html
-share/doc/goffice-%%SHORT_VER%%/GOCharmapSel.html
-share/doc/goffice-%%SHORT_VER%%/GOCmdContext.html
-share/doc/goffice-%%SHORT_VER%%/GOColorGroup.html
-share/doc/goffice-%%SHORT_VER%%/GOComboBox.html
-share/doc/goffice-%%SHORT_VER%%/GOComboColor.html
-share/doc/goffice-%%SHORT_VER%%/GOComboPixmaps.html
-share/doc/goffice-%%SHORT_VER%%/GOComponent.html
-share/doc/goffice-%%SHORT_VER%%/GOData.html
-share/doc/goffice-%%SHORT_VER%%/GODataMatrix.html
-share/doc/goffice-%%SHORT_VER%%/GODataScalar.html
-share/doc/goffice-%%SHORT_VER%%/GODateConventions.html
-share/doc/goffice-%%SHORT_VER%%/GODistribution.html
-share/doc/goffice-%%SHORT_VER%%/GODoc.html
-share/doc/goffice-%%SHORT_VER%%/GODocControl.html
-share/doc/goffice-%%SHORT_VER%%/GOEditor.html
-share/doc/goffice-%%SHORT_VER%%/GOErrorInfo.html
-share/doc/goffice-%%SHORT_VER%%/GOFileSaver.html
-share/doc/goffice-%%SHORT_VER%%/GOFontSel.html
-share/doc/goffice-%%SHORT_VER%%/GOFormat.html
-share/doc/goffice-%%SHORT_VER%%/GOFormatSel.html
-share/doc/goffice-%%SHORT_VER%%/GOGraphWidget.html
-share/doc/goffice-%%SHORT_VER%%/GOIOContext.html
-share/doc/goffice-%%SHORT_VER%%/GOImage.html
-share/doc/goffice-%%SHORT_VER%%/GOLocaleSel.html
-share/doc/goffice-%%SHORT_VER%%/GOMarker.html
-share/doc/goffice-%%SHORT_VER%%/GOOptionMenu.html
-share/doc/goffice-%%SHORT_VER%%/GOPalette.html
-share/doc/goffice-%%SHORT_VER%%/GOPath.html
-share/doc/goffice-%%SHORT_VER%%/GOPersist.html
-share/doc/goffice-%%SHORT_VER%%/GOPixbuf.html
-share/doc/goffice-%%SHORT_VER%%/GOPlugin.html
-share/doc/goffice-%%SHORT_VER%%/GOPluginLoader.html
-share/doc/goffice-%%SHORT_VER%%/GOPluginLoaderModule.html
-share/doc/goffice-%%SHORT_VER%%/GOPluginService.html
-share/doc/goffice-%%SHORT_VER%%/GORotationSel.html
-share/doc/goffice-%%SHORT_VER%%/GOSearchReplace.html
-share/doc/goffice-%%SHORT_VER%%/GOSelector.html
-share/doc/goffice-%%SHORT_VER%%/GOString.html
-share/doc/goffice-%%SHORT_VER%%/GOStyle.html
-share/doc/goffice-%%SHORT_VER%%/GOStyledObject.html
-share/doc/goffice-%%SHORT_VER%%/GOUndoUnary.html
-share/doc/goffice-%%SHORT_VER%%/GoView.html
-share/doc/goffice-%%SHORT_VER%%/GocArc.html
-share/doc/goffice-%%SHORT_VER%%/GocCanvas.html
-share/doc/goffice-%%SHORT_VER%%/GocCircle.html
-share/doc/goffice-%%SHORT_VER%%/GocEllipse.html
-share/doc/goffice-%%SHORT_VER%%/GocGraph.html
-share/doc/goffice-%%SHORT_VER%%/GocGroup.html
-share/doc/goffice-%%SHORT_VER%%/GocItem.html
-share/doc/goffice-%%SHORT_VER%%/GocLine.html
-share/doc/goffice-%%SHORT_VER%%/GocPixbuf.html
-share/doc/goffice-%%SHORT_VER%%/GocPolygon.html
-share/doc/goffice-%%SHORT_VER%%/GocPolyline.html
-share/doc/goffice-%%SHORT_VER%%/GocRectangle.html
-share/doc/goffice-%%SHORT_VER%%/GocStyledItem.html
-share/doc/goffice-%%SHORT_VER%%/GocText.html
-share/doc/goffice-%%SHORT_VER%%/GocWidget.html
-share/doc/goffice-%%SHORT_VER%%/Gog3DBox.html
-share/doc/goffice-%%SHORT_VER%%/GogAxis.html
-share/doc/goffice-%%SHORT_VER%%/GogAxisColorMap.html
-share/doc/goffice-%%SHORT_VER%%/GogAxisLine.html
-share/doc/goffice-%%SHORT_VER%%/GogAxisMap.html
-share/doc/goffice-%%SHORT_VER%%/GogChart.html
-share/doc/goffice-%%SHORT_VER%%/GogChartMap.html
-share/doc/goffice-%%SHORT_VER%%/GogColorScale.html
-share/doc/goffice-%%SHORT_VER%%/GogDataEditor.html
-share/doc/goffice-%%SHORT_VER%%/GogDataset.html
-share/doc/goffice-%%SHORT_VER%%/GogErrorBar.html
-share/doc/goffice-%%SHORT_VER%%/GogGraph.html
-share/doc/goffice-%%SHORT_VER%%/GogGrid.html
-share/doc/goffice-%%SHORT_VER%%/GogGridLine.html
-share/doc/goffice-%%SHORT_VER%%/GogLabel.html
-share/doc/goffice-%%SHORT_VER%%/GogLegend.html
-share/doc/goffice-%%SHORT_VER%%/GogObject.html
-share/doc/goffice-%%SHORT_VER%%/GogOutlinedView.html
-share/doc/goffice-%%SHORT_VER%%/GogPlot.html
-share/doc/goffice-%%SHORT_VER%%/GogRegCurve.html
-share/doc/goffice-%%SHORT_VER%%/GogRegEqn.html
-share/doc/goffice-%%SHORT_VER%%/GogRenderer.html
-share/doc/goffice-%%SHORT_VER%%/GogSeries.html
-share/doc/goffice-%%SHORT_VER%%/GogSeriesLabels.html
-share/doc/goffice-%%SHORT_VER%%/GogSeriesLines.html
-share/doc/goffice-%%SHORT_VER%%/GogSmoothedCurve.html
-share/doc/goffice-%%SHORT_VER%%/GogStyledObject.html
-share/doc/goffice-%%SHORT_VER%%/GogText.html
-share/doc/goffice-%%SHORT_VER%%/GogTrendLine.html
-share/doc/goffice-%%SHORT_VER%%/GogView.html
-share/doc/goffice-%%SHORT_VER%%/annotation-glossary.html
-share/doc/goffice-%%SHORT_VER%%/ch01.html
-share/doc/goffice-%%SHORT_VER%%/ch02.html
-share/doc/goffice-%%SHORT_VER%%/ch03.html
-share/doc/goffice-%%SHORT_VER%%/ch04.html
-share/doc/goffice-%%SHORT_VER%%/ch05.html
-share/doc/goffice-%%SHORT_VER%%/ch06.html
-share/doc/goffice-%%SHORT_VER%%/ch07.html
-share/doc/goffice-%%SHORT_VER%%/ch08.html
-share/doc/goffice-%%SHORT_VER%%/ch09.html
-share/doc/goffice-%%SHORT_VER%%/ch10.html
-share/doc/goffice-%%SHORT_VER%%/ch11.html
-share/doc/goffice-%%SHORT_VER%%/ch12.html
-share/doc/goffice-%%SHORT_VER%%/ch13.html
-share/doc/goffice-%%SHORT_VER%%/ch14.html
-share/doc/goffice-%%SHORT_VER%%/ch15.html
-share/doc/goffice-%%SHORT_VER%%/ch16.html
-share/doc/goffice-%%SHORT_VER%%/ch17.html
-share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-Cairo-utilities.html
-share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-Components-factory.html
-share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-Cubic-splines.html
-share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-Encapsulated-Postscript-support.html
-share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-Families-and-types.html
-share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-Fast-Fourier-transform.html
-share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-File-utilities.html
-share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-Files.html
-share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-GLib-extras.html
-share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-GOAccumulator.html
-share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-GOColor.html
-share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-GOComplex.html
-share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-GODataCVector.html
-share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-GOFileOpeners.html
-share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-GOFont.html
-share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-GOPattern.html
-share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-GOQuad.html
-share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-GORange.html
-share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-GORegexp.html
-share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-GORegression.html
-share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-Geometry-helpers.html
-share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-Gettings-Started-with-GOffice.html
-share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-GogTool.html
-share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-Gradient.html
-share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-Graph-editor-dialog.html
-share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-LibXML-extras.html
-share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-Line.html
-share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-Mathematics.html
-share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-Miscellaneous.html
-share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-Scalable-Vector-Graphics-support.html
-share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-Simple-data.html
-share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-Structures.html
-share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-Theming.html
-share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-URL-utilities.html
-share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-Units.html
-share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-Utils.html
-share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-Windows-Metafiles-support.html
-share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%.devhelp2
-share/doc/goffice-%%SHORT_VER%%/gsf-index.html
-share/doc/goffice-%%SHORT_VER%%/home.png
-share/doc/goffice-%%SHORT_VER%%/index.html
-share/doc/goffice-%%SHORT_VER%%/index.sgml
-share/doc/goffice-%%SHORT_VER%%/left.png
-share/doc/goffice-%%SHORT_VER%%/pt01.html
-share/doc/goffice-%%SHORT_VER%%/pt02.html
-share/doc/goffice-%%SHORT_VER%%/pt03.html
-share/doc/goffice-%%SHORT_VER%%/pt04.html
-share/doc/goffice-%%SHORT_VER%%/right.png
-share/doc/goffice-%%SHORT_VER%%/style.css
-share/doc/goffice-%%SHORT_VER%%/up.png
+share/gir-1.0/GOffice-%%SHORT_VER%%.gir
+%%DATADIR%%/mmlitex/README
+%%DATADIR%%/mmlitex/cmarkup.xsl
+%%DATADIR%%/mmlitex/entities.xsl
+%%DATADIR%%/mmlitex/glayout.xsl
+%%DATADIR%%/mmlitex/mmlitex.xsl
+%%DATADIR%%/mmlitex/scripts.xsl
+%%DATADIR%%/mmlitex/tables.xsl
+%%DATADIR%%/mmlitex/tokens.xsl
+share/gtk-doc/html/goffice-%%SHORT_VER%%/GOArrow.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/GOBezierSpline.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/GOCalendarButton.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/GOCharmapSel.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/GOCmdContext.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/GOColorGroup.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/GOComboBox.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/GOComboColor.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/GOComboPixmaps.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/GOComponent.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/GOData.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/GODataMatrix.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/GODataScalar.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/GODateConventions.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/GODistribution.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/GODoc.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/GODocControl.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/GOEditor.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/GOErrorInfo.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/GOFileSaver.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/GOFontSel.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/GOFormat.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/GOFormatSel.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/GOGraphWidget.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/GOIOContext.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/GOImage.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/GOLocaleSel.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/GOMarker.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/GOOptionMenu.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/GOPalette.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/GOPath.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/GOPersist.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/GOPixbuf.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/GOPlugin.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/GOPluginLoader.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/GOPluginLoaderModule.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/GOPluginService.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/GORotationSel.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/GOSearchReplace.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/GOSelector.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/GOString.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/GOStyle.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/GOStyledObject.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/GOUndoUnary.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/GoView.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/GocArc.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/GocCanvas.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/GocCircle.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/GocEllipse.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/GocGraph.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/GocGroup.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/GocItem.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/GocLine.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/GocPixbuf.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/GocPolygon.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/GocPolyline.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/GocRectangle.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/GocStyledItem.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/GocText.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/GocWidget.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/Gog3DBox.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/GogAxis.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/GogAxisColorMap.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/GogAxisLine.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/GogAxisMap.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/GogChart.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/GogChartMap.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/GogColorScale.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/GogDataEditor.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/GogDataset.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/GogErrorBar.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/GogGraph.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/GogGrid.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/GogGridLine.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/GogLabel.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/GogLegend.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/GogObject.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/GogOutlinedView.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/GogPlot.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/GogRegCurve.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/GogRegEqn.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/GogRenderer.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/GogSeries.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/GogSeriesLabels.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/GogSeriesLines.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/GogSmoothedCurve.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/GogStyledObject.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/GogText.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/GogTrendLine.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/GogView.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/annotation-glossary.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/ch01.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/ch02.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/ch03.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/ch04.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/ch05.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/ch06.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/ch07.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/ch08.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/ch09.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/ch10.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/ch11.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/ch12.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/ch13.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/ch14.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/ch15.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/ch16.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/ch17.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-Cairo-utilities.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-Components-factory.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-Cubic-splines.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-Encapsulated-Postscript-support.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-Families-and-types.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-Fast-Fourier-transform.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-File-utilities.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-Files.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-GLib-extras.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-GOAccumulator.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-GOColor.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-GOComplex.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-GODataCVector.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-GOFileOpeners.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-GOFont.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-GOPattern.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-GOQuad.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-GORange.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-GORegexp.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-GORegression.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-Geometry-helpers.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-Gettings-Started-with-GOffice.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-GogTool.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-Gradient.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-Graph-editor-dialog.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-LibXML-extras.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-Line.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-Mathematics.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-Miscellaneous.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-Scalable-Vector-Graphics-support.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-Simple-data.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-Structures.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-Theming.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-URL-utilities.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-Units.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-Utils.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-Windows-Metafiles-support.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%.devhelp2
+share/gtk-doc/html/goffice-%%SHORT_VER%%/gsf-index.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/home.png
+share/gtk-doc/html/goffice-%%SHORT_VER%%/index.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/index.sgml
+share/gtk-doc/html/goffice-%%SHORT_VER%%/left.png
+share/gtk-doc/html/goffice-%%SHORT_VER%%/pt01.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/pt02.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/pt03.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/pt04.html
+share/gtk-doc/html/goffice-%%SHORT_VER%%/right.png
+share/gtk-doc/html/goffice-%%SHORT_VER%%/style.css
+share/gtk-doc/html/goffice-%%SHORT_VER%%/up.png
 share/locale/am/LC_MESSAGES/goffice-%%VERSION%%.mo
 share/locale/ar/LC_MESSAGES/goffice-%%VERSION%%.mo
 share/locale/ast/LC_MESSAGES/goffice-%%VERSION%%.mo
@@ -426,8 +441,9 @@
 @dirrmtry share/locale/ca at valencia
 @dirrmtry share/locale/ast/LC_MESSAGES
 @dirrmtry share/locale/ast
- at exec /bin/mkdir -p %D/lib/goffice/%%SHORT_VER%%/plugins
- at dirrm share/doc/goffice-%%SHORT_VER%%
+ at dirrm share/gtk-doc/html/goffice-%%SHORT_VER%%
+ at dirrm %%DATADIR%%/mmlitex
+ at dirrm %%DATADIR%%
 @dirrm lib/goffice/%%VERSION%%/plugins/smoothing
 @dirrm lib/goffice/%%VERSION%%/plugins/reg_logfit
 @dirrm lib/goffice/%%VERSION%%/plugins/reg_linear
@@ -437,11 +453,10 @@
 @dirrm lib/goffice/%%VERSION%%/plugins/plot_pie
 @dirrm lib/goffice/%%VERSION%%/plugins/plot_distrib
 @dirrm lib/goffice/%%VERSION%%/plugins/plot_barcol
+ at dirrm lib/goffice/%%VERSION%%/plugins/lasem
 @dirrm lib/goffice/%%VERSION%%/plugins
 @dirrm lib/goffice/%%VERSION%%
- at dirrm lib/goffice/%%SHORT_VER%%/plugins
- at dirrm lib/goffice/%%SHORT_VER%%
- at dirrmtry lib/goffice
+ at dirrm lib/goffice
 @dirrm include/libgoffice-%%SHORT_VER%%/goffice/utils
 @dirrm include/libgoffice-%%SHORT_VER%%/goffice/math
 @dirrm include/libgoffice-%%SHORT_VER%%/goffice/gtk


>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list