Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-03-22 | drop maintainership | pooka | 1 | -2/+2 | |
2008-01-23 | Since revision 1.50 of mk/subst.mk, the test for text files is no longer | rillig | 1 | -3/+1 | |
unreliable, so re-enable it. | |||||
2007-08-10 | add MAKE_JOBS_SAFE=no | pooka | 1 | -1/+2 | |
patch from Aleksej Saushev in PR pkg/36752 | |||||
2007-06-07 | Update to mzscheme 360. Loads of changes and bugfixes since | pooka | 9 | -267/+1576 | |
mzscheme 205 (released in 2003), including a native JIT compiler. patches provided by Yorick Hardy in pkg/36330 | |||||
2006-10-01 | Fixed pkglint warnings. | rillig | 8 | -43/+42 | |
2005-12-05 | Fixed pkglint warnings. The warnings are mostly quoting issues, for | rillig | 1 | -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-24 | enable on solaris. seems to work ok here | dmcmahill | 1 | -1/+2 | |
2005-06-16 | Create directories before installing files into them. | jlam | 1 | -1/+3 | |
2005-05-16 | Change the EXTRACT_USING_PAX defined/undefined option into a EXTRACT_USING | jlam | 1 | -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-24 | Add RMD160 digests | agc | 1 | -1/+2 | |
2004-01-20 | Move WRKSRC definition away from the first paragraph in a Makefile. | agc | 1 | -2/+2 | |
2003-12-23 | Upgrade to mzscheme 205, patches provided by | pooka | 8 | -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-24 | The GNU tar used in NetBSD 1.6 has problems with the distfile (some | kristerw | 1 | -1/+3 | |
of the .html files are extracted in an incorrect location). Force use of pax instead. | |||||
2003-09-18 | Add missing html docs. | yyamano | 1 | -1/+10 | |
2003-09-18 | It works on Linux/i386. | yyamano | 1 | -1/+2 | |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-05-06 | Drop trailing whitespace. Ok'ed by wiz. | jmmv | 1 | -10/+10 | |
2003-03-29 | Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. | jmmv | 1 | -3/+2 | |
2002-09-11 | use PKGNAME_NOREV as DIST_SUBDIR | joda | 1 | -2/+2 | |
2002-09-11 | bump PKGREVISION; suggested by Thomas Klausner | joda | 1 | -1/+2 | |
2002-09-11 | install header files too; update PLIST to match reality | joda | 2 | -198/+202 | |
2002-08-27 | update to mzscheme 200 | pooka | 23 | -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-01 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -1/+1 | |
2001-04-19 | Move to sha1 digests, and add distfile sizes. | agc | 1 | -2/+3 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 3 | -24/+22 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-02-17 | Move the COMMENT from being in its own file to a definition in the | agc | 2 | -2/+2 | |
package Makefile. | |||||
2000-02-02 | regen | wiz | 1 | -3/+3 | |
2000-01-20 | Make this compile on sparc and work better on alpha. Unfortunately, | pooka | 2 | -6/+7 | |
not fully functional on either.. yet. | |||||
2000-01-10 | Import mzscheme-101, an almost R5RS-compliant scheme intepreter with | pooka | 25 | -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. |