summaryrefslogtreecommitdiff
blob: 039218618b8eafa9c11b99d6962a0c26ccea9f8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
# ChangeLog for dev-scheme/mzscheme
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-scheme/mzscheme/ChangeLog,v 1.5 2007/02/22 01:27:29 peper Exp $

  22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog:
  Transition to Manifest2.

  26 Nov 2006; Christian Faulhammer <opfer@gentoo.org> metadata.xml:
  added scheme herd

  27 Jul 2006; Patrick McLean <chutzpah@gentoo.org>
  mzscheme-103_pre1.ebuild, mzscheme-201.ebuild, mzscheme-201-r1.ebuild,
  mzscheme-205.ebuild:
  Block against >=dev-scheme/drscheme-350 since they both install the same
  binaries.

  11 May 2006; Matthew Kennedy <mkennedy@gentoo.org>
  +mzscheme-103_pre1.ebuild, +mzscheme-201.ebuild, +mzscheme-201-r1.ebuild,
  +mzscheme-205.ebuild:
  Moved from dev-lisp/mzscheme to dev-scheme/mzscheme.

  21 Apr 2005; Michael Hanselmann <hansmi@gentoo.org> mzscheme-205.ebuild:
  Stable on ppc.

  30 Sep 2004; Gustavo Zacarias <gustavoz@gentoo.org> mzscheme-205.ebuild:
  Keyworded ~sparc wrt #65216

  11 May 2004; <mkennedy@gentoo.org> mzscheme-205.ebuild:
  Unset CFLAGS due to many optimization flags causing problems. Resolves Bug
  #50789 and Bug #48491

  11 Apr 2004; <mkennedy@gentoo.org> mzscheme-205.ebuild:
  Don't compile with -march=athlon-xp

  05 Apr 2004; Heinrich Wendel <lanius@gentoo.org> mzscheme-205.ebuild:
  mark stable on x86

*mzscheme-205 (14 Oct 2003)

  14 Oct 2003; George Shapovalov <george@gentoo.org> mzscheme-205.ebuild :
  new version

*mzscheme-201-r1 (18 Jul 2003)

  18 Jul 2003; George Shapovalov <george@gentoo.org> mzscheme-201-r1.ebuild :
  fixed infection of many installed files by ${D}, see #22986

  12 Jun 2003; <msterret@gentoo.org> mzscheme-201.ebuild:
  fix Header

*mzscheme-201 ( 17 Feb 2002 )

  28 Sep 2002; Karl Trygve Kalleberg <karltk@gentoo.org> mzscheme-201.ebuild :
  Fixed path typo that resulted in sandbox violation, #8370.

  08 Sep 2002; Karl Trygve Kalleberg <karltk@gentoo.org> mzscheme-201.ebuild files/digest-mzscheme-201 :
  New version that actually works. It has potentially some issues with the 
  collects. Ebuild submitted by Jeremiah Mahler <jmahler@pacbell.net>.

*mzscheme-103_pre1 ( 17 Feb 2002 )

  20 Sep 2002; Mike Frysinger <vapier@gentoo.org> :
  Updated HOMEPAGE variable

  01 Aug 2002; Karl Trygve Kalleberg <karltk@gentoo.org> mzscheme-103_pre1.ebuild :

  Added LICENSE, SLOT and KEYWORDS.

  17 Feb 2002; Karl Trygve Kalleberg <karltk@gentoo.org> files/digest-mzscheme-103_pre1 mzscheme-103_pre1:
  
  MzScheme is an implementation of the Scheme programming language for 
  Windows 95/98/NT/2000, MacOS, Unix, and BeOS. MzScheme is R4RS-compliant 
  (including the full numerical tower) and nearly R5RS-compliant (some macro 
  support is lacking). MzScheme also provides:

    * Pre-emptive threads for all platforms
    * Generative structures (a.k.a. record datatypes)
    * Built-in exceptions; each primitive error raises a specific exception
    * First-class compilation units (modules) for organizing program components
    * A class-based object system reminiscent of C++/Java
    * Built-in regular expression matching tools
    * Simple TCP communication support on all platforms
    * Portable filesystem access procedures
    * Platform-specific process control, including AppleEvent support

  This ebuild does not pre-compile the standard-library, which is untested.