aboutsummaryrefslogtreecommitdiff
path: root/devel/cl-infix/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove indefinite articles from COMMENT where I'm maintainer.Jimmy Olgeni2014-06-081-1/+1
| | | | Notes: svn path=/head/; revision=357013
* Stage supportAntoine Brodin2014-02-151-10/+9
| | | | Notes: svn path=/head/; revision=344419
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | devel part 1) Notes: svn path=/head/; revision=327722
* Convert Makefile headers to the new format.Jimmy Olgeni2013-02-181-4/+1
| | | | Notes: svn path=/head/; revision=312502
* Bump PORTREVISION: rebuild ports that depend on devel/cl-asdf.Jimmy Olgeni2011-08-161-1/+1
| | | | Notes: svn path=/head/; revision=279847
* Rename infix.cl to infix.lisp to unbreak the build with lang/sbcl.Jimmy Olgeni2010-10-201-2/+5
| | | | | | | Suggested by: stas Notes: svn path=/head/; revision=263366
* Remove redundant code and variables from the cl-* ports.Jimmy Olgeni2010-01-151-15/+11
| | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=247937
* Trivial layout fix.Jimmy Olgeni2010-01-131-1/+0
| | | | Notes: svn path=/head/; revision=247808
* Cleanup whitespace, disable command echo and reduce diff betweenJimmy Olgeni2010-01-121-8/+8
| | | | | | | similar code fragments. Notes: svn path=/head/; revision=247737
* Take over a few unmaintained ports.Jimmy Olgeni2010-01-111-1/+1
| | | | Notes: svn path=/head/; revision=247636
* Reset maintainership: Pedro's dev machine has been stolen :-(Thierry Thomas2006-07-011-1/+1
| | | | | | | | | Hoping to see you back soon! Submitted by: Pedro F. Giffuni <giffunip (at) asme.org> (maintainer) Notes: svn path=/head/; revision=166704
* This is an implementation of an infix reader macro. It should run in anyAlejandro Pulver2006-06-191-0/+46
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 Notes: svn path=/head/; revision=165805