diff options
author | jkoshy <jkoshy@FreeBSD.org> | 2007-06-07 17:07:27 +0800 |
---|---|---|
committer | jkoshy <jkoshy@FreeBSD.org> | 2007-06-07 17:07:27 +0800 |
commit | a10263fedb7ecc481bdf5e7cd85147d461b4dd90 (patch) | |
tree | 56bf2b08143105966683808f4aa77c0e01a6d3a8 /lang/drscheme/distinfo | |
parent | b21e5c7379639e27e042bfe67fd07442fcaec938 (diff) | |
download | freebsd-ports-gnome-a10263fedb7ecc481bdf5e7cd85147d461b4dd90.tar.gz freebsd-ports-gnome-a10263fedb7ecc481bdf5e7cd85147d461b4dd90.tar.zst freebsd-ports-gnome-a10263fedb7ecc481bdf5e7cd85147d461b4dd90.zip |
Upgrade to v370. The port now unconditionally depends on Cairo
graphics. Additional upstream changes include:
- The conservative garbage collector (CGC) has been replaced with a
precise garbage collector (3m) in the standard build. For most
users, this change simply amounts to "better performance in space
and time". Use the port knob 'CGC' to build DrScheme with
the conservative garbage collector.
- Unit-based servlets are no longer supported in the web server.
Use module-based servlets, instead.
- A new `(lib "unit.ss")' library replaces the old one and provides
a simpler and more flexible syntax.
- The HtDP "world.ss" and "image.ss" teachpacks have been revised,
including support for the creation of animated GIFs and DrScheme's
teachpack GUI now works only with the HtDP languages. In other
languages, use `require' to access teachpacks.
Diffstat (limited to 'lang/drscheme/distinfo')
-rw-r--r-- | lang/drscheme/distinfo | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/drscheme/distinfo b/lang/drscheme/distinfo index f4024e67a93e..cda88d1d5e5b 100644 --- a/lang/drscheme/distinfo +++ b/lang/drscheme/distinfo @@ -1,3 +1,3 @@ -MD5 (drscheme/360/plt-360-src-unix.tgz) = 84bcab3ff30c333ae3c6b732518bdf27 -SHA256 (drscheme/360/plt-360-src-unix.tgz) = 014cd5c91231a5b6dd67c90ca9d2c26a7466abe0d072a37a40a605b29870f3bd -SIZE (drscheme/360/plt-360-src-unix.tgz) = 14106005 +MD5 (drscheme/370/plt-370-src-unix.tgz) = 481e4f7cc699668a96093942456da595 +SHA256 (drscheme/370/plt-370-src-unix.tgz) = 844f788cb5995da2b2790eb076e212d59291217ee32957619e8ad629d3e5a8d3 +SIZE (drscheme/370/plt-370-src-unix.tgz) = 14459769 |