FreshPorts -- The Place For Ports Sun, 7 Sep 2008 1:25 PM BST
Port details
dylan 2.4.0_1 lang on this many watch lists=4 search for ports that depend on this port
CMU Gwydion project interpreter and compiler for the Dylan language
Maintained by: housel@acm.org search for ports maintained by this maintainer
Port Added: unknown


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
WWW: http://www.gwydiondylan.org/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required To Build: devel/gmake, lang/perl5.8
Required To Run: lang/perl5.8
Required Libraries: devel/boehm-gc

To install the port: cd /usr/ports/lang/dylan/ && make install clean
To add the package: pkg_add -r dylan


Configuration Options
     No options to configure

Master Sites:
http://www.gwydiondylan.org/downloads/src/tar/
http://www.gwydiondylan.org/downloads/binaries/FreeBSD/x86/
ftp://ftp.gwydiondylan.org/downloads/src/tar/
ftp://ftp.gwydiondylan.org/downloads/binaries/FreeBSD/x86/
ftp://ftp.ntua.gr/pub/lang/gwydion/src/tar/
ftp://ftp.ntua.gr/pub/lang/gwydion/binaries/FreeBSD/x86/
ftp://ftp.fu-berlin.de/pub/unix/languages/dylan/src/tar/
ftp://ftp.fu-berlin.de/pub/unix/languages/dylan/binaries/FreeBSD/x86/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 34

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
19 Apr 2008 18:56:05
Original commit files touched by this commit  2.4.0_1
  Sanity Test Failure
miwi search for other commits by this committer
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
        Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
        ehaupt, nox, itetcu, flz, pav

PR:             116263
Tested on:      pointyhat
Approved by:    portmgr (pav)
11 Mar 2008 20:44:44
Original commit files touched by this commit  2.4.0_1
erwin search for other commits by this committer
Mark BROKEN on 7.0 as well.
29 Jan 2008 22:33:33
Original commit files touched by this commit  2.4.0_1
erwin search for other commits by this committer
Mark BROKEN on 8.0: does not install
29 Aug 2007 18:03:11
Original commit files touched by this commit  2.4.0_1
okazaki search for other commits by this committer
Fix compile errors when using GCC 4.x.

PR:             115731
Submitted by:   maintainer
24 Apr 2006 13:09:17
Original commit files touched by this commit  2.4.0_1
vs search for other commits by this committer
Fix libtool-handling. Bump PORTREVISION since the old version will produce
defunct programs.

PR:             ports/95588
Submitted by:   Martin Kaeske
Approved by:    maintainer
23 Feb 2006 10:40:45
Original commit files touched by this commit  2.4.0
ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
22 Jan 2006 12:42:24
Original commit files touched by this commit  2.4.0
edwin search for other commits by this committer
SHA256ify

Approved by: krion@
15 Nov 2005 06:52:12
Original commit files touched by this commit  2.4.0
ade search for other commits by this committer
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.
08 Apr 2005 22:57:27
Original commit files touched by this commit  2.4.0
pav search for other commits by this committer
- Update to 2.4.0

PR:             ports/79614
Submitted by:   Peter S. Housel <housel@acm.org> (maintainer)
15 Apr 2004 09:19:31
Original commit files touched by this commit  2.3.11_1
kris search for other commits by this committer
Add missing manpage
31 Mar 2004 04:12:58
Original commit files touched by this commit  2.3.11_1
trevor search for other commits by this committer
SIZEify (maintainer timeout)
14 Mar 2004 06:17:56
Original commit files touched by this commit  2.3.11_1
ade search for other commits by this committer
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.
04 Feb 2004 05:21:48
Original commit files touched by this commit  2.3.11_1
marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
24 Dec 2003 08:38:04
Original commit files touched by this commit  2.3.11
linimon search for other commits by this committer
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.
26 Sep 2003 08:48:25
Original commit files touched by this commit  2.3.11
daichi search for other commits by this committer
update lang/dylan: 2.3.10 -> 2.3.11

PR:             56881
Submitted by:   Peter S. Housel <housel@acm.org> (maintainer)
08 Aug 2003 05:40:47
Original commit files touched by this commit  2.3.10
kris search for other commits by this committer
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.
07 Aug 2003 10:09:31
Original commit files touched by this commit  2.3.10
kris search for other commits by this committer
Does not compile
26 Jun 2003 23:58:32
Original commit files touched by this commit  2.3.10
ade search for other commits by this committer
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)
18 May 2003 22:51:13
Original commit files touched by this commit  2.3.10
kris search for other commits by this committer
Back out previous commit, it overlapped with an update that fixed the port.
18 May 2003 12:55:42
Original commit files touched by this commit  2.3.10
kris search for other commits by this committer
BROKEN on 5.1: does not build
12 May 2003 09:39:19
Original commit files touched by this commit  2.3.10
ijliao search for other commits by this committer
unbreak by upgrading to 2.3.10

PR:             51929
Submitted by:   maintainer
06 May 2003 08:02:12
Original commit files touched by this commit  2.3.9
kris search for other commits by this committer
BROKEN: Bad pkg-plist
20 Apr 2003 20:28:12
Original commit files touched by this commit  2.3.9
marcus search for other commits by this committer
Remove USE_GNOMENG.
21 Feb 2003 12:35:09
Original commit files touched by this commit  2.3.9
knu search for other commits by this committer
De-pkg-comment.
04 Nov 2002 22:57:37
Original commit files touched by this commit  2.3.9
edwin search for other commits by this committer
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 :-)
04 Nov 2002 02:31:20
Original commit files touched by this commit  2.3.9
edwin search for other commits by this committer
PERL -> REINPLACE
Noticed on: bento
28 Oct 2002 22:27:01
Original commit files touched by this commit  2.3.9
obraun search for other commits by this committer
Upgrade to 2.3.9.

PR:             44553
Submitted by:   maintainer
30 Aug 2002 15:05:10
Original commit files touched by this commit  2.3.8
lioux search for other commits by this committer
Deploy USE_GNOMENG infrastructure

PR:             42207
Submitted by:   Edwin Groothuis <edwin@mavetju.org>
13 Mar 2002 09:13:51
Original commit files touched by this commit
pat search for other commits by this committer
Update to 2.3.8

PR:             35828
Submitted by:   maintainer
31 Aug 2001 16:20:29
files touched by this commit
sobomax search for other commits by this committer
USE_LIBTOOL implies GNU_CONFIGURE, so remove the latter where appropriate.    
05 Feb 2001 15:04:13
files touched by this commit
olgeni search for other commits by this committer
Some style fixes in the lang category (usual round of spaces -> tabs)    
02 Dec 2000 15:32:58
files touched by this commit
kevlo search for other commits by this committer
Update to version 2.3.4   Note that I changed RUN_DEPENDS=gmake to USE_GMAKE=yes
   
08 Oct 2000 05:17:26
files touched by this commit
asami search for other commits by this committer
Convert category lang to new layout.  
20 Jun 2000 15:37:39
files touched by this commit
nectar search for other commits by this committer
Locally hosted distfiles moved to ftp.freebsd.org.    

Number of commits found: 34

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
php5*Sep 04
linux-operaAug 25
operaAug 25
gnutlsAug 21
joomla15*Aug 20
bugzilla*Aug 19
bugzilla2*Aug 19
cdfAug 19
drupal5Aug 18
drupal6Aug 18
ruby18Aug 16
ruby18Aug 16
ruby18Aug 16
ruby18-nopthreadsAug 16
ruby18-nopthreadsAug 16

2 vulnerabilities affecting 3 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
Traffic

Calculated hourly:
Port count 19095
Broken 158
Deprecated 77
Ignore 424
Forbidden 6
Restricted 286
No CDROM 130
Vulnerable 49
Expired 11
Set to expire 59
Interactive 78
new 24 hours 8
new 48 hours16
new 7 days52
new fortnight95
new month248

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.201 seconds.