diff options
author | Foxfair Hu <foxfair@FreeBSD.org> | 2003-10-03 07:30:46 +0000 |
---|---|---|
committer | Foxfair Hu <foxfair@FreeBSD.org> | 2003-10-03 07:30:46 +0000 |
commit | bbf81ade75bcd7b93a282e2df56af5350dbf8b05 (patch) | |
tree | b1135c72eb23356c9b0cc959cf1cc18fe95b0413 /devel/Makefile | |
parent | Add cl-meta-clisp 20011114.1, a parser generator for Common Lisp. (diff) |
Add cl-port-clisp 2002.10.02.1, cross-Lisp portability package.
CLOCC Port provides a portable interface to various features absent
from the ANSI Common Lisp standard, such as sockets, multiprocessing,
calling external programs, Gray streams etc.
PR: 52368
Submitted by: Henrik Motakef <henrik.motakef@web.de>
Notes
Notes:
svn path=/head/; revision=90077
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 79b4b89d4827..bcfa1069e884 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -106,6 +106,7 @@ SUBDIR += cl-asdf-cmucl SUBDIR += cl-asdf-sbcl SUBDIR += cl-port + SUBDIR += cl-port-clisp SUBDIR += cl-port-cmucl SUBDIR += cl-port-sbcl SUBDIR += cl-split-sequence |