summaryrefslogtreecommitdiff
path: root/lang/drscheme/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2004-02-21s/compilant/compliant/snj1-2/+2
2004-01-27Use $FIND with "-print". Noted by Georg Schwarz in PR pkg/24248heinz1-2/+2
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-12-30Add trailing / to HOMEPAGEscjep1-2/+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
2003-01-10Remove i386-centric ONLY_FOR_PLATFORM definition. Empirically, thisnathanw1-3/+1
works fine on non-i386 platforms.
2002-10-15fixed some build and installation issue. tested on 1.6D/i386.kei1-4/+7
- use buildlink2 - it needs MesaLib - added missing entries into PLIST - /usr/local, /usr/pkg --> ${PREFIX} - modified the way of handling LDFLAGS - and some minor stuff
2002-09-01Add back DIST_SUBDIR so we can store the distfile on nbftp withoutjschauma1-1/+2
screwing people with an older pkgsrc trying to download other versions (distfile name does not contain version number)
2002-08-31Update lang/drscheme to current version 202.jschauma1-48/+47
Changes since our last version (103) include (but obviously are not limited to): New Homepage http://www.drscheme.org drscheme: - removed 'project manager' (use 'module' instead) - added profiling support - support for different natural languages - added module browser - added XML boxes - new menu-items - improved error message output - added an emacs-like c-x c-b feature - improved documentation - teachpacks support macro definitions - now prints exact real numbers as graphical fractions - misc bug fixes - improved create executable interface - improved interaction between help desk and external browser mred: - many new key- and mouse events - various changes (additions and removals) of different methods - Added 'unknown/mask and 'unknown/gif bitmap types - New load handler, text-editor-load-handler mzscheme: - new module system - No object or unit system is built into MzScheme. - The core syntax system is hygienic; - Modules can replace units where units are used merely for namespace control - The `struct' form is gone, replaced by a more flexible `make-struct-type' form - various process procedures have been moved to a new MzLib library, "process.ss" - The built-in regular-expression matcher works on input ports - The mzc compiler supports a subset of the Gambit-C foreign-function interface teachpack: - Fixed bug in convert.ss - removed: pingp-play.ss pingp.ss protect-play.ss rectangle.ss - all exported functions are primitive operators or higher order primitives this improves error reporting behavior in the Beginner languages - added servlet.ss and servlet2.ss stepper: - Total rewrite for new syntax. Addition of test suites. Addition of somewhat more systematic macro unwinding. Lots of bug fixes.
2001-11-09copy missing /notes/ directory, so viewing release notes works.dogcow1-1/+2
also, fix /usr/pkg -> %D in PLIST.
2001-10-05Modify to use DIST_SUBDIR (distribution name never changes).groo1-1/+6
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, minorgroo1-21/+21
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-02-17Move the COMMENT from being in its own file to a definition in theagc1-1/+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 teachinggroo1-0/+65
TODO: Stop unecessary complete rebuild of mzscheme Fix games launch script