summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Wendel <lanius@gentoo.org>2003-11-13 13:40:20 +0000
committerHeinrich Wendel <lanius@gentoo.org>2003-11-13 13:40:20 +0000
commitd726e69d9f14924fda71b266eb84417e3011f70d (patch)
tree3f87591860a1acb3b496d8fc37a1857c414b9c43 /app-text/ghostscript/files
parentchangelog:P (diff)
downloadhistorical-d726e69d9f14924fda71b266eb84417e3011f70d.tar.gz
historical-d726e69d9f14924fda71b266eb84417e3011f70d.tar.bz2
historical-d726e69d9f14924fda71b266eb84417e3011f70d.zip
changelog:P
Diffstat (limited to 'app-text/ghostscript/files')
-rw-r--r--app-text/ghostscript/files/digest-ghostscript-7.05.6-r45
-rw-r--r--app-text/ghostscript/files/gs7.05.6-gdevpx.patch12
2 files changed, 17 insertions, 0 deletions
diff --git a/app-text/ghostscript/files/digest-ghostscript-7.05.6-r4 b/app-text/ghostscript/files/digest-ghostscript-7.05.6-r4
new file mode 100644
index 000000000000..a76e8443ea4a
--- /dev/null
+++ b/app-text/ghostscript/files/digest-ghostscript-7.05.6-r4
@@ -0,0 +1,5 @@
+MD5 991cbd7bafc6917a19abf9df3ecad58e espgs-7.05.6-source.tar.bz2 5410541
+MD5 1521fab85ca3e8ce3ce781d4970e6c79 gnu-gs-fonts-std-6.0.tar.gz 1881193
+MD5 33457d3f37de7ef03d2eea05a9e6aa4f gnu-gs-fonts-other-6.0.tar.gz 796086
+MD5 a3bf430a7e21cd82401258a2ec3b8afb adobe-cmaps-200204.tar.gz 4360486
+MD5 2fbae60417d42779f6488ab897dcaaf6 acro5-cmaps-2001.tar.gz 631653
diff --git a/app-text/ghostscript/files/gs7.05.6-gdevpx.patch b/app-text/ghostscript/files/gs7.05.6-gdevpx.patch
new file mode 100644
index 000000000000..f2addea045c3
--- /dev/null
+++ b/app-text/ghostscript/files/gs7.05.6-gdevpx.patch
@@ -0,0 +1,12 @@
+--- espgs-7.05.6/src/gdevpx.c 2002-04-23 07:58:43.000000000 -0400
++++ espgs-7.05.6/src/gdevpx.c.new 2003-11-09 15:25:16.000000000 -0500
+@@ -851,8 +851,7 @@
+ px_put_s(s, (uint)pattern[i]);
+ px_put_a(s, pxaLineDashStyle);
+ if (offset != 0) {
+- px_put_rl(s, offset);
+- px_put_a(s, pxaDashOffset);
++ px_put_usa(s, (uint)offset, pxaDashOffset);
+ }
+ }
+ spputc(s, pxtSetLineDash);