summaryrefslogtreecommitdiff
path: root/print/ghostscript-gpl/files
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-10-16 07:28:34 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-10-16 07:28:34 +0000
commitcfdce2f20d78335edc742caa3557d07467a7579d (patch)
treed85bd938cde97a98abaa7a6724bd253c47f57c05 /print/ghostscript-gpl/files
parentBring up to date with mimedefang-2.45. (diff)
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
Notes
Notes: svn path=/head/; revision=119567
Diffstat (limited to 'print/ghostscript-gpl/files')
-rw-r--r--print/ghostscript-gpl/files/patch-lib:pdf_font.ps10
1 files changed, 5 insertions, 5 deletions
diff --git a/print/ghostscript-gpl/files/patch-lib:pdf_font.ps b/print/ghostscript-gpl/files/patch-lib:pdf_font.ps
index 28e098c7acd9..98f38d21d634 100644
--- a/print/ghostscript-gpl/files/patch-lib:pdf_font.ps
+++ b/print/ghostscript-gpl/files/patch-lib:pdf_font.ps
@@ -1,14 +1,14 @@
---- lib/pdf_font.ps.orig Fri Oct 24 02:45:33 2003
-+++ lib/pdf_font.ps Thu Dec 18 23:11:07 2003
-@@ -1113,10 +1113,12 @@
+--- lib/pdf_font.ps.orig Tue Aug 31 13:03:30 2004
++++ lib/pdf_font.ps Wed Sep 15 19:15:00 2004
+@@ -1114,10 +1114,12 @@
/buildCIDType0 { % <CIDFontType0-font-resource> buildCIDType0 <font>
- dup /BaseFont get exch 1 index findCIDFont
+ dup /BaseFont get findCIDFont exch pop
+ addCIDmetrics /CIDFont defineresource
} bdef
/buildCIDType2 { % <CIDFontType2-font-resource> buildCIDType2 <font>
- dup /BaseFont get exch 1 index findCIDFont
+ dup /BaseFont get findCIDFont exch pop
+ addCIDmetrics /CIDFont defineresource
} bdef