which seems to actually exist is recorded. (When I updated jpeg from
6.2 to 7, the shlib major changed, ghostscript was not rebuilt, and it
failed to run.)
Proposed on tech-pkg on 22 October, with no objections received.
libspectre 0.2.3 (18 October 2009)
==================================
This is another bugfix only release in the libspectre's 0.2 series.
Several fixes in the PostScript parser:
- Detection of invalid or broken files has been improved. A document
scanned without errors with no pages and no format is likely to be
an invalid file, or not a PostScript file at all (Bug #19042)
- Fix possible uninitialized use of Document media struct
contents. Thanks to Alexander Myltsev (Bug #18685)
- Fix documents with PJL commands before the initial DSC comments.
Ghostscript is now always run with -dSAFER option
A missing argument in gs command line of PDF exporter was making it
always fail for any document in BSD systems. Thanks to Antoine
Jacoutot who gave me remote access to an OpenBSD system to fix this
(Bug #18826)
Internal copy of ghostscript headers have been removed since they are
already installed by ghostscript since version 8.62 (Bug #18827)
changes:
-Security fixes from xpdf 3.02pl4
-bugfixes
-qt4 API improvements
pkgsrc change: add patch for CVE-2009-3607 (integer overflow
in create_surface_from_thumbnail_data)
- bugfixes
- Support for list-style-image, including zoom
- Support for fonts by URL
- Default CSS hides noscript
- Switched to httplib for external sources
PoDoFo is a library to work with the PDF file format. The name
comes from the first letter of PDF (Portable Document Format). A
few tools to work with PDF files are already included in the PoDoFo
package.
The PoDoFo library is a free, portable C++ library which includes
classes to parse PDF files and modify their contents into memory.
The changes can be written back to disk easily. The parser can also
be used to extract information from a PDF file (for example the
parser could be used in a PDF viewer). Besides parsing PoDoFo
includes also very simple classes to create your own PDF files.
All classes are documented so it is easy to start writing your own
application using PoDoFo.
This package consists of encoding files for use with poppler. The
encoding files are optional and poppler will automatically read them
if they are present. When installed, the encoding files enables
poppler to correctly render CJK and Cyrrilic properly.
changes:
-Several fixes and improvements to Pdf exporter
-More translation and documentation updates
-Several fixes to protect against possible crashes
-Improvements to the Scripter to enable more features
pkgsrc note: The gnu-autoconf based make system is completely broken
now, had to switch to cmake. Added cups dependency.