Path to this page:
./
lang/clisp,
CLISP, a Common Lisp implementation
Branch: pkgsrc-2019Q2,
Version: 2.49nb25,
Package name: clisp-2.49nb25,
Maintainer: asauCommon Lisp is a high-level, general-purpose programming language. GNU
CLISP is a Common Lisp implementation by Bruno Haible of Karlsruhe
University and Michael Stoll of Munich University, both in Germany.
It mostly supports the Lisp described in the ANSI Common Lisp standard.
It runs on microcomputers (Windows NT/2000/XP, Windows 95/98/ME) as well
as on Unix workstations (Linux, SVR4, Sun4, DEC Alpha OSF, HP-UX, BeOS,
NeXTstep, SGI, AIX and others) and needs only 2 MB of RAM.
The user interface comes in German, English, French, Spanish, Dutch and
Russian. GNU CLISP includes an interpreter, a compiler, a debugger,
CLOS, a foreign language interface, sockets, i18n, fast bignums and
more. An X11 interface is available through CLX, Garnet, CLUE/CLIO. GNU
CLISP runs Maxima, ACL2 and many other Common Lisp packages.
Required to run:[
devel/readline] [
devel/libffcall] [
devel/libsigsegv] [
devel/glib2]
Required to build:[
pkgtools/cwrappers]
Package options: doc, ffcall, gmalloc, readline
Master sites:
SHA1: 1743e7917013162400c955af441e991db43b3323
RMD160: ae30f3b681cb023e885c6e4ed12210ee5ba14c76
Filesize: 9592.882 KB
Version history: (Expand)
- (2019-07-13) Updated to version: clisp-2.49nb25
- (2019-07-04) Package added to pkgsrc.se, version clisp-2.49nb24 (created)
CVS history: (Expand)
2019-07-13 11:32:44 by Benny Siegert | Files touched by this commit (1) |
Log message:
Pullup ticket #5993 - requested by he
lang/clisp: build fix
Revisions pulled up:
- lang/clisp/Makefile 1.112
---
Module Name: pkgsrc
Committed By: he
Date: Tue Jul 9 22:55:41 UTC 2019
Modified Files:
pkgsrc/lang/clisp: Makefile
Log message:
Patterned after electric-fence, turn off builtins for calloc, malloc,
memalign, realloc, valloc and free. Makes clisp work with modern compilers.
Bump PKGREVISION.
|