0.8.2.23
authorDaniel Barlow <dan@telent.net>
Sun, 10 Aug 2003 19:25:02 +0000 (19:25 +0000)
committerDaniel Barlow <dan@telent.net>
Sun, 10 Aug 2003 19:25:02 +0000 (19:25 +0000)
commit08e218c9bd9fdfb1e4dcc5f5e245feea17762471
tree0e674753332e5b32fdeb45b435a7c5b5661ee28a
parentf4b9ac56f10a3a83f1c4db98c6fd9428bbc5f4e3
0.8.2.23
A full and final answer[*] to all the people who keep asking
for slightly tangential software to be added to contrib: to
wit, a contrib module to automate the downloading and
installing of packages that are _not_ part of contrib.

* (require 'asdf-install)
* (asdf-install:install 'xlunit)

or
$ sbcl-asdf-install xlunit

See contrib/asdf-install/README for more details and scary
security-related muttering.

Also added a :INITIAL-FUNCTION to SB-EXECUTABLE:MAKE-EXECUTABLE
so that files don't have to be written such that the
application starts as soon as they're loaded

[*] Ha!
contrib/asdf-install/Makefile [new file with mode: 0644]
contrib/asdf-install/README [new file with mode: 0644]
contrib/asdf-install/asdf-install [new file with mode: 0755]
contrib/asdf-install/asdf-install.asd [new file with mode: 0644]
contrib/asdf-install/defpackage.lisp [new file with mode: 0644]
contrib/asdf-install/installer.lisp [new file with mode: 0644]
contrib/asdf-install/loader.lisp [new file with mode: 0644]
contrib/asdf-module.mk
contrib/sb-executable/sb-executable.lisp
install.sh
version.lisp-expr