From owner-cvs-ports@FreeBSD.ORG Mon Jun 19 20:59:10 2006 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8243C16A481; Mon, 19 Jun 2006 20:59:10 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B60E43D7B; Mon, 19 Jun 2006 20:59:06 +0000 (GMT) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5JKx6Zf015847; Mon, 19 Jun 2006 20:59:06 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5JKx6Fd015846; Mon, 19 Jun 2006 20:59:06 GMT (envelope-from alepulver) Message-Id: <200606192059.k5JKx6Fd015846@repoman.freebsd.org> From: Alejandro Pulver Date: Mon, 19 Jun 2006 20:59:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile ports/devel/cl-infix-sbcl Makefile pkg-descr pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jun 2006 20:59:10 -0000 alepulver 2006-06-19 20:59:06 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/cl-infix-sbcl 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 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.2282 +1 -0 ports/devel/Makefile 1.1 +42 -0 ports/devel/cl-infix-sbcl/Makefile (new) 1.1 +13 -0 ports/devel/cl-infix-sbcl/pkg-descr (new) 1.1 +2 -0 ports/devel/cl-infix-sbcl/pkg-plist (new)