1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
Commit Graph

6 Commits

Author SHA1 Message Date
Jimmy Olgeni
1ac224e563 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.
2010-01-15 12:14:39 +00:00
Jimmy Olgeni
a5ab6dc96a Trivial layout fix. 2010-01-13 12:48:52 +00:00
Jimmy Olgeni
124bd509d9 Cleanup whitespace, disable command echo and reduce diff between
similar code fragments.
2010-01-12 21:32:07 +00:00
Jimmy Olgeni
6e77654144 Take over a few unmaintained ports. 2010-01-11 23:50:03 +00:00
Thierry Thomas
f6e6a00f01 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)
2006-07-01 12:16:44 +00:00
Alejandro Pulver
8a42d39c2d 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
2006-06-19 20:53:47 +00:00