diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2004-05-15 15:49:17 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2004-05-15 15:49:17 +0000 |
| commit | 6f316ce2e89f972a4f22e1b97e1dda5e9d58cefa (patch) | |
| tree | fb8d61358190cc429db453d54fb9920ccfde716f /print/ghostscript7/files/patch-lib:gs_setpd.ps | |
| parent | ea16706c62b542adc8f3b887256bf215bf914db6 (diff) | |
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_10_0'.release/4.10.0
Diffstat (limited to 'print/ghostscript7/files/patch-lib:gs_setpd.ps')
| -rw-r--r-- | print/ghostscript7/files/patch-lib:gs_setpd.ps | 59 |
1 files changed, 0 insertions, 59 deletions
diff --git a/print/ghostscript7/files/patch-lib:gs_setpd.ps b/print/ghostscript7/files/patch-lib:gs_setpd.ps deleted file mode 100644 index 1e0cf12559a7..000000000000 --- a/print/ghostscript7/files/patch-lib:gs_setpd.ps +++ /dev/null @@ -1,59 +0,0 @@ ---- lib/gs_setpd.ps.orig Mon Mar 31 22:02:22 2003 -+++ lib/gs_setpd.ps Sat May 17 06:57:49 2003 -@@ -323,21 +323,42 @@ - } bind - .dicttomark readonly def - --% Define the keys used in input attribute matching. --/.inputattrkeys [ -- /PageSize /MediaColor /MediaWeight /MediaType /InsertSheet -- % The following are documented in Adobe's supplement for v2017. -- /LeadingEdge /MediaClass --] readonly def --% Define other keys used in media selection. --/.inputselectionkeys [ -- /MediaPosition /Orientation --] readonly def -+% M. Sweet, Easy Software Products: -+% -+% Define NOMEDIAATTRS to turn the default (but unimplementable) media -+% selection policies for setpagedevice. This is used by CUPS to -+% support the standard Adobe media attributes. -+currentdict /NOMEDIAATTRS known { -+ % Define the keys used in input attribute matching. -+ /.inputattrkeys [ -+ /PageSize /MediaColor /MediaWeight /MediaType /InsertSheet -+ % The following are documented in Adobe's supplement for v2017. -+ /LeadingEdge /MediaClass -+ ] readonly def -+ % Define other keys used in media selection. -+ /.inputselectionkeys [ -+ /MediaPosition /Orientation -+ ] readonly def - --% Define the keys used in output attribute matching. --/.outputattrkeys [ -- /OutputType --] readonly def -+ % Define the keys used in output attribute matching. -+ /.outputattrkeys [ -+ /OutputType -+ ] readonly def -+} { -+ % Define only PageSize for input attribute matching. -+ /.inputattrkeys [ -+ /PageSize -+ ] readonly def -+ % Define no other keys used in media selection. -+ /.inputselectionkeys [ -+ /noInputSelectionsKeys -+ ] readonly def -+ -+ % Define no keys used in output attribute matching. -+ /.outputattrkeys [ -+ /noOutputAttrKeys -+ ] readonly def -+} ifelse - - % Define all the parameters that should always be copied to the merged - % dictionary. |
