diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2009-03-28 20:05:52 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2009-03-28 20:05:52 +0000 |
commit | b5a670a4ad85266e8417a94d2ae0015b3d7ad618 (patch) | |
tree | fe675e097ec9354acd3bf2fcd266227749b366e7 /print/ghostscript8/files/patch-Resource-Init-gs_statd.ps | |
parent | Update to Wine 1.1.18. Among others, this includes the following changes: (diff) |
Update to 8.64. Changes include:
- Improvements to overprint and spot color support in documents with
transparency, improvements to PDF and PS output, proper handling of
PDF-specific text rendering modes and support for reading
AES-encrypted PDF documents.
- Improved handling of CJK text, especially in vertical writing modes.
- Improved memory footprint processing some files at high resolution.
- The handling of color spaces has been moved from PostScript code to
C.
- A number of the included printer drivers and cups wrappers have been
updated to support a PDF-based workflow. Also fixed are several
long-standing bugs in the pcl drivers with respect to duplex,
resolution and paper tray selection.
Notes
Notes:
svn path=/head/; revision=231209
Diffstat (limited to 'print/ghostscript8/files/patch-Resource-Init-gs_statd.ps')
-rw-r--r-- | print/ghostscript8/files/patch-Resource-Init-gs_statd.ps | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/print/ghostscript8/files/patch-Resource-Init-gs_statd.ps b/print/ghostscript8/files/patch-Resource-Init-gs_statd.ps new file mode 100644 index 000000000000..2432745941ad --- /dev/null +++ b/print/ghostscript8/files/patch-Resource-Init-gs_statd.ps @@ -0,0 +1,23 @@ +--- Resource/Init/gs_statd.ps.orig Sat Feb 14 04:19:59 2004 ++++ Resource/Init/gs_statd.ps Sat Feb 21 23:01:09 2004 +@@ -109,6 +109,12 @@ + /halfletter {396 612 //.setpagesize exec} bind def + % minimum of a4 and letter (a4 width, letter length) + /pa4 {595 792 //.setpagesize exec} bind def ++ /postcard {284 419 //.setpagesize exec} bind def ++ /dbl_postcard {419 568 //.setpagesize exec} bind def ++ /Executive {522 756 //.setpagesize exec} bind def ++ /jenv_you4 {298 666 //.setpagesize exec} bind def ++ /jenv_you2 {324 460 //.setpagesize exec} bind def ++ /jenv_kaku2 {682 942 //.setpagesize exec} bind def + % /tabloid {792 1224 //.setpagesize exec} bind def % 11x17 portrait + % /csheet {1224 1584 //.setpagesize exec} bind def % ANSI C 17x22 + % /dsheet {1584 2448 //.setpagesize exec} bind def % ANSI D 22x34 +@@ -125,6 +131,7 @@ + [ /letter /note %do not change this line, needed by 'setpagetype' + /legal /lettersmall + /11x17 /ledger ++ /postcard /dbl_postcard /Executive /jenv_you4 /jenv_you2 /jenv_kaku2 + /a4small /a3 /a4 + STRICT { (%END SIZES) .skipeof } if + /a0 /a1 /a2 /a5 /a6 /a7 /a8 /a9 /a10 |