pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/print/ghostscript
Module Name: pkgsrc
Committed By: adam
Date: Fri Mar 8 20:45:25 UTC 2013
Modified Files:
pkgsrc/print/ghostscript: Makefile Makefile.common PLIST distinfo
options.mk
pkgsrc/print/ghostscript/patches: patch-base_gserrors_h
patch-configure.ac patch-openjpeg_libopenjpeg_opj_malloc_h
Removed Files:
pkgsrc/print/ghostscript/patches: patch-CVE-2012-4405 patch-an
Log Message:
Changes 9.07:
As of this release (9.07), Ghostscript and GhostPDL are distributed under the
GNU Affero General Public License (AGPL).
Ghostscript now has the option to be built as thread safe. Note that not all
devices are thread safe. See the GS_THREADSAFE option in: GS_THREADSAFE
The pdfwrite devices now supports linearized (or optimized for fast web view)
output directly ("-dFastWebView")
The Font API (FAPI) has been moved from the Postscript interpreter (psi) into
the graphics library (base), and extended to support the other languages
(PCL/PXL/XPS). All interpreters now use Freetype by default to render all
viable font types.
Ghostscript has been extended to support Postscript string and array objects
with >64k entries.
Ghostscript has been extended to support file sizes >4Gb - in particular
reading and writing PDF files. As a side effect of this, Ghostscript also now
supports 64 bit Postscript integer objects.
All CMYK devices can now support simulated overprint of spot colors using the
"-dSimulateOverprint" command line option.
Support for use of DeviceN ICC color profiles as the output profile with the
tiffsep and psdcmyk devices.
Support for customized named color handling with DeviceN colors
Support for black point compensation
Support for K preservation in CMYK to CMYK conversions
Support for DeviceLink profiles for graphic, image and text objects
Support for custom color replacement
Increased control in specifying color conversions as a function of object type
Full details of the color management features can be found in:
GS9_Color_Management.pdf
Provide BigTIFF output option: the tiff devices can write BigTIFF files using
the "-dUseBigTIFF" option. This requires libtiff version >=4.0.0 (the option is
ignored for versions <4.0.0)
LittleCMS updated to 2.4
Plus the usual round of bug fixes, compatibility changes, and incremental
improvements.
To generate a diff of this commit:
cvs rdiff -u -r1.94 -r1.95 pkgsrc/print/ghostscript/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/print/ghostscript/Makefile.common
cvs rdiff -u -r1.17 -r1.18 pkgsrc/print/ghostscript/PLIST
cvs rdiff -u -r1.41 -r1.42 pkgsrc/print/ghostscript/distinfo
cvs rdiff -u -r1.12 -r1.13 pkgsrc/print/ghostscript/options.mk
cvs rdiff -u -r1.2 -r0 pkgsrc/print/ghostscript/patches/patch-CVE-2012-4405
cvs rdiff -u -r1.4 -r0 pkgsrc/print/ghostscript/patches/patch-an
cvs rdiff -u -r1.1 -r1.2 \
pkgsrc/print/ghostscript/patches/patch-base_gserrors_h \
pkgsrc/print/ghostscript/patches/patch-configure.ac
cvs rdiff -u -r1.2 -r1.3 \
pkgsrc/print/ghostscript/patches/patch-openjpeg_libopenjpeg_opj_malloc_h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index