Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Feb 2012 18:10:49 +0000 (UTC)
From:      Hiroki Sato <hrs@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/print/ghostscript9 Makefile Makefile.drivers distinfo pkg-plist ports/print/ghostscript9/files Makefile.drivers_post Makefile.epag patch-base-Makefile.in patch-base-configure.ac patch-base-gdevperm.c patch-base-gdevplib.c ...
Message-ID:  <201202121810.q1CIAn3N076504@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
hrs         2012-02-12 18:10:49 UTC

  FreeBSD ports repository

  Modified files:
    print/ghostscript9   Makefile Makefile.drivers distinfo 
                         pkg-plist 
    print/ghostscript9/files Makefile.drivers_post Makefile.epag 
                             patch-base-Makefile.in 
                             patch-base-configure.ac 
                             patch-base-gdevperm.c 
  Added files:
    print/ghostscript9/files patch-base-gdevplib.c 
                             patch-epag-ert.c 
  Log:
  Update to 9.05.  Changes include:
  
  - 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.
  
  Revision  Changes    Path
  1.8       +9 -10     ports/print/ghostscript9/Makefile
  1.2       +12 -12    ports/print/ghostscript9/Makefile.drivers
  1.3       +2 -2      ports/print/ghostscript9/distinfo
  1.6       +5 -5      ports/print/ghostscript9/files/Makefile.drivers_post
  1.2       +3 -6      ports/print/ghostscript9/files/Makefile.epag
  1.2       +13 -13    ports/print/ghostscript9/files/patch-base-Makefile.in
  1.2       +20 -20    ports/print/ghostscript9/files/patch-base-configure.ac
  1.3       +10 -2     ports/print/ghostscript9/files/patch-base-gdevperm.c
  1.1       +14 -0     ports/print/ghostscript9/files/patch-base-gdevplib.c (new)
  1.1       +11 -0     ports/print/ghostscript9/files/patch-epag-ert.c (new)
  1.5       +8 -76     ports/print/ghostscript9/pkg-plist



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201202121810.q1CIAn3N076504>