cvs commit: ports/lang Makefile ports/lang/ccl Makefile distinfo pkg-descr pkg-plist ports/lang/ccl/files ccl.sh.in

Jimmy Olgeni olgeni at FreeBSD.org
Sun Jan 3 16:17:30 UTC 2010


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)


More information about the cvs-all mailing list