Gwydion-dylan version 2.3.11 - How to Download and Install on Mac OS X
Saturday the 7th of November, 2009

    gwydion-dylan  most recent diff


    version 2.3.11

      View the most recent changes for the gwydion-dylan port at: gwydion-dylan.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for gwydion-dylan.
      The raw portfile for gwydion-dylan 2.3.11 is located here:
      http://gwydion-dylan.darwinports.com/dports/lang/gwydion-dylan/Portfile
      Find related portfiles with the unique DarwinPorts.com search feature.
      Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/gwydion-dylan


      The gwydion-dylan Portfile 54310 2009-07-24 18:54:23Z toby macports.org $
      PortSystem 1.0
      Name: gwydion-dylan
      Version: 2.3.11
      Category: lang
      Maintainers: ccc.de:tim
      Description: The Gwydion Dylan Compiler
      Long Description: Dylan is an advanced, object-oriented, dynamic language which supports the rapid development of programs. When needed, the programmer can later optimize (his or her) programs for more efficient execution by supplying type information to the compiler. Nearly all entities in Dylan (including functions, classes, and basic data types such as integers) are first class objects. Additionally Dylan supports multiple inheritance, polymorphism, multiple dispatch, keyword arguments, object introspection, and many other advanced features

      depends_lib lib:libgc:boehmgc
      Homepage: http://www.gwydiondylan.org/
      Master Sites: http://www.gwydiondylan.org/downloads/src/tar/


      Patch Files: patch-Defaults.in.diff patch-ltmain.sh.diff d2c/compiler/main/patch-main.dylan.diff platform/carbon/simple-starter/patch-my-simple.lid.diff platform/carbon/carbon/patch-carbon-events.dylan.diff tools/pidgin/src/patch-platforms.dylan.diff tools/pidgin/src/patch-c-parser-exports.dylan.diff platform/patch-Makegen.diff mindy/compat/patch-Makefile.in.diff mindy/interp/patch-Makefile.in.diff mindy/etc/patch-Makefile.in.diff mindy/comp/patch-Makefile.in.diff platform/carbon/sillyballs/patch-sillyballs.lid.diff platform/carbon/carbon-event-handling/patch-carbon-event-handling.lid.diff

      Checksums: gwydion-dylan-2.3.11.tar.gz md5 0be55ce757671efb415ec6616b6277c4
      Platform: darwin


      configure.cppflags "-Wno-long-double"
      configure.args --without-gtk --disable-gtktest --disable-duim --includedir="${prefix}/include/dylan" --mandir=${prefix}/share/man --with-gc-prefix=${prefix} --enable-d2c --enable-mindy

      build.target default


      Variant: gtk {
      depends_lib-append lib:libgtk.2:gtk2 lib:libglib.2:glib2
      configure.args-delete --without-gtk --disable-gtktest
      }

      Variant: mindy_bootstrap {
      configure.args-append --enable-mindy-bootstrap
      }

      Variant: mindy_only {
      configure.args-delete --enable-d2c
      configure.args-append --disable-d2c
      }

    If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page.

    Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:


      %  cd /opt/local/bin/portslocation/dports/gwydion-dylan
      % sudo port install gwydion-dylan
      Password:
    You will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to:

      ---> Fetching gwydion-dylan
      ---> Verifying checksum for gwydion-dylan
      ---> Extracting gwydion-dylan
      ---> Configuring gwydion-dylan
      ---> Building gwydion-dylan with target all
      ---> Staging gwydion-dylan into destroot
      ---> Installing gwydion-dylan
    - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using gwydion-dylan with these commands:
      %  man gwydion-dylan
      % apropos gwydion-dylan
      % which gwydion-dylan
      % locate gwydion-dylan

     Where to find more information:

    Darwin Ports



    Lightbox this page.