diff options
author | wiz <wiz> | 2008-04-14 13:38:43 +0000 |
---|---|---|
committer | wiz <wiz> | 2008-04-14 13:38:43 +0000 |
commit | 400b63782f1ca5af933db79404bf80771d6eb612 (patch) | |
tree | b1126287ddffa08676bd21eb0fbc9c3049d5e12a /converters | |
parent | bf5cbf70f30f33e7bf99036c27e2ca5359e7bc44 (diff) | |
download | pkgsrc-400b63782f1ca5af933db79404bf80771d6eb612.tar.gz |
Update to 0.8.14:
0.8.13 - 0.8.14
- Fix some warnings due to unused variables
- Fix a warning due to a name hiding.
- Fix two loops with corrupted documents (Thank you, sum1!)
0.8.12 - 0.8.13
- Implement readahead in the WPXStreamImplementation class (Jan Holesovsky, Fridrich)
- Fix some memory issues properly (each class deletes what it allocated) (Fridrich)
- Work around an issue with relative seeks backward and certain versions of libstdc++
in the buffered stream implementation (Fridrich, sum1)
- Fix a problem of conversion of some page breaks due to an unreachable block in the
code (Fridrich)
- Fix a crasher in a rare case of a footnote/endnote being defined in a table and the
footnote/endnote having itself a table (Fridrich).
- Fix some null pointer crashes with corrupted documents in table code and in cases where
there is no prefix ID present (sum1, Fridrich).
- Fix a out of bounds array in parsing WP5 extended characters with broken documents
(sum1).
- Remove some abuse of pointers (Fridrich).
- In "wpd2raw --callback", return "-1" if no one callback was called (Fridrich).
- Fix some issues with incorrect indents in some rear cases (Fridrich).
- Fix some signedness problems (Fridrich).
0.8.11 - 0.8.12
- Enable building of statically linked tools even when a shared library is built,
useful for scripting the creation of win32 release packages (Robert Staudinger,
Fridrich Strba)
- Package also the tools automatically for win32 (Fridrich)
- Do not build doxygen documentation on win32 unless explicitely asked for it (Fridrich)
- Convert Tab Set function for WP5 parser (Fridrich)
- Basic conversion of tabulators and indents in WP3 parser (Smokey Ardisson, Fridrich)
- Basic conversion of tabulators and indents in WP5 parser (Fridrich)
- Convert the most usual Macintosh fonts from fontId to font name in WP1 parser
(Hubert Figuiere, Fridrich)
- Fix compilation with the upcoming gcc 4.3 (Rene Engelhard, Fridrich)
0.8.10 - 0.8.11
- Fix incorrect conversion of tables with cells spanning more then 127 rows due to
incorrect information in the file-format (Fridrich)
- Fix incorrect reading of font name information in prefix packets (Fridrich)
- Fixing http://bugzilla.abisource.com bug #10957: Bad -L flags in Makefile.am break
compiling if different libwpd version is already installed (Daniel Mack)
- Fixing http://bugzilla.abisource.com bug #10958: Risky -I ordering (Daniel Mack)
- Making a proper release win32 (MinGW) binaries crosscompilation on Linux possible and
smooth (Fridrich)
0.8.9 - 0.8.10
- Fix a locale dependency in our float to string conversion (Fridrich)
- Enhance our reading of document meta data for WP6 (David Hislop)
- Fix some sillies and be gracious with documents with corrupted prefix packets (Fridrich)
- Prevent the heuristic typedetection from throwing (Fridrich)
- Add a new stream implementation based on C++ streams, rendering libgsf dependency
very optional; deprecate GSFInputStream (Fridrich)
- Allow building of wpd2foo tools by Micro$oft Visual studio (David Hislop, Fridrich)
Diffstat (limited to 'converters')
-rw-r--r-- | converters/libwpd/Makefile | 5 | ||||
-rw-r--r-- | converters/libwpd/PLIST | 3 | ||||
-rw-r--r-- | converters/libwpd/distinfo | 8 |
3 files changed, 8 insertions, 8 deletions
diff --git a/converters/libwpd/Makefile b/converters/libwpd/Makefile index 16f70c39f6c..6e69ec1e79f 100644 --- a/converters/libwpd/Makefile +++ b/converters/libwpd/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.17 2008/03/06 14:53:48 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2008/04/14 13:38:43 wiz Exp $ -DISTNAME= libwpd-0.8.9 -PKGREVISION= 4 +DISTNAME= libwpd-0.8.14 CATEGORIES= converters MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libwpd/} diff --git a/converters/libwpd/PLIST b/converters/libwpd/PLIST index 12651c3ba31..abb4a042039 100644 --- a/converters/libwpd/PLIST +++ b/converters/libwpd/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2005/06/26 22:08:08 markd Exp $ +@comment $NetBSD: PLIST,v 1.2 2008/04/14 13:38:43 wiz Exp $ bin/wpd2html bin/wpd2raw bin/wpd2text @@ -9,6 +9,7 @@ include/libwpd-0.8/libwpd/WPXProperty.h include/libwpd-0.8/libwpd/WPXPropertyList.h include/libwpd-0.8/libwpd/WPXPropertyListVector.h include/libwpd-0.8/libwpd/WPXStream.h +include/libwpd-0.8/libwpd/WPXStreamImplementation.h include/libwpd-0.8/libwpd/WPXString.h include/libwpd-0.8/libwpd/libwpd.h include/libwpd-0.8/libwpd/libwpd_types.h diff --git a/converters/libwpd/distinfo b/converters/libwpd/distinfo index 3f6a529eae1..f2218c395e0 100644 --- a/converters/libwpd/distinfo +++ b/converters/libwpd/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2007/03/18 20:41:28 rillig Exp $ +$NetBSD: distinfo,v 1.5 2008/04/14 13:38:43 wiz Exp $ -SHA1 (libwpd-0.8.9.tar.gz) = f5751f76dca619618659f480f32b35b9b7d88737 -RMD160 (libwpd-0.8.9.tar.gz) = c69853e8f86ee5c936102e00960a7fdea7984ab7 -Size (libwpd-0.8.9.tar.gz) = 569384 bytes +SHA1 (libwpd-0.8.14.tar.gz) = 9d316c055f6f9e93896a1d8e8d81c6ea4a8a8a44 +RMD160 (libwpd-0.8.14.tar.gz) = e20b7e262bff3266cb6570d302c01c9e153960d4 +Size (libwpd-0.8.14.tar.gz) = 603455 bytes SHA1 (patch-aa) = 4c91375938db1761200af1b68cacd4714a4da004 |