Port details |
- ccl Clozure CL is a free Common Lisp implementation
- 1.13_1 lang =3 1.13Version of this port present on the latest quarterly branch.
- Maintainer: olgeni@FreeBSD.org
- Port Added: 2010-01-03 16:18:33
- Last Update: 2024-12-20 02:31:49
- Commit Hash: 148251b
- People watching this port, also watch:: inotify-tools, monit, pure-ftpd, phpsysinfo-php82
- Also Listed In: lisp
- License: APACHE20
- WWW:
- https://www.clozure.com/ccl
- Description:
- Clozure CL (formerly known as OpenMCL) is a free Common Lisp
implementation. Features include:
* A fast, precise, compacting, generational garbage collector
written in hand-optimized C. The sizes of the generations are
fully configurable.
* Full native OS threads on all platforms. The API includes support
for shared memory, locking, and blocking for OS operations such
as I/O.
* Full Unicode support.
* Excellent debugging facilities. The names of all local variables
are available in a backtrace.
* A complete, mature foreign function interface.
* Many extensions including: files mapped to Common Lisp vectors
for fast file I/O; thread local hash tables and streams to
eliminate locking overhead; cons hashing support.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/lang/ccl/ && make install clean
- To add the package, run one of these commands:
- pkg install lang/ccl
- pkg install ccl
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: ccl
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: amd64
- distinfo:
- TIMESTAMP = 1727039884
SHA256 (ccl/v1.13/freebsdx86.tar.gz) = ccd8d16822b33e041aa0bace7f173b162d244d12b66da33ed9fc5570ebedaf5b
SIZE (ccl/v1.13/freebsdx86.tar.gz) = 13746970
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- as : devel/binutils
- Runtime dependencies:
-
- cl-freebsd-asdf-init>=0 : devel/cl-freebsd-asdf-init
- This port is required by:
- for Build
-
- converters/cl-babel-ccl
- devel/cl-alexandria-ccl
- devel/cl-asdf-ccl
- devel/cl-flexi-streams-ccl
- devel/cl-infix-ccl
- devel/cl-split-sequence-ccl
- devel/cl-trivial-features-ccl
- for Run
-
- converters/cl-babel-ccl
- devel/cl-alexandria-ccl
- devel/cl-asdf-ccl
- devel/cl-flexi-streams-ccl
- devel/cl-infix-ccl
- devel/cl-split-sequence-ccl
- devel/cl-trivial-features-ccl
Configuration Options:
- No options to configure
- Options name:
- lang_ccl
- USES:
- cl
- pkg-message:
- For install:
- To work with Common Lisp ports, create ~/.ccl-init.lisp with this line:
(load "/usr/local/etc/cl-freebsd-asdf-init.lisp")
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.13_1 20 Dec 2024 02:31:49 |
Joseph Mingrone (jrm) |
*/*-ccl: Add Clozure Common Lisp (CCL) fasl ports
Approved by: olgeni (maintainer of lang/ccl, implicit)
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D48091 |
1.13 20 Dec 2024 02:31:48 |
Joseph Mingrone (jrm) |
Infrastructure for Common Lisp Ports: Overhaul
- Decouple ASDF initialization from devel/cl-asdf by creating a
dedicated port: devel/freebsd-cl-asdf-init.
- Convert devel/cl-asdf/bsd.cl-asdf.mk to USES=cl.
- Add devel/cl-asdf-sbcl
- Update ASDF configuration:
- Prefer newer ASDF versions, but only if the fasl is available.
- Replace license text with an SPDX license identifier.
- Simplify and clarify documentation.
- Remove the assumption that ${PREFIX} is /usr/local.
- Use uiop:getenv instead of a custom getenv function.
- Remove asdf:output-files customization to resolve output
translation issues.
- Improve output translations: (Only the first 15 lines of the commit message are shown above ) |
1.13 22 Sep 2024 22:29:43 |
Jimmy Olgeni (olgeni) |
lang/ccl: update to version 1.13 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.12_2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.12_2 10 Jan 2022 15:15:39 |
Stefan Eßer (se) |
Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.
This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.
Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port (Only the first 15 lines of the commit message are shown above ) |
1.12_2 30 Sep 2021 21:23:30 |
Rene Ladan (rene) |
cleanup: drop support for EOL FreeBSD 11.X
Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11
Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*
Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index |
1.12_2 21 Jun 2021 09:53:26 |
Jimmy Olgeni (olgeni) |
lang/ccl: LICENSE is APACHE20 since long ago. |
1.12_1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.12_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.12_1 22 Sep 2020 16:38:44 |
se |
Add a build dependency on GNU as
On systems with GNU as in base (up to and including 12.x) there is no need
to provide the GNU binutils from a port.
If the not fully compatible llvm-as should be made available under the name
"as", the condition should be changed to always require binutils from a port
when running on a system after 12.x (which should retain the GNU as in base
for the live-time of that major release). |
1.12_1 22 Sep 2020 16:20:01 |
se |
Fix build with -fno-common |
1.12 12 Sep 2020 08:00:55 |
olgeni |
lang/ccl: IGNORE on FreeBSD < 12. |
1.12 10 Aug 2020 07:37:02 |
olgeni |
Update lang/ccl to version 1.12 and unbreak.
- i386 no longer supported :(
PR: 245941 (with changes)
Submitted by: Sean Champ <lab+bsd@thinkum.space> |
1.11_1 13 Aug 2019 22:29:43 |
mat |
onvert to UCL & cleanup pkg-message (categories l-m) |
1.11_1 09 Jul 2019 09:02:10 |
amdmi3 |
- Update WWW
Approved by: portmgr blanket |
1.11_1 22 Apr 2019 12:36:54 |
antoine |
Mark BROKEN on FreeBSD 12 and 13
Reported by: pkg-fallout
MFH: 2019Q2 |
1.11_1 27 Mar 2018 19:46:02 |
olgeni |
In lang/ccl:
- Explicitly include <machine/trap.h> for accessing T_PAGEFLT.
- Use 'mc_flags' in mcontext_t to check for valid AVX state, rather than
'mc_trapno'.
PR: 226809
Submitted by: jhb |
1.11 21 Oct 2016 12:51:41 |
mat |
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
1.11 07 Nov 2015 14:29:36 |
olgeni |
Upgrade lang/ccl to version 1.11.
- Add LICENSE
- Do not mute install commands
- Regenerate patch-lisp-kernel_memory.c to make portlint happy
- Fix whitespace in pkg-message (portlint) |
1.10 03 Apr 2015 11:26:50 |
mat |
Remove OSVERSION checks that do not make sense any more.
For example (${OSVERSION} >= 900000 && ${OSVERSION} < 900021) is always true,
as is (${OSVERSION} > 900002 || ${OSVERSION} < 900000 && ${OSVERSION} > 800107).
Regarding patches, when an EXTRA_PATCHES is no longer needed, I remove it, when
it is always needed, I renamed it, in one case, I merged two patches.
Differential Revision: https://reviews.freebsd.org/D2209 |
1.10 27 Oct 2014 15:23:31 |
bapt |
Cleanup plist |
1.10 18 Oct 2014 12:20:43 |
jhb |
The MAP_NORESERVE flag to mmap() has never been implemented in FreeBSD and
is being removed. No portrev bump needed since the kernel will continue to
accept this flag for old binaries even after support for it in new binaries
is removed.
PR: 193961
Approved by: portmgr (antoine) |
1.10 06 Oct 2014 12:49:46 |
olgeni |
Upgrade to version 1.10. |
1.9 13 May 2014 15:02:08 |
olgeni |
Add staging support and pet portlint. |
1.9 20 Sep 2013 19:53:10 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang) |
1.9 07 Mar 2013 13:22:18 |
olgeni |
Upgrade to version 1.9. |
1.8 26 Jan 2013 14:50:30 |
olgeni |
Convert Makefile headers to the new format in my ports. |
1.8 19 Aug 2012 04:26:59 |
olgeni |
Revert test code that crept in on r302526.
Submitted by: Jarrod Sayers <jarrod downtools.com.au> |
1.8 14 Aug 2012 16:35:45 |
olgeni |
Upgrade to version 1.8. |
1.7 10 Oct 2011 10:35:03 |
olgeni |
Unset CCL_DEFAULT_DIRECTORY before running the CCL compiler, else
the build would fail.
PR: ports/161416
Submitted by: Nali Toja <nalitoja gmail com> |
1.7 17 Aug 2011 11:53:19 |
olgeni |
Upgrade to version 1.7. |
1.6 02 Apr 2011 21:09:15 |
olgeni |
Set MANUAL_PACKAGE_BUILD for amd64 7 only, which causes an abort
trap under tinderbox. i386 7 and amd64/i386 8 build just fine. |
1.6 29 Mar 2011 20:35:44 |
olgeni |
Remove MANUAL_PACKAGE_BUILD: this port builds fine in both i386 and
amd64 tinderboxes. |
1.6 28 Mar 2011 16:45:19 |
olgeni |
Upgrade to version 1.6. |
1.5 25 Jun 2010 13:51:31 |
olgeni |
Upgrade to version 1.5.
Feature safe: yes |
1.4_2 15 Jan 2010 11:13:51 |
olgeni |
Precompile the asdf-install module.
Remove .orig files after patching.
Set MANUAL_PACKAGE_BUILD due to the SSE2 instruction set requirement. |
1.4_1 09 Jan 2010 14:09:13 |
olgeni |
Integrate adsf-install and the local FreeBSD registry into
asdf:*central-registry* by default. |
1.4 08 Jan 2010 20:21:01 |
olgeni |
Build without using a temporary script. |
1.4 08 Jan 2010 12:50:35 |
olgeni |
Add a pkg-message file with a few hints. |
1.4 03 Jan 2010 16:17:30 |
olgeni |
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. |