pkgsrc/lang/ecl/PLIST
asau 07528aa442 Update to ECL 9.8.4:
* Bugs fixed:

 - si_{set,get}_finalizer were not exported from ecl.dll and thus the library
   TRIVIAL-GARBAGE failed to build in Windows

 - The MSVC port did not define @ECL_LDRPATH@ and failed to build ecl.dll

 - The sequence functions did not understand the newest specialized array types.

* Visible changes:

 - The configuration flag --with-__thread now defaults to NO because many
   platforms do not support it and GCC does not complain, making reliable
   detection impossible.

 - For further compatibility with SBCL, ECL now supports two additional
   buffer types :FULL and :LINE which are compatible with :FULLY-BUFFERED
   and :LINE-BUFFERED (Thanks to Matthew Mondor)

 - The sockets library can now be loaded using either (REQUIRE 'SOCKETS)
   or (REQUIRE 'SB-BSD-SOCKETS).
2009-08-19 14:16:02 +00:00

45 lines
1.1 KiB
Text

@comment $NetBSD: PLIST,v 1.5 2009/08/19 14:16:02 asau Exp $
bin/ecl
bin/ecl-config
include/ecl/bytecodes.h
include/ecl/config.h
include/ecl/configpre.h
include/ecl/cs.h
include/ecl/ecl-cmp.h
include/ecl/ecl-inl.h
include/ecl/ecl.h
include/ecl/eval.h
include/ecl/external.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}/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}/sb-bsd-sockets.asd
lib/${PKGNAME}/sb-bsd-sockets.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.${PKGVERSION_MAJOR}
lib/libecl.so.${PKGVERSION_MAJOR_MINOR}
lib/libecl.so.${PKGVERSION}