summaryrefslogtreecommitdiff
path: root/lang/clisp/PLIST
diff options
context:
space:
mode:
authorasau <asau@pkgsrc.org>2010-07-09 18:08:05 +0000
committerasau <asau@pkgsrc.org>2010-07-09 18:08:05 +0000
commitc6fc1686e92270d824b31172d8aac978dc6141f0 (patch)
tree625169ffdcec75a83fda7f1fd2c6ca40b18f2aee /lang/clisp/PLIST
parent21df9098203959d8505a2909b9198dad163b33e1 (diff)
downloadpkgsrc-c6fc1686e92270d824b31172d8aac978dc6141f0.tar.gz
Update to CLISP 2.49.
pkgsrc changes: desupport build options that are turned into module packages. 2.49 (2010-07-07) ================= User visible changes -------------------- * New command line option -disable-readline lets working around bugs and incompatibilities between readline CLISP was built against and the library actually installed. See <http://clisp.cons.org/impnotes/clisp.html#opt-norl> for details. * FFI:OPEN-FOREIGN-LIBRARY now accepts the :REQUIRE argument. See <http://clisp.cons.org/impnotes/dffi.html#dffi-open-lib> for details. * New user variable CUSTOM:*USER-LIB-DIRECTORY* is respected by REQUIRE and used by "clisp-link install". Dynamic modules are now the default build option. See <http://clisp.cons.org/impnotes/require.html> and <http://clisp.cons.org/impnotes/clisp-link.html> for details. * Function RENAME-FILE now accepts :IF-EXISTS argument which determines the action when the destination exists, unless, of course, *ANSI* is T. See <http://clisp.cons.org/impnotes/file-func.html#rename-file> for details. * The replacement value entered by the user in STORE-VALUE and USE-VALUE restarts is now EVALuated. * The old user variable CUSTOM:*PRINT-CLOSURE* now controls interpreted closure output too (RFE#3001956). This is a tricky feature, read up! See <http://clisp.cons.org/impnotes/multi-rep.html#pr-closure>. * Module readline now supports readline 6.1. (Older versions are, of course, still supported). See <http://clisp.cons.org/impnotes/readline-mod.html> for details. * Module pcre now supports pcre 8.01. (Older versions are, of course, still supported). See <http://clisp.cons.org/impnotes/pcre.html> for details. * Module libsvm does not come with the upstream sources anymore, install locally and pass --with-libsvm-prefix to the top-level configure instead. All upstream versions up to 2.91 are supported. See <http://clisp.cons.org/impnotes/libsvm.html> for details. * Module berkeley-db now supports Berkeley-DB 4.8. (Older versions are, of course, still supported). See <http://clisp.cons.org/impnotes/berkeley-db.html> for details. * Module postgresql now supports PostgreSQL 8.4. (Older versions are, of course, still supported). See <http://clisp.cons.org/impnotes/postgresql.html> for details. * Module pari has been updated to support both 64 & 32 bit platforms with and without GMP. See <http://clisp.cons.org/impnotes/pari.html> for details. * New functions OS:VERSION-COMPARE et al call strverscmp. See <http://clisp.cons.org/impnotes/syscalls.html#strverscmp> for details. * Bug fixes: + Do not eliminate function calls which are advertised to have exceptional situation in unsafe code (bug#2868166). + Fix an internal error in DECLAIM on bad OPTIMIZE quality (bug#2868147). + CLEAR-INPUT now clears the EOF condition on file streams (bug#2902716). + When quitting on a signal, never enter the debugger (bug#2795278). + Respect :FULL T in DIRECTORY :WILD-INFERIORS (bug#3009966). + Handle TWO-WAY-STREAM and ECHO-STREAM correctly by (SETF STREAM-EXTERNAL-FORMAT) (bug#3020933). + Fix unbuffered output pipe stream initialization (bug#3024887). * ANSI compliance: + Implement the ANSI issue COMPILER-DIAGNOSTICS:USE-HANDLER: use the CL Condition System for compiler diagnostics. + STREAM-ELEMENT-TYPE on empty CONCATENATED-STREAMs now returns NIL because nothing can be read from such streams (bug#3014921).
Diffstat (limited to 'lang/clisp/PLIST')
-rw-r--r--lang/clisp/PLIST55
1 files changed, 19 insertions, 36 deletions
diff --git a/lang/clisp/PLIST b/lang/clisp/PLIST
index 4c9a3cbd6cb..b0dddceaeef 100644
--- a/lang/clisp/PLIST
+++ b/lang/clisp/PLIST
@@ -1,54 +1,34 @@
-@comment $NetBSD: PLIST,v 1.19 2009/12/15 23:22:06 asau Exp $
+@comment $NetBSD: PLIST,v 1.20 2010/07/09 18:08:05 asau Exp $
bin/clisp
+bin/clisp-link
+lib/clisp/base/bogomips.o
lib/clisp/base/calls.o
lib/clisp/base/gettext.o
+lib/clisp/base/libgnu_cl.a
+lib/clisp/base/libgnu_rx.a
+lib/clisp/base/libgnu_sc.a
lib/clisp/base/libnoreadline.a
lib/clisp/base/lisp.a
lib/clisp/base/lisp.run
lib/clisp/base/lispinit.mem
-lib/clisp/base/localcharset.o
lib/clisp/base/makevars
lib/clisp/base/modules.h
lib/clisp/base/modules.o
-lib/clisp/base/readline.o
+${PLIST.readline}lib/clisp/base/readline.o
lib/clisp/base/regexi.o
-lib/clisp/base/regexp.dvi
-lib/clisp/base/uniname.o
-lib/clisp/base/width.o
-lib/clisp/clisp-link
+lib/clisp/build-aux/arg-nonnull.h
+lib/clisp/build-aux/c++defs.h
+lib/clisp/build-aux/config.guess
+lib/clisp/build-aux/config.rpath
+lib/clisp/build-aux/config.sub
+lib/clisp/build-aux/depcomp
+lib/clisp/build-aux/warn-on-use.h
lib/clisp/data/Symbol-Table.text
lib/clisp/data/UnicodeDataFull.txt
-${PLIST.bdb}lib/clisp/full/bdb.o
-lib/clisp/full/calls.o
-${PLIST.mit-clx}lib/clisp/full/clx.o
-${PLIST.new-clx}lib/clisp/full/clx.o
-${PLIST.pcre}lib/clisp/full/cpcre.o
-${PLIST.fastcgi}lib/clisp/full/fastcgi.o
-${PLIST.fastcgi}lib/clisp/full/fastcgi_wrappers.o
-lib/clisp/full/gettext.o
-${PLIST.gdbm}lib/clisp/full/gdbm.o
-${PLIST.gtk2}lib/clisp/full/gtk.o
-lib/clisp/full/libnoreadline.a
-lib/clisp/full/lisp.a
-lib/clisp/full/lisp.run
-lib/clisp/full/lispinit.mem
-lib/clisp/full/localcharset.o
-lib/clisp/full/makevars
-lib/clisp/full/modules.h
-lib/clisp/full/modules.o
-${PLIST.pgsql}lib/clisp/full/postgresql.o
-${PLIST.rawsock}lib/clisp/full/rawsock.o
-lib/clisp/full/readline.o
-lib/clisp/full/regexi.o
-lib/clisp/full/regexp.dvi
-lib/clisp/full/uniname.o
-lib/clisp/full/width.o
-${PLIST.wildcard}lib/clisp/full/wildcard.dvi
-${PLIST.wildcard}lib/clisp/full/wildcard.o
-${PLIST.zlib}lib/clisp/full/zlib.o
lib/clisp/linkkit/clisp.h
lib/clisp/linkkit/modprep.lisp
lib/clisp/linkkit/modules.c
+man/man1/clisp-link.1
man/man1/clisp.1
share/aclocal/clisp.m4
share/clisp/emacs/clhs.el
@@ -68,8 +48,11 @@ share/doc/clisp/README
share/doc/clisp/README.de
share/doc/clisp/README.es
share/doc/clisp/SUMMARY
+share/doc/clisp/clisp-link.1
+share/doc/clisp/clisp-link.html
+share/doc/clisp/clisp-link.pdf
+share/doc/clisp/clisp-link.ps
share/doc/clisp/clisp.1
-share/doc/clisp/clisp.dvi
share/doc/clisp/clisp.html
share/doc/clisp/clisp.pdf
share/doc/clisp/clisp.png