summaryrefslogtreecommitdiff
path: root/lang/scheme48
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1995-05-29 13:46:42 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1995-05-29 13:46:42 +0000
commit444bcd3c2ed803274c8deafa2c3fa03f8a394653 (patch)
tree297f74782436a0f973b6b89d60c10f399af9a135 /lang/scheme48
parentRemove comment about not being able to undefine a variable, as we *can* (diff)
This commit was manufactured by cvs2svn to create tagrelease/2.0.5
'RELENG_2_0_5_RELEASE'.
Notes
Notes: svn path=/head/; revision=1803 svn path=/tags/RELENG_2_0_5_RELEASE/; revision=1807; tag=release/2.0.5
Diffstat (limited to 'lang/scheme48')
-rw-r--r--lang/scheme48/Makefile21
-rw-r--r--lang/scheme48/distinfo1
-rw-r--r--lang/scheme48/pkg-comment1
-rw-r--r--lang/scheme48/pkg-descr23
-rw-r--r--lang/scheme48/pkg-plist5
5 files changed, 0 insertions, 51 deletions
diff --git a/lang/scheme48/Makefile b/lang/scheme48/Makefile
deleted file mode 100644
index 962a95e934e4..000000000000
--- a/lang/scheme48/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# New ports collection makefile for: scheme48
-# Version required: 0.36
-# Date created: 2 Jan 1995
-# Whom: jmacd@uclink.berkeley.edu
-#
-# $Id: Makefile,v 1.4 1995/04/15 23:38:48 jmacd Exp $
-#
-
-DISTNAME= scheme48-0.36
-CATEGORIES+= languages
-MASTER_SITES= ftp://ftp-swiss.ai.mit.edu/pub/s48/
-
-MAINTAINER= jmacd@FreeBSD.ORG
-
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --prefix=${PREFIX}
-ALL_TARGET = enough
-NO_WRKSUBDIR= yes
-STRIP=
-
-.include <bsd.port.mk>
diff --git a/lang/scheme48/distinfo b/lang/scheme48/distinfo
deleted file mode 100644
index 36ea608a3257..000000000000
--- a/lang/scheme48/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (scheme48-0.36.tar.gz) = 23aeb6b6e99102f20096b1a661371c03
diff --git a/lang/scheme48/pkg-comment b/lang/scheme48/pkg-comment
deleted file mode 100644
index 5eba7588e573..000000000000
--- a/lang/scheme48/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Scheme 48 is the Scheme Underground's implementation of R4RS.
diff --git a/lang/scheme48/pkg-descr b/lang/scheme48/pkg-descr
deleted file mode 100644
index 577e7adcf734..000000000000
--- a/lang/scheme48/pkg-descr
+++ /dev/null
@@ -1,23 +0,0 @@
-Scheme 48 is an implementation of the Scheme programming language as
-described in the Revised^4 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
-just 48 hours. We don't claim to have reached that stage yet; much
-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.
-
-Notes for FreeBSD port: The external dynamic loading doesn't work
-properly due in part to non-portable code and limited support by
-FreeBSD for SUN dlfcn routines. Unless you need to load external
-C code, this is a fine interpreter.
-
-Ported to FreeBSD by Josh MacDonald, <jmacd@uclink.berkeley.edu>
diff --git a/lang/scheme48/pkg-plist b/lang/scheme48/pkg-plist
deleted file mode 100644
index e498fc9a47ab..000000000000
--- a/lang/scheme48/pkg-plist
+++ /dev/null
@@ -1,5 +0,0 @@
-@cwd /usr/local
-bin/scheme48
-include/scheme48.h
-lib/scheme48
-man/man1/scheme48.1