summaryrefslogtreecommitdiff
path: root/lang/mzscheme
AgeCommit message (Collapse)AuthorFilesLines
2007-08-10add MAKE_JOBS_SAFE=nopooka1-1/+2
patch from Aleksej Saushev in PR pkg/36752
2007-06-07Update to mzscheme 360. Loads of changes and bugfixes sincepooka9-267/+1576
mzscheme 205 (released in 2003), including a native JIT compiler. patches provided by Yorick Hardy in pkg/36330
2006-10-01Fixed pkglint warnings.rillig8-43/+42
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-09-24enable on solaris. seems to work ok heredmcmahill1-1/+2
2005-06-16Create directories before installing files into them.jlam1-1/+3
2005-05-16Change the EXTRACT_USING_PAX defined/undefined option into a EXTRACT_USINGjlam1-2/+2
which can take multiple values -- "pax" or "gtar". The default value of EXTRACT_USING is "pax", which more closely matches reality since before, we were using bootstrap "tar" for ${GTAR} and it was actually pax-as-tar. Also, stop pretending pax-as-tar from the bootstrap kit or on NetBSD is GNU tar. Lastly, in bsd.pkg.extract.mk, note whether we need "pax" or "gtar" depending on what we need to extract the distfiles.
2005-02-24Add RMD160 digestsagc1-1/+2
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-12-23Upgrade to mzscheme 205, patches provided bypooka8-53/+326
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-18Add missing html docs.yyamano1-1/+10
2003-09-18It works on Linux/i386.yyamano1-1/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-10/+10
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 realityjoda2-198/+202
2002-08-27update to mzscheme 200pooka23-1041/+420
changes: * NetBSD patches integrated * improvements to the module system * new interfaces basically numerous changes, see plt/notes/mzscheme in the source directory
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-04-19Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-24/+22
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-17Move the COMMENT from being in its own file to a definition in theagc2-2/+2
package Makefile.
2000-02-02regenwiz1-3/+3
2000-01-20Make this compile on sparc and work better on alpha. Unfortunately,pooka2-6/+7
not fully functional on either.. yet.
2000-01-10Import mzscheme-101, an almost R5RS-compliant scheme intepreter withpooka25-0/+1143
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.