aboutsummaryrefslogtreecommitdiff
path: root/lang/mit-scheme/pkg-descr
diff options
context:
space:
mode:
authorJoshua Peck Macdonald <jmacd@FreeBSD.org>1995-03-26 03:31:03 +0000
committerJoshua Peck Macdonald <jmacd@FreeBSD.org>1995-03-26 03:31:03 +0000
commit8eecdc61b35b4626f7020a1cc49034378a6dd7ae (patch)
tree93d7974d2c4398ef6100134726634cc4f95b47d2 /lang/mit-scheme/pkg-descr
parent3143c869144c21379e4c5c38280e1ad9b47bb35a (diff)
downloadports-8eecdc61b35b4626f7020a1cc49034378a6dd7ae.tar.gz
ports-8eecdc61b35b4626f7020a1cc49034378a6dd7ae.zip
MIT Scheme-7.3
there's something a little weird about this port, I had to make a FreeBSD specific distfile, using two of the official distfiles. I included a description of what I had done, but it is much easier (and saves downloading about 3 megs) to use this distfile. So, how do I get the distfile I've made into the right place without faking it out by first putting a real site and then changing it to always use freebsd.cdrom.com? the distfile is in freefall.cdrom.com:~jmacd/scheme-microcode+dist-7.3-freebsd.tgz
Notes
Notes: svn path=/head/; revision=1202
Diffstat (limited to 'lang/mit-scheme/pkg-descr')
-rw-r--r--lang/mit-scheme/pkg-descr24
1 files changed, 24 insertions, 0 deletions
diff --git a/lang/mit-scheme/pkg-descr b/lang/mit-scheme/pkg-descr
new file mode 100644
index 000000000000..4de5ce3095f3
--- /dev/null
+++ b/lang/mit-scheme/pkg-descr
@@ -0,0 +1,24 @@
+FreeBSD port of MIT Scheme-7.3
+
+This port has been put together out of the scheme runtime binaries
+out of the linux.tar.gz distribution. These binaries are identical
+for any i386 running an operating system with a unix-like filesystem.
+For this reason, a makefile for building the runtime, compiler, and
+edwin binaries has not been included. One patch is neccesary to
+build the runtime binaries due to a problem with one of the system math
+libraries (mail me if you want it). Otherwise, this patch was not
+included because building the entire system takes a VERY LONG TIME,
+about as long as a 'make world' in /usr/src (no one said scheme was
+fast).
+
+The distfile was put together from the linux distribution and the
+microcode sources. This was to avoid using the official MIT
+distfiles and having to download the linux compiled binaries
+(the scheme and bchscheme binaries, statically linked, 2M each).
+
+To use the official distfiles, you must obtain the linux.tar.gz and
+the src-microcode.tar.gz from ftp://ftp-swiss.ai.mit.edu/pub/scheme-7.3.
+Unpack linux.tar.gz, and remove dist-7.3/bin/*. Unpack src-microcode.tar.gz
+and apply the patches from the port, now you can build the microcode.
+
+Maintainer: jmacd@uclink.berkeley.edu