summaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorwiz <wiz>2006-11-18 22:02:28 +0000
committerwiz <wiz>2006-11-18 22:02:28 +0000
commit484bd750399b89db4e394d4f45de397e6cf2ff10 (patch)
treee2412e88cf08523c7622227eb18b3e23236ae5c3 /converters
parentafbfcfa0a56f23d417ae95baa29851be88c984b6 (diff)
downloadpkgsrc-484bd750399b89db4e394d4f45de397e6cf2ff10.tar.gz
Update to 0.8.7:
CHANGES: 0.8.6 - 0.8.7 - Revert the alignment fix, in order to mimick the way WP for Mac renders the documents (Fridrich) - Support for WP Mac 1.x documents (Fridrich) - Fix memory leak in standalone converters (Andrew Ziem) - Miscellaneous code cleanups (Fridrich) 0.8.5 -> 0.8.6 - Initial support of WP Mac 2.x documents (Fridrich) - Fix an alignment bug where alignment was propagated from multicolumn sections into following single column sections (Fridrich) - Initial conversion of headers/footers in WP42 parser (Fridrich) - Fix some parser errors in WP42 parser; now we seek to the right place and parse correctly all functions (Fridrich) - Fixed crash in wpd2foo if invoked with non-existing filename (Jody Goldberg) - Assure that the table we send to the listener implementation is a valid table independent of how messy the table is in the WP document (Fridrich) - Fix situations where there is no tab position information in WPUs inside the tabulator function; the fallback works now even if the position is 0 like in WP6 for DOS documents. - Try not to crash under any circumstance by sanitizing the code and throwing exception in illogical, but in WP documents very real, situations (sum1, Fridrich) - Make every implementation of WPXInputStream that we use return !0 if a seek fails; be more paranoiac with the result of read functions (sum1, Fridrich) - Ignore corrupted prefix packets in WP5 documents (Fridrich) - Try to convert as much information as possible even in corrupted WP3, WP5 and WP6 documents (Fridrich) - Libwpd now converts many documents that make crash WordPerfect itself. - Fine-tune the WP42 document detection. Detect as many WP42 files as possible while still discarding plain text documents (Fridrich, Marc) - Let the WP6 parser not die if the prefix packet it refers to is corrupted or absent (Fridrich) - Fix hangs while parsing a corrupted WP6ExtendedDocumentSummaryPacket (sum1, Fridrich) - General improvement of libwpd's conversion-success-rate and extensive QA with more than 46'000 real life documents (Mr. SUM1) 0.8.4 -> 0.8.5 - Conversion of font face, size and colour in WP5 parser, including the default font information (Fridrich) - Conversion of foot/endnotes in WP5.x format (Fridrich) - Conversion of headers/footers in WP3 and WP5 parsers (Fridrich) - Prevent negative paragraph margins due to page margin change. Removes the ugly text-border lines running across the text in OpenOffice.org (Fridrich) - Make page margins constant between two hard page breaks (Fridrich) - Convert page margin changes into section margins in multi-column sections - Move absolute position values in multicolumn sections from whatever column they are in into the first one. Fixes the off-page position of the second table in 05mechanicalservice.wpd (Fridrich) - Defer page span change to the end of the current paragraph if it is opened in order to prevent a paragraph break where it is not there in the original document (Fridrich) - Fix http://bugzilla.abisource.com/show_bug.cgi?id=10105, an incorrect conversion of table alignment in WP3.x file format (Fridrich) - Fix small issue with incorrect number of pages in page-spans (Fridrich) - Fix an issue with "==" operator for WPXPageSpan classes. The result is now the same independent on the order of the operands (Fridrich) - Fix http://bugzilla.abisource.com/show_bug.cgi?id=10279, a crash if a table from the middle of the tableList is in footnote and/or endnote (Marc, Fridrich) - Add an option "--info" to wpd2text; called with this option, wpd2text dumps the information of the document instead of converting it. This could be useful for beagle (Fridrich) - Refactoring of the listener structure and split of WPXListener into WPXContentListener and WPXStylesListener (Fridrich, Marc and Cyrille Moureaux as a guest star)
Diffstat (limited to 'converters')
-rw-r--r--converters/libwpd/Makefile5
-rw-r--r--converters/libwpd/distinfo8
2 files changed, 6 insertions, 7 deletions
diff --git a/converters/libwpd/Makefile b/converters/libwpd/Makefile
index ed28225904c..a3b00fe6108 100644
--- a/converters/libwpd/Makefile
+++ b/converters/libwpd/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2006/09/16 12:20:33 jmmv Exp $
+# $NetBSD: Makefile,v 1.12 2006/11/18 22:02:28 wiz Exp $
-DISTNAME= libwpd-0.8.4
-PKGREVISION= 3
+DISTNAME= libwpd-0.8.7
CATEGORIES= converters
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libwpd/}
diff --git a/converters/libwpd/distinfo b/converters/libwpd/distinfo
index 3ebb1d2155e..ce194a94faa 100644
--- a/converters/libwpd/distinfo
+++ b/converters/libwpd/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2006/02/08 09:42:53 adam Exp $
+$NetBSD: distinfo,v 1.3 2006/11/18 22:02:28 wiz Exp $
-SHA1 (libwpd-0.8.4.tar.gz) = ac1e3b9ac145afa4211755bf8950832c3d59973c
-RMD160 (libwpd-0.8.4.tar.gz) = ce5826683e37e1b3f1220f8d5c6c40b48610f054
-Size (libwpd-0.8.4.tar.gz) = 491831 bytes
+SHA1 (libwpd-0.8.7.tar.gz) = 80f2930acda85fc553207adadc5a4dba01846f64
+RMD160 (libwpd-0.8.7.tar.gz) = f954409c57cbe0ac8b2fae8d9e32c9d920238ff0
+Size (libwpd-0.8.7.tar.gz) = 564750 bytes