diff options
author | krion <krion@FreeBSD.org> | 2004-10-16 15:28:34 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-10-16 15:28:34 +0800 |
commit | 0fda34731f82e94ce548903acc5f0312af0c6853 (patch) | |
tree | 224a09ada6a1b86b05082100c91995facfb45ed0 /print/ghostscript8/scripts | |
parent | fbd775fe048c847df9788f5960d8a895c91a2344 (diff) | |
download | freebsd-ports-gnome-0fda34731f82e94ce548903acc5f0312af0c6853.tar.gz freebsd-ports-gnome-0fda34731f82e94ce548903acc5f0312af0c6853.tar.zst freebsd-ports-gnome-0fda34731f82e94ce548903acc5f0312af0c6853.zip |
Announce the release of GPL Ghostscript. This release is based on
the AFPL Ghostscript 8.00 release of 14 months ago. The most
significant new feature since 7.0x is support for DeviceN
colorspaces, up to 8 colorants total at 8 bits per component. Also,
pdfwrite has seen considerable improvement in font handling, and
many other bug fixes.
PR: ports/72326
Submitted by: Ports Fury
Diffstat (limited to 'print/ghostscript8/scripts')
-rw-r--r-- | print/ghostscript8/scripts/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/ghostscript8/scripts/configure b/print/ghostscript8/scripts/configure index a6d2cf47f58e..96efeb1fbc2a 100644 --- a/print/ghostscript8/scripts/configure +++ b/print/ghostscript8/scripts/configure @@ -86,7 +86,7 @@ for i; do done if [ -z "${BATCH}" ]; then - /usr/bin/dialog --title "AFPL Ghostscript driver configuration" --clear \ + /usr/bin/dialog --title "GPL Ghostscript driver configuration" --clear \ --checklist "\n\ This new ghostscript driver configuration dialog allows you to choose \n\ only those gs drivers, you really need. Don't think too economical, since \n\ |