The FreeBSD Ports Archive
FreeBSD lang : ecl4>
An ANSI Common Lisp implementation
ECL (Embeddable Common-Lisp) is an interpreter of the Common-Lisp
language as described in the X3J13 Ansi specification, featuring CLOS
(Common-Lisp Object System), conditions, loops, etc, plus a translator
to C, which can produce standalone executables.
http://sourceforge.net/projects/ecls/
|
ecl history
v. 1.15
date: 2006/09/17 01:46:52; author: kris; state: Exp; lines: +4 -0
BROKEN on ia64 and sparc64: Does not compile
v. 1.14
date: 2006/06/25 22:41:56; author: alepulver; state: Exp; lines: +63 -13
- Add OPTIONS.
- Avoid installing the GNU license.
- Fix building on !i386.
PR: 99439
Approved by: maintainer
v. 1.13
date: 2006/05/10 14:46:39; author: ale; state: Exp; lines: +2 -1
Chase gmp library and bump PORTREVISION.
v. 1.12
date: 2006/02/23 10:37:38; author: ade; state: Exp; lines: +0 -1
Conversion to a single libtool environment.
Approved by: portmgr (kris)
v. 1.11
date: 2005/11/15 06:49:52; author: ade; state: Exp; lines: +1 -1
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
v. 1.10
date: 2005/10/16 14:48:08; author: vs; state: Exp; lines: +1 -1
Populate virtual category "lisp"
PR: ports/86370
Submitted by: Julian Stecklina
Approved by: portmgr (linimon)
v. 1.9
date: 2005/09/20 12:10:17; author: vs; state: Exp; lines: +2 -6
Update to 0.9g
Highlights: a port of the ASDF system definition, and a port of SBCL's socket libraries
PR: ports/84873
Submitted by: maintainer
v. 1.8
date: 2005/02/25 19:51:28; author: pav; state: Exp; lines: +6 -5
- Update to 0.9e
PR: ports/78034
Submitted by: Julian Stecklina (maintainer)
v. 1.7
date: 2004/12/02 06:50:55; author: krion; state: Exp; lines: +1 -0
Add missing perl dependency.
Reported by: pointyhat
v. 1.6
date: 2004/11/28 10:15:49; author: krion; state: Exp; lines: +1 -0
Add missing dependency and fix build.
PR: ports/74345
Submitted by: maintainer
v. 1.5
date: 2004/11/03 18:26:05; author: vs; state: Exp; lines: +6 -2
Update to 0.9d.041103
PR: ports/73435
Submitted by: maintainer
v. 1.4
date: 2004/10/27 20:49:11; author: pav; state: Exp; lines: +3 -0
- Mark only for i386, does not build on 64-bit archs
PR: ports/73217
Submitted by: Julian Stecklina (maintainer)
v. 1.3
date: 2004/10/20 04:08:04; author: pav; state: Exp; lines: +1 -1
- Update to 0.9d-041019
PR: ports/72851
Submitted by: Julian Stecklina (maintainer)
v. 1.2
date: 2004/07/26 01:40:50; author: ijliao; state: Exp; lines: +2 -2
upgrade to 040726
PR: 69597
Submitted by: maintainer
v. 1.1
date: 2004/07/25 09:58:58; author: vs; state: Exp;
Add ecl 0.9d.040206, an ANSI Common Lisp implementation.
PR: ports/62455
Submitted by: Julian Stecklina
=============================================================================
v. 1.15
date: 2006/09/17 01:46:52; author: kris; state: Exp; lines: +4 -0
BROKEN on ia64 and sparc64: Does not compile
v. 1.14
date: 2006/06/25 22:41:56; author: alepulver; state: Exp; lines: +63 -13
- Add OPTIONS.
- Avoid installing the GNU license.
- Fix building on !i386.
PR: 99439
Approved by: maintainer
v. 1.13
date: 2006/05/10 14:46:39; author: ale; state: Exp; lines: +2 -1
Chase gmp library and bump PORTREVISION.
v. 1.12
date: 2006/02/23 10:37:38; author: ade; state: Exp; lines: +0 -1
Conversion to a single libtool environment.
Approved by: portmgr (kris)
v. 1.11
date: 2005/11/15 06:49:52; author: ade; state: Exp; lines: +1 -1
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
v. 1.10
date: 2005/10/16 14:48:08; author: vs; state: Exp; lines: +1 -1
Populate virtual category "lisp"
PR: ports/86370
Submitted by: Julian Stecklina
Approved by: portmgr (linimon)
v. 1.9
date: 2005/09/20 12:10:17; author: vs; state: Exp; lines: +2 -6
Update to 0.9g
Highlights: a port of the ASDF system definition, and a port of SBCL's socket libraries
PR: ports/84873
Submitted by: maintainer
v. 1.8
date: 2005/02/25 19:51:28; author: pav; state: Exp; lines: +6 -5
- Update to 0.9e
PR: ports/78034
Submitted by: Julian Stecklina (maintainer)
v. 1.7
date: 2004/12/02 06:50:55; author: krion; state: Exp; lines: +1 -0
Add missing perl dependency.
Reported by: pointyhat
v. 1.6
date: 2004/11/28 10:15:49; author: krion; state: Exp; lines: +1 -0
Add missing dependency and fix build.
PR: ports/74345
Submitted by: maintainer
v. 1.5
date: 2004/11/03 18:26:05; author: vs; state: Exp; lines: +6 -2
Update to 0.9d.041103
PR: ports/73435
Submitted by: maintainer
v. 1.4
date: 2004/10/27 20:49:11; author: pav; state: Exp; lines: +3 -0
- Mark only for i386, does not build on 64-bit archs
PR: ports/73217
Submitted by: Julian Stecklina (maintainer)
v. 1.3
date: 2004/10/20 04:08:04; author: pav; state: Exp; lines: +1 -1
- Update to 0.9d-041019
PR: ports/72851
Submitted by: Julian Stecklina (maintainer)
v. 1.2
date: 2004/07/26 01:40:50; author: ijliao; state: Exp; lines: +2 -2
upgrade to 040726
PR: 69597
Submitted by: maintainer
v. 1.1
date: 2004/07/25 09:58:58; author: vs; state: Exp;
Add ecl 0.9d.040206, an ANSI Common Lisp implementation.
PR: ports/62455
Submitted by: Julian Stecklina
=============================================================================
v. 1.15
date: 2006/09/17 01:46:52; author: kris; state: Exp; lines: +4 -0
BROKEN on ia64 and sparc64: Does not compile
v. 1.14
date: 2006/06/25 22:41:56; author: alepulver; state: Exp; lines: +63 -13
- Add OPTIONS.
- Avoid installing the GNU license.
- Fix building on !i386.
PR: 99439
Approved by: maintainer
v. 1.13
date: 2006/05/10 14:46:39; author: ale; state: Exp; lines: +2 -1
Chase gmp library and bump PORTREVISION.
v. 1.12
date: 2006/02/23 10:37:38; author: ade; state: Exp; lines: +0 -1
Conversion to a single libtool environment.
Approved by: portmgr (kris)
v. 1.11
date: 2005/11/15 06:49:52; author: ade; state: Exp; lines: +1 -1
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
v. 1.10
date: 2005/10/16 14:48:08; author: vs; state: Exp; lines: +1 -1
Populate virtual category "lisp"
PR: ports/86370
Submitted by: Julian Stecklina
Approved by: portmgr (linimon)
v. 1.9
date: 2005/09/20 12:10:17; author: vs; state: Exp; lines: +2 -6
Update to 0.9g
Highlights: a port of the ASDF system definition, and a port of SBCL's socket libraries
PR: ports/84873
Submitted by: maintainer
v. 1.8
date: 2005/02/25 19:51:28; author: pav; state: Exp; lines: +6 -5
- Update to 0.9e
PR: ports/78034
Submitted by: Julian Stecklina (maintainer)
v. 1.7
date: 2004/12/02 06:50:55; author: krion; state: Exp; lines: +1 -0
Add missing perl dependency.
Reported by: pointyhat
v. 1.6
date: 2004/11/28 10:15:49; author: krion; state: Exp; lines: +1 -0
Add missing dependency and fix build.
PR: ports/74345
Submitted by: maintainer
v. 1.5
date: 2004/11/03 18:26:05; author: vs; state: Exp; lines: +6 -2
Update to 0.9d.041103
PR: ports/73435
Submitted by: maintainer
v. 1.4
date: 2004/10/27 20:49:11; author: pav; state: Exp; lines: +3 -0
- Mark only for i386, does not build on 64-bit archs
PR: ports/73217
Submitted by: Julian Stecklina (maintainer)
v. 1.3
date: 2004/10/20 04:08:04; author: pav; state: Exp; lines: +1 -1
- Update to 0.9d-041019
PR: ports/72851
Submitted by: Julian Stecklina (maintainer)
v. 1.2
date: 2004/07/26 01:40:50; author: ijliao; state: Exp; lines: +2 -2
upgrade to 040726
PR: 69597
Submitted by: maintainer
v. 1.1
date: 2004/07/25 09:58:58; author: vs; state: Exp;
Add ecl 0.9d.040206, an ANSI Common Lisp implementation.
PR: ports/62455
Submitted by: Julian Stecklina
=============================================================================
|
| |

|