moraes@AI.TORONTO.EDU (Mark Moraes) (07/04/89)
Since requests for a PostScript interpreter are frequent on xpert, I've put a copy of Crispin Goswell's PostScript interpreter for anonymous ftp on ai.toronto.edu (128.100.1.65). It is in pub/X/xps.tar.Z. -rw-r--r-- 1 moraes 328571 Jun 30 22:35 pub/X/xpic.tar.Z Checksum: 01055 427 xps.README --------------------------------------------------------------------------- This is a version of Crispin Goswell's PostScript interpreter, which was posted to comp.sources.unix in Nov 87. (Volume 12 - v12i050 to v12i067) It also includes fixes and speedups by John Myers <jm36+@andrew.cmu.edu>, posted to comp.sources.bugs in Jan 88, and to comp.sources.misc in Jul 88 (Volume 4 - v04i006 and v04i007). (The latter set of fixes also include Barry Shein's speedups, and Terry Weissman's X11 driver) I added an Imakefile. It has been tested and seen to work on Sun3s and Sun4s, running SunOS3.5 and SunOS4.0, under X11R2 and X11R3. It used to work under X10R4 as well, but that hasn't been tested for a while. For Sun3s, it has been compiled with both cc and gcc (v1.35) For Sun4s, compile it WITHOUT -O, otherwise it dumps core; something to do with structures being passed around on the stack. - moraes