aboutsummaryrefslogtreecommitdiffstats
path: root/print/ghostscript7
diff options
context:
space:
mode:
authormurray <murray@FreeBSD.org>2002-01-30 09:20:08 +0800
committermurray <murray@FreeBSD.org>2002-01-30 09:20:08 +0800
commita14e3cd06ea579455b712e829fc29ce5448058b2 (patch)
treee52c1b4e7695c8c5fe6436c44f5f0d62e5c5569c /print/ghostscript7
parent12cd4258c8fbe78747677f3c2dea1c76fc95225f (diff)
downloadfreebsd-ports-graphics-a14e3cd06ea579455b712e829fc29ce5448058b2.tar.gz
freebsd-ports-graphics-a14e3cd06ea579455b712e829fc29ce5448058b2.tar.zst
freebsd-ports-graphics-a14e3cd06ea579455b712e829fc29ce5448058b2.zip
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.
Diffstat (limited to 'print/ghostscript7')
-rw-r--r--print/ghostscript7/files/patch-lib:ps2epsi11
1 files changed, 11 insertions, 0 deletions
diff --git a/print/ghostscript7/files/patch-lib:ps2epsi b/print/ghostscript7/files/patch-lib:ps2epsi
new file mode 100644
index 00000000000..e2abdfc2574
--- /dev/null
+++ b/print/ghostscript7/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