home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / bsd_srcs / usr.bin / lisp / lispnews / text0048.txt < prev    next >
Encoding:
Text File  |  1985-11-10  |  5.1 KB  |  126 lines

  1.  
  2.     Franz Lisp Distribution
  3.     
  4.   This note describes our distribution policy for Franz Lisp.
  5.  
  6. What is being distributed:
  7.   We distribute only source code in order to keep the distribution
  8.   small and relatively Unix independent.   Makefiles are provided to
  9.   build the entire lisp system from source, even if you don't have
  10.   a version of lisp running already.  This process takes about 3 cpu
  11.   hours on a Vax 780.  [This version for the Vax only, a 68000 version
  12.   is being worked on.  Contact ucbkim.sklower@berkeley or 
  13.   ucbkim.layer@berkeley]
  14.  
  15.   The following source is provided:
  16.     lisp interpreter, 
  17.     compiler (liszt),
  18.     cross reference program (lxref),
  19.     lisp manual,
  20.     and other utility programs:
  21.        trace, step, debug, cmu library functions, (and other minor ones),
  22.        and these packages from the MIT lisp library:
  23.         defstruct, loop, flavors. 
  24.            [These programs are provided as a convenience to those who can't
  25.          access the arpanet and copy them.  There is no documentation for
  26.          them in the Franz Lisp manual.  The best source of documentation
  27.          is the Lisp Machine manual (available from MIT, Symbolics
  28.          or LMI)]
  29.  
  30.    Regarding Flavors:  there are two implementations of flavors for
  31.     Franz Lisp, one from MIT (contact person Richard Zippel (rz@mit-mc))
  32.     and one from the University of Maryland (contact person
  33.     Liz Allen  (liz.umcp-cs@udel-relay)).  Neither implementation is
  34.     exactly like flavors on the Lisp Machine (due to differences between
  35.     Lisp Machine lisp and Franz Lisp), and the implementations differ
  36.     from each other.    We incorporated the Mit version into the
  37.     standard distribution because the high bandwidth between here and
  38.     MIT will insure that it keeps up to date with the current Franz.
  39.     This is not to imply that it is the better implementation.
  40.     We haven't had enough experience with flavors to judge.
  41.     Those seriously interested in Flavors should contact Liz
  42.     Allen and ask for the Tech Report on the Univ Of Maryland Flavors
  43.     system.
  44.  
  45. What is the form of the distribution:
  46.   The files are packaged in a giant (2.1Mbyte) shell script.  Running this
  47. shell script through 'sh' will result in a directory tree.  A ReadMe file
  48. in the current directory will contain instructions on building the lisp
  49. system.  The shell script is broken into a number of smaller files.
  50. The current distribution looks like:
  51. % ls
  52. total 2092
  53.  195 opus38.40.aa     195 opus38.40.ae     195 opus38.40.ai
  54.  195 opus38.40.ab     195 opus38.40.af     195 opus38.40.aj
  55.  195 opus38.40.ac     195 opus38.40.ag     142 opus38.40.ak
  56.  195 opus38.40.ad     195 opus38.40.ah
  57.  
  58. The '38.40' means Opus 38, minor version 40.  These numbers may be different
  59. by the time you get your distribution.  In order to extract the lisp
  60. files from this shell script, you need only type:
  61.     cat * | sh
  62.  
  63.  
  64. To get a copy of the distribution:
  65.   The distribution may be obtained either using FTP from an arpanet site,
  66. or on a magnetic tape through the U.S Mail.
  67.  
  68.  Arpanet:
  69.    The files are stored on the ucb-c70 (NCP) arpanet host in the
  70.    directory /users/lisp/lispuser.  If you have an account on the ucb-c70,
  71.    you are free to take FTP a copy of these files.
  72.    If you do not have an account on the ucb-c70, send me (jkf@berkeley) a
  73.    message and I will set up a temporary account for you.
  74.    If you are on a TCP host, write me and we will set up an account on one
  75.    of our Vax's for you to FTP the files.  Eventually we will have an
  76.    anonymous login on a TCP machine.
  77.  
  78.  Mag Tape:
  79.    In order to get a copy of the distribution mailed to you, send a check to
  80.  cover our tape copying and mailing costs (fees are listed below).  We will
  81.  purchase the mag tape and you are free to keep it.  Please do NOT
  82.  send us a tape.
  83.  
  84.      Fees:
  85.              $50    - distribution tape mailed 3rd class
  86.         add $10    - a copy of the Lisp Manual (we will only
  87.                      send one copy, you are free to photocopy it)
  88.           add $7    - send tape via 1st class mail.
  89.  
  90.          -or-
  91.              $15    - for just a copy of the Lisp Manual
  92.  
  93.  The address to send checks to is 
  94.  
  95.     Keith Sklower
  96.     EECS/Computer Science Division
  97.     524 Evans Hall
  98.     University of California
  99.     Berkeley, CA  94720
  100.  
  101.  All checks should be made out to "Regents, University of California."
  102.  We require pre-payment.  We will not invoice or process purchase orders.
  103.  
  104.  
  105.  
  106. Disclaimers:
  107.     This distribution works on the latest versions of Unix running at
  108.     Berkeley (4.1a).  We can't guarantee that it will work on older
  109.     versions (although, if you are running 4.1, it is almost certain
  110.     that it will work, but we have not verified it).
  111.     VMS users who are using a typical Unix compatibility package will 
  112.     probably not be able to build a lisp from this distribution unless they
  113.     know a great deal about VMS and their compatibility package.
  114.     At least one package (Eunice) supports Franz at this time.
  115.     
  116. Redistribution:
  117.     If you get a copy of the distribution, you are free to give it to
  118.     other people.  We appreciate being informed of new sites so they
  119.     can be put on a mailing list (electronic and conventional).  This
  120.     list is used to announce new releases.  To be put on this list,
  121.     send U.S. Mail to Keith Sklower (address above) or to 
  122.     franz-friends-request@berkeley or ucbvax!franz-friends-request
  123.  
  124.  
  125.  
  126.