summaryrefslogtreecommitdiff
path: root/print/ghostscript/PLIST
AgeCommit message (Collapse)AuthorFilesLines
2010-02-23update to 8.71drochner1-1/+4
This is the second release in the stable 8.7x series. It features improved handling of fonts, nesting and color fixes with transparency objects, reduced memory footprint for the halftone cache, as well as improvements to the pxl output devices, and the usual number of bug and robustness fixes.
2009-06-14Convert @exec/@unexec to @pkgdir or drop it.joerg1-2/+1
2009-06-14Remove @dirrm entries from PLISTsjoerg1-14/+1
2009-02-12update to 8.64drochner1-77/+73
Approximately 100 bugs have been fixed since the 8.63 release. Of particular note in this release are improvements to overprint and spot color support in documents with transparency, improvements to PDF and PS output, proper handling of PDF-specific text rendering modes and support for reading AES-encrypted PDF documents. Also improved is handling of CJK text, especially in vertical writing modes, memory footprint processing some files at high resolution and support for using the system's default paper size on unix. The interpreter's handling of color spaces has been moved from PostScript code to C. A number of the included printer drivers and cups wrappers have been updated to support a PDF-based workflow. Also fixed are several long-standing bugs in the pcl drivers with respect to duplex, resolution and paper tray selection.
2008-09-03Build libgs as a shared library as increasingly other packages expect itmarkd1-1/+10
to be there and want to link with it. Bump PKGREVISION.
2008-08-07update to 8.63drochner1-2/+1
changes: -bugfixes -multithreaded rendering -Images are now always interpolated in their source colorspace -Support for OpenPrinting Vector devices has been upgraded to version 1.0 -two new devices: cairo, svgwrite -maximum number of color components has been reduced to 8 (from 252) -The -Z: debugging option now uses 'realtime' instead of 'usertime'
2008-04-12Convert to use PLIST_VARS instead of manually passing "@comment "jlam1-6/+6
through PLIST_SUBST to the plist module.
2008-03-10Try removing share/ghostscript directory during uninstall.wiz1-2/+2
Bump PKGREVISION.
2008-03-05update to 8.62, fixes a buffer overflow (CVE-2008-0411)drochner1-1/+37
(it appearently doesn't fix the font embedding problems in PDF generation reported recently)
2008-01-29Conditionally add cups files to PLIST. From Matthias Drochner.gdt1-1/+6
Partially addresses PR pkg/37888.
2008-01-09update to 8.61drochner1-66/+70
changes: a number of bug fixes and improvements Note: The default device in the gcc build is now the 'x11alpha' device which provides antialiasing for display. To recover the old default behaviour add '-sDEVICE=x11' to the command line.
2007-10-22Pull over the "cups" option, based largely on the implementation of the "cups"dsainty1-1/+6
option in ghostscript-esp, although there it was on by default. Here it is off by default, which is more in keeping with how the "cups" option is generally used - it is usually off by default, and a CUPS user would usually add "cups" to the global options.
2007-08-08*blink* check-files didn't run for some reason, so update the PLISTjoerg1-2/+30
and bump revision.
2007-07-17update to 8.57drochner1-6/+18
In addition to the usual bug fixes, there are specific performance and quality improvements in the areas of patterns, shading and image filtering. Also new in this release is an implementation of the Well Tempered Screening algorithm in an output device, using Graeme Gill's IMDI library for efficient color mapping. pkgsrc change: use the bundled jasper as the pkgsrc one is incompatible
2006-12-27Update to gpl ghostscript-8.54 aka print/ghostscript-afpl relaunchedjoerg1-264/+537
under GPL with options.mk. This was discussed on tech-pkg@.
2005-12-09Add x11 option to the various ghostscript packages, and get ridwiz1-0/+327
of the separate ghostscript*x11* packages.