summaryrefslogtreecommitdiff
path: root/lang/drscheme
AgeCommit message (Collapse)AuthorFilesLines
2001-10-05Modify to use DIST_SUBDIR (distribution name never changes).groo1-1/+4
If we're conflicting with mzscheme, it would help if we install mzscheme and mzc as well.
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam1-2/+2
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
2001-09-05Update DrScheme to 103p1. Changes include performance enhancements, minorgroo2-51/+48
tweeks, and a new autoconf build system. The package now conflicts with any installed version of mzscheme as it builds with, and installs its own.
2001-09-05Update DrScheme to 103p1. Changes include performance enhancements, minorgroo28-1045/+1793
tweeks, and a new autoconf build system. The package now conflicts with any installed version of mzscheme as it builds with, and installs its own.
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-32/+30
+ 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-09-14Add missing dependence on "perl" package. Patch worked out bytron1-1/+2
Alistair Crooks.
2000-05-22R4RS-compilant and nearly R5RS-compliant scheme tailored for teachinggroo33-0/+1967
TODO: Stop unecessary complete rebuild of mzscheme Fix games launch script