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
70
71
72
73
74
75
76
77
78
79
80
81
82
|
# ChangeLog for dev-lisp/clisp
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-lisp/clisp/ChangeLog,v 1.9 2003/11/26 20:29:29 mkennedy Exp $
26 Nov 2003; <mkennedy@gentoo.org> clisp-2.31.ebuild, metadata.xml,
files/2.31/fastcgi-Makefile.in-gentoo.patch:
resolves bug 33425 (treatment of CFLAGS), resolves bug 30591 (-D_LIBC error),
fixes for fastcgi support, disable thread USE permanently, filled out
metadata.xml, added support for the new common lisp controller recently added
to stable, add support for nls and readline USE flags.
*clisp-2.31 (04 Sep 2003)
04 Sep 2003; Matthew Kennedy <mkennedy@gentoo.org> clisp-2.30-r1.ebuild,
clisp-2.31.ebuild, files/2.31/bindings-glibc-linux.lisp-gentoo.patch,
files/2.31/bindings-wildcard-fnmatch.c-gentoo.patch:
Version update to latest. New support for FastCGI, PostgreSQL and X
bindings. Changed default editor from vi to nano.
*clisp-2.30-r1 (07 Jun 2003)
07 Jun 2003; Matthew Kennedy <mkennedy@gentoo.org> clisp-2.30-r1.ebuild,
files/clisp.sh, files/install-clc.lisp:
port to common lisp controller
*clisp-2.30 (26 Mar 2003)
26 Mar 2003; Matthew Kennedy <mkennedy@gentoo.org> clisp-2.30.ebuild,
files/clisp-2.30-gentoo.patch, files/clisp-2.30-linux.lisp-upstream.patch:
minor version bump
*clisp-2.29 (29 Jul 2002)
04 Feb 2003; Jon Nall <nall@gentoo.org> clisp-2.29.ebuild :
added ~ppc
26 Sep 2002; Karl Trygve Kalleberg <karltk@gentoo.org>
clisp-2.29.ebuild, files/digest-clisp-2.29 :
Building sometimes failed on SMP systems. Fixes #8374.
29 Jul 2002; Matthew Kennedy <mkennedy@gentoo.org>
clisp-2.29.ebuild, files/digest-clisp-2.29 :
New upstream minor version to support gcc-3.x. Repoman compliance
added.
*clisp-2.28 (03 Jun 2002)
26 Sep 2002; Karl Trygve Kalleberg <karltk@gentoo.org>
clisp-2.28.ebuild, files/digest-clisp-2.28 :
Building sometimes failed on SMP systems. Fixes #8374.
03 Jun 2002; Karl Trygve Kalleberg <karltk@gentoo.org> clisp-2.28.ebuild files/digest-clisp-2.28 :
From the web page:
Common Lisp is a high-level, all-purpose, object-oriented, dynamic,
functional programming language.
CLISP is a Common Lisp implementation by Bruno Haible, then of Karlsruhe
University, and Michael Stoll, then of Munich University, both in
Germany. It mostly supports the Lisp described in the ANSI Common Lisp
standard.
CLISP includes an interpreter, a compiler, a large subset of CLOS, a
foreign language interface and a socket interface. An X11 interface is
available through CLX and Garnet. Command line editing is provided by
readline.
CLISP runs on microcomputers (OS/2, Windows 95/98/2000/NT, Amiga
500-4000, Acorn RISC PC) as well as on Unix workstations (GNU/Linux,
BSD, SVR4, Sun4, DEC Alpha OSF, HP-UX, NeXTstep, SGI, AIX, Sun3 and
others) and needs only 2 MB of RAM.
CLISP is Free Software and may be distributed under the terms of GNU
GPL. You may distribute commercial applications compiled with CLISP, see
file COPYRIGHT in the CLISP distribution.
The user interface comes in German, English, French, Spanish and Dutch,
and can be changed at run time.
Ebuild submitted by Cliff Crawford <cjc26@cornell.edu>.
|