svn commit: r315249 - in head/editors: abiword abiword-docs abiword-docs/files abiword/files

Koop Mast kwm at FreeBSD.org
Mon Mar 25 22:07:14 UTC 2013


Author: kwm
Date: Mon Mar 25 22:07:11 2013
New Revision: 315249
URL: http://svnweb.freebsd.org/changeset/ports/315249

Log:
  Update to 2.8.6.
  
  Make sure we build plugins now.

Added:
  head/editors/abiword/files/patch-plugins_bmp_xp_ie_impGraphic_BMP.cpp   (contents, props changed)
  head/editors/abiword/files/patch-plugins_garble_xp_abiword-garble-png.cpp   (contents, props changed)
  head/editors/abiword/files/patch-plugins_mathview_itex2mml_itex2MML.y   (contents, props changed)
Deleted:
  head/editors/abiword/files/patch-configure
  head/editors/abiword/files/patch-src_Makefile.in
Modified:
  head/editors/abiword-docs/Makefile   (contents, props changed)
  head/editors/abiword-docs/distinfo   (contents, props changed)
  head/editors/abiword-docs/files/patch-configure   (contents, props changed)
  head/editors/abiword/Makefile
  head/editors/abiword/distinfo   (contents, props changed)
  head/editors/abiword/pkg-plist   (contents, props changed)

Modified: head/editors/abiword-docs/Makefile
==============================================================================
--- head/editors/abiword-docs/Makefile	Mon Mar 25 21:47:11 2013	(r315248)
+++ head/editors/abiword-docs/Makefile	Mon Mar 25 22:07:11 2013	(r315249)
@@ -1,14 +1,9 @@
-# New ports collection makefile for:	abiword-docs
-# Date created:		2008-04-16
-# Whom:			Michael Johnson <ahze at FreeBSD.org>
-#
+# Created by: Michael Johnson <ahze at FreeBSD.org>
 # $FreeBSD$
 #   $MCom: ports/editors/abiword-docs/Makefile,v 1.1 2009/11/10 14:08:20 kwm Exp $
-#
 
 PORTNAME=	abiword-docs
-PORTVERSION=	2.8.4
-PORTREVISION=	1
+PORTVERSION=	2.8.6
 CATEGORIES=	editors
 MASTER_SITES=	http://www.abisource.com/downloads/%SUBDIR%/${PORTVERSION}/source/
 MASTER_SITE_SUBDIR=	abiword

Modified: head/editors/abiword-docs/distinfo
==============================================================================
--- head/editors/abiword-docs/distinfo	Mon Mar 25 21:47:11 2013	(r315248)
+++ head/editors/abiword-docs/distinfo	Mon Mar 25 22:07:11 2013	(r315249)
@@ -1,2 +1,3 @@
-SHA256 (AbiWord/abiword-docs-2.8.4.tar.gz) = b67071dc15126fa89491bf898dd64111d3a009a80e232bc1fe34d6c09c195c8d
-SIZE (AbiWord/abiword-docs-2.8.4.tar.gz) = 1462430
+MD5 (AbiWord/abiword-docs-2.8.6.tar.gz) = 197df94c1d9ed287903cb5aa0b60bbc1
+SHA256 (AbiWord/abiword-docs-2.8.6.tar.gz) = b6620b5887151a44c61ed63118ebe9044e332015f36b624724ab007d3465b502
+SIZE (AbiWord/abiword-docs-2.8.6.tar.gz) = 1460563

Modified: head/editors/abiword-docs/files/patch-configure
==============================================================================
--- head/editors/abiword-docs/files/patch-configure	Mon Mar 25 21:47:11 2013	(r315248)
+++ head/editors/abiword-docs/files/patch-configure	Mon Mar 25 22:07:11 2013	(r315249)
@@ -1,11 +1,11 @@
---- configure.orig	2009-10-28 18:13:56.000000000 +0100
-+++ configure	2009-10-28 18:14:55.000000000 +0100
-@@ -2548,7 +2548,7 @@
+--- configure.orig	2010-05-30 21:34:34.000000000 +0200
++++ configure	2010-06-09 18:25:08.000000000 +0200
+@@ -2447,7 +2447,7 @@
  
  
  
 -if test "x$ABIWORD" == "x"; then
-+if test "x$ABIWORD" \= "x"; then
- 	{ { $as_echo "$as_me:$LINENO: error: abiword not found in PATH" >&5
- $as_echo "$as_me: error: abiword not found in PATH" >&2;}
-    { (exit 1); exit 1; }; }
++if test "x$ABIWORD" = "x"; then
+ 	{ as_fn_set_status 1
+ as_fn_error "abiword not found in PATH" "$LINENO" 5; }
+ fi

Modified: head/editors/abiword/Makefile
==============================================================================
--- head/editors/abiword/Makefile	Mon Mar 25 21:47:11 2013	(r315248)
+++ head/editors/abiword/Makefile	Mon Mar 25 22:07:11 2013	(r315249)
@@ -3,8 +3,7 @@
 #   $MCom: ports/editors/abiword/Makefile,v 1.13 2009/11/10 13:56:18 kwm Exp $
 
 PORTNAME=	abiword
-PORTVERSION=	2.8.4
-PORTREVISION=	3
+PORTVERSION=	2.8.6
 CATEGORIES=	editors
 MASTER_SITES=	http://www.abisource.com/downloads/%SUBDIR%/${PORTVERSION}/source/
 MASTER_SITE_SUBDIR=	abiword
@@ -15,6 +14,7 @@ COMMENT=	An open-source, cross-platform 
 
 LIB_DEPENDS=	popt:${PORTSDIR}/devel/popt \
 		png15:${PORTSDIR}/graphics/png \
+		dbus-glib-1:${PORTSDIR}/devel/dbus-glib \
 		wv-1.2:${PORTSDIR}/textproc/wv \
 		jpeg:${PORTSDIR}/graphics/jpeg \
 		fribidi:${PORTSDIR}/converters/fribidi \
@@ -22,17 +22,22 @@ LIB_DEPENDS=	popt:${PORTSDIR}/devel/popt
 		goffice-0.8:${PORTSDIR}/devel/goffice
 RUN_DEPENDS=	${LOCALBASE}/lib/X11/fonts/dejavu/DejaVuSerif.ttf:${PORTSDIR}/x11-fonts/dejavu
 
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 USE_GMAKE=	yes
 USE_ICONV=	yes
 USE_GETTEXT=	yes
 USES=		pathfix
-USE_GNOME=	libxml2 gtk20 desktopfileutils librsvg2
-WANT_GNOME=	yes
+USE_GNOME=	libxml2 gtk20 desktopfileutils librsvg2 libxslt
+MAKE_JOBS_SAFE=	yes
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
-CONFIGURE_ARGS=	--without-gnomevfs --disable-collab-backend-xmpp \
-		--disable-collab-backend-sugar
+CONFIGURE_ARGS=	--without-gnomevfs --enable-plugins="${ABIWORD_PLUGINS}" \
+		enable_dynamic="yes" enable_static="no" \
+		--disable-collab-backend-telepathy \
+		--enable-collab-backend-sugar
 USE_LDCONFIG=	yes
 INSTALLS_ICONS=	yes
 
@@ -41,23 +46,117 @@ PLIST_SUB+=	ABIVERSION=${ABIVERSION}
 
 MAN1=		abiword.1
 
-OPTIONS_DEFINE=	DEBUG BOOST SPELLCHECK CLIPART TEMPLATES
-OPTIONS_DEFAULT=BOOST SPELLCHECK CLIPART TEMPLATES
+OPTIONS_DEFINE=	DEBUG SPELLCHECK CLIPART TEMPLATES MATHVIEW \
+		OTS WP AIKSAURUS GRAMMAR PSION
+OPTIONS_DEFAULT=SPELLCHECK CLIPART TEMPLATES COLLAB
+
+OPTIONS_GROUP=	COLLAB
+OPTIONS_GROUP_COLLAB=	COLXMPP
+
 SPELLCHECK_DESC=	Spell checking support
-CLIPART_DESC=		Install clipart
-TEMPLATES_DESC=		Install additional templates
+CLIPART_DESC=		Include clipart
+TEMPLATES_DESC=		Include additional templates
+COLLAB_DESC=		Collaboration backend
+COLXMPP_DESC=		Collaboration jammer/XMPP backend
+MATHVIEW_DESC=		MathML render plugin
+OTS_DESC=		Text Summarizer plugin
+WP_DESC=		WordPerfect img/doc import/export plugin
+AIKSAURUS_DESC=		Thesaurus plugin
+GRAMMAR_DESC=		Grammar checking plugin
+PSION_DESC=		Psion 5(MX) files convertion plugin
+
+# check configure for ALL_PLUGINS for complete list
+ABIWORD_PLUGINS=	garble loadbindings opml xslfo bmp iscii sdw babelfish \
+			paint command latex pdf wikipedia hrtext openxml \
+			goffice wmf kword mif wml s5 freetranslation gdict mht \
+			applix t602 docbook google eml hancom presentation \
+			clarisworks pdb urldict openwriter mswrite gimp \
+			passepartout collab eml
+
+# opendocument enabled by default, rsvg plugin isn't needed on unix.
+# Plugins we don't support:
+# gda
 
 .include <bsd.port.options.mk>
 
+.if ${PORT_OPTIONS:MMATHVIEW}
+LIB_DEPENDS+=	mathview:${PORTSDIR}/x11-toolkits/gtkmathview
+ABIWORD_PLUGINS:=	${ABIWORD_PLUGINS} mathview
+PLIST_SUB+=	MATHVIEW=""
+.else
+PLIST_SUB+=	MATHVIEW="@comment "
+.endif
+
+.if ${PORT_OPTIONS:MOTS}
+LIB_DEPENDS+=	ots-1:${PORTSDIR}/textproc/ots
+ABIWORD_PLUGINS:=	${ABIWORD_PLUGINS} ots
+PLIST_SUB+=	OTS=""
+.else
+PLIST_SUB+=	OTS="@comment "
+.endif
+
+.if ${PORT_OPTIONS:MWP}
+USE_GNOME+=	libgsf
+LIB_DEPENDS+=	wpg-0.1:${PORTSDIR}/graphics/libwpg01 \
+		wpd-0.8:${PORTSDIR}/textproc/libwpd08
+ABIWORD_PLUGINS:=	${ABIWORD_PLUGINS} wpg wordperfect
+PLIST_SUB+=	WP=""
+.else
+PLIST_SUB+=	WP="@comment "
+.endif
+
+.if ${PORT_OPTIONS:MAIKSAURUS}
+LIB_DEPENDS+=	AiksaurusGTK-1.2:${PORTSDIR}/textproc/aiksaurus-gtk
+ABIWORD_PLUGINS:=	${ABIWORD_PLUGINS} aiksaurus
+PLIST_SUB+=	AIKSAURUS=""
+.else
+PLIST_SUB+=	AIKSAURUS="@comment "
+.endif
+
+.if ${PORT_OPTIONS:MGRAMMAR}
+LIB_DEPENDS+=	link-grammar:${PORTSDIR}/textproc/link-grammar
+ABIWORD_PLUGINS:=	${ABIWORD_PLUGINS} grammar
+PLIST_SUB+=	GRAMMAR=""
+.else
+PLIST_SUB+=	GRAMMAR="@comment "
+.endif
+
+.if ${PORT_OPTIONS:MPSION}
+LIB_DEPENDS+=	psiconv:${PORTSDIR}/converters/psiconv
+ABIWORD_PLUGINS:=	${ABIWORD_PLUGINS} psion
+PLIST_SUB+=	PSION=""
+.else
+PLIST_SUB+=	PSION="@comment "
+.endif
+
+#.if ! ${PORT_OPTIONS:MCOLLAB} && ${PORT_OPTIONS:MCOLXMPP}
+#BROKEN=		Please enable the COLLAB option, the COLXMPP option need it.
+#.endif
+
+.if ${PORT_OPTIONS:MCOLXMPP}
+CONFIGURE_ARGS+=--enable-collab-backend-xmpp
+LIB_DEPENDS+=	loudmouth-1:${PORTSDIR}/net-im/loudmouth
+.else
+CONFIGURE_ARGS+=--disable-collab-backend-xmpp
+.endif
+
 .if ${PORT_OPTIONS:MDEBUG}
 CONFIGURE_ARGS+=	--enable-debug --enable-symbols
 .endif
 
-.if ${PORT_OPTIONS:MBOOST}
-CONFIGURE_ARGS+=	--with-boost
-LIB_DEPENDS+=		boost_system:${PORTSDIR}/devel/boost-libs
+.if ${PORT_OPTIONS:MCOLLAB}
+CONFIGURE_ARGS+=--with-boost --enable-collab-backend-tcp \
+		--enable-collab-backend-service
+BUILD_DEPENDS+=	${LOCALBASE}/include/asio.hpp:${PORTSDIR}/net/asio
+LIB_DEPENDS+=	boost_system:${PORTSDIR}/devel/boost-libs \
+		soup-2.4:${PORTSDIR}/devel/libsoup \
+		gnutls:${PORTSDIR}/security/gnutls
+RUN_DEPENDS+=	${LOCALBASE}/include/asio.hpp:${PORTSDIR}/net/asio
+PLIST_SUB+=		COLLAB=""
 .else
-CONFIGURE_ARGS+=	--without-boost
+CONFIGURE_ARGS+=--without-boost --disable-collab-backend-tcp \
+		--disable-collab-backend-service
+PLIST_SUB+=		COLLAB="@comment "
 .endif
 
 .if ${PORT_OPTIONS:MSPELLCHECK}
@@ -89,6 +188,7 @@ post-patch:
 	@${REINPLACE_CMD} -e 's|glib/.*\.h>|glib.h>|g' \
 		${WRKSRC}/goffice-bits/goffice/app/goffice-app.h \
 		${WRKSRC}/src/af/util/xp/ut_go_file.h
+	@${REINPLACE_CMD} -e 's|" == "|" = "|g' ${WRKSRC}/configure
 
 post-install:
 	@${MKDIR} ${PREFIX}/lib/${PORTNAME}-${ABIVERSION}/plugins

Modified: head/editors/abiword/distinfo
==============================================================================
--- head/editors/abiword/distinfo	Mon Mar 25 21:47:11 2013	(r315248)
+++ head/editors/abiword/distinfo	Mon Mar 25 22:07:11 2013	(r315249)
@@ -1,2 +1,3 @@
-SHA256 (AbiWord/abiword-2.8.4.tar.gz) = 14a4b4638a38bbff225e20e8e2dbc9d32166f40009caf7bd86cc48c4d8404eec
-SIZE (AbiWord/abiword-2.8.4.tar.gz) = 9133449
+MD5 (AbiWord/abiword-2.8.6.tar.gz) = f883b0a7f26229a9c66fd6a1a94381aa
+SHA256 (AbiWord/abiword-2.8.6.tar.gz) = d99089a63a6cfc1a6a4a026be9278028d47d224088d24b1853acb67e95683a15
+SIZE (AbiWord/abiword-2.8.6.tar.gz) = 9218827

Added: head/editors/abiword/files/patch-plugins_bmp_xp_ie_impGraphic_BMP.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/editors/abiword/files/patch-plugins_bmp_xp_ie_impGraphic_BMP.cpp	Mon Mar 25 22:07:11 2013	(r315249)
@@ -0,0 +1,38 @@
+--- plugins/bmp/xp/ie_impGraphic_BMP.cpp.orig	2013-03-25 06:58:03.000000000 +0000
++++ plugins/bmp/xp/ie_impGraphic_BMP.cpp	2013-03-25 07:00:22.000000000 +0000
+@@ -191,7 +191,7 @@
+ 
+ 	/* Clean Up Memory Used */
+ 		
+-	FREEP(m_pPNGInfo->palette);
++	//FREEP(m_pPNGInfo->palette);
+ 	DELETEP(pBB);
+ 	png_destroy_write_struct(&m_pPNG, &m_pPNGInfo);
+    
+@@ -313,7 +313,7 @@
+ 	 * the normal method of doing things with libpng).  REQUIRED unless you
+ 	 * set up your own error handlers in the png_create_read_struct() earlier.
+ 	 */
+-	if (setjmp(m_pPNG->jmpbuf))
++	if (setjmp(png_jmpbuf(m_pPNG)))
+ 	{
+ 		/* Free all of the memory associated with the png_ptr and info_ptr */
+ 		png_destroy_write_struct(&m_pPNG, &m_pPNGInfo);
+@@ -332,7 +332,7 @@
+ 	UT_Error IE_ImpGraphic_BMP::Convert_BMP_Pallet(UT_ByteBuf* pBB)
+ 	{
+ 		/* Reset error handling for libpng */
+-		if (setjmp(m_pPNG->jmpbuf))
++		if (setjmp(png_jmpbuf(m_pPNG)))
+ 		{
+ 			png_destroy_write_struct(&m_pPNG, &m_pPNGInfo);
+ 			return UT_ERROR;
+@@ -372,7 +372,7 @@
+ UT_Error IE_ImpGraphic_BMP::Convert_BMP(UT_ByteBuf* pBB)
+ {
+ 	/* Reset error handling for libpng */
+-	if (setjmp(m_pPNG->jmpbuf))
++	if (setjmp(png_jmpbuf(m_pPNG)))
+ 	{
+ 		png_destroy_write_struct(&m_pPNG, &m_pPNGInfo);
+ 		return UT_ERROR;

Added: head/editors/abiword/files/patch-plugins_garble_xp_abiword-garble-png.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/editors/abiword/files/patch-plugins_garble_xp_abiword-garble-png.cpp	Mon Mar 25 22:07:11 2013	(r315249)
@@ -0,0 +1,11 @@
+--- plugins/garble/xp/abiword-garble-png.cpp.orig	2013-03-25 06:55:41.000000000 +0000
++++ plugins/garble/xp/abiword-garble-png.cpp	2013-03-25 06:56:20.000000000 +0000
+@@ -79,7 +79,7 @@
+ 		png_set_strip_alpha( png_ptr );
+ 		png_set_interlace_handling( png_ptr );
+ 		png_set_bgr( png_ptr );
+-		rowbytes = info_ptr->rowbytes;
++		rowbytes = png_get_rowbytes(png_ptr, info_ptr);
+ 		png_destroy_read_struct( &png_ptr, &info_ptr, NULL );
+ 	}
+ 

Added: head/editors/abiword/files/patch-plugins_mathview_itex2mml_itex2MML.y
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/editors/abiword/files/patch-plugins_mathview_itex2mml_itex2MML.y	Mon Mar 25 22:07:11 2013	(r315249)
@@ -0,0 +1,11 @@
+--- plugins/mathview/itex2mml/itex2MML.y.orig	2010-06-08 23:03:23.000000000 +0200
++++ plugins/mathview/itex2mml/itex2MML.y	2010-06-08 23:07:10.000000000 +0200
+@@ -260,7 +260,7 @@
+ 
+  /* Create a hex character reference string corresponding to code
+   */
+- char * itex2MML_character_reference (unsigned long int code)
++ char * itex2MML_character_reference (unsigned int code)
+    {
+ #define ENTITY_LENGTH 10
+      char * entity = (char *) malloc(ENTITY_LENGTH);

Modified: head/editors/abiword/pkg-plist
==============================================================================
--- head/editors/abiword/pkg-plist	Mon Mar 25 21:47:11 2013	(r315248)
+++ head/editors/abiword/pkg-plist	Mon Mar 25 22:07:11 2013	(r315249)
@@ -2,62 +2,162 @@ bin/abiword
 include/abiword-%%ABIVERSION%%/abiwidget.h
 include/abiword-%%ABIVERSION%%/libabiword.h
 include/abiword-%%ABIVERSION%%/xap_UnixTableWidget.h
-lib/abiword-%%ABIVERSION%%/plugins/opendocument.a
+%%AIKSAURUS%%lib/abiword-%%ABIVERSION%%/plugins/aiksaurus.a
+%%AIKSAURUS%%lib/abiword-%%ABIVERSION%%/plugins/aiksaurus.la
+%%AIKSAURUS%%lib/abiword-%%ABIVERSION%%/plugins/aiksaurus.so
+lib/abiword-%%ABIVERSION%%/plugins/applix.la
+lib/abiword-%%ABIVERSION%%/plugins/applix.so
+lib/abiword-%%ABIVERSION%%/plugins/babelfish.la
+lib/abiword-%%ABIVERSION%%/plugins/babelfish.so
+lib/abiword-%%ABIVERSION%%/plugins/bmp.la
+lib/abiword-%%ABIVERSION%%/plugins/bmp.so
+lib/abiword-%%ABIVERSION%%/plugins/clarisworks.la
+lib/abiword-%%ABIVERSION%%/plugins/clarisworks.so
+%%COLLAB%%lib/abiword-%%ABIVERSION%%/plugins/collab.la
+%%COLLAB%%lib/abiword-%%ABIVERSION%%/plugins/collab.so
+lib/abiword-%%ABIVERSION%%/plugins/command.la
+lib/abiword-%%ABIVERSION%%/plugins/command.so
+lib/abiword-%%ABIVERSION%%/plugins/docbook.la
+lib/abiword-%%ABIVERSION%%/plugins/docbook.so
+lib/abiword-%%ABIVERSION%%/plugins/eml.la
+lib/abiword-%%ABIVERSION%%/plugins/eml.so
+lib/abiword-%%ABIVERSION%%/plugins/freetranslation.la
+lib/abiword-%%ABIVERSION%%/plugins/freetranslation.so
+lib/abiword-%%ABIVERSION%%/plugins/garble.la
+lib/abiword-%%ABIVERSION%%/plugins/garble.so
+lib/abiword-%%ABIVERSION%%/plugins/gdict.la
+lib/abiword-%%ABIVERSION%%/plugins/gdict.so
+lib/abiword-%%ABIVERSION%%/plugins/gimp.la
+lib/abiword-%%ABIVERSION%%/plugins/gimp.so
+lib/abiword-%%ABIVERSION%%/plugins/goffice.la
+lib/abiword-%%ABIVERSION%%/plugins/goffice.so
+lib/abiword-%%ABIVERSION%%/plugins/google.la
+lib/abiword-%%ABIVERSION%%/plugins/google.so
+%%GRAMMAR%%lib/abiword-%%ABIVERSION%%/plugins/grammar.la
+%%GRAMMAR%%lib/abiword-%%ABIVERSION%%/plugins/grammar.so
+lib/abiword-%%ABIVERSION%%/plugins/hancom.la
+lib/abiword-%%ABIVERSION%%/plugins/hancom.so
+lib/abiword-%%ABIVERSION%%/plugins/hrtext.la
+lib/abiword-%%ABIVERSION%%/plugins/hrtext.so
+lib/abiword-%%ABIVERSION%%/plugins/iscii.la
+lib/abiword-%%ABIVERSION%%/plugins/iscii.so
+lib/abiword-%%ABIVERSION%%/plugins/kword.la
+lib/abiword-%%ABIVERSION%%/plugins/kword.so
+lib/abiword-%%ABIVERSION%%/plugins/latex.la
+lib/abiword-%%ABIVERSION%%/plugins/latex.so
+lib/abiword-%%ABIVERSION%%/plugins/loadbindings.la
+lib/abiword-%%ABIVERSION%%/plugins/loadbindings.so
+%%MATHVIEW%%lib/abiword-%%ABIVERSION%%/plugins/mathview.la
+%%MATHVIEW%%lib/abiword-%%ABIVERSION%%/plugins/mathview.so
+lib/abiword-%%ABIVERSION%%/plugins/mht.la
+lib/abiword-%%ABIVERSION%%/plugins/mht.so
+lib/abiword-%%ABIVERSION%%/plugins/mif.la
+lib/abiword-%%ABIVERSION%%/plugins/mif.so
+lib/abiword-%%ABIVERSION%%/plugins/mswrite.la
+lib/abiword-%%ABIVERSION%%/plugins/mswrite.so
 lib/abiword-%%ABIVERSION%%/plugins/opendocument.la
 lib/abiword-%%ABIVERSION%%/plugins/opendocument.so
-lib/libabiword-%%ABIVERSION%%.a
+lib/abiword-%%ABIVERSION%%/plugins/openwriter.la
+lib/abiword-%%ABIVERSION%%/plugins/openwriter.so
+lib/abiword-%%ABIVERSION%%/plugins/openxml.la
+lib/abiword-%%ABIVERSION%%/plugins/openxml.so
+lib/abiword-%%ABIVERSION%%/plugins/opml.la
+lib/abiword-%%ABIVERSION%%/plugins/opml.so
+%%OTS%%lib/abiword-%%ABIVERSION%%/plugins/ots.la
+%%OTS%%lib/abiword-%%ABIVERSION%%/plugins/ots.so
+lib/abiword-%%ABIVERSION%%/plugins/paint.la
+lib/abiword-%%ABIVERSION%%/plugins/paint.so
+lib/abiword-%%ABIVERSION%%/plugins/passepartout.la
+lib/abiword-%%ABIVERSION%%/plugins/passepartout.so
+lib/abiword-%%ABIVERSION%%/plugins/pdb.la
+lib/abiword-%%ABIVERSION%%/plugins/pdb.so
+lib/abiword-%%ABIVERSION%%/plugins/pdf.la
+lib/abiword-%%ABIVERSION%%/plugins/pdf.so
+lib/abiword-%%ABIVERSION%%/plugins/presentation.la
+lib/abiword-%%ABIVERSION%%/plugins/presentation.so
+%%PSION%%lib/abiword-%%ABIVERSION%%/plugins/psion.la
+%%PSION%%lib/abiword-%%ABIVERSION%%/plugins/psion.so
+lib/abiword-%%ABIVERSION%%/plugins/s5.la
+lib/abiword-%%ABIVERSION%%/plugins/s5.so
+lib/abiword-%%ABIVERSION%%/plugins/sdw.la
+lib/abiword-%%ABIVERSION%%/plugins/sdw.so
+lib/abiword-%%ABIVERSION%%/plugins/t602.la
+lib/abiword-%%ABIVERSION%%/plugins/t602.so
+lib/abiword-%%ABIVERSION%%/plugins/urldict.la
+lib/abiword-%%ABIVERSION%%/plugins/urldict.so
+lib/abiword-%%ABIVERSION%%/plugins/wikipedia.la
+lib/abiword-%%ABIVERSION%%/plugins/wikipedia.so
+lib/abiword-%%ABIVERSION%%/plugins/wmf.la
+lib/abiword-%%ABIVERSION%%/plugins/wmf.so
+lib/abiword-%%ABIVERSION%%/plugins/wml.la
+lib/abiword-%%ABIVERSION%%/plugins/wml.so
+%%WP%%lib/abiword-%%ABIVERSION%%/plugins/wordperfect.la
+%%WP%%lib/abiword-%%ABIVERSION%%/plugins/wordperfect.so
+%%WP%%lib/abiword-%%ABIVERSION%%/plugins/wpg.la
+%%WP%%lib/abiword-%%ABIVERSION%%/plugins/wpg.so
+lib/abiword-%%ABIVERSION%%/plugins/xslfo.la
+lib/abiword-%%ABIVERSION%%/plugins/xslfo.so
 lib/libabiword-%%ABIVERSION%%.la
 lib/libabiword-%%ABIVERSION%%.so
 libdata/pkgconfig/abiword-%%ABIVERSION%%.pc
-%%CLIPART%%share/abiword-2.8/clipart/book.png
-%%CLIPART%%share/abiword-2.8/clipart/chip.png
-%%CLIPART%%share/abiword-2.8/clipart/fun.png
-%%CLIPART%%share/abiword-2.8/clipart/gear.png
-%%CLIPART%%share/abiword-2.8/clipart/gnomea.png
-%%CLIPART%%share/abiword-2.8/clipart/gnomeb.png
-%%CLIPART%%share/abiword-2.8/clipart/gnomec.png
-%%CLIPART%%share/abiword-2.8/clipart/gnomecorner.png
-%%CLIPART%%share/abiword-2.8/clipart/gnomed.png
-%%CLIPART%%share/abiword-2.8/clipart/gnomedecor1.png
-%%CLIPART%%share/abiword-2.8/clipart/gnomedecor2.png
-%%CLIPART%%share/abiword-2.8/clipart/gnomee.png
-%%CLIPART%%share/abiword-2.8/clipart/gnomeflowers.png
-%%CLIPART%%share/abiword-2.8/clipart/gnomeline.png
-%%CLIPART%%share/abiword-2.8/clipart/idea.png
-%%CLIPART%%share/abiword-2.8/clipart/lamp.png
-%%CLIPART%%share/abiword-2.8/clipart/monitor.png
-%%CLIPART%%share/abiword-2.8/clipart/music1.png
-%%CLIPART%%share/abiword-2.8/clipart/pinceau.png
-%%CLIPART%%share/abiword-2.8/clipart/simca.png
-%%CLIPART%%share/abiword-2.8/clipart/surprise.png
-%%CLIPART%%share/abiword-2.8/clipart/together.png
-%%CLIPART%%share/abiword-2.8/clipart/toolbox.png
-%%CLIPART%%share/abiword-2.8/clipart/tree.png
-%%CLIPART%%share/abiword-2.8/clipart/tux_bordelais.png
-%%CLIPART%%share/abiword-2.8/clipart/weather.png
-%%CLIPART%%share/abiword-2.8/clipart/write.png
+share/abiword-%%ABIVERSION%%/Presentation.xml
+%%COLLAB%%share/abiword-%%ABIVERSION%%/certs/cacert.pem
+%%CLIPART%%share/abiword-%%ABIVERSION%%/clipart/book.png
+%%CLIPART%%share/abiword-%%ABIVERSION%%/clipart/chip.png
+%%CLIPART%%share/abiword-%%ABIVERSION%%/clipart/fun.png
+%%CLIPART%%share/abiword-%%ABIVERSION%%/clipart/gear.png
+%%CLIPART%%share/abiword-%%ABIVERSION%%/clipart/gnomea.png
+%%CLIPART%%share/abiword-%%ABIVERSION%%/clipart/gnomeb.png
+%%CLIPART%%share/abiword-%%ABIVERSION%%/clipart/gnomec.png
+%%CLIPART%%share/abiword-%%ABIVERSION%%/clipart/gnomecorner.png
+%%CLIPART%%share/abiword-%%ABIVERSION%%/clipart/gnomed.png
+%%CLIPART%%share/abiword-%%ABIVERSION%%/clipart/gnomedecor1.png
+%%CLIPART%%share/abiword-%%ABIVERSION%%/clipart/gnomedecor2.png
+%%CLIPART%%share/abiword-%%ABIVERSION%%/clipart/gnomee.png
+%%CLIPART%%share/abiword-%%ABIVERSION%%/clipart/gnomeflowers.png
+%%CLIPART%%share/abiword-%%ABIVERSION%%/clipart/gnomeline.png
+%%CLIPART%%share/abiword-%%ABIVERSION%%/clipart/idea.png
+%%CLIPART%%share/abiword-%%ABIVERSION%%/clipart/lamp.png
+%%CLIPART%%share/abiword-%%ABIVERSION%%/clipart/monitor.png
+%%CLIPART%%share/abiword-%%ABIVERSION%%/clipart/music1.png
+%%CLIPART%%share/abiword-%%ABIVERSION%%/clipart/pinceau.png
+%%CLIPART%%share/abiword-%%ABIVERSION%%/clipart/simca.png
+%%CLIPART%%share/abiword-%%ABIVERSION%%/clipart/surprise.png
+%%CLIPART%%share/abiword-%%ABIVERSION%%/clipart/together.png
+%%CLIPART%%share/abiword-%%ABIVERSION%%/clipart/toolbox.png
+%%CLIPART%%share/abiword-%%ABIVERSION%%/clipart/tree.png
+%%CLIPART%%share/abiword-%%ABIVERSION%%/clipart/tux_bordelais.png
+%%CLIPART%%share/abiword-%%ABIVERSION%%/clipart/weather.png
+%%CLIPART%%share/abiword-%%ABIVERSION%%/clipart/write.png
 share/abiword-%%ABIVERSION%%/system.profile-ro
 share/abiword-%%ABIVERSION%%/system.profile-ro-RO
-%%TEMPLATES%%share/abiword-2.8/templates/A4.awt
-%%TEMPLATES%%share/abiword-2.8/templates/Business-Letter.awt
-%%TEMPLATES%%share/abiword-2.8/templates/Business-Report.awt
-%%TEMPLATES%%share/abiword-2.8/templates/Employee-Directory.awt
-%%TEMPLATES%%share/abiword-2.8/templates/Fax-Coversheet.awt
-%%TEMPLATES%%share/abiword-2.8/templates/Friendly-Letter.awt
-%%TEMPLATES%%share/abiword-2.8/templates/Memo.awt
-%%TEMPLATES%%share/abiword-2.8/templates/Press-Release.awt
-%%TEMPLATES%%share/abiword-2.8/templates/Resume.awt
-%%TEMPLATES%%share/abiword-2.8/templates/Two-Columns.awt
-%%TEMPLATES%%share/abiword-2.8/templates/US-Letter.awt
+%%TEMPLATES%%share/abiword-%%ABIVERSION%%/templates/A4.awt
+%%TEMPLATES%%share/abiword-%%ABIVERSION%%/templates/Business-Letter.awt
+%%TEMPLATES%%share/abiword-%%ABIVERSION%%/templates/Business-Report.awt
+%%TEMPLATES%%share/abiword-%%ABIVERSION%%/templates/Employee-Directory.awt
+%%TEMPLATES%%share/abiword-%%ABIVERSION%%/templates/Fax-Coversheet.awt
+%%TEMPLATES%%share/abiword-%%ABIVERSION%%/templates/Friendly-Letter.awt
+%%TEMPLATES%%share/abiword-%%ABIVERSION%%/templates/Memo.awt
+%%TEMPLATES%%share/abiword-%%ABIVERSION%%/templates/Press-Release.awt
+%%TEMPLATES%%share/abiword-%%ABIVERSION%%/templates/Resume.awt
+%%TEMPLATES%%share/abiword-%%ABIVERSION%%/templates/Two-Columns.awt
+%%TEMPLATES%%share/abiword-%%ABIVERSION%%/templates/US-Letter.awt
 share/abiword-%%ABIVERSION%%/templates/normal.awt-ro
 share/abiword-%%ABIVERSION%%/templates/normal.awt-ro_RO
 share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_Annotation.xml
 share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_Break.xml
+share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_CollaborationAccounts.xml
+share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_CollaborationAddAccount.xml
+share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_CollaborationAddBuddy.xml
+share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_CollaborationJoin.xml
+share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_CollaborationShare.xml
 share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_Field.xml
 share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_FormatFootnotes.xml
 share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_FormatFrame.xml
 share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_FormatTOC.xml
 share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_FormatTable.xml
+%%COLLAB%%share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_GenericInput.xml
+%%COLLAB%%share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_GenericProgress.xml
 share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_Goto.xml
 share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_HdrFtr.xml
 share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_InsertTable.xml
@@ -77,6 +177,7 @@ share/abiword-%%ABIVERSION%%/ui/ap_UnixD
 share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_Stylist_modal.xml
 share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_Tab.xml
 share/abiword-%%ABIVERSION%%/ui/ap_UnixDialog_WordCount.xml
+%%OTS%%share/abiword-%%ABIVERSION%%/ui/ots.xml
 share/abiword-%%ABIVERSION%%/ui/xap_UnixDlg_DocComparison.xml
 share/abiword-%%ABIVERSION%%/ui/xap_UnixDlg_Encoding.xml
 share/abiword-%%ABIVERSION%%/ui/xap_UnixDlg_History.xml
@@ -289,18 +390,27 @@ share/abiword-%%ABIVERSION%%/templates/n
 share/abiword-%%ABIVERSION%%/templates/normal.awt-yi
 share/abiword-%%ABIVERSION%%/templates/normal.awt-zh_CN
 share/abiword-%%ABIVERSION%%/templates/normal.awt-zh_TW
+share/abiword-%%ABIVERSION%%/xsltml/README
+share/abiword-%%ABIVERSION%%/xsltml/cmarkup.xsl
+share/abiword-%%ABIVERSION%%/xsltml/entities.xsl
+share/abiword-%%ABIVERSION%%/xsltml/glayout.xsl
+share/abiword-%%ABIVERSION%%/xsltml/mmltex.xsl
+share/abiword-%%ABIVERSION%%/xsltml/scripts.xsl
+share/abiword-%%ABIVERSION%%/xsltml/tables.xsl
+share/abiword-%%ABIVERSION%%/xsltml/tokens.xsl
 share/applications/abiword.desktop
 share/icons/abiword_48.png
 share/mime-info/abiword.keys
 @dirrmtry share/applications
+ at dirrm share/abiword-%%ABIVERSION%%/xsltml
 @dirrm share/abiword-%%ABIVERSION%%/ui
 @dirrm share/abiword-%%ABIVERSION%%/templates
 @dirrm share/abiword-%%ABIVERSION%%/strings
 %%CLIPART%%@dirrm share/abiword-%%ABIVERSION%%/clipart
+%%COLLAB%%@dirrm share/abiword-%%ABIVERSION%%/certs
 @dirrm share/abiword-%%ABIVERSION%%
- at exec /bin/mkdir -p %D/lib/abiword-%%ABIVERSION%%/plugins
- at dirrmtry lib/abiword-%%ABIVERSION%%/plugins
- at dirrmtry lib/abiword-%%ABIVERSION%%
+ at dirrm lib/abiword-%%ABIVERSION%%/plugins
+ at dirrm lib/abiword-%%ABIVERSION%%
 @dirrm include/abiword-%%ABIVERSION%%
 @exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
 @unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true


More information about the svn-ports-head mailing list