The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD lang : dylan

CMU Gwydion project interpreter and compiler for the Dylan language

 CMU Gwydion project's implementation of the Dylan programming language.
Dylan is an object-oriented language with many powerful features, including
automatic memory management (garbage collection), generic functions (also
known as multiple dispatch or multi-methods), multiple inheritance, a
powerful and safe macro facility for extending the language's syntax, and a
powerful class and function library.  Though it is a DYnamic LANguage, it
includes facilities for making compiled programs more efficient than many
other dynamic languages.

Gwydion Dylan actually contains two implementations of the language.
One, called Mindy (Mindy Is Not Dylan Yet), is a bytecode compiler and
interpreter that implements most of the language except for the macro
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 required by the port to
bootstrap the entire system, which can often take quite a bit of time.

For more information about Gwydion Dylan, see the Gwydion Dylan maintainers
 

http://www.gwydiondylan.org/



dylan history


v. 1.38
date: 2006/04/24 12:09:17;  author: vs;  state: Exp;  lines: +1 -5
Fix libtool-handling. Bump PORTREVISION since the old version will produce
defunct programs.

PR:		ports/95588
Submitted by:	Martin Kaeske
Approved by:	maintainer

v. 1.37 date: 2006/02/23 10:37:38; author: ade; state: Exp; lines: +1 -1 Conversion to a single libtool environment. Approved by: portmgr (kris)
v. 1.36 date: 2005/11/15 06:49:52; author: ade; state: Exp; lines: +1 -1 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
v. 1.35 date: 2005/04/08 21:57:27; author: pav; state: Exp; lines: +15 -33 - Update to 2.4.0 PR: ports/79614 Submitted by: Peter S. Housel (maintainer)
v. 1.34 date: 2004/04/15 08:19:31; author: kris; state: Exp; lines: +1 -1 Add missing manpage
v. 1.33 date: 2004/03/14 06:16:49; author: ade; state: Exp; lines: +1 -1 Whoa there, boy, that's a mighty big commit y'all have there... Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
v. 1.32 date: 2004/02/04 05:21:33; author: marcus; state: Exp; lines: +1 -0 Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. (Part 2)
v. 1.31 date: 2003/12/24 08:38:04; author: linimon; state: Exp; lines: +2 -1 Add a fallback http path to the main site to fix fetch. (The FTP site is still available, but may have been reorganized; however, it does not allow directory listings). Informed maintainer.
v. 1.30 date: 2003/09/26 07:48:25; author: daichi; state: Exp; lines: +14 -8 update lang/dylan: 2.3.10 -> 2.3.11 PR: 56881 Submitted by: Peter S. Housel (maintainer)
v. 1.29 date: 2003/08/08 04:40:42; author: kris; state: Exp; lines: +0 -0 This port is scheduled for removal on Nov 7 2003 if it is still broken at that time and no PRs have been submitted to fix it. If you are interested in saving this port, please send your patches to the maintainer. If the maintainer is unresponsive or the port has no maintainer, then please submit them via send-pr.
v. 1.28 date: 2003/08/07 09:09:31; author: kris; state: Exp; lines: +2 -0 Does not compile
v. 1.27 date: 2003/06/26 22:58:27; author: ade; state: Exp; lines: +0 -1 libtool uber-patch * kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5 * upgrade repo-copied devel/libtool14 to 1.4.3 * break out libltdl into its own separate port * move to version-numbered binaries/scripts (ie: there is *no* 'libtool' any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends) Approved by: portmgr (kris) - for the bsd.port.mk hooks Tested by: bento 4-exp builds (repeatedly)
v. 1.26 date: 2003/05/18 21:51:13; author: kris; state: Exp; lines: +0 -4 Back out previous commit, it overlapped with an update that fixed the port.
v. 1.25 date: 2003/05/18 11:55:42; author: kris; state: Exp; lines: +4 -0 BROKEN on 5.1: does not build
v. 1.24 date: 2003/05/12 08:39:19; author: ijliao; state: Exp; lines: +4 -4 unbreak by upgrading to 2.3.10 PR: 51929 Submitted by: maintainer
v. 1.23 date: 2003/05/06 07:02:12; author: kris; state: Exp; lines: +2 -0 BROKEN: Bad pkg-plist
v. 1.22 date: 2003/04/20 19:28:11; author: marcus; state: Exp; lines: +0 -1 Remove USE_GNOMENG.
v. 1.21 date: 2003/02/21 12:35:00; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.20 date: 2002/11/04 22:57:35; author: edwin; state: Exp; lines: +1 -0 Half of these ones missed yesterday while converting to USE_REINPLACE. The other half needs perl to build. Noticed on bento and others (full mailbox :-)
v. 1.19 date: 2002/11/04 02:31:19; author: edwin; state: Exp; lines: +2 -1 PERL -> REINPLACE Noticed on: bento
v. 1.18 date: 2002/10/28 22:27:00; author: obraun; state: Exp; lines: +8 -5 Upgrade to 2.3.9. PR: 44553 Submitted by: maintainer
v. 1.17 date: 2002/08/30 14:05:10; author: lioux; state: Exp; lines: +4 -3 Deploy USE_GNOMENG infrastructure PR: 42207 Submitted by: Edwin Groothuis
v. 1.16 date: 2002/03/13 09:13:51; author: pat; state: Exp; lines: +24 -7 Update to 2.3.8 PR: 35828 Submitted by: maintainer
v. 1.15 date: 2001/08/31 14:20:25; author: sobomax; state: Exp; lines: +1 -2 USE_LIBTOOL implies GNU_CONFIGURE, so remove the latter where appropriate.
v. 1.14 date: 2001/02/05 15:04:02; author: olgeni; state: Exp; lines: +2 -2 Some style fixes in the lang category (usual round of spaces -> tabs)
v. 1.13 date: 2000/12/02 15:32:55; author: kevlo; state: Exp; lines: +16 -8 Update to version 2.3.4 Note that I changed RUN_DEPENDS=gmake to USE_GMAKE=yes PR: 23218 Submitted by: MAINTAINER
v. 1.12 date: 2000/06/20 13:37:36; author: nectar; state: Exp; lines: +1 -2 Locally hosted distfiles moved to ftp.freebsd.org.
v. 1.11 date: 2000/04/16 04:14:05; author: asami; state: Exp; lines: +2 -1 DISTNAMe-related cleanups.
v. 1.10 date: 2000/04/12 06:18:05; author: obrien; state: Exp; lines: +4 -5 Convert to the PORTNAME - PORTVERSION syntax.
v. 1.9 date: 1999/12/24 18:39:32; author: mharo; state: Exp; lines: +3 -3 remove --prefix=${PREFIX} when GNU_CONFIGURE=yes and other minor cleanups PR: 14759 Submitted by: Jeremy Lea
v. 1.8 date: 1999/08/25 06:34:21; author: obrien; state: Exp; lines: +1 -1 Change Id->FreeBSD.
v. 1.7 date: 1999/08/22 18:58:48; author: mharo; state: Exp; lines: +2 -2 chmod -> ${CHMOD} chown -> ${CHOWN}
v. 1.6 date: 1999/04/22 07:42:45; author: nectar; state: Exp; lines: +12 -3 Add some master sites.
v. 1.5 date: 1999/04/21 06:52:09; author: mharo; state: Exp; lines: +13 -10 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
v. 1.4 date: 1998/10/14 00:08:48; author: jseger; state: Exp; lines: +3 -1 Mark BROKEN for ELF: dylan-heap.s:64290: Error: Alignment not a power of 2 dylan-heap.s:64297: Error: Alignment not a power of 2 gmake[4]: *** [dylan-heap.o] Error 1 gmake[4]: Leaving directory `/usr/ports/lang/dylan/work/src/d2c/runtime/dylan' gmake failed? Abort trap - core dumped gmake[3]: *** [dylan.lib.du] Error 134 gmake[3]: Leaving directory `/usr/ports/lang/dylan/work/src/d2c/runtime/dylan' gmake[2]: *** [compile] Error 2
v. 1.3 date: 1998/07/15 07:43:38; author: hsu; state: Exp; lines: +5 -4 Fetch bootstrap binary rather than include it in port.
v. 1.2 date: 1998/07/14 16:15:13; author: jdp; state: Exp; lines: +2 -1 Remove monster uuencoded binary file, and mark the port broken until it can be replaced by a local distfile. The binary file will be leaving the CVS repository entirely before too long.
v. 1.1 date: 1998/07/12 21:58:07; author: hsu; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1998/07/12 21:58:07; author: hsu; state: Exp; lines: +0 -0 CMU Gwydion project interpreter and compiler for the Dylan language. Submitted by: Peter S. Housel ============================================================================= v. 1.38 date: 2006/04/24 12:09:17; author: vs; state: Exp; lines: +1 -5 Fix libtool-handling. Bump PORTREVISION since the old version will produce defunct programs. PR: ports/95588 Submitted by: Martin Kaeske Approved by: maintainer
v. 1.37 date: 2006/02/23 10:37:38; author: ade; state: Exp; lines: +1 -1 Conversion to a single libtool environment. Approved by: portmgr (kris)
v. 1.36 date: 2005/11/15 06:49:52; author: ade; state: Exp; lines: +1 -1 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
v. 1.35 date: 2005/04/08 21:57:27; author: pav; state: Exp; lines: +15 -33 - Update to 2.4.0 PR: ports/79614 Submitted by: Peter S. Housel (maintainer)
v. 1.34 date: 2004/04/15 08:19:31; author: kris; state: Exp; lines: +1 -1 Add missing manpage
v. 1.33 date: 2004/03/14 06:16:49; author: ade; state: Exp; lines: +1 -1 Whoa there, boy, that's a mighty big commit y'all have there... Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
v. 1.32 date: 2004/02/04 05:21:33; author: marcus; state: Exp; lines: +1 -0 Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. (Part 2)
v. 1.31 date: 2003/12/24 08:38:04; author: linimon; state: Exp; lines: +2 -1 Add a fallback http path to the main site to fix fetch. (The FTP site is still available, but may have been reorganized; however, it does not allow directory listings). Informed maintainer.
v. 1.30 date: 2003/09/26 07:48:25; author: daichi; state: Exp; lines: +14 -8 update lang/dylan: 2.3.10 -> 2.3.11 PR: 56881 Submitted by: Peter S. Housel (maintainer)
v. 1.29 date: 2003/08/08 04:40:42; author: kris; state: Exp; lines: +0 -0 This port is scheduled for removal on Nov 7 2003 if it is still broken at that time and no PRs have been submitted to fix it. If you are interested in saving this port, please send your patches to the maintainer. If the maintainer is unresponsive or the port has no maintainer, then please submit them via send-pr.
v. 1.28 date: 2003/08/07 09:09:31; author: kris; state: Exp; lines: +2 -0 Does not compile
v. 1.27 date: 2003/06/26 22:58:27; author: ade; state: Exp; lines: +0 -1 libtool uber-patch * kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5 * upgrade repo-copied devel/libtool14 to 1.4.3 * break out libltdl into its own separate port * move to version-numbered binaries/scripts (ie: there is *no* 'libtool' any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends) Approved by: portmgr (kris) - for the bsd.port.mk hooks Tested by: bento 4-exp builds (repeatedly)
v. 1.26 date: 2003/05/18 21:51:13; author: kris; state: Exp; lines: +0 -4 Back out previous commit, it overlapped with an update that fixed the port.
v. 1.25 date: 2003/05/18 11:55:42; author: kris; state: Exp; lines: +4 -0 BROKEN on 5.1: does not build
v. 1.24 date: 2003/05/12 08:39:19; author: ijliao; state: Exp; lines: +4 -4 unbreak by upgrading to 2.3.10 PR: 51929 Submitted by: maintainer
v. 1.23 date: 2003/05/06 07:02:12; author: kris; state: Exp; lines: +2 -0 BROKEN: Bad pkg-plist
v. 1.22 date: 2003/04/20 19:28:11; author: marcus; state: Exp; lines: +0 -1 Remove USE_GNOMENG.
v. 1.21 date: 2003/02/21 12:35:00; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.20 date: 2002/11/04 22:57:35; author: edwin; state: Exp; lines: +1 -0 Half of these ones missed yesterday while converting to USE_REINPLACE. The other half needs perl to build. Noticed on bento and others (full mailbox :-)
v. 1.19 date: 2002/11/04 02:31:19; author: edwin; state: Exp; lines: +2 -1 PERL -> REINPLACE Noticed on: bento
v. 1.18 date: 2002/10/28 22:27:00; author: obraun; state: Exp; lines: +8 -5 Upgrade to 2.3.9. PR: 44553 Submitted by: maintainer
v. 1.17 date: 2002/08/30 14:05:10; author: lioux; state: Exp; lines: +4 -3 Deploy USE_GNOMENG infrastructure PR: 42207 Submitted by: Edwin Groothuis
v. 1.16 date: 2002/03/13 09:13:51; author: pat; state: Exp; lines: +24 -7 Update to 2.3.8 PR: 35828 Submitted by: maintainer
v. 1.15 date: 2001/08/31 14:20:25; author: sobomax; state: Exp; lines: +1 -2 USE_LIBTOOL implies GNU_CONFIGURE, so remove the latter where appropriate.
v. 1.14 date: 2001/02/05 15:04:02; author: olgeni; state: Exp; lines: +2 -2 Some style fixes in the lang category (usual round of spaces -> tabs)
v. 1.13 date: 2000/12/02 15:32:55; author: kevlo; state: Exp; lines: +16 -8 Update to version 2.3.4 Note that I changed RUN_DEPENDS=gmake to USE_GMAKE=yes PR: 23218 Submitted by: MAINTAINER
v. 1.12 date: 2000/06/20 13:37:36; author: nectar; state: Exp; lines: +1 -2 Locally hosted distfiles moved to ftp.freebsd.org.
v. 1.11 date: 2000/04/16 04:14:05; author: asami; state: Exp; lines: +2 -1 DISTNAMe-related cleanups.
v. 1.10 date: 2000/04/12 06:18:05; author: obrien; state: Exp; lines: +4 -5 Convert to the PORTNAME - PORTVERSION syntax.
v. 1.9 date: 1999/12/24 18:39:32; author: mharo; state: Exp; lines: +3 -3 remove --prefix=${PREFIX} when GNU_CONFIGURE=yes and other minor cleanups PR: 14759 Submitted by: Jeremy Lea
v. 1.8 date: 1999/08/25 06:34:21; author: obrien; state: Exp; lines: +1 -1 Change Id->FreeBSD.
v. 1.7 date: 1999/08/22 18:58:48; author: mharo; state: Exp; lines: +2 -2 chmod -> ${CHMOD} chown -> ${CHOWN}
v. 1.6 date: 1999/04/22 07:42:45; author: nectar; state: Exp; lines: +12 -3 Add some master sites.
v. 1.5 date: 1999/04/21 06:52:09; author: mharo; state: Exp; lines: +13 -10 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
v. 1.4 date: 1998/10/14 00:08:48; author: jseger; state: Exp; lines: +3 -1 Mark BROKEN for ELF: dylan-heap.s:64290: Error: Alignment not a power of 2 dylan-heap.s:64297: Error: Alignment not a power of 2 gmake[4]: *** [dylan-heap.o] Error 1 gmake[4]: Leaving directory `/usr/ports/lang/dylan/work/src/d2c/runtime/dylan' gmake failed? Abort trap - core dumped gmake[3]: *** [dylan.lib.du] Error 134 gmake[3]: Leaving directory `/usr/ports/lang/dylan/work/src/d2c/runtime/dylan' gmake[2]: *** [compile] Error 2
v. 1.3 date: 1998/07/15 07:43:38; author: hsu; state: Exp; lines: +5 -4 Fetch bootstrap binary rather than include it in port.
v. 1.2 date: 1998/07/14 16:15:13; author: jdp; state: Exp; lines: +2 -1 Remove monster uuencoded binary file, and mark the port broken until it can be replaced by a local distfile. The binary file will be leaving the CVS repository entirely before too long.
v. 1.1 date: 1998/07/12 21:58:07; author: hsu; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1998/07/12 21:58:07; author: hsu; state: Exp; lines: +0 -0 CMU Gwydion project interpreter and compiler for the Dylan language. Submitted by: Peter S. Housel ============================================================================= v. 1.38 date: 2006/04/24 12:09:17; author: vs; state: Exp; lines: +1 -5 Fix libtool-handling. Bump PORTREVISION since the old version will produce defunct programs. PR: ports/95588 Submitted by: Martin Kaeske Approved by: maintainer
v. 1.37 date: 2006/02/23 10:37:38; author: ade; state: Exp; lines: +1 -1 Conversion to a single libtool environment. Approved by: portmgr (kris)
v. 1.36 date: 2005/11/15 06:49:52; author: ade; state: Exp; lines: +1 -1 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
v. 1.35 date: 2005/04/08 21:57:27; author: pav; state: Exp; lines: +15 -33 - Update to 2.4.0 PR: ports/79614 Submitted by: Peter S. Housel (maintainer)
v. 1.34 date: 2004/04/15 08:19:31; author: kris; state: Exp; lines: +1 -1 Add missing manpage
v. 1.33 date: 2004/03/14 06:16:49; author: ade; state: Exp; lines: +1 -1 Whoa there, boy, that's a mighty big commit y'all have there... Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
v. 1.32 date: 2004/02/04 05:21:33; author: marcus; state: Exp; lines: +1 -0 Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. (Part 2)
v. 1.31 date: 2003/12/24 08:38:04; author: linimon; state: Exp; lines: +2 -1 Add a fallback http path to the main site to fix fetch. (The FTP site is still available, but may have been reorganized; however, it does not allow directory listings). Informed maintainer.
v. 1.30 date: 2003/09/26 07:48:25; author: daichi; state: Exp; lines: +14 -8 update lang/dylan: 2.3.10 -> 2.3.11 PR: 56881 Submitted by: Peter S. Housel (maintainer)
v. 1.29 date: 2003/08/08 04:40:42; author: kris; state: Exp; lines: +0 -0 This port is scheduled for removal on Nov 7 2003 if it is still broken at that time and no PRs have been submitted to fix it. If you are interested in saving this port, please send your patches to the maintainer. If the maintainer is unresponsive or the port has no maintainer, then please submit them via send-pr.
v. 1.28 date: 2003/08/07 09:09:31; author: kris; state: Exp; lines: +2 -0 Does not compile
v. 1.27 date: 2003/06/26 22:58:27; author: ade; state: Exp; lines: +0 -1 libtool uber-patch * kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5 * upgrade repo-copied devel/libtool14 to 1.4.3 * break out libltdl into its own separate port * move to version-numbered binaries/scripts (ie: there is *no* 'libtool' any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends) Approved by: portmgr (kris) - for the bsd.port.mk hooks Tested by: bento 4-exp builds (repeatedly)
v. 1.26 date: 2003/05/18 21:51:13; author: kris; state: Exp; lines: +0 -4 Back out previous commit, it overlapped with an update that fixed the port.
v. 1.25 date: 2003/05/18 11:55:42; author: kris; state: Exp; lines: +4 -0 BROKEN on 5.1: does not build
v. 1.24 date: 2003/05/12 08:39:19; author: ijliao; state: Exp; lines: +4 -4 unbreak by upgrading to 2.3.10 PR: 51929 Submitted by: maintainer
v. 1.23 date: 2003/05/06 07:02:12; author: kris; state: Exp; lines: +2 -0 BROKEN: Bad pkg-plist
v. 1.22 date: 2003/04/20 19:28:11; author: marcus; state: Exp; lines: +0 -1 Remove USE_GNOMENG.
v. 1.21 date: 2003/02/21 12:35:00; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.20 date: 2002/11/04 22:57:35; author: edwin; state: Exp; lines: +1 -0 Half of these ones missed yesterday while converting to USE_REINPLACE. The other half needs perl to build. Noticed on bento and others (full mailbox :-)
v. 1.19 date: 2002/11/04 02:31:19; author: edwin; state: Exp; lines: +2 -1 PERL -> REINPLACE Noticed on: bento
v. 1.18 date: 2002/10/28 22:27:00; author: obraun; state: Exp; lines: +8 -5 Upgrade to 2.3.9. PR: 44553 Submitted by: maintainer
v. 1.17 date: 2002/08/30 14:05:10; author: lioux; state: Exp; lines: +4 -3 Deploy USE_GNOMENG infrastructure PR: 42207 Submitted by: Edwin Groothuis
v. 1.16 date: 2002/03/13 09:13:51; author: pat; state: Exp; lines: +24 -7 Update to 2.3.8 PR: 35828 Submitted by: maintainer
v. 1.15 date: 2001/08/31 14:20:25; author: sobomax; state: Exp; lines: +1 -2 USE_LIBTOOL implies GNU_CONFIGURE, so remove the latter where appropriate.
v. 1.14 date: 2001/02/05 15:04:02; author: olgeni; state: Exp; lines: +2 -2 Some style fixes in the lang category (usual round of spaces -> tabs)
v. 1.13 date: 2000/12/02 15:32:55; author: kevlo; state: Exp; lines: +16 -8 Update to version 2.3.4 Note that I changed RUN_DEPENDS=gmake to USE_GMAKE=yes PR: 23218 Submitted by: MAINTAINER
v. 1.12 date: 2000/06/20 13:37:36; author: nectar; state: Exp; lines: +1 -2 Locally hosted distfiles moved to ftp.freebsd.org.
v. 1.11 date: 2000/04/16 04:14:05; author: asami; state: Exp; lines: +2 -1 DISTNAMe-related cleanups.
v. 1.10 date: 2000/04/12 06:18:05; author: obrien; state: Exp; lines: +4 -5 Convert to the PORTNAME - PORTVERSION syntax.
v. 1.9 date: 1999/12/24 18:39:32; author: mharo; state: Exp; lines: +3 -3 remove --prefix=${PREFIX} when GNU_CONFIGURE=yes and other minor cleanups PR: 14759 Submitted by: Jeremy Lea
v. 1.8 date: 1999/08/25 06:34:21; author: obrien; state: Exp; lines: +1 -1 Change Id->FreeBSD.
v. 1.7 date: 1999/08/22 18:58:48; author: mharo; state: Exp; lines: +2 -2 chmod -> ${CHMOD} chown -> ${CHOWN}
v. 1.6 date: 1999/04/22 07:42:45; author: nectar; state: Exp; lines: +12 -3 Add some master sites.
v. 1.5 date: 1999/04/21 06:52:09; author: mharo; state: Exp; lines: +13 -10 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
v. 1.4 date: 1998/10/14 00:08:48; author: jseger; state: Exp; lines: +3 -1 Mark BROKEN for ELF: dylan-heap.s:64290: Error: Alignment not a power of 2 dylan-heap.s:64297: Error: Alignment not a power of 2 gmake[4]: *** [dylan-heap.o] Error 1 gmake[4]: Leaving directory `/usr/ports/lang/dylan/work/src/d2c/runtime/dylan' gmake failed? Abort trap - core dumped gmake[3]: *** [dylan.lib.du] Error 134 gmake[3]: Leaving directory `/usr/ports/lang/dylan/work/src/d2c/runtime/dylan' gmake[2]: *** [compile] Error 2
v. 1.3 date: 1998/07/15 07:43:38; author: hsu; state: Exp; lines: +5 -4 Fetch bootstrap binary rather than include it in port.
v. 1.2 date: 1998/07/14 16:15:13; author: jdp; state: Exp; lines: +2 -1 Remove monster uuencoded binary file, and mark the port broken until it can be replaced by a local distfile. The binary file will be leaving the CVS repository entirely before too long.
v. 1.1 date: 1998/07/12 21:58:07; author: hsu; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1998/07/12 21:58:07; author: hsu; state: Exp; lines: +0 -0 CMU Gwydion project interpreter and compiler for the Dylan language. Submitted by: Peter S. Housel =============================================================================



Main menu

FreeBSD

Program categories

Freebsd accessibility
Freebsd archivers
Freebsd astro
Freebsd audio
Freebsd benchmarks
Freebsd biology
Freebsd cad
Freebsd chinese
Freebsd comms
Freebsd converters
Freebsd databases
Freebsd deskutils
Freebsd devel
Freebsd dns
Freebsd editors
Freebsd emulators
Freebsd finance
Freebsd french
Freebsd ftp
Freebsd games
Freebsd german
Freebsd graphics
Freebsd hebrew
Freebsd hungarian
Freebsd irc
Freebsd japanese
Freebsd java
Freebsd korean
Freebsd lang
Freebsd mail
Freebsd math
Freebsd mbone
Freebsd misc
Freebsd multimedia
Freebsd net
Freebsd net-im
Freebsd net-mgmt
Freebsd net-p2p
Freebsd news
Freebsd palm
Freebsd polish
Freebsd ports-mgmt
Freebsd portuguese
Freebsd print
Freebsd russian
Freebsd science
Freebsd security
Freebsd shells
Freebsd sysutils
Freebsd textproc
Freebsd ukrainian
Freebsd vietnamese
Freebsd www
Freebsd x11
Freebsd x11-clocks
Freebsd x11-drivers
Freebsd x11-fm
Freebsd x11-fonts
Freebsd x11-servers
Freebsd x11-themes
Freebsd x11-toolkits
Freebsd x11-wm