diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-08-16 15:20:30 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-08-16 15:20:30 +0000 |
commit | d23166a69cdd418614fc5351d96d4c9f9705f4e0 (patch) | |
tree | 96bd05dd977a56d4067841fa0e469a1055671fd9 /print/ghostscript-gpl/scripts/configure | |
parent | 71c94060818d93baa4b574ba6c072c93864bed9d (diff) | |
download | ports-d23166a69cdd418614fc5351d96d4c9f9705f4e0.tar.gz ports-d23166a69cdd418614fc5351d96d4c9f9705f4e0.zip |
- Update to 8.60. The contributed drivers made by gs-esp are now merged in,
but still missing improved CJKV font handling functions.
PR: ports/115395
Submitted by: KATO Tsuguru <tkato432 at yahoo.com>
Notes
Notes:
svn path=/head/; revision=197809
Diffstat (limited to 'print/ghostscript-gpl/scripts/configure')
-rw-r--r-- | print/ghostscript-gpl/scripts/configure | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/print/ghostscript-gpl/scripts/configure b/print/ghostscript-gpl/scripts/configure index b2bf87c60391..2c35fafbb56e 100644 --- a/print/ghostscript-gpl/scripts/configure +++ b/print/ghostscript-gpl/scripts/configure @@ -75,6 +75,7 @@ else gdi \ jj100 \ sj48 t4693d2 t4693d4 t4693d8 tek4696 \ + xes \ bmpmono bmpgray bmp16 bmp256 bmp16m bmp32b bmpsep1 bmpsep8 \ ccr \ cgmmono cgm8 cgm24 \ @@ -96,7 +97,8 @@ else tiffcrle tiffg3 tiffg32d tiffg4 tiffgray \ tiff12nc tiff24nc tiff32nc tiffsep tifflzw tiffpack \ bbox \ - devicen perm spotcmyk + devicen perm spotcmyk \ + imdi wtsimdi wtscmyk fi for i; do @@ -402,6 +404,9 @@ Have fun with this new configuration style ! -andreas \n\n\ "devicen" "DeviceN process color model device" "$status_devicen" \ "perm" "DeviceN which permutes color components" "$status_perm" \ "spotcmyk" "DeviceN with CMYK and spot color support" "$status_spotcmyk" \ + "imdi" "IMDI color converting device" "$status_imdi" \ + "wtsimdi" "WTS halftoning device" "$status_wtsimdi" \ + "wtscmyk" "WTS halftoning CMYK device" "$status_wtscmyk" \ 2> $tempfile retval=$? |