| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
18 Feb 2013 12:34:39
19960628_3
|
olgeni  |
Convert Makefile headers to the new format. |
16 Aug 2011 20:59:36
19960628_3
|
olgeni  |
Bump PORTREVISION: rebuild ports that depend on devel/cl-asdf. |
03 Jul 2011 14:59:23
19960628_2
|
ohauer  |
-remove MD5 |
20 Oct 2010 22:36:14
19960628_2
|
olgeni  |
Rename infix.cl to infix.lisp to unbreak the build with lang/sbcl.
Suggested by: stas |
15 Jan 2010 12:13:45
19960628_1  |
olgeni  |
Remove redundant code and variables from the cl-* ports.
Introduce bsd.cl-asdf.mk to automate the compilation and installation
of Common Lisp libraries using the ASDF framework.
Currently it supports building FASL files on SBCL and CLISP, to
support the ports that already exist in the ports tree.
This should help bringing in more cl-* ports from the ASDF repository
without excessive code duplication. |
13 Jan 2010 12:48:52
19960628
|
olgeni  |
Trivial layout fix. |
12 Jan 2010 21:32:07
19960628
|
olgeni  |
Cleanup whitespace, disable command echo and reduce diff between
similar code fragments. |
11 Jan 2010 23:50:03
19960628
|
olgeni  |
Take over a few unmaintained ports. |
01 Jul 2006 12:16:44
19960628
|
thierry  |
Reset maintainership: Pedro's dev machine has been stolen :-(
Hoping to see you back soon!
Submitted by: Pedro F. Giffuni <giffunip (at) asme.org> (maintainer) |
19 Jun 2006 20:53:47
19960628
|
alepulver  |
This is an implementation of an infix reader macro. It should run in any
valid Common Lisp and has been tested in Allegro CL 4.1, Lucid CL 4.0.1,
MCL 2.0 and CMU CL. It allows the user to type arithmetic expressions in
the traditional way (e.g., 1+2) when writing Lisp programs instead of
using the normal Lisp syntax (e.g., (+ 1 2)). It is not intended to be a
full replacement for the normal Lisp syntax.
It is known to be compatible with CMUCL, CLISP, MCL, and SBCL.
Written by Mark Kantrowitz, School of Computer Science,
Carnegie Mellon University, March 1993.
WWW: http://www.cliki.net/infix
PR: ports/93223
Submitted by: Pedro F. Giffuni |