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 ...

Jimmy Olgeni olgeni at FreeBSD.org
Fri Jan 15 12:13:45 UTC 2010


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


More information about the cvs-all mailing list