Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Apr 2014 20:30:01 GMT
From:      Olivier Duchateau <olivierd@freebsd.org>
To:        gnome@FreeBSD.org
Subject:   Re: ports/188618: [UPDATE] devel/goffice010 to 0.10.14
Message-ID:  <201404142030.s3EKU1ni014456@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/188618; it has been noted by GNATS.

From: Olivier Duchateau <olivierd@freebsd.org>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/188618: [UPDATE] devel/goffice010 to 0.10.14
Date: Mon, 14 Apr 2014 22:21:46 +0000

 This is a multi-part message in MIME format.
 
 --Multipart=_Mon__14_Apr_2014_22_21_46_+0000_YQzLvt3qmTBHktp1
 Content-Type: text/plain; charset=US-ASCII
 Content-Transfer-Encoding: 7bit
 
 On Mon, 14 Apr 2014 15:50:07 GMT
 edwin@FreeBSD.org wrote:
 
 > Synopsis: [UPDATE] devel/goffice010 to 0.10.14
 > 
 > Responsible-Changed-From-To: freebsd-ports-bugs->gnome
 > Responsible-Changed-By: edwin
 > Responsible-Changed-When: Mon Apr 14 15:50:07 UTC 2014
 > Responsible-Changed-Why: 
 > Over to maintainer (via the GNATS Auto Assign Tool)
 > 
 > http://www.freebsd.org/cgi/query-pr.cgi?pr=188618
 > _______________________________________________
 > freebsd-gnome@freebsd.org mailing list
 > http://lists.freebsd.org/mailman/listinfo/freebsd-gnome
 > To unsubscribe, send any mail to "freebsd-gnome-unsubscribe@freebsd.org"
 
 New patch, which fixes creation of additional plugins directory.
 
 -- 
 olivier
 
 --Multipart=_Mon__14_Apr_2014_22_21_46_+0000_YQzLvt3qmTBHktp1
 Content-Type: text/plain;
  name="goffice010.txt"
 Content-Disposition: attachment;
  filename="goffice010.txt"
 Content-Transfer-Encoding: quoted-printable
 
 Index: Makefile
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
 --- Makefile	(r=E9vision 351285)
 +++ Makefile	(copie de travail)
 @@ -3,7 +3,7 @@
  #   $MCom: ports/trunk/devel/goffice/Makefile 18385 2013-04-22 12:56:25Z k=
 wm $
 =20
  PORTNAME=3D	goffice
 -PORTVERSION=3D	0.10.11
 +PORTVERSION=3D	0.10.14
  CATEGORIES=3D	devel gnome
  MASTER_SITES=3D	GNOME
  PKGNAMESUFFIX=3D	010
 @@ -12,23 +12,31 @@
  COMMENT=3D	GLib/GTK+ set of document centric objects and utilities
 =20
  LICENSE=3D	GPLv2
 -LICENSE_FILE=3D	${WRKSRC}/COPYING
 =20
 -USE_XZ=3D		yes
 -USE_GNOME=3D	gnomeprefix gtk30 intlhack libgsf librsvg2
 -USES=3D		gettext gmake libtool pathfix pkgconfig
 +LIB_DEPENDS=3D	liblasem-0.4.so:${PORTSDIR}/textproc/lasem
 +
 +USE_GNOME=3D	glib20 gtk30 intlhack libgsf librsvg2 gdkpixbuf2 \
 +	libxml2 libxslt introspection:build
 +USES=3D		gettext gmake libtool pathfix pkgconfig tar:xz
  GNU_CONFIGURE=3D	yes
 +USE_XORG=3D	xext xft xrender
  USE_LDCONFIG=3D	yes
 -CPPFLAGS+=3D	-I${LOCALBASE}/include
 +CFLAGS+=3D	-I${LOCALBASE}/include
  LDFLAGS+=3D	-L${LOCALBASE}/lib
  INSTALL_TARGET=3D	install-strip
 -CONFIGURE_ARGS=3D	--with-lasem=3Dno --with-config-backend=3Dgsettings
 -CONFIGURE_ARGS+=3D--enable-compile-warnings=3Dno
 +CONFIGURE_ARGS=3D	--with-lasem=3Dyes --with-config-backend=3Dgsettings \
 +	--enable-introspection=3Dyes \
 +	--enable-compile-warnings=3Dno \
 +	--with-html-dir=3D${PREFIX}/share/gtk-doc/html
 =20
 -PLIST_SUB=3D	VERSION=3D${PORTVERSION} SHORT_VER=3D${SHORT_VER} \
 -		LIBVERSION=3D10.0.11
 -SHORT_VER=3D	0.10
 +PLIST_SUB=3D	VERSION=3D${PORTVERSION} SHORT_VER=3D${PORTVERSION:R} \
 +	LIBVERSION=3D${PORTVERSION:C/([0-9]*)\.([0-9]*)\.([0-9]*)/\1\.\3/}
 =20
 +OPTIONS_DEFINE=3D	PS
 +
 +OPTIONS_SUB=3D	yes
 +PS_LIB_DEPENDS=3D	libspectre.so:${PORTSDIR}/print/libspectre
 +
  post-install:
  	@${MKDIR} ${STAGEDIR}${PREFIX}/lib/goffice/${SHORT_VER}/plugins
 =20
 Index: distinfo
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
 --- distinfo	(r=E9vision 351285)
 +++ distinfo	(copie de travail)
 @@ -1,2 +1,2 @@
 -SHA256 (goffice-0.10.11.tar.xz) =3D 43f419aff4ecdfff8c201e2cac884050e6906d=
 c679e6bbac9c6647c6c706ff24
 -SIZE (goffice-0.10.11.tar.xz) =3D 2228656
 +SHA256 (goffice-0.10.14.tar.xz) =3D c0783ca32828a64a65fe57609a692c1cb6627d=
 3dfe8bed4fed8a70f32c8f404e
 +SIZE (goffice-0.10.14.tar.xz) =3D 2267364
 Index: files/patch-configure
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
 --- files/patch-configure	(r=E9vision 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=3D'${prefix}/var'
 + includedir=3D'${prefix}/include'
 + oldincludedir=3D'/usr/include'
 +-docdir=3D'${datarootdir}/doc/${PACKAGE_TARNAME}'
 ++docdir=3D'${datarootdir}/gtk-doc/html/${PACKAGE_TARNAME}'
 + infodir=3D'${datarootdir}/info'
 + htmldir=3D'${docdir}'
 + dvidir=3D'${docdir}'
 +@@ -16721,7 +16721,7 @@
 +=20
 +=20
 +=20
 +-goffice_datadir=3D'${datadir}/goffice/${VERSION}'
 ++goffice_datadir=3D'${datadir}/goffice'
 +=20
 + goffice_libdir=3D'${libdir}/goffice/${VERSION}'
 +=20
 
 Index: pkg-plist
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
 --- pkg-plist	(r=E9vision 351285)
 +++ 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
 @@ -121,6 +122,7 @@
  include/libgoffice-%%SHORT_VER%%/goffice/math/go-cspline.h
  include/libgoffice-%%SHORT_VER%%/goffice/math/go-distribution.h
  include/libgoffice-%%SHORT_VER%%/goffice/math/go-fft.h
 +include/libgoffice-%%SHORT_VER%%/goffice/math/go-dtoa.h
  include/libgoffice-%%SHORT_VER%%/goffice/math/go-math.h
  include/libgoffice-%%SHORT_VER%%/goffice/math/go-matrix.h
  include/libgoffice-%%SHORT_VER%%/goffice/math/go-matrix3x3.h
 @@ -146,6 +148,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 +164,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 +207,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.%%LIBVERSION%%
  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.h=
 tml
 -share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-Cubic-splines.html
 -share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-Encapsulated-Postscr=
 ipt-support.html
 -share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-Families-and-types.h=
 tml
 -share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-Fast-Fourier-transfo=
 rm.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-wit=
 h-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-Grap=
 hics-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-su=
 pport.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-utili=
 ties.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-splin=
 es.html
 +share/gtk-doc/html/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-Encapsulate=
 d-Postscript-support.html
 +share/gtk-doc/html/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-Families-an=
 d-types.html
 +share/gtk-doc/html/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-Fast-Fourie=
 r-transform.html
 +share/gtk-doc/html/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-File-utilit=
 ies.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%%-GOAccumulat=
 or.html
 +share/gtk-doc/html/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-GOColor.html
 +share/gtk-doc/html/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-GOComplex.h=
 tml
 +share/gtk-doc/html/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-GODataCVect=
 or.html
 +share/gtk-doc/html/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-GOFileOpene=
 rs.html
 +share/gtk-doc/html/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-GOFont.html
 +share/gtk-doc/html/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-GOPattern.h=
 tml
 +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.ht=
 ml
 +share/gtk-doc/html/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-GORegressio=
 n.html
 +share/gtk-doc/html/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-Geometry-he=
 lpers.html
 +share/gtk-doc/html/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-Gettings-St=
 arted-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.ht=
 ml
 +share/gtk-doc/html/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-Graph-edito=
 r-dialog.html
 +share/gtk-doc/html/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-LibXML-extr=
 as.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%%-Miscellaneo=
 us.html
 +share/gtk-doc/html/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-Scalable-Ve=
 ctor-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-utiliti=
 es.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-Met=
 afiles-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
 @@ -427,7 +443,9 @@
  @dirrmtry share/locale/ast/LC_MESSAGES
  @dirrmtry share/locale/ast
  @exec /bin/mkdir -p %D/lib/goffice/%%SHORT_VER%%/plugins
 -@dirrm share/doc/goffice-%%SHORT_VER%%
 +@dirrm share/gtk-doc/html/goffice-%%SHORT_VER%%
 +@dirrm %%DATADIR%%/mmlitex
 +@dirrm %%DATADIR%%
  @dirrm lib/goffice/%%VERSION%%/plugins/smoothing
  @dirrm lib/goffice/%%VERSION%%/plugins/reg_logfit
  @dirrm lib/goffice/%%VERSION%%/plugins/reg_linear
 @@ -437,11 +455,10 @@
  @dirrm lib/goffice/%%VERSION%%/plugins/plot_pie
  @dirrm lib/goffice/%%VERSION%%/plugins/plot_distrib
  @dirrm lib/goffice/%%VERSION%%/plugins/plot_barcol
 +@dirrm lib/goffice/%%VERSION%%/plugins/lasem
  @dirrm lib/goffice/%%VERSION%%/plugins
  @dirrm lib/goffice/%%VERSION%%
 -@dirrm lib/goffice/%%SHORT_VER%%/plugins
 -@dirrm lib/goffice/%%SHORT_VER%%
 -@dirrmtry lib/goffice
 +@dirrm lib/goffice
  @dirrm include/libgoffice-%%SHORT_VER%%/goffice/utils
  @dirrm include/libgoffice-%%SHORT_VER%%/goffice/math
  @dirrm include/libgoffice-%%SHORT_VER%%/goffice/gtk
 
 --Multipart=_Mon__14_Apr_2014_22_21_46_+0000_YQzLvt3qmTBHktp1--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404142030.s3EKU1ni014456>