aboutsummaryrefslogtreecommitdiff
path: root/print/ghostscript9/files
Commit message (Collapse)AuthorAgeFilesLines
* Fix build as a user, really this time.Mathieu Arnold2014-04-281-0/+13
| | | | | | | | | PR: 188770 Submitted by: John Hein Sponsored by: Absolight Notes: svn path=/head/; revision=352522
* Use new syntax for LIB_DEPENDS.Hiroki Sato2014-03-061-2/+2
| | | | Notes: svn path=/head/; revision=347166
* - Fix iconv dependency [*]Hiroki Sato2014-03-024-10/+7
| | | | | | | | | | | - Add STAGEDIR support. - Fix old syntax in LIB_DEPENDS. Submitted by: tijl [*] PR: ports/186705 [*] Notes: svn path=/head/; revision=346786
* Set ${MASTERDIR} to ${.CURDIR} and use it for .include "files/foo".Hiroki Sato2013-07-251-3/+3
| | | | | | | | | Changes in r323629 broke ghostscript*-nox11. Pointed out by: bapt Notes: svn path=/head/; revision=323630
* Fix hidden dependency due to USE_FOO=yes after including bsd.port.pre.mk.Hiroki Sato2013-07-251-3/+3
| | | | Notes: svn path=/head/; revision=323629
* Fix installation of bin/ert. It should be installed when GS_epag is defined,Hiroki Sato2013-05-032-1/+4
| | | | | | | | | not GS_dmprt. Spotted by: Andrzej Tobola Notes: svn path=/head/; revision=317185
* Convert the last USE_ICONV to USES=iconvBaptiste Daroussin2013-04-271-1/+1
| | | | Notes: svn path=/head/; revision=316695
* - Fix buildSteve Wills2012-10-221-1/+1
| | | | | | | | | | PR: ports/172940 Submitted by: Andy <andy.legkiy@gmail.com> Approved by: doceng (gjb) Feature safe: yes Notes: svn path=/head/; revision=306249
* Update to 9.06. Changes include:Hiroki Sato2012-10-132-22/+25
| | | | | | | | | | | | | | | | - PDF/A-2 - pdfwrite now supports the creation of PDF/A-2 files. Simply specifying "-dPDFA" continues to have the old behaviour of creating PDF/A-1b files. For PDF/A-2 the command line should include "-dPDFA=2". - pdfwrite "Server mode" - pdfwrite can now be run in "server mode" which allows the device to be closed without closing the interpreter. This means it is no longer necessary to terminate GS before starting a new PDF conversion. Feature safe: yes Notes: svn path=/head/; revision=305844
* Revert r303635 to fix an wrong OPTIONS handling and resolve svgalib dependencyHiroki Sato2012-09-041-0/+4
| | | | | | | | | | in the case of !amd64 && !i386 in another way. Pointed out by: crees Pointy hat to: hrs Notes: svn path=/head/; revision=303669
* s/X11BASE/LOCALBASE/, or equivalent.Doug Barton2012-06-242-3/+3
| | | | | | | The X11BASE variable is long gone, however these ports were not updated. Notes: svn path=/head/; revision=299908
* - Add LICENSE.Hiroki Sato2012-06-122-55/+25
| | | | | | | | | - Make MAKE_JOBS_SAFE=yes. - Replace OPTIONS with OPTIONSng. Bump PORTREVISION because a package created with Makefile.drivers r1.3 had some inconsistent default values. Notes: svn path=/head/; revision=299107
* Fix build on systems which already have graphics/openjpeg in LOCALBASE.Hiroki Sato2012-02-131-3/+3
| | | | Notes: svn path=/head/; revision=291310
* Add missing patches. This should fix build on !amd64 platforms.Hiroki Sato2012-02-134-1/+43
| | | | Notes: svn path=/head/; revision=291122
* Update to 9.05. Changes include:Hiroki Sato2012-02-127-44/+74
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Ghostscript's PDF interpreter is now able to make use of the DroidSansFallback TrueType font to automatically substitute for missing CIDFonts. Whilst it is always best to ensure the original CIDFont is available for the best and most accurate output, the ability to make an automatic substitution will be valuable for those merely viewing or proofing such files. - This release includes support for a proofing ICC profile. The command option is specified using -sProofProfile=filename. With this option, the color output will emulate what would be obtained had the source file been rendered on a device defined by the proofing profile. (See GS9_Color_Management.pdf for details.) - This release includes support for a device link ICC profile. The command option is specified using -sDeviceLinkProfile=filename. With this option, the device link profile is added to the end of the link transform from source to destination. In this case, one can include a command line option like "-sDevice=tiff32nc -sOutputICCProfile=srgb.icc -sDeviceLinkProfile=linkRGBtoCMYK.icc" and source colors will be mapped through sRGB and through the device link profile to CMYK values for the device. - Ghostscript now supports "unmanaged color transformations" for source DeviceXXX colors (in other words, they use a simple conversion, rather than the ICC profile based color workflow). This is beneficial in uses where performance takes precedence over ultimate color fidelity (the command line parameter -dUseFastColor enables this). - The font set distributed with Ghostscript has been changed to the standard 35 Postscript-compatible fonts distributed by URW. - Ghostscript now includes a simple ink-coverage device, contributed by Sebastian Kapfer (inkconv). - The TIFF, JPEG and PNG output devices now support embedding of the device ICC profile in the output file. - Ghostscript now ships modified OpenJPEG sources for JPEG2000 decoding (replacing JasPer). Performance, reliability and memory use whilst decoding JPX streams are all improved - jbig2dec now has simple halftone region support - The ps2write device has had a large number of output quality and stability improvements. Notes: svn path=/head/; revision=291067
* Update to 9.04.Hiroki Sato2012-01-157-87/+68
| | | | Notes: svn path=/head/; revision=289253
* Use gdkpixbuf2 instead of gdkpixbuf when WITH_GTK is defined.Hiroki Sato2011-07-201-1/+1
| | | | | | | | Spotted by: bf PR: ports/158995 Notes: svn path=/head/; revision=277974
* Fix a build failure when vaglib and/or lvga256 is specified.Hiroki Sato2011-07-172-0/+30
| | | | | | | PR: ports/158958 Notes: svn path=/head/; revision=277839
* Update CONFLICTS lines.Hiroki Sato2011-06-201-2/+2
| | | | | | | PR: ports/158028 Notes: svn path=/head/; revision=275918
* Fix an issue that the bbox device was not built.Hiroki Sato2011-06-101-1/+1
| | | | Notes: svn path=/head/; revision=275310
* - Fix build when WITHOUT_X11=yes.Hiroki Sato2011-06-103-2/+40
| | | | | | | | - Fix CONFLICTS. - Build and install a dynamic module X11.so when !WITHOUT_X11. Notes: svn path=/head/; revision=275298
* Add print/ghostscript9, an interpreter of PostScript and PDF pageHiroki Sato2011-05-2331-0/+1365
description languages. Changes from 8.x series include: - This release includes a move to an ICC-based color rendering workflow. The design allows easy integration of 3rd party color management modules (CMMs) and management of DeviceN and spot source colors with ICC profiles as well as with non-ICC proprietary methods. The default CMM is the well known littleCMS. Postscript color objects and non-ICC CIE-based PDF color spaces are converted to equivalent ICC profiles enabling complete color management for all color spaces by an ICC-based CMM. New command line options enable the specification of gray, rgb and cmyk default ICC profiles as well as output device ICC profiles. The new work flow provides performance improvements in the rendering of images, shadings and transparencies. In addition, the color conversions are designed to work efficiently in multithreaded display list (c-list) rendering through the use of a shared link cache. Finally, proper ICC based rendering now occurs for ALL XPS objects including Named colors, N-Channel colors and images with internally embedded ICC profiles. - The second major change in this release is that glyph rendering for all font types except Type 3 is now handled by Freetype (via a much improved and enhanced Font API). The most obvious benefit of this is a complete, and proven implementation of the TrueType byte code interpreter (now unencumbered by patents). - Another major change is that the Postscript interpreter's graphics state now stores two separate colour space settings for stroking and filling, to better support the stroke and fill colours required by the PDF interpreter. - Support for optional content has been added to the PDF interpreter. - This release also includes a number of improvements to the pdfwrite device to improve reliability and quality with PCL and XPS input. Many improvements to the support of JPX images in PDF files, PDF annotation rendering and the usual number of general bug and robustness fixes. - For security reasons, Ghostscript no longer searches the current directory by default. Use -P option to revert to old behavior. - For monochrome devices, there is a new halftone technique for sampled image data. The existing technique is very efficient (and is is still used) for large areas of color, such as an area fill, but encountered performance problems dealing with sampled image data where a given colour value only covered a few pixels at a time. The new approach applies the halftone threshold array directly to the image samples. - A new, robust CFF parser implemented in C (replacing the previous Poscript one) - tiffscaled device - this renders internally as tiffgray, but then downsamples by an integer scale factor (specified by -dDownScaleFactor=n) and error diffuses to 1bpp output. The tiffscaled device also implements limited minimum feature size functionality; by setting -dMinFeatureSize to 1, 2 or 3, the device output is guaranteed to generate minimum dot sizes as multiples of the final resolution, useful for devices that offer finer position control than dot size control. - Add DSC compatible output in ps2write. Notes: svn path=/head/; revision=274534