summaryrefslogtreecommitdiff
path: root/lang/ecl/PLIST
diff options
context:
space:
mode:
authorasau <asau@pkgsrc.org>2011-02-11 01:28:41 +0000
committerasau <asau@pkgsrc.org>2011-02-11 01:28:41 +0000
commit75f5962087684f002e3dbbdea4a7ad53825150ad (patch)
treee131bab6d7f4a77e40b2e3c2e21066b3fa7d2353 /lang/ecl/PLIST
parent496921f0c2d3012e45809d05b582a7399bf92cbc (diff)
downloadpkgsrc-75f5962087684f002e3dbbdea4a7ad53825150ad.tar.gz
Update ECL to version 11.1.1.
Requested by Matthew Mondor, who contributed description of changes. Since 10.4.1, changes were made in the following areas: - Better cross-compile support, including with C++ compilers - FFI from interpreted code now requires libffi - Compiler now shipped as a single FASL file, cmp.fas - Various fixes, notably in handling of: LIST/LIST*, foreign arrays and structures, optimization annotations, pathnames (logical pathnames and case), RENAME-FILE, READ, the debugger, ANSI CL function declarations, DECLAIM, DEFMACRO, EXPT, ASDF, rational math - Performance optimizations in the following areas: SETF expansions, AREF/ASET, unboxing, sequence functions, LOOP, ASSERT, use of long-long and long-double where possible, reworked compilation policies, EXT:MAKE-FOREIGN-DATA-FROM-ARRAY - Other new features: EXT:WITH-BACKEND See http://ecls.cvs.sourceforge.net/viewvc/ecls/ecl/src/CHANGELOG?revision=1.793 for more details, or src/CHANGELOG in the source.
Diffstat (limited to 'lang/ecl/PLIST')
-rw-r--r--lang/ecl/PLIST11
1 files changed, 8 insertions, 3 deletions
diff --git a/lang/ecl/PLIST b/lang/ecl/PLIST
index 1647da5147f..0a08c68f1a1 100644
--- a/lang/ecl/PLIST
+++ b/lang/ecl/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2010/06/16 13:57:30 asau Exp $
+@comment $NetBSD: PLIST,v 1.9 2011/02/11 01:28:41 asau Exp $
bin/ecl
bin/ecl-config
include/ecl/bytecodes.h
@@ -10,17 +10,21 @@ include/ecl/ecl-inl.h
include/ecl/ecl.h
include/ecl/eval.h
include/ecl/external.h
+include/ecl/impl/math_dispatch.h
+include/ecl/impl/math_dispatch2.h
+include/ecl/impl/math_fenv.h
+include/ecl/impl/math_fenv_msvc.h
include/ecl/internal.h
include/ecl/number.h
include/ecl/object.h
include/ecl/page.h
include/ecl/stacks.h
include/ecl/unify.h
-lib/${PKGNAME}/BUILD-STAMP
lib/${PKGNAME}/Copyright
lib/${PKGNAME}/LGPL
lib/${PKGNAME}/TAGS
lib/${PKGNAME}/asdf.fas
+lib/${PKGNAME}/build-stamp
lib/${PKGNAME}/bytecmp.asd
lib/${PKGNAME}/bytecmp.fas
${PLIST.clx}lib/${PKGNAME}/clx.asd
@@ -42,6 +46,7 @@ lib/${PKGNAME}/librt.a
lib/${PKGNAME}/libsb-bsd-sockets.a
lib/${PKGNAME}/libserve-event.a
lib/${PKGNAME}/libsockets.a
+lib/${PKGNAME}/prebuilt-asdf.asd
lib/${PKGNAME}/profile.asd
lib/${PKGNAME}/profile.fas
lib/${PKGNAME}/rt.asd
@@ -52,10 +57,10 @@ 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.${PKGVERSION_MAJOR}
lib/libecl.so.${PKGVERSION_MAJOR_MINOR}
lib/libecl.so.${PKGVERSION}
+man/man1/ecl-config.1
man/man1/ecl.1