summaryrefslogtreecommitdiff
path: root/converters/libe-book
AgeCommit message (Collapse)AuthorFilesLines
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-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-16Update to 0.1.2:wiz3-7/+22
libe-book 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 handling of --enable-experimental configure option. - Fix various crashes and hangs when reading broken files, found with the help of american-fuzzy-lop. - FictionBook v.2: + Fix incorrect mime type for JPEG images that occurs occasionally in FB2 files. + Handle zipped files that contain more than one file. + Add support for headings. + Add support for text language. - Broad Band eBook: + Convert dimensions and font sizes correctly. This makes the output actually usable :-) + Parse basic paragraph and character properties. + Add initial support for images. Only Plot tag is supported, as Canvas is much more complex and can contain other objects too, not just a single image. + Recognize GIF images too. + Parse important page properties, like dimensions and margins. + Substitute the default fonts embedded on the devices for Liberation fonts. + Try to reconstruct headings from table of contents.
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-23Update to 0.1.1. Ride libwpd bump.wiz4-25/+15
libe-book 0.1.1 - Fix various problems when using --disable-experimental. - Work around MSVC bug. - Fix parsing of zipped FictionBook 2 files. libe-book 0.1.0 - switch to librevenge - PeanutPress: make sure the output is UTF-8 - TCR: make sure the output is UTF-8 - sanitize format detection
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-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-04-09recursive bump from icu shlib major bump.obache1-1/+2
2014-04-04Update to 0.0.3:wiz2-6/+6
libe-book 0.0.3 - fix reading of TCR files - fix crash in file detection - fix mis-detection of any XML file as FictionBook - fix misplaced uses of some libwpd callbacks
2014-02-04Kill register keyword in gperf output to allow building with -Werror andjoerg2-1/+19
clang.
2014-02-02Import libe-book-0.0.2 as converters/libe-book.ryoon5-0/+85
libe-book is a library and a set of tools for reading and converting various non-HTML reflowable e-book formats. Currently supported are: - eReader .pdb - FictionBook v. 2 (including zipped files) - PalmDoc Ebook - Plucker .pdb - QiOO (mobile format, for java-enabled cellphones) - TCR (simple compressed text format) - TealDoc - zTXT - ZVR (simple compressed text format) For convenience of use in third-party projects the library is available under two licenses: GNU Lesser GPL 2.1+ and MPL 2.0+.