summaryrefslogtreecommitdiff
path: root/lang/ecl/PLIST
diff options
context:
space:
mode:
authorasau <asau>2009-08-13 18:17:18 +0000
committerasau <asau>2009-08-13 18:17:18 +0000
commit55eac98b412190e242a4b6dbf0e0a2fe67a110ff (patch)
tree64198d2e078eac31e6a148d7e8e67050ca422eca /lang/ecl/PLIST
parent11bde6915e8f267cdc52704b910b1ed440776d2d (diff)
downloadpkgsrc-55eac98b412190e242a4b6dbf0e0a2fe67a110ff.tar.gz
Update to ECL 9.8.3.
Changes since previous packaged version (8.12.0) include half year of very active development: - The dynamic FFI is now implemented using libffi. - Support of UNICODE. - Multithreading (provided Boehm-GC built with threads support). - Command line flags to control the different memory limits: --heap-size, --lisp-stack, --frame-stack and --c-stack. - The stack size is now measured in bytes, not in lisp words. - The out of memory error (ext:storage-exhausted) can now be recovered. By default a correctable error is signaled and the user is given the chance to increase the heap size. - Better compiler, optimizer, debugger. - Improved handling of compiler errors. - New and more easily extensible implementation of streams. - *STANDARD-INPUT*, *{STANDARD,ERROR,TRACE}-OUTPUT* are no longer synonyms to *TERMINAL-IO* but directly the input or output streams associated to stdin, stdout and stderr. - Improved numerics. - Read-only readtables. - Numerous bug fixes.
Diffstat (limited to 'lang/ecl/PLIST')
-rw-r--r--lang/ecl/PLIST15
1 files changed, 12 insertions, 3 deletions
diff --git a/lang/ecl/PLIST b/lang/ecl/PLIST
index 634e7092cb0..992e4a02265 100644
--- a/lang/ecl/PLIST
+++ b/lang/ecl/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2009/06/14 18:03:30 joerg Exp $
+@comment $NetBSD: PLIST,v 1.4 2009/08/13 18:17:18 asau Exp $
bin/ecl
bin/ecl-config
include/ecl/bytecodes.h
@@ -18,17 +18,26 @@ include/ecl/stacks.h
include/ecl/unify.h
lib/${PKGNAME}/BUILD-STAMP
lib/${PKGNAME}/asdf.fas
+lib/${PKGNAME}/bytecmp.asd
+lib/${PKGNAME}/bytecmp.fas
+lib/${PKGNAME}/cmp.asd
lib/${PKGNAME}/cmp.fas
+lib/${PKGNAME}/defsystem.asd
lib/${PKGNAME}/defsystem.fas
lib/${PKGNAME}/dpp
lib/${PKGNAME}/ecl_min
lib/${PKGNAME}/help.doc
+lib/${PKGNAME}/profile.asd
lib/${PKGNAME}/profile.fas
+lib/${PKGNAME}/rt.asd
lib/${PKGNAME}/rt.fas
+lib/${PKGNAME}/serve-event.asd
lib/${PKGNAME}/serve-event.fas
+lib/${PKGNAME}/sockets.asd
lib/${PKGNAME}/sockets.fas
lib/${PKGNAME}/sysfun.lsp
+lib/${PKGNAME}/ucd.dat
lib/libecl.so
-lib/libecl.so.8
-lib/libecl.so.8.12
+lib/libecl.so.${PKGVERSION_MAJOR}
+lib/libecl.so.${PKGVERSION_MAJOR_MINOR}
lib/libecl.so.${PKGVERSION}