diff options
author | Murray Stokely <murray@FreeBSD.org> | 2002-01-30 01:20:08 +0000 |
---|---|---|
committer | Murray Stokely <murray@FreeBSD.org> | 2002-01-30 01:20:08 +0000 |
commit | f4945ef9c078a83b6f3d3b5c516354235347b701 (patch) | |
tree | ec2e0cf5c315886a6738f2fbbb77a10141cd167d /print/ghostscript-gnu/files/patch-lib:ps2epsi | |
parent | Update to 0.8.1 and reword pkg-comment (diff) |
Fix the ps2epsi program to create encapsulated PostScript out of a
PostScript page. There is a blatant typo here that is fixed in the
ghostscript-afpl version.
Notes
Notes:
svn path=/head/; revision=53998
Diffstat (limited to 'print/ghostscript-gnu/files/patch-lib:ps2epsi')
-rw-r--r-- | print/ghostscript-gnu/files/patch-lib:ps2epsi | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/print/ghostscript-gnu/files/patch-lib:ps2epsi b/print/ghostscript-gnu/files/patch-lib:ps2epsi new file mode 100644 index 000000000000..e2abdfc2574b --- /dev/null +++ b/print/ghostscript-gnu/files/patch-lib:ps2epsi @@ -0,0 +1,11 @@ +--- lib/ps2epsi.orig Wed Jan 30 01:05:36 2002 ++++ lib/ps2epsi Wed Jan 30 01:05:58 2002 +@@ -63,7 +63,7 @@ + + cat ${infile} | + sed -e '/^%%BeginPreview:/,/^%%EndPreview[^!-~]*$/d' -e '/^%!PS-Adobe/d'\ +--e '/^%%[A-Za-z][A-Za-z]*[^!-~]*$/d' -e '/^%%[A-Za-z][A-Za-z]*: /d' ++ -e '/^%%[A-Za-z][A-Za-z]*[^!-~]*$/d' -e '/^%%[A-Za-z][A-Za-z]*: /d' + + cat << ENDEPS + %%Trailer |