The difference between cl-* and cl-*-<implementation> ports

Kris Kennaway kris at obsecurity.org
Tue Dec 7 13:50:17 PST 2004


On Tue, Dec 07, 2004 at 12:36:42PM -0500, Kero-Chan wrote:
> Hi,
> 
> Can someone explain to me what is the difference between cl-* and
> cl-*-<implementation> ports?
> Like cl-ppcre and cl-ppcre-{cmucl|sbcl|clisp}?
> I looked at the Makefiles, but it's still not clear :(
> Esp., considering theese are *ports*: Looking at the description of,
> say, cl-ppcre-clisp:
> "This package installs binaries for CLISP."
> I don't really understand this. CLISP is actually a bytecode
> interpreter. So I guess this installs multiplatform bytecode binaries?
> But... this is a *port*! Packages install binaries; ports download the
> source and compile it.

compile it...with a compiler.  You have a choice of different
compilers to build these ports with, namely cmucl, sbcl, or clisp.
The ports specify different compilers so that packages built from them
are compatible with other code compiled by the same compiler.

Kris
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20041207/ef9b59a8/attachment.bin


More information about the freebsd-questions mailing list