Date: Mon, 19 Jun 2006 20:53:47 +0000 (UTC) From: Alejandro Pulver <alepulver@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/cl-infix Makefile distinfo pkg-descr pkg-plist Message-ID: <200606192053.k5JKrlZC015388@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
alepulver    2006-06-19 20:53:47 UTC
  FreeBSD ports repository
  Modified files:
    devel                Makefile 
  Added files:
    devel/cl-infix       Makefile distinfo 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.
  
  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
  
  Revision  Changes    Path
  1.2280    +1 -0      ports/devel/Makefile
  1.1       +46 -0     ports/devel/cl-infix/Makefile (new)
  1.1       +3 -0      ports/devel/cl-infix/distinfo (new)
  1.1       +13 -0     ports/devel/cl-infix/pkg-descr (new)
  1.1       +8 -0      ports/devel/cl-infix/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606192053.k5JKrlZC015388>
