Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
03 Nov 2020 19:48:54
0.2_2

|
tcberner  |
graphics/poppler: update to 20.11.0
Release 20.11.0:
core:
* More work on rendering of standalone Annot Widgets. Issue #806
* Fix crashes in embedded file handling on broken files. Issue #967
* Fix uninitialized memory read on broken files
* Save a bit of memory in Dict data
cpp:
* Fix crashes in embedded file handling on broken files. Issue #966
utils:
* pdftohtml: HTML and XML output includes font opacity.
(Only the first 15 lines of the commit message are shown above ) |
10 Sep 2020 18:32:07
0.2_1

|
tcberner  |
graphics/poppler: update to 20.09.0
Release 20.09.0:
core:
* Compability fix for Forms
* Fix fetching of Objects failing in some cases
* Fix clearing date in Annot setModified/setDate
* TextSelectionPainter: support glyphless fonts
* Splash: Don't try read past end of image
* avoid abort() on large memory allocation
* Fix memory leak on broken files
* Fix potential invalid memory read
* Small code improvements
qt5: (Only the first 15 lines of the commit message are shown above ) |
08 Aug 2020 07:31:00
0.2

|
tcberner  |
graphics/katarakt: prepare for poppler 20.08.0 (fixed)
- unfortunately the fix applied in r544366 broke the build
in the current tree (and I impatiently committed before
the trunk testbuild was finished)
- simply remove all the broken POPPLER_VERSION checks, the
version in ports is well-defined and years newer than
anything that is checked against.
PR: 248419
Pointy hat: tcberner |
08 Aug 2020 07:21:29
0.2

|
tcberner  |
graphics/katarakt: prepare for poppler 20.08.0
- the minor version now represents a two digit calendar month,
given that 08 and 09 are invalid octals, strip the leading zero
out.
PR: 248419 |
09 Jul 2020 03:46:01
0.2

|
linimon  |
Add compiler:c++11-lang to USES to fix build on GCC-based systems:
cc1plus: error: unrecognized command line option "-std=gnu++11"
While here, sort USES.
Approved by: portmgr (tier-2 blanket) |
05 Jul 2020 06:31:02
0.2

|
lwhsu  |
Add graphics/katarakt
Simple PDF viewer uses as much available screen space as possible
PR: 243000
Submitted by: kurt@kmk-computers.de |