diff options
author | jonb <jonb@pkgsrc.org> | 2005-06-23 03:04:00 +0000 |
---|---|---|
committer | jonb <jonb@pkgsrc.org> | 2005-06-23 03:04:00 +0000 |
commit | b73baa768dd3e054be83ecd115fa784bb00f09e1 (patch) | |
tree | fe77f5317e24c5623f678b0aaa8f97f846c11964 | |
parent | e7f8e808f4d05cfe44b5cfce413dfd0aa99b74f9 (diff) | |
download | pkgsrc-b73baa768dd3e054be83ecd115fa784bb00f09e1.tar.gz |
Updates for lang/sbcl...
Steel Bank Common Lisp (SBCL) is an Open Source complier and runtime
system for ANSI Common Lisp. It provides an interactive environment
including an integrated native compiler, a debugger, and many
extensions.
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | lang/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 62312906ac4..249def2f48e 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.10405 2005/06/22 22:10:53 agc Exp $ +$NetBSD: CHANGES,v 1.10406 2005/06/23 03:04:00 jonb Exp $ Changes to the packages collection and infrastructure in 2005: @@ -2940,3 +2940,4 @@ Changes to the packages collection and infrastructure in 2005: mk/bsd.pkg.mk: freeze ended for pkgsrc-2005Q2 branch [agc 2005-06-22] Updated www/p5-CGI to 3.10 [reed 2005-06-22] Added archivers/libzip version 0.6 [dillo 2005-06-22] + Added lang/sbcl version 0.9.1 [jonb 2005-06-22] diff --git a/lang/Makefile b/lang/Makefile index 7ce47f8f2af..70bc3af75d7 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.214 2005/05/18 22:39:00 wiz Exp $ +# $NetBSD: Makefile,v 1.215 2005/06/23 03:04:00 jonb Exp $ # COMMENT= Programming languages @@ -140,6 +140,7 @@ SUBDIR+= sablevm SUBDIR+= sablevm-classpath SUBDIR+= sablevm-classpath-gui SUBDIR+= sather +SUBDIR+= sbcl SUBDIR+= scheme48 SUBDIR+= scm SUBDIR+= siod |