head 1.3; access; symbols pkgsrc-2013Q2:1.2.0.16 pkgsrc-2013Q2-base:1.2 pkgsrc-2013Q1:1.2.0.14 pkgsrc-2013Q1-base:1.2 pkgsrc-2012Q4:1.2.0.12 pkgsrc-2012Q4-base:1.2 pkgsrc-2012Q3:1.2.0.10 pkgsrc-2012Q3-base:1.2 pkgsrc-2012Q2:1.2.0.8 pkgsrc-2012Q2-base:1.2 pkgsrc-2012Q1:1.2.0.6 pkgsrc-2012Q1-base:1.2 pkgsrc-2011Q4:1.2.0.4 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q3:1.2.0.2 pkgsrc-2011Q3-base:1.2 pkgsrc-2011Q2:1.1.0.4 pkgsrc-2011Q2-base:1.1 pkgsrc-2011Q1:1.1.0.2 pkgsrc-2011Q1-base:1.1; locks; strict; comment @// @; 1.3 date 2013.08.24.21.50.24; author jaapb; state dead; branches; next 1.2; commitid y5GLxfDGRtdMOK2x; 1.2 date 2011.08.04.23.35.43; author wiz; state Exp; branches; next 1.1; 1.1 date 2011.02.04.19.53.06; author adam; state Exp; branches; next ; desc @@ 1.3 log @Updated package to latest version, 0.9.9. Removed obsolete patches, took over maintainership (all this okayed by the old maintainer, Jeremy C. Reed). Changes from 0.9.2 include (apart from various bugfixes): - WPX_SEEK_END for WPXMemoryInputStream (Laurent Alonso) - Metadata for wpd2html (David Hislop) - Change source code layout so that public headers be in inc/ and its subdirectories - libwpd.h and libwpd-stream.h are not generated headers anymore - Change the way we get version from libwpd build - Improvements to WPXOLEStream class - Added MPL2+ to the licenses libwpd is released under - Revert an accidental ABI change in WPXPropertyList - Link the Windows static libraries with DLL runtimes - libwpd-stream: Add experimental support for ZIP storages - libwpd-stream: Add WPX_SEEK_END to the WPXSeekType enum (Be sure that you are at offset 0 using it and check return value in order to be compatible with lower versions of libwpd) - New Visual Studio 2008 and Visual Studio 2010 build files - Don't output points as integer. This solves some rounding issues along with possibility of writing 10.5 point font size (Fridrich) - General improvement of code quality by buiding with -Weffc++ option (Fridrich) - Improvement of textbox code (Laurent Alonso) - Improvement of arabic charset mapping (Smokey Ardisson) - Build system rewrite and improvement (Tomas Chvatal) - Cleanup of return values (Thomas Klausner) - Conversion of extended characters in WP 42 parser (Fridrich) @ text @$NetBSD: patch-src_lib_WPXStreamImplementation.cpp,v 1.2 2011/08/04 23:35:43 wiz Exp $ http://bugzilla.abisource.com/show_bug.cgi?id=13127 --- src/lib/WPXStreamImplementation.cpp.orig 2011-02-04 19:44:52.000000000 +0000 +++ src/lib/WPXStreamImplementation.cpp @@@@ -397,7 +397,7 @@@@ bool WPXStringStream::isOLEStream() WPXInputStream* WPXStringStream::getDocumentOLEStream(const char * name) { if (!d->buffer.good()) - return false; + return NULL; Storage *tmpStorage = new Storage( d->buffer ); Stream tmpStream( tmpStorage, name ); @ 1.2 log @Add upstream bug report URLs. @ text @d1 1 a1 1 $NetBSD: patch-src_lib_WPXStreamImplementation.cpp,v 1.1 2011/02/04 19:53:06 adam Exp $ @ 1.1 log @Changes 0.9.1: * Parse correctly WP 2 for Mac documents without resource fork * Improvements in parsing of pictures in WP1 parser * Fix wrong sizes of some functions in WP1 and WP42 parsers * Fix handling of character attributes @ text @d1 3 a3 1 $NetBSD$ @