Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Jan 2010 16:17:30 +0000 (UTC)
From:      Jimmy Olgeni <olgeni@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/lang Makefile ports/lang/ccl Makefile distinfo pkg-descr pkg-plist ports/lang/ccl/files ccl.sh.in
Message-ID:  <201001031617.o03GHU5p097982@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
olgeni      2010-01-03 16:17:30 UTC

  FreeBSD ports repository

  Modified files:
    lang                 Makefile 
  Added files:
    lang/ccl             Makefile distinfo pkg-descr pkg-plist 
    lang/ccl/files       ccl.sh.in 
  Log:
  Add Clozure CL, a free Common Lisp implementation that can be
  bootstrapped from C code alone.
  
  Unfortunately this port does not support CPUs without the SSE2
  instruction set, and will fail to build with a diagnostic message
  in those cases. Supported FreeBSD architectures are i386 and amd64.
  
  pkg-descr contains a quick description of the main Clozure CL
  features.
  
  Revision  Changes    Path
  1.666     +1 -0      ports/lang/Makefile
  1.1       +82 -0     ports/lang/ccl/Makefile (new)
  1.1       +3 -0      ports/lang/ccl/distinfo (new)
  1.1       +6 -0      ports/lang/ccl/files/ccl.sh.in (new)
  1.1       +23 -0     ports/lang/ccl/pkg-descr (new)
  1.1       +4 -0      ports/lang/ccl/pkg-plist (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001031617.o03GHU5p097982>