cvs commit: ports/devel Makefile ports/devel/cl-infix-cmucl
 Makefile pkg-descr pkg-plist
    Alejandro Pulver 
    alepulver at FreeBSD.org
       
    Mon Jun 19 20:57:42 UTC 2006
    
    
  
alepulver    2006-06-19 20:57:14 UTC
  FreeBSD ports repository
  Modified files:
    devel                Makefile 
  Added files:
    devel/cl-infix-cmucl Makefile pkg-descr pkg-plist 
  Log:
  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.
  
  This package is compiled with CMUCL.
  
  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 <giffunip at asme.org>
  
  Revision  Changes    Path
  1.2281    +1 -0      ports/devel/Makefile
  1.1       +41 -0     ports/devel/cl-infix-cmucl/Makefile (new)
  1.1       +13 -0     ports/devel/cl-infix-cmucl/pkg-descr (new)
  1.1       +2 -0      ports/devel/cl-infix-cmucl/pkg-plist (new)
    
    
More information about the cvs-all
mailing list