aboutsummaryrefslogtreecommitdiffstats
path: root/lang/ccl
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to version 1.9.olgeni2013-03-072-3/+3
|
* Convert Makefile headers to the new format in my ports.olgeni2013-01-261-5/+0
|
* Revert test code that crept in on r302526.olgeni2012-08-191-2/+1
| | | | Submitted by: Jarrod Sayers <jarrod downtools.com.au>
* Upgrade to version 1.8.olgeni2012-08-152-9/+6
|
* Unset CCL_DEFAULT_DIRECTORY before running the CCL compiler, elseolgeni2011-10-101-3/+3
| | | | | | | the build would fail. PR: ports/161416 Submitted by: Nali Toja <nalitoja gmail com>
* Upgrade to version 1.7.olgeni2011-08-173-11/+4
|
* Set MANUAL_PACKAGE_BUILD for amd64 7 only, which causes an abortolgeni2011-04-031-0/+4
| | | | trap under tinderbox. i386 7 and amd64/i386 8 build just fine.
* Remove MANUAL_PACKAGE_BUILD: this port builds fine in both i386 andolgeni2011-03-301-2/+0
| | | | amd64 tinderboxes.
* Upgrade to version 1.6.olgeni2011-03-293-22/+12
|
* Upgrade to version 1.5.olgeni2010-06-252-5/+4
| | | | Feature safe: yes
* Precompile the asdf-install module.olgeni2010-01-151-2/+7
| | | | | Remove .orig files after patching. Set MANUAL_PACKAGE_BUILD due to the SSE2 instruction set requirement.
* Integrate adsf-install and the local FreeBSD registry intoolgeni2010-01-093-1/+18
| | | | asdf:*central-registry* by default.
* Build without using a temporary script.olgeni2010-01-091-5/+3
|
* Add a pkg-message file with a few hints.olgeni2010-01-082-0/+14
|
* Add Clozure CL, a free Common Lisp implementation that can beolgeni2010-01-045-0/+118
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.