summaryrefslogtreecommitdiff
path: root/converters/libmspub
AgeCommit message (Collapse)AuthorFilesLines
2022-11-23massive revision bump after textproc/icu updateadam1-2/+2
2022-04-18revbump for textproc/icu updateadam1-2/+2
2022-01-10*: Recursive revbump from boost 1.78.0ryoon2-4/+4
2021-12-08revbump for icu and libffiadam1-2/+2
2021-10-26converters: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes
2021-10-07converters: Remove SHA1 hashes for distfilesnia1-2/+1
2021-09-29revbump for boost-libsadam2-4/+4
2021-04-21revbump for boost-libsadam2-4/+4
2021-04-21revbump for textproc/icuadam1-2/+2
2021-04-15libmspub: Fix build with GCC 10 in NetBSD baseryoon2-1/+16
Fix errors like uint32_t not found.
2021-01-01*: Recursive revbump from boost-1.75.0ryoon2-4/+4
2020-11-05*: Recursive revbump from textproc/icu-68.1ryoon1-2/+2
2020-06-02Revbump for icuadam1-2/+2
2020-05-06revbump after boost updateadam2-4/+4
2020-04-12Recursive revision bump after textproc/icu updateadam1-2/+2
2020-01-12*: Recursive revbump from devel/boost-libsryoon2-4/+4
2019-11-03converters: align variable assignmentsrillig1-5/+5
pkglint -Wall -F --only aligned --only indent -r No manual corrections.
2019-08-22Recursive revbump from boost-1.71.0ryoon2-4/+4
2019-07-01Recursive revbump from boost-1.70.0ryoon2-4/+4
2019-04-03Recursive revbump from textproc/icuryoon1-2/+2
2018-12-13revbump for boost 1.69.0adam2-4/+4
2018-12-09revbump after updating textproc/icuadam1-2/+2
2018-08-16revbump after boost-libs updateadam2-4/+4
2018-07-20Recursive revbump from textproc/icu-62.1ryoon1-2/+2
2018-04-29revbump for boost-libs updateadam2-4/+4
2018-04-14revbump after icu updateadam1-1/+2
2018-03-11libmspub: update to 0.1.4.wiz2-7/+7
libmspub 0.1.4 - Fix several problems found by oss-fuzz. - Fix regression in closing shape groups that caused missing shapes on second and subsequent pages. (tdf#116018)
2018-01-10libmspub: update to 0.1.3.wiz4-40/+7
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.
2018-01-07Fix indentation in buildlink3.mk files.rillig1-2/+2
The actual fix as been done by "pkglint -F */*/buildlink3.mk", and was reviewed manually. There are some .include lines that still are indented with zero spaces although the surrounding .if is indented. This is existing practice.
2018-01-01Revbump after boost updateadam2-4/+4
2017-11-30Revbump after textproc/icu updateadam1-2/+2
2017-09-18revbump for requiring ICU 59.xmaya1-2/+2
2017-08-24Revbump for boost updateadam2-4/+4
2017-04-30Recursive revbump from boost updateryoon2-4/+4
2017-04-22Revbump after icu updateadam1-2/+2
2017-01-01Revbump after boost updateadam2-4/+4
2016-12-04Recursive revbump from textproc/icu 58.1ryoon1-2/+2
2016-10-07Revbump post boost updateadam2-4/+4
2016-04-11Recursive revbump from textproc/icu 57.1ryoon1-2/+2
2015-11-03Add SHA512 digests for distfiles for converters categoryagc1-1/+2
Problems found with existing distfile: distfiles/libiconv-1.13-cp932.patch.gz No changes made to the libiconv distinfo file. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-10-10Recursive revbump from textproc/icuryoon1-2/+2
2015-08-25use std::pow in order to avoid being ambiguous (on SunOS anyway)richard2-1/+17
2015-08-15Bump PKGREVISION for librevenge boost fix.wiz2-4/+4
2015-04-17Revbump after updating devel/boost-libsadam1-2/+2
2015-04-06Revbump after updating textproc/icuadam1-1/+2
2015-01-04Update to 0.1.2:wiz3-7/+22
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.
2014-11-07Revbump after updating boostadam1-2/+2
2014-10-07Revbump after updating libwebp and icuadam1-2/+2
2014-08-13Revbump after boost-libs updateadam1-1/+2
2014-07-22Update to 0.1.1. Ride libwpd bump.wiz4-17/+17
libmspub 0.1.1 - Fix a crash when opening certain documents in LibreOffice, caused by a symbol clash. - Several minor code improvements. libmspub 0.1.0 - switch to librevenge