aboutsummaryrefslogtreecommitdiffstats
path: root/print
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
parent12cd4258c8fbe78747677f3c2dea1c76fc95225f (diff)
downloadfreebsd-ports-gnome-a14e3cd06ea579455b712e829fc29ce5448058b2.tar.gz
freebsd-ports-gnome-a14e3cd06ea579455b712e829fc29ce5448058b2.tar.zst
freebsd-ports-gnome-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')
-rw-r--r--print/ghostscript-gnu/files/patch-lib:ps2epsi11
-rw-r--r--print/ghostscript7/files/patch-lib:ps2epsi11
2 files changed, 22 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
diff --git a/print/ghostscript7/files/patch-lib:ps2epsi b/print/ghostscript7/files/patch-lib:ps2epsi
new file mode 100644
index 000000000000..e2abdfc2574b
--- /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
#545 from ethereum/moresstorewinsvega2018-11-145187-0/+1092444 |\ | | | | Moresstore | * fill as blockchain sstore combinationsmoresstoreDimitry2018-11-135187-0/+1092444 | | * | Fill blockchain tests.Adrian Sutton2018-11-137-0/+1002 | | * | Merge pull request #538 from ajsutton/memory-write-testswinsvega2018-11-094-0/+2771 |\ \ | | | | | | Tests where data is copied to a memory range longer than the data itself | * | Add blockchain version of new tests.Adrian Sutton2018-11-094-12/+2043 | | | | * | Revert "Add blockchain version of stPreCompiledContracts2 tests." (to make ↵Adrian Sutton2018-11-093-2031/+0 | | | | | | | | | | | | regenerating them easier) | * | Add blockchain version of stCodeCopy tests.Adrian Sutton2018-11-061-0/+740 | | | | * | Add blockchain version of stPreCompiledContracts2 tests.Adrian Sutton2018-11-063-0/+2031 | |/ * | Merge pull request #484 from ethereum/extcodehashwinsvega2018-11-096-0/+4109 |\ \ | |/ |/| Add initial test cases for EXTCODEHASH | * fill initial stExtCodeHash testsextcodehashDimitry2018-11-096-0/+4109 | | * | InitCollision testDimitry2018-10-254-0/+566 | | * | sstore collision overwrite sstoreDimitry2018-10-2516-0/+2171 | | | | | | | | external call overwrite sstore * | fill as blockchain testsDimitry2018-10-18340-444/+45841 | | * | fill as blockchainDimitry2018-10-17109-169/+14739 | | * | fill as blockchain testsDimitry2018-10-167-0/+1021 | | * | update tests without EIP210Dimitry2018-10-12120-4715/+4715 | | * | remove artifact testsDimitry2018-10-1114-1552/+0 | | * | refill wallet testsDimitry2018-10-115-8343/+8343 | | * | fix wrong difficulty tests on NoProofDimitry2018-10-1152-7497/+7497 |/ * refill badOpcodesDimitry2018-10-09122-376/+376 | * fix wrong timestamp in testsDimitry2018-10-0914-611/+611 | * refill stCreate2 with new gasPriceDimitry2018-10-05123-605/+605 | * fix bcForgedTest and ttWrongRLPDimitry2018-10-033-286/+286 | * refill blockchain testsDimitry2018-10-02