From owner-cvs-all@FreeBSD.ORG Fri Jan 15 12:13:45 2010 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 834CB1065672; Fri, 15 Jan 2010 12:13:45 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 567208FC12; Fri, 15 Jan 2010 12:13:45 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o0FCDj1d045365; Fri, 15 Jan 2010 12:13:45 GMT (envelope-from olgeni@repoman.freebsd.org) Received: (from olgeni@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o0FCDjei045364; Fri, 15 Jan 2010 12:13:45 GMT (envelope-from olgeni) Message-Id: <201001151213.o0FCDjei045364@repoman.freebsd.org> From: Jimmy Olgeni Date: Fri, 15 Jan 2010 12:13:45 +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/cl-asdf Makefile pkg-plist ports/devel/cl-asdf-clisp Makefile pkg-plist ports/devel/cl-infix Makefile ports/devel/cl-infix-sbcl Makefile ports/devel/cl-port Makefile ports/devel/cl-port-clisp Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Jan 2010 12:13:45 -0000 olgeni 2010-01-15 12:13:45 UTC FreeBSD ports repository Modified files: devel/cl-asdf Makefile pkg-plist devel/cl-asdf-clisp Makefile pkg-plist devel/cl-infix Makefile devel/cl-infix-sbcl Makefile devel/cl-port Makefile devel/cl-port-clisp Makefile devel/cl-port-sbcl Makefile devel/cl-split-sequence Makefile devel/cl-split-sequence-clisp Makefile devel/cl-split-sequence-sbcl Makefile devel/cl-uffi Makefile devel/cl-uffi-sbcl Makefile textproc/cl-meta Makefile textproc/cl-meta-clisp Makefile textproc/cl-meta-sbcl Makefile textproc/cl-ppcre Makefile textproc/cl-ppcre-clisp Makefile textproc/cl-ppcre-sbcl Makefile www/cl-lml Makefile www/cl-lml-clisp Makefile www/cl-lml-sbcl Makefile Log: 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. Revision Changes Path 1.10 +9 -19 ports/devel/cl-asdf-clisp/Makefile 1.2 +0 -1 ports/devel/cl-asdf-clisp/pkg-plist 1.12 +15 -20 ports/devel/cl-asdf/Makefile 1.6 +3 -3 ports/devel/cl-asdf/pkg-plist 1.6 +9 -18 ports/devel/cl-infix-sbcl/Makefile 1.6 +11 -15 ports/devel/cl-infix/Makefile 1.9 +8 -19 ports/devel/cl-port-clisp/Makefile 1.8 +8 -17 ports/devel/cl-port-sbcl/Makefile 1.9 +9 -11 ports/devel/cl-port/Makefile 1.10 +8 -19 ports/devel/cl-split-sequence-clisp/Makefile 1.9 +8 -17 ports/devel/cl-split-sequence-sbcl/Makefile 1.9 +8 -8 ports/devel/cl-split-sequence/Makefile 1.8 +10 -18 ports/devel/cl-uffi-sbcl/Makefile 1.14 +10 -11 ports/devel/cl-uffi/Makefile 1.10 +8 -19 ports/textproc/cl-meta-clisp/Makefile 1.9 +8 -17 ports/textproc/cl-meta-sbcl/Makefile 1.8 +8 -9 ports/textproc/cl-meta/Makefile 1.8 +8 -19 ports/textproc/cl-ppcre-clisp/Makefile 1.7 +8 -17 ports/textproc/cl-ppcre-sbcl/Makefile 1.7 +22 -27 ports/textproc/cl-ppcre/Makefile 1.9 +8 -19 ports/www/cl-lml-clisp/Makefile 1.7 +8 -17 ports/www/cl-lml-sbcl/Makefile 1.13 +8 -9 ports/www/cl-lml/Makefile