Skip to content

Commit

Permalink
1.0.29.50: update ASDF
Browse files Browse the repository at this point in the history
* Not from cclan anymore, but http://common-lisp.net/project/asdf/asdf.git
  • Loading branch information
nikodemus committed Jun 27, 2009
1 parent f8c8f81 commit 77f6e09
Show file tree
Hide file tree
Showing 5 changed files with 235 additions and 120 deletions.
24 changes: 24 additions & 0 deletions contrib/asdf/LICENSE
@@ -0,0 +1,24 @@

(This is the MIT / X Consortium license as taken from
http://www.opensource.org/licenses/mit-license.html)

Copyright (c) 2001, 2002 Daniel Barlow and contributors

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
12 changes: 6 additions & 6 deletions contrib/asdf/Makefile
Expand Up @@ -6,9 +6,9 @@ test::
true

up:
cvs -d :pserver:anonymous@cclan.cvs.sourceforge.net:/cvsroot/cclan \
co -kv -p asdf/asdf.lisp >/tmp/$$$$ &&\
mv /tmp/$$$$ asdf.lisp
cvs -d :pserver:anonymous@cclan.cvs.sourceforge.net:/cvsroot/cclan \
co -kv -p asdf/README >/tmp/$$$$ &&\
mv /tmp/$$$$ README
test -d asdf-upstream || git clone http://common-lisp.net/project/asdf/asdf.git asdf-upstream
cd asdf-upstream && git pull
cp asdf-upstream/asdf.lisp asdf.lisp
cp asdf-upstream/asdf.texinfo asdf.texinfo
cp asdf-upstream/README README
cp asdf-upstream/LICENSE LICENSE
14 changes: 8 additions & 6 deletions contrib/asdf/README.SBCL
@@ -1,9 +1,11 @@
The copies of asdf.lisp, asdf.texinfo, README, and LICENSE in this
directory are complete and unchanged from the canonical versions at

The copies of asdf.lisp and README in this directory are complete and
unchanged from the canonical cCLan CVS. They may lag the CVS version
by a few revisions (but shouldn't usually) but unless we've fouled up
horribly, are not forked.
http://common-lisp.net/project/asdf/asdf.git

The README file thus applies in its entirety apart from the scary
They may lag the upstream version by a few revisions (but shouldn't
usually) but unless we've fouled up horribly, are not forked.

The README file thus applies in its entirety apart from the scary
warnings about making sure you have the right version and it has not
been mutilated
been mutilated.

0 comments on commit 77f6e09

Please sign in to comment.