summaryrefslogtreecommitdiff
blob: 28e2d415873d87352ef792cc0c4e948352d0dbe9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
# ChangeLog for dev-lisp/cmucl-bin
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cmucl-bin/ChangeLog,v 1.8 2003/06/10 04:17:37 mkennedy Exp $

  09 Jun 2003; Matthew Kennedy <mkennedy@gentoo.org> cmucl-bin-18e.ebuild,
  files/site-init.lisp:
  site-init.lisp fix

  07 Jun 2003; Matthew Kennedy <mkennedy@gentoo.org> cmucl-bin-18e.ebuild:
  add virtual/commonlisp

*cmucl-bin-18e (07 Jun 2003)

  07 Jun 2003; Matthew Kennedy <mkennedy@gentoo.org> cmucl-bin-18e.ebuild,
  files/cmucl-script.sh, files/install-clc.lisp, files/site-init.lisp:
  new version and port implementation to common lisp controller infrastructure

*cmucl-bin-18d-r1 (18 Aug 2002)

  18 Aug 2002; Karl Trygve Kalleberg <karltk@gentoo.org> cmucl-bin-18d-r1.ebuild files/digest-cmucl-bin-18d-r1:

  Man pages are not installed properly. Renamed /usr/bin/cmucl to 
  /usr/bin/lisp, to be legacy-compatible. This may change without notice in
  the future! Fixes #6555.

  Moved files/README.config, files/wrapper.script to files/18d/README.config,
  files/18d/wrapper.script.

  Removed cmucl-bin-18d.ebuild files/digest-cmucl-bin-18d

*cmucl-bin-18d (07 Jun 2002)

  11 July 2002; George Shapovalov <george@gentoo.org> cmucl-bin-18d.ebuild :

  few tweaks to make it work "out-of-the box"
  suggested by Jonathan Meeks <meeks@rtg.cnchost.com>
  bug# 4756
  
  07 Jun 2002; Karl Trygve Kalleberg <karltk@gentoo.org> cmucl-bin-18d.ebuild files/digest-cmucl-bin-18d :

  From the web page:

  CMUCL is a free implementation of the Common Lisp programming language
  which runs on most major Unix platforms. It mainly conforms to the ANSI
  Common Lisp standard. Here is a summary of its main features:

    * a sophisticated native-code compiler which is capable of powerful
      type inferences, and generates code competitive in speed with C
      compilers.
    * generational garbage collection and multiprocessing capability on
      the x86 ports.
    * a foreign function interface which allows interfacing with C code
      and system libraries, including shared libraries on most
      platforms, and direct access to Unix system calls.
    * support for interprocess communication and remote procedure calls.
    * an implementation of CLOS, the Common Lisp Object System, which
      includes multimethods and a metaobject protocol.
    * a graphical source-level debugger using a Motif interface, and a
      code profiler.
    * an interface to the X11 Window System (CLX), and a sophisticated
      graphical widget library (Garnet).
    * programmer-extensible input and output streams.
    * an Emacs-like editor implemented in Common Lisp.
    * public domain: free, with full source code and no strings attached
      (and no warranty). Like the GNU/Linux and *BSD operating systems,
      CMUCL is maintained and improved by a team of volunteers
      collaborating over the Internet.

  Ebuild contributed by Thomas L. Bevan <tom@regex.com.au>.