From 7c16cec47436914dd900c06c8f1e75a47c70c91b Mon Sep 17 00:00:00 2001 From: jkoshy Date: Mon, 14 Jan 2002 06:38:24 +0000 Subject: Upgrade to v0.57. Approved by: [MAINTAINER] --- lang/scheme48/Makefile | 4 ++-- lang/scheme48/distinfo | 2 +- lang/scheme48/pkg-descr | 11 +++++------ lang/scheme48/pkg-plist | 11 +++++++++++ 4 files changed, 19 insertions(+), 9 deletions(-) (limited to 'lang/scheme48') diff --git a/lang/scheme48/Makefile b/lang/scheme48/Makefile index 34fa357c65cf..34118101c83c 100644 --- a/lang/scheme48/Makefile +++ b/lang/scheme48/Makefile @@ -6,9 +6,9 @@ # PORTNAME= scheme48 -PORTVERSION= 0.56 +PORTVERSION= 0.57 CATEGORIES= lang -MASTER_SITES= http://s48.org/0.56/ +MASTER_SITES= http://s48.org/0.57/ EXTRACT_SUFX= .tgz MAINTAINER= nectar@FreeBSD.org diff --git a/lang/scheme48/distinfo b/lang/scheme48/distinfo index f1a66d47be99..e5d4460a4fb3 100644 --- a/lang/scheme48/distinfo +++ b/lang/scheme48/distinfo @@ -1 +1 @@ -MD5 (scheme48-0.56.tgz) = 01ed397efb2b3a02e0cf0e272d0457c0 +MD5 (scheme48-0.57.tgz) = 8f6bedc08a40dff940db80e1cd7d2e1b diff --git a/lang/scheme48/pkg-descr b/lang/scheme48/pkg-descr index a5977c27b4d2..651c2d90d6bd 100644 --- a/lang/scheme48/pkg-descr +++ b/lang/scheme48/pkg-descr @@ -1,5 +1,5 @@ Scheme 48 is an implementation of the Scheme programming language as -described in the Revised^4 Report on the Algorithmic Language Scheme. +described in the Revised^5 Report on the Algorithmic Language Scheme. It is based on a compiler and interpreter for a virtual Scheme machine. The name derives from our desire to have an implementation that is simple and lucid enough that it looks as if it were written in @@ -9,8 +9,7 @@ more simplification is necessary. Scheme 48 tries to be faithful to the upcoming Revised^5 Scheme Report, providing neither more nor less in the initial user environment. (This is not to say that more isn't available in other -environments; see below.) Support for numbers is weak: bignums are -slow and floating point is almost nonexistent (see description of -floatnums, below). DEFINE-SYNTAX, LET-SYNTAX, LETREC-SYNTAX, and -SYNTAX-RULES are supported, but not the rest of the Revised^4 Scheme -macro proposal. +environments.) Support for numbers is weak: bignums are slow and +floating point is almost nonexistent. DEFINE-SYNTAX, LET-SYNTAX, +LETREC-SYNTAX, and SYNTAX-RULES are supported, but not the rest of +the Revised^4 Scheme macro proposal. diff --git a/lang/scheme48/pkg-plist b/lang/scheme48/pkg-plist index 6e184f3e7a9f..d58294b42635 100644 --- a/lang/scheme48/pkg-plist +++ b/lang/scheme48/pkg-plist @@ -7,6 +7,16 @@ lib/scheme48/rts/ratnum.scm lib/scheme48/rts/recnum.scm lib/scheme48/rts/xnum.scm lib/scheme48/rts/jar-defrecord.scm +lib/scheme48/srfi/srfi-1.scm +lib/scheme48/srfi/srfi-11.scm +lib/scheme48/srfi/srfi-13.scm +lib/scheme48/srfi/srfi-14.scm +lib/scheme48/srfi/srfi-16.scm +lib/scheme48/srfi/srfi-17.scm +lib/scheme48/srfi/srfi-19.scm +lib/scheme48/srfi/srfi-2.scm +lib/scheme48/srfi/srfi-5.scm +lib/scheme48/srfi/srfi-7.scm lib/scheme48/env/assem.scm lib/scheme48/env/basic-command.scm lib/scheme48/env/build.scm @@ -110,6 +120,7 @@ lib/scheme48/posix/regexp.scm lib/scheme48/posix/signal.scm lib/scheme48/scheme48vm lib/scheme48/scheme48.image +@dirrm lib/scheme48/srfi @dirrm lib/scheme48/big @dirrm lib/scheme48/env @dirrm lib/scheme48/link -- cgit