summaryrefslogtreecommitdiff
path: root/lang/mzscheme/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-12-23Upgrade to mzscheme 205, patches provided bypooka1-12/+11
Jesper Louis Andersen <jlouis@mongers.org> in private email. No earth-shattering changes, just a long list of bugfixes and minor twiddles and additions. For a complete list, see plt/notes/mzscheme/HISTORY
2003-10-24The GNU tar used in NetBSD 1.6 has problems with the distfile (somekristerw1-1/+3
of the .html files are extracted in an incorrect location). Force use of pax instead.
2003-09-18It works on Linux/i386.yyamano1-1/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-3/+2
2002-09-11use PKGNAME_NOREV as DIST_SUBDIRjoda1-2/+2
2002-09-11bump PKGREVISION; suggested by Thomas Klausnerjoda1-1/+2
2002-09-11install header files too; update PLIST to match realityjoda1-1/+3
2002-08-27update to mzscheme 200pooka1-23/+14
changes: * NetBSD patches integrated * improvements to the module system * new interfaces basically numerous changes, see plt/notes/mzscheme in the source directory
2001-02-17Move the COMMENT from being in its own file to a definition in theagc1-1/+2
package Makefile.
2000-01-10Import mzscheme-101, an almost R5RS-compliant scheme intepreter withpooka1-0/+45
compiler included. Uses the boehm garbage collector. A big thanks goes to all who made devel/boehm-gc available. Modifying patches for a specific use is much easier than reinventing them! Note: I've marked this as i386-only, since it acted a little flacky on alpha and sparc. In theory support for at least those platforms supported by the garbage collector is possible. You are welcome to try.