home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / sgi / misc / 172 < prev    next >
Encoding:
Internet Message Format  |  1993-01-06  |  3.6 KB

  1. Path: sparky!uunet!olivea!sgigate!sgi!fido!not-for-mail
  2. From: rck@fangio.asd.sgi.com (Robert Keller)
  3. Newsgroups: comp.sys.sgi.misc
  4. Subject: Re: a2ps & xpsview (Really: ghostview/ghostscript on sgi.com)
  5. Message-ID: <1ifekrINNsfk@fangio.asd.sgi.com>
  6. Date: 6 Jan 93 20:15:23 GMT
  7. References: <34818@adm.brl.mil> <SCHULTZ.93Jan1114351@halley.est.3m.com> <1i8o0lINNm7o@merlin.resmel.bhp.com.au>
  8. Organization: Silicon Graphics, Inc., Mountain View, CA
  9. Lines: 97
  10. NNTP-Posting-Host: fangio.asd.sgi.com
  11.  
  12. robin@resmel.bhp.com.au (Robin Brown) writes:
  13. >schultz@halley.est.3m.com (John C. Schultz) writes:
  14. >
  15. >>You might also take a look at ghostview - a GNU postscript previewer.
  16. >
  17. >There is a version on sgi.com that can be installed using SG's inst program.
  18. >All you have to do is run inst, no configuration, building or anything. 
  19.  
  20. Following below, is my "Free PostScript previewer!" blurb.
  21.  
  22. > It's
  23. >a fairly recent version and I havn't had any problems yet.
  24.  
  25. Yes, It is completely up to date, as far as I'm aware,
  26.     Ghostview 1.4.1
  27.     Ghostscript 2.5.2
  28.  
  29. ...robert
  30.  
  31.     Preview PostScript without DPS! 
  32.  
  33.     I've placed inst'able images of the Ghostview/Ghostscript PostScript
  34.     previewer on sgi.sgi.com (192.48.153.1) in ~ftp/sgi/ghost.  These
  35.     images are built from ***Ghostview 1.4.1/Ghostscript 2.5.2*** and should 
  36.     work on any IRIX 4.0 based SGI system.  These programs should also
  37.     be able to render onto any X display (even X terminals).
  38.  
  39.     I made no changes to the authors' original source code, I've simply 
  40.     compiled it and made IRIX installable (inst'able) images from the 
  41.     result.  The source code to both Ghostview and Ghostscript is included 
  42.     as part of the images.
  43.  
  44.     Just to be explicit;  The authors do not work for SGI.
  45.  
  46.     Both Ghostscript and Ghostview and are free software and are being 
  47.     redistributed under the terms of the GNU General Public License as 
  48.     published by the Free Software Foundation.
  49.  
  50.     A portion of the README from the ~ftp/sgi/ghost directory follows below.
  51.  
  52.     ...robert 
  53.  
  54.  
  55.         This software is provided without support and without any obligation
  56.         on the part of Silicon Graphics, Inc. to assist in its use,
  57.         correction, modification or enhancement.  There is no guarantee
  58.         that this software will be included in future software releases.
  59.  
  60.         THIS SOFTWARE IS PROVIDED "AS IS" WITH NO WARRANTIES OF ANY KIND
  61.         INCLUDING THE WARRANTIES OF DESIGN, MERCHANTIBILITY AND FITNESS FOR
  62.         A PARTICULAR PURPOSE, OR ARISING FROM A COURSE OF DEALING, USAGE OR
  63.         TRADE PRACTICE.
  64.  
  65.         In no event will Silicon Graphics, Inc. be liable for any lost
  66.         revenue or profits or other special, indirect and consequential
  67.         damages, even if Silicon Graphics, Inc.  has been advised of the
  68.         possibility of such damages.
  69.  
  70.  
  71.     Contents:
  72.  
  73.         ghost.tar
  74.         A tar archive containing the necessary images to install 
  75.         executable copies of ghostscript and ghostview on an SGI
  76.         workstation running IRIX 4.0+.
  77.  
  78.  
  79.     Description:
  80.  
  81.         Ghostscript and Ghostview together provide a simple X based means
  82.         for previewing PostScript documents.
  83.         
  84.  
  85.     Instructions:
  86.  
  87.         Copy ghost.tar to /usr/tmp.
  88.  
  89.         % su
  90.         # mkdir /usr/local/dist
  91.         # cd /usr/local/dist
  92.         # tar xvf /usr/tmp/ghost.tar
  93.         # inst -f /usr/local/dist
  94.  
  95.         Then follow the instructions from inst.  To find out more about
  96.         inst, consult the inst(1M) man page.
  97.  
  98.  
  99.         The inst images of "ghost" in /usr/local/dist can be used by 
  100.         networked machines to install from.  On the remote machine:
  101.  
  102.         % su
  103.         # inst -f guest@"machine with images":/usr/local/dist
  104.  
  105.         Then follow the instructions from inst again.
  106.  
  107.  
  108.     ...robert keller (rck@sgi.com)
  109.