TODO: $Id$ I have no idea, why "doc/" directory doesn't build with pkgsrc. To compile ecl, do it by hand, then get back to normal build, eg: # cd work/ecl-0.9c-build/doc # gmake # cd ../../.. # make install -- dotz@irc.pl DESCR: ECL stands for Embeddable Common-Lisp. The ECL project is an effort to modernize Giuseppe Attardi's ECL environment to produce an implementation of the Common-Lisp language which complies to the ANSI X3J13 definition of the language. The current ECL implementation features: * A bytecodes compiler and interpreter. * A translator to C. * An interface to foreign functions. * A dynamic loader. * The possibility to build standalone executables. * The Common-Lisp Object System (CLOS). * Conditions and restarts for handling errors. * Sockets as ordinary streams. * The Gnu Multiprecision library for fast bignum operations. * A simple conservative mark & sweep garbage collector. * The Boehm-Weiser garbage collector.
59 lines
1.2 KiB
Text
59 lines
1.2 KiB
Text
@comment $NetBSD: PLIST,v 1.1.1.1 2004/03/28 01:28:35 mpasternak Exp $
|
|
bin/ecl
|
|
bin/ecl-config
|
|
info/ecl.info
|
|
info/ecldev.info
|
|
lib/ecl/BUILD-STAMP
|
|
lib/ecl/cmp.fas
|
|
lib/ecl/dpp
|
|
lib/ecl/h/config.h
|
|
lib/ecl/h/cord.h
|
|
lib/ecl/h/cs.h
|
|
lib/ecl/h/ec.h
|
|
lib/ecl/h/ecl-cmp.h
|
|
lib/ecl/h/ecl.h
|
|
lib/ecl/h/eval.h
|
|
lib/ecl/h/external.h
|
|
lib/ecl/h/gc.h
|
|
lib/ecl/h/gc_alloc.h
|
|
lib/ecl/h/gc_allocator.h
|
|
lib/ecl/h/gc_amiga_redirects.h
|
|
lib/ecl/h/gc_backptr.h
|
|
lib/ecl/h/gc_cpp.h
|
|
lib/ecl/h/gc_gcj.h
|
|
lib/ecl/h/gc_inl.h
|
|
lib/ecl/h/gc_inline.h
|
|
lib/ecl/h/gc_local_alloc.h
|
|
lib/ecl/h/gc_mark.h
|
|
lib/ecl/h/gc_pthread_redirects.h
|
|
lib/ecl/h/gc_typed.h
|
|
lib/ecl/h/gmp.h
|
|
lib/ecl/h/javaxfc.h
|
|
lib/ecl/h/leak_detector.h
|
|
lib/ecl/h/lwp.h
|
|
lib/ecl/h/new_gc_alloc.h
|
|
lib/ecl/h/number.h
|
|
lib/ecl/h/object.h
|
|
lib/ecl/h/page.h
|
|
lib/ecl/h/private/cord_pos.h
|
|
lib/ecl/h/private/dbg_mlc.h
|
|
lib/ecl/h/private/gc_hdrs.h
|
|
lib/ecl/h/private/gc_locks.h
|
|
lib/ecl/h/private/gc_pmark.h
|
|
lib/ecl/h/private/gc_priv.h
|
|
lib/ecl/h/private/gcconfig.h
|
|
lib/ecl/h/private/solaris_threads.h
|
|
lib/ecl/h/private/specific.h
|
|
lib/ecl/h/stacks.h
|
|
lib/ecl/h/unify.h
|
|
lib/ecl/h/weakpointer.h
|
|
lib/ecl/help.doc
|
|
lib/ecl/libecl.a
|
|
lib/ecl/libecl.so
|
|
lib/ecl/libgc.a
|
|
lib/ecl/libgmp.a
|
|
lib/ecl/sysfun.lsp
|
|
man/man1/ecl.1
|
|
@dirrm lib/ecl/h/private
|
|
@dirrm lib/ecl/h
|
|
@dirrm lib/ecl
|