head	1.21;
access;
symbols
	RELEASE_8_0_0:1.20
	RELEASE_7_2_0:1.20
	RELEASE_7_1_0:1.20
	RELEASE_6_4_0:1.20
	RELEASE_5_EOL:1.20
	RELEASE_7_0_0:1.20
	RELEASE_6_3_0:1.20
	PRE_XORG_7:1.19
	RELEASE_4_EOL:1.19
	RELEASE_6_2_0:1.18
	RELEASE_6_1_0:1.15
	RELEASE_5_5_0:1.15
	RELEASE_6_0_0:1.12
	RELEASE_5_4_0:1.12
	RELEASE_4_11_0:1.11
	RELEASE_5_3_0:1.10
	RELEASE_4_10_0:1.10
	RELEASE_5_2_1:1.8
	RELEASE_5_2_0:1.8
	RELEASE_4_9_0:1.8
	RELEASE_5_1_0:1.7
	RELEASE_4_8_0:1.7
	RELEASE_5_0_0:1.6
	RELEASE_4_7_0:1.6
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.2
	RELEASE_4_5_0:1.2
	RELEASE_4_4_0:1.1;
locks; strict;
comment	@# @;


1.21
date	2010.01.07.17.04.29;	author olgeni;	state dead;
branches;
next	1.20;

1.20
date	2007.06.07.09.07.27;	author jkoshy;	state Exp;
branches;
next	1.19;

1.19
date	2007.01.26.11.48.33;	author jkoshy;	state Exp;
branches;
next	1.18;

1.18
date	2006.09.22.10.44.00;	author jkoshy;	state Exp;
branches;
next	1.17;

1.17
date	2006.07.25.03.27.26;	author jkoshy;	state Exp;
branches;
next	1.16;

1.16
date	2006.07.14.15.29.32;	author jkoshy;	state Exp;
branches;
next	1.15;

1.15
date	2006.01.18.16.09.09;	author jkoshy;	state Exp;
branches;
next	1.14;

1.14
date	2005.12.21.18.53.05;	author jkoshy;	state Exp;
branches;
next	1.13;

1.13
date	2005.12.13.16.23.43;	author jkoshy;	state Exp;
branches;
next	1.12;

1.12
date	2005.02.26.04.48.54;	author jkoshy;	state Exp;
branches;
next	1.11;

1.11
date	2004.10.19.17.29.00;	author jkoshy;	state Exp;
branches;
next	1.10;

1.10
date	2004.03.03.16.47.57;	author jkoshy;	state Exp;
branches;
next	1.9;

1.9
date	2003.12.10.03.38.09;	author jkoshy;	state Exp;
branches;
next	1.8;

1.8
date	2003.06.29.06.02.36;	author jkoshy;	state Exp;
branches;
next	1.7;

1.7
date	2003.02.05.14.13.11;	author jkoshy;	state Exp;
branches;
next	1.6;

1.6
date	2002.09.18.10.02.25;	author jkoshy;	state Exp;
branches;
next	1.5;

1.5
date	2002.09.13.04.07.46;	author jkoshy;	state Exp;
branches;
next	1.4;

1.4
date	2002.09.09.09.03.43;	author jkoshy;	state Exp;
branches;
next	1.3;

1.3
date	2002.07.24.08.48.05;	author jkoshy;	state Exp;
branches;
next	1.2;

1.2
date	2001.12.13.08.18.16;	author jkoshy;	state Exp;
branches;
next	1.1;

1.1
date	2001.06.26.09.19.51;	author jkoshy;	state Exp;
branches;
next	;


desc
@@


1.21
log
@Remove unmaintained lang/drscheme port, which is superceded by
lang/plt-scheme. According to pointyhat lang/drscheme it has been
broken since 2007/06.
@
text
@MD5 (drscheme/370/plt-370-src-unix.tgz) = 481e4f7cc699668a96093942456da595
SHA256 (drscheme/370/plt-370-src-unix.tgz) = 844f788cb5995da2b2790eb076e212d59291217ee32957619e8ad629d3e5a8d3
SIZE (drscheme/370/plt-370-src-unix.tgz) = 14459769
@


1.20
log
@Upgrade to v370.  The port now unconditionally depends on Cairo
graphics.  Additional upstream changes include:
 - The conservative garbage collector (CGC) has been replaced with a
   precise garbage collector (3m) in the standard build.  For most
   users, this change simply amounts to "better performance in space
   and time".  Use the port knob 'CGC' to build DrScheme with
   the conservative garbage collector.
 - Unit-based servlets are no longer supported in the web server.
   Use module-based servlets, instead.
 - A new `(lib "unit.ss")' library replaces the old one and provides
   a simpler and more flexible syntax.
 - The HtDP "world.ss" and "image.ss" teachpacks have been revised,
   including support for the creation of animated GIFs and DrScheme's
   teachpack GUI now works only with the HtDP languages.  In other
   languages, use `require' to access teachpacks.
@
text
@@


1.19
log
@Upgrade to v360.  Upstream changes include:
 - A new macro stepper that traces through macro expansion
   step by step.
 - A new "Lazy Scheme" language level.
 - New support for prompts and composable continuations.
 - Regexp support now includes the usual collection of
   "Perl-compatible" features.
 - Compiler improvements and bug fixes.
@
text
@d1 3
a3 3
MD5 (drscheme/360/plt-360-src-unix.tgz) = 84bcab3ff30c333ae3c6b732518bdf27
SHA256 (drscheme/360/plt-360-src-unix.tgz) = 014cd5c91231a5b6dd67c90ca9d2c26a7466abe0d072a37a40a605b29870f3bd
SIZE (drscheme/360/plt-360-src-unix.tgz) = 14106005
@


1.18
log
@- Upgrade to v352.  This is a bug-fix release.
- Tweak the port's build to detect and use libpng and
  libjpeg present in $LOCALBASE.
- Build this port for the amd64 architecture in addition to i386.
@
text
@d1 3
a3 3
MD5 (drscheme/352/plt-352-src-unix.tgz) = e79fd305fe431e0477f861902f2ef9e1
SHA256 (drscheme/352/plt-352-src-unix.tgz) = f221a21667c19d763e204310055804c6f6eab9349eccf9481afd5104edb8e45d
SIZE (drscheme/352/plt-352-src-unix.tgz) = 13661695
@


1.17
log
@Update to v351.

Upstream changes include:
 - bug-fixes,
 - improved 3m performance,
 - HtDC libraries have been reorganized into four packages,
 - improvements to the 'Debug' button, including persistent
   breakpoints,
 - expressiveness improvements and a 2x performance boost
   for tight loops that do a lot of contract checking.
@
text
@d1 3
a3 3
MD5 (drscheme/351/plt-351-src-unix.tgz) = b4ca6a017c83815529fec43a4b39aaff
SHA256 (drscheme/351/plt-351-src-unix.tgz) = 77e1d49c8ec6e1f3d9e7dabd8f6f83228226864577d67710d76272b97a9c05cc
SIZE (drscheme/351/plt-351-src-unix.tgz) = 13334847
@


1.16
log
@Upgrade to v350.

Major changes include:
 - A new JIT compiler for mzscheme.
 - The installed port uses a hier(7)-compatible directory
   structure under ${PREFIX}.
 - ProfessorJ includes a unit-testing mechanism.
 - The default exception handler in mzscheme now shows
   stack-trace information.

The port now offers a new option 'MMM' that builds DrScheme with
the experimental 3M garbage collector.
@
text
@d1 3
a3 3
MD5 (drscheme/350/plt-350-src-unix.tgz) = ab6ca3e14f1b82bd8dfb04518e769dfc
SHA256 (drscheme/350/plt-350-src-unix.tgz) = 4aa5d593db53f0e40438567f3fcdc8c5263701c25f2bb87b4579d70d8b026aa6
SIZE (drscheme/350/plt-350-src-unix.tgz) = 13261879
@


1.15
log
@Upgrade to v301 --- bug fixes and changes to the demos.
@
text
@d1 3
a3 3
MD5 (drscheme/301/plt-301-src-unix.tgz) = 61f43172460bb297edcf3e0c3599a5e2
SHA256 (drscheme/301/plt-301-src-unix.tgz) = c914cd2f4ccf1ca706738ee9e11df75632a71cab2a9d70fb292b4ebad410dd52
SIZE (drscheme/301/plt-301-src-unix.tgz) = 12706538
@


1.14
log
@- Upgrade to v300.  This DrScheme release offers Unicode support,
  a foreign function interface, anti-aliased text, and many other
  extensions and improvements.

- Add a port knob 'CAIRO' to conditionally allow compilation with
  the Cairo graphics library.
@
text
@d1 3
a3 3
MD5 (drscheme/300/plt-300-src-unix.tgz) = 0e1d7d5dd06b3c290faa2d609e3df43f
SHA256 (drscheme/300/plt-300-src-unix.tgz) = be3b2e4a871cab1de9860130f066f4ef79138f9b1c74d11de81209e00f641fa7
SIZE (drscheme/300/plt-300-src-unix.tgz) = 12688523
@


1.13
log
@Add SA256 checksums.
@
text
@d1 3
a3 3
MD5 (drscheme/209/plt-209-src-unix.tgz) = 48d411de0f1203391daeb85a061fdbc7
SHA256 (drscheme/209/plt-209-src-unix.tgz) = 98389d574b39ec633611207f763831022ce8f16b74c11373ade45b72d47fa72e
SIZE (drscheme/209/plt-209-src-unix.tgz) = 10731358
@


1.12
log
@Upgrade to v209.
@
text
@d2 1
@


1.11
log
@Upgrade to v208.
@
text
@d1 2
a2 4
MD5 (drscheme/208/plt-208-src-unix.tgz) = 0036e215d9402f7755b23cc875090f9e
SIZE (drscheme/208/plt-208-src-unix.tgz) = 10486916
MD5 (drscheme/208/plt-208-p1.plt) = febf9202b6c8b23b2d61ab0fe19e0037
SIZE (drscheme/208/plt-208-p1.plt) = 41343
@


1.10
log
@Upgrade to v206p1.  Mark as 'only for i386', till the ports to other
Tier-1 architectures are completed.
@
text
@d1 4
a4 2
MD5 (drscheme/206p1/plt-206p1-src-unix.tgz) = b53d1bfac39966d51caca19d122e2b6a
SIZE (drscheme/206p1/plt-206p1-src-unix.tgz) = 8730583
@


1.9
log
@Update to v205.
@
text
@d1 2
a2 1
MD5 (drscheme/205/plt-205.src.x.tar.gz) = 3ce74fbd67b366218435dbdc6123dc4b
@


1.8
log
@Upgrade to v204.
@
text
@d1 1
a1 1
MD5 (drscheme/204/plt.src.x.tar.gz) = 4547ed5185266e4090de38ae9edb40e9
@


1.7
log
@Update to v203.
@
text
@d1 1
a1 1
MD5 (drscheme/203/plt.src.x.tar.gz) = 7709e50e790600f8ccfaa0e8c4d6e522
@


1.6
log
@Correct ${MASTER_SITE}, update checksums.

Submitted by:	Paul Gabriel <paul@@pogo.franken.de>
@
text
@d1 1
a1 1
MD5 (drscheme/202/plt.src.x.tar.gz) = a5508da0917807553d30a127ccb65599
@


1.5
log
@Move downloaded distfile to a directory numbered by ${PORTVERSION} to
compensate for the fact the master tarball does not have a version
number in its filename.  This prevents older copies of the sources
being picked up during the "fetch" phase.
@
text
@d1 1
a1 1
MD5 (drscheme/202/plt.src.x.tar.gz) = cdc393660094aca6d65b4899673b6fe0
@


1.4
log
@Update to v202.
@
text
@d1 1
a1 1
MD5 (plt.src.x.tar.gz) = cdc393660094aca6d65b4899673b6fe0
@


1.3
log
@Upgrade to v200.

Requested by:	Austus <austus@@adelphia.net>
@
text
@d1 1
a1 1
MD5 (plt.src.x.tar.gz) = a23eeb0f907841cf6be928df083bd926
@


1.2
log
@Upgrade to v103p1.
@
text
@d1 1
a1 1
MD5 (plt.src.x.tar.gz) = a71f30878a1b43871c0c858d43ec8c44
@


1.1
log
@A port of `DrScheme', a graphical teaching environment and IDE for Scheme.
@
text
@d1 1
a1 1
MD5 (plt.src.x.tar.gz) = 4a8abe4950351b68cbf0e03219250313
@

