head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.8 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.6 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.4 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.2 pkgsrc-2011Q2-base:1.4 pkgsrc-2010Q2:1.3.0.60 pkgsrc-2010Q2-base:1.3 pkgsrc-2010Q1:1.3.0.58 pkgsrc-2010Q1-base:1.3 pkgsrc-2009Q4:1.3.0.56 pkgsrc-2009Q4-base:1.3 pkgsrc-2009Q3:1.3.0.54 pkgsrc-2009Q3-base:1.3 pkgsrc-2009Q2:1.3.0.52 pkgsrc-2009Q2-base:1.3 pkgsrc-2009Q1:1.3.0.50 pkgsrc-2009Q1-base:1.3 pkgsrc-2008Q4:1.3.0.48 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.46 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.44 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.42 pkgsrc-2008Q2-base:1.3 cwrapper:1.3.0.40 pkgsrc-2008Q1:1.3.0.38 pkgsrc-2008Q1-base:1.3 pkgsrc-2007Q4:1.3.0.36 pkgsrc-2007Q4-base:1.3 pkgsrc-2007Q3:1.3.0.34 pkgsrc-2007Q3-base:1.3 pkgsrc-2007Q2:1.3.0.32 pkgsrc-2007Q2-base:1.3 pkgsrc-2007Q1:1.3.0.30 pkgsrc-2007Q1-base:1.3 pkgsrc-2006Q4:1.3.0.28 pkgsrc-2006Q4-base:1.3 pkgsrc-2006Q3:1.3.0.26 pkgsrc-2006Q3-base:1.3 pkgsrc-2006Q2:1.3.0.24 pkgsrc-2006Q2-base:1.3 pkgsrc-2006Q1:1.3.0.22 pkgsrc-2006Q1-base:1.3 pkgsrc-2005Q4:1.3.0.20 pkgsrc-2005Q4-base:1.3 pkgsrc-2005Q3:1.3.0.18 pkgsrc-2005Q3-base:1.3 pkgsrc-2005Q2:1.3.0.16 pkgsrc-2005Q2-base:1.3 pkgsrc-2005Q1:1.3.0.14 pkgsrc-2005Q1-base:1.3 pkgsrc-2004Q4:1.3.0.12 pkgsrc-2004Q4-base:1.3 pkgsrc-2004Q3:1.3.0.10 pkgsrc-2004Q3-base:1.3 pkgsrc-2004Q2:1.3.0.8 pkgsrc-2004Q2-base:1.3 pkgsrc-2004Q1:1.3.0.6 pkgsrc-2004Q1-base:1.3 pkgsrc-2003Q4:1.3.0.4 pkgsrc-2003Q4-base:1.3 netbsd-1-6-1:1.3.0.2 netbsd-1-6-1-base:1.3 netbsd-1-6:1.2.0.8 netbsd-1-6-RELEASE-base:1.2 pkgviews:1.2.0.4 pkgviews-base:1.2 buildlink2:1.2.0.2 buildlink2-base:1.2 netbsd-1-5-PATCH003:1.2 netbsd-1-5-PATCH001:1.1.1.1 netbsd-1-5-RELEASE:1.1.1.1 netbsd-1-4-PATCH003:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.4 date 2010.07.20.02.20.38; author asau; state dead; branches; next 1.3; 1.3 date 2002.08.31.20.27.49; author jschauma; state Exp; branches; next 1.2; 1.2 date 2001.09.05.03.52.47; author groo; state Exp; branches; next 1.1; 1.1 date 2000.05.22.20.26.59; author groo; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2000.05.22.20.26.59; author groo; state Exp; branches; next ; desc @@ 1.4 log @Remove DrScheme, successor is Racket (lang/racket). Remove MzScheme, successor is textual Racket (lang/racket-textual). @ text @$NetBSD: patch-ag,v 1.3 2002/08/31 20:27:49 jschauma Exp $ --- ../man/man1/mzscheme.1.orig Wed Aug 28 18:39:02 2002 +++ ../man/man1/mzscheme.1 Wed Aug 28 18:38:37 2002 @@@@ -304,7 +304,7 @@@@ invoked (usually "mzscheme") are checked. Links and parent directories are followed as in the first case. .IP -The "/usr/local/lib/plt/collects" directory is +The "@@PREFIX@@/lib/plt/collects" directory is tried. .SH EXECUTABLE SCRIPTS @ 1.3 log @Update lang/drscheme to current version 202. 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. @ text @d1 1 a1 1 $NetBSD: $ @ 1.2 log @Update DrScheme to 103p1. Changes include performance enhancements, minor 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. @ text @d1 1 a1 1 $NetBSD: patch-ag,v 1.1.1.1 2000/05/22 20:26:59 groo Exp $ d3 11 a13 11 --- mzscheme/cmdline.inc.orig Thu Oct 21 22:06:11 1999 +++ mzscheme/cmdline.inc Sat Jan 8 23:19:04 2000 @@@@ -432,7 +432,7 @@@@ # ifdef USE_BEOS_SNOOZE "(#%lambda () \"/boot/apps/plt/collects\")" # else - "(#%lambda () \"/usr/local/lib/plt/collects\")" + "(#%lambda () \"XXXPREFIXXXX/lib/plt/collects\")" # endif #endif #ifdef DOS_FILE_SYSTEM @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD: patch-ag,v 1.1.1.1 2000/01/10 22:09:15 pooka Exp $ d3 2 a4 2 --- cmdline.inc.orig Thu Oct 21 22:06:11 1999 +++ cmdline.inc Sat Jan 8 23:19:04 2000 @ 1.1.1.1 log @R4RS-compilant and nearly R5RS-compliant scheme tailored for teaching TODO: Stop unecessary complete rebuild of mzscheme Fix games launch script @ text @@