cvs commit: ports/lang/drscheme Makefile distinfo pkg-plist
ports/lang/drscheme/files patch-configure patch-foreign-gcc-libffi-configure
Joseph Koshy
jkoshy at FreeBSD.org
Thu Jun 7 09:07:28 UTC 2007
jkoshy 2007-06-07 09:07:27 UTC
FreeBSD ports repository
Modified files:
lang/drscheme Makefile distinfo pkg-plist
Removed files:
lang/drscheme/files patch-configure
patch-foreign-gcc-libffi-configure
Log:
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.
Revision Changes Path
1.32 +14 -19 ports/lang/drscheme/Makefile
1.20 +3 -3 ports/lang/drscheme/distinfo
1.5 +0 -36 ports/lang/drscheme/files/patch-configure (dead)
1.3 +0 -10 ports/lang/drscheme/files/patch-foreign-gcc-libffi-configure (dead)
1.21 +366 -172 ports/lang/drscheme/pkg-plist
More information about the cvs-all
mailing list