pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/converters/libwpd



Module Name:    pkgsrc
Committed By:   jaapb
Date:           Sat Aug 24 21:50:24 UTC 2013

Modified Files:
        pkgsrc/converters/libwpd: Makefile buildlink3.mk distinfo
Removed Files:
        pkgsrc/converters/libwpd/patches: patch-aa
            patch-src_lib_WPXStreamImplementation.cpp
            patch-src_lib_wp6graphicsfilenamepacket_cpp

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/converters/libwpd/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/converters/libwpd/buildlink3.mk
cvs rdiff -u -r1.10 -r1.11 pkgsrc/converters/libwpd/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/converters/libwpd/patches/patch-aa
cvs rdiff -u -r1.2 -r0 \
    pkgsrc/converters/libwpd/patches/patch-src_lib_WPXStreamImplementation.cpp \
    pkgsrc/converters/libwpd/patches/patch-src_lib_wp6graphicsfilenamepacket_cpp

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index