mzscheme version 371 for Mac OS X 10.5 Leopard
Saturday the 17th of May, 2008

    mzscheme  most recent diff


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



      # $Id: Portfile 30235 2007-10-22 23:13:37Z jmpp macports.org $

      PortSystem 1.0

      Name: mzscheme
      Version: 371
      revision 1
      Category: lang scheme
      Platform: darwin
      Maintainers: nomaintainer
      Description: MzScheme is an implementation of the Scheme programming language
      Long Description: ${description}

      Homepage: http://www.plt-scheme.org/software/mzscheme/
      set subdir ${version}/mz/
      master_sites http://download.plt-scheme.org/bundles/${subdir} http://plt.cs.uchicago.edu/bundles/${subdir} http://www.cs.utah.edu/plt/download/${subdir} ftp://archive.informatik.uni-tuebingen.de/unix/language/plt/${subdir} ftp://infogroep.be/pub/plt/bundles/${subdir} http://gd.tuwien.ac.at/languages/scheme/plt/${subdir}
      distfiles mz-${version}-src-unix.tgz
      checksums md5 378bf9792b908c55d3fa71106954672f

      depends_lib port:jpeg port:libpng port:libiconv

      worksrcdir mz-${version}/src
      set frameworks ${prefix}/Library/Frameworks

      post-patch {
      reinplace "s|collects|share/mzscheme|g" ${worksrcpath}/mzscheme/src/startup.ss ${worksrcpath}/mzscheme/src/startup.inc
      reinplace "s|~/Library/PLT Scheme/|${prefix}/share/mzscheme/|g" ${worksrcpath}/mzscheme/src/file.c
      reinplace "s| FRAMEWORK_INSTALL_DIR |${destroot}${frameworks}|" ${worksrcpath}/mzscheme/Makefile.in
      }

      configure.args --enable-libfw

      destroot.destdir prefix=${destroot}${prefix}
      post-destroot {
      file delete -force ${destroot}${prefix}/install ${destroot}${prefix}/share/man
      file rename ${destroot}${prefix}/collects ${destroot}${prefix}/share/mzscheme
      xinstall -m 755 -d ${destroot}${prefix}/share/doc/ ${destroot}${prefix}/share/mzscheme/${version}/
      file rename ${destroot}${prefix}/man ${destroot}${prefix}/share/man
      file rename ${destroot}${prefix}/doc ${destroot}${prefix}/share/doc
      file delete -force ${destroot}${prefix}/lib/buildinfo

      ln -s ${frameworks}/PLT_MzScheme.framework/Versions/${version}/PLT_MzScheme ${destroot}${prefix}/lib/libmzscheme.${version}.dylib

      system "/usr/bin/install_name_tool -change executable_path/PLT_MzScheme.framework/Versions/371_3m/PLT_MzScheme ${frameworks}/PLT_MzScheme.framework/Versions/371_3m/PLT_MzScheme ${destroot}${prefix}/bin/mzscheme"

      ln -s .. ${destroot}${prefix}/share/mzscheme/${version}/collects
      }

    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/mzscheme
      % sudo port install mzscheme
      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 mzscheme
      ---> Verifying checksum for mzscheme
      ---> Extracting mzscheme
      ---> Configuring mzscheme
      ---> Building mzscheme with target all
      ---> Staging mzscheme into destroot
      ---> Installing mzscheme
    - 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 mzscheme with these commands:
      %  man mzscheme
      % apropos mzscheme
      % which mzscheme
      % locate mzscheme

     Where to find more information:

    Darwin Ports



    image test