diff options
author | mharo <mharo@FreeBSD.org> | 1999-04-21 14:52:10 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-04-21 14:52:10 +0800 |
commit | ee01f60c081136d385c606e4604a1f86e4b18af3 (patch) | |
tree | e68ff2536cfa49466f978841f21a47ca2b1ed1a1 /lang/dylan/pkg-descr | |
parent | 0e1ca5a83075783102ffe6ffada7ccadd3939340 (diff) | |
download | freebsd-ports-gnome-ee01f60c081136d385c606e4604a1f86e4b18af3.tar.gz freebsd-ports-gnome-ee01f60c081136d385c606e4604a1f86e4b18af3.tar.zst freebsd-ports-gnome-ee01f60c081136d385c606e4604a1f86e4b18af3.zip |
Update from 2.0 to 2.2
Note: Matt Dillon's 2xP3/450 w/512MB can build world over NFS faster than my
k6-2 333 can compile this port. It was *NOT* fun to test this port.
Maybe someone else (with a super fast computer) could make sure
everything works. This port does pass the make install deinstall
reinstall package deinstall test though so I assume everything
is fine.
PR: 11242
Submitted by: maintainer with fixes by me
Diffstat (limited to 'lang/dylan/pkg-descr')
-rw-r--r-- | lang/dylan/pkg-descr | 24 |
1 files changed, 11 insertions, 13 deletions
diff --git a/lang/dylan/pkg-descr b/lang/dylan/pkg-descr index de4621a694e1..2896f7470fbf 100644 --- a/lang/dylan/pkg-descr +++ b/lang/dylan/pkg-descr @@ -10,10 +10,9 @@ dynamic languages. The Dylan language was originally developed by Apple, but the project was dropped just as the language definition was being finished and -before a production-quality compiler was complete. The CMU Gwydion +before a production-quality compiler was complete. The Gwydion project and Harlequin have continued use and development of the -language. For more information about the Dylan language, see the -Dylan World site at http://www-dylan.uchicago.edu/. +language. Gwydion Dylan actually contains two implementations of the language. One, called Mindy (Mindy Is Not Dylan Yet), is a bytecode compiler and @@ -22,18 +21,17 @@ facility. The other, d2c, is a compiler for the full language that uses C as its target "assembly language". The d2c compiler was written in Dylan and bootstrapped using Mindy. -A copy of the d2c compiler binary is included with the port to +A copy of the d2c compiler binary is required by the port to bootstrap the entire system. As the Gwydion documentation says, - Recompiling the entire system takes over an hour on 64meg 200mhz - Pentium Pro running Windows/NT. This is almost all for the - compilation of the d2c runtime and compiler; compiling just Mindy - takes only a few minutes. d2c also uses lots of memory, especially - when compiling itself: you want at least 48 meg, and more is - better. + Recompiling the entire system takes over an hour on 64meg 200mhz + Pentium Pro running Windows/NT. This is almost all for the + compilation of the d2c runtime and compiler; compiling just Mindy + takes only a few minutes. d2c also uses lots of memory, especially + when compiling itself: you want at least 48 meg, and more is + better. -For more information about building Gwydion dylan, see -http://legend.gwydion.cs.cmu.edu/gwydion/dylan/docs/htdocs/unix-build.html. -The Gwydion project home page is at http://legend.gwydion.cs.cmu.edu/gwydion/ +For more information about Gwydion Dylan, see the Gwydion Dylan maintainers +web site at http://www.gwydiondylan.org/ -Peter S. Housel- housel@acm.org |