head 1.2; access; symbols pkgsrc-2017Q4:1.1.0.26 pkgsrc-2017Q4-base:1.1 pkgsrc-2017Q3:1.1.0.24 pkgsrc-2017Q3-base:1.1 pkgsrc-2017Q2:1.1.0.20 pkgsrc-2017Q2-base:1.1 pkgsrc-2017Q1:1.1.0.18 pkgsrc-2017Q1-base:1.1 pkgsrc-2016Q4:1.1.0.16 pkgsrc-2016Q4-base:1.1 pkgsrc-2016Q3:1.1.0.14 pkgsrc-2016Q3-base:1.1 pkgsrc-2016Q2:1.1.0.12 pkgsrc-2016Q2-base:1.1 pkgsrc-2016Q1:1.1.0.10 pkgsrc-2016Q1-base:1.1 pkgsrc-2015Q4:1.1.0.8 pkgsrc-2015Q4-base:1.1 pkgsrc-2015Q3:1.1.0.6 pkgsrc-2015Q3-base:1.1 pkgsrc-2015Q2:1.1.0.4 pkgsrc-2015Q2-base:1.1 pkgsrc-2015Q1:1.1.0.2 pkgsrc-2015Q1-base:1.1; locks; strict; comment @# @; 1.2 date 2018.01.10.10.17.05; author wiz; state dead; branches; next 1.1; commitid IWDSIOlH3VPaAjmA; 1.1 date 2015.01.04.23.30.21; author wiz; state Exp; branches; next ; commitid A6dPHQ9Z8YSxoL4y; desc @@ 1.2 log @libmspub: update to 0.1.3. libmspub 0.1.3 - Workaround a build error on some 32-bit systems. - Parse table row and column sizes. (tdf#89061) - Fix various problems when parsing broken files, found with the help of american-fuzzy-lop and oss-fuzz. - Make the output of pub2foo --help more compatible with help2man. - Extract more metadata from documents. - Require C++11 for build. - Drop outdated MSVC project files. - Handle table cells containing multiple paragraphs correctly. (tdf#89393) - Parse more text formatting attributes: all underline types, small caps, all caps, outline, emboss, engrave, shadow. - Parse text language. - Various minor changes and improvements. @ text @$NetBSD: patch-configure,v 1.1 2015/01/04 23:30:21 wiz Exp $ Fix unportable test(1) comparison operator. --- configure.orig 2014-12-30 17:23:13.000000000 +0000 +++ configure @@@@ -17053,7 +17053,7 @@@@ else fi -if test $platform_win32 == yes; then : +if test $platform_win32 = yes; then : else @ 1.1 log @Update to 0.1.2: libmspub 0.1.2 - Check arguments of public functions. Passing NULL no longer causes a crash. - Use symbol visibility on Linux. The library only exports the two public functions now. - Fix several crashes and hangs when reading broken files, found with the help of american-fuzzy-lop. - Add support for embedded fonts. - Add initial support for tables. - Parse document metadata. @ text @d1 1 a1 1 $NetBSD$ @