diff options
author | tcberner <tcberner@FreeBSD.org> | 2020-01-23 01:59:22 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2020-01-27 02:34:17 +0800 |
commit | cbd62acc6cceca6872b477ce08ec856ea6e68e8f (patch) | |
tree | 43884f585cafa6fcd7f764bb8e43d368486b54f4 /textproc/py-pdftotext | |
parent | a01cff1e37a99fdba246d8b24f7153b37dbed289 (diff) | |
download | freebsd-ports-gnome-cbd62acc6cceca6872b477ce08ec856ea6e68e8f.tar.gz freebsd-ports-gnome-cbd62acc6cceca6872b477ce08ec856ea6e68e8f.tar.zst freebsd-ports-gnome-cbd62acc6cceca6872b477ce08ec856ea6e68e8f.zip |
graphics/poppler: update to 0.84.0
Release 0.84.0:
core:
* Fix crash when converting from Unicode to ASCII-7
* Splash::scaleImageYdXu: Protect against crash if srcWidth is too big
* JBIG2Stream: fix potential crash in malformed documents
* JBIG2Stream: fix leak in reset() if called several times
* Internal code improvements
utils:
* pdfimages: Add error message if first page is larger then number of pages.
* pdfinfo: Improved paper size recognition
* pdfsig: Fix exit code when dumping signatures
* pdftocairo: Error out when even/odd selects 0 pages
* pdftohtml: Fix memory leak
* pdftoppm: Add an option to scale before rotate
* pdftoppm: Add -hide-annotations option
* pdftoppm: Error out when even/odd selects 0 pages
* pdftops: Improve -optimizecolorspace
qt5:
* Code cleanups
glib:
* Fix compiler warnings
Release 0.83.0
core:
* Improve when a file is recognized as Linearized
* Improve const-ness of the code
* Make code a bit more readable/maintanable
* Fix uninitialized memory uses in broken files
utils:
* pdffonts: Make code a bit more readable/maintanable
* pdftohtml: Make code a bit more readable/maintanable
qt5:
* Remove a bunch of unused internal functions
* trUtf8 -> tr (less warnings)
build system:
* make-glib-api-docs: switch to python3
PR: 243433
Exp-run by: antoine
Diffstat (limited to 'textproc/py-pdftotext')
-rw-r--r-- | textproc/py-pdftotext/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/py-pdftotext/Makefile b/textproc/py-pdftotext/Makefile index 97ec99aaf724..d9f93e2725a8 100644 --- a/textproc/py-pdftotext/Makefile +++ b/textproc/py-pdftotext/Makefile @@ -2,7 +2,7 @@ PORTNAME= pdftotext PORTVERSION= 2.1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |