summaryrefslogtreecommitdiff
path: root/converters/libabw
AgeCommit message (Collapse)AuthorFilesLines
2020-06-02Revbump for icuadam1-2/+2
2020-05-06revbump after boost updateadam2-3/+4
2020-03-25libabw: Update to 0.1.3nia3-27/+11
libabw 0.1.3 - Fix a memory access error found by oss-fuzz. - Configure with --disable-werror by default. - Disable expanding entities by XML parser as a vulnerability prevention measure. Abiword-saved documents do not contain entities, so there is no difference in behavior. libabw 0.1.2 - Fix several issues identified by Coverity. - Parse paragraph and cell borders. - Improve parsing of lists. - Fix build with boost >= 1.59. - Make the output of abw2* --help more compatible with help2man. - Fix various problems when parsing broken files found by oss-fuzz. - Require C++11 for build. - Parse fields. (tdf#74466) - Parse floating (not inline) images. (tdf#74463) - Parse text boxes. - Drop outdated MSVC project files. - Set minimal width/height of inline images (which usually do not have dimensions set in the file) to 1 inch. (tdf#74462)
2020-01-26all: migrate homepages from http to httpsrillig1-2/+2
pkglint -r --network --only "migrate" As a side-effect of migrating the homepages, pkglint also fixed a few indentations in unrelated lines. These and the new homepages have been checked manually.
2020-01-12*: Recursive revbump from devel/boost-libsryoon2-4/+4
2019-08-22Recursive revbump from boost-1.71.0ryoon2-4/+4
2019-08-11Bump PKGREVISIONs for perl 5.30.0wiz1-2/+2
2019-07-01Recursive revbump from boost-1.70.0ryoon2-4/+4
2018-12-13revbump for boost 1.69.0adam2-4/+4
2018-08-22Recursive bump for perl5-5.28.0wiz1-2/+2
2018-08-16revbump after boost-libs updateadam2-4/+4
2018-04-29revbump for boost-libs updateadam2-4/+4
2018-01-01Revbump after boost updateadam2-4/+4
2017-08-24Revbump for boost updateadam2-4/+4
2017-04-30Recursive revbump from boost updateryoon2-4/+4
2017-01-01Revbump after boost updateadam2-4/+4
2016-10-07Revbump post boost updateadam2-4/+4
2016-07-09Bump PKGREVISION for perl-5.24.0 for everything mentioning perl.wiz1-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-08-15Bump PKGREVISION for librevenge boost fix.wiz2-4/+4
2015-06-12Recursive PKGREVISION bump for all packages mentioning 'perl',wiz1-2/+2
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
2015-04-17Revbump after updating devel/boost-libsadam1-1/+2
2014-12-30Update to 0.1.1:wiz3-7/+22
libabw 0.1.1 - Use symbol visibility on Linux. The library only exports the two public functions now. - Handle text language. - Honor global setting of writing mode. - Handle basic document metadata. - Handle headings. - Fix the loss of text formatting attributes that would happen in certain cases. - Several other smaller changes and improvements.
2014-11-07Revbump after updating boostadam1-2/+2
2014-08-13Revbump after boost-libs updateadam1-1/+2
2014-07-22Update to 0.1.0. Ride libwpd bump.wiz4-14/+14
0.0.1 -> 0.1.0 - Switch to librevenge - Do not add extra tab for list indentation - Avoid possible crash on file format detection - Ignore cells that are not inside a table
2014-07-22Recursive bump for libwpd shlib name change.wiz2-3/+4
2014-06-01Fix FreeBSD 10.0 clang buildryoon1-2/+4
* clang is needed as C preprocessor. Do not fail configure script. * Disable -Werror flag
2014-05-29Bump for perl-5.20.0.wiz1-1/+2
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
2014-05-13Move GCC_REQD+=4.6 to boost-libs/buildlink3.mk for OpenBSD.ryoon1-7/+1
It is common for boost-libs consumers.
2014-05-12GCC 4.6 is required to build under OpenBSDryoon1-1/+7
2014-05-04Update to 0.0.2:wiz2-6/+6
0.0.1 -> 0.0.2 - Do not add extra tab for list indentation - Avoid possible crash on file format detection - Ignore cells that are not inside a table
2014-02-02Import libabw-0.0.1 as converters/libabw.ryoon5-0/+58
Libabw is library providing ability to interpret and import AbiWord documents into various applications. You can find it being used in libreoffice.