Download and Install scalaz version 2.3 on Mac OS X
Thursday the 4th of December, 2008

    version 2.3

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



      # $Id: Portfile 34231 2008-02-18 17:55:03Z blair macports.org $

      PortSystem 1.0

      Name: scalaz
      Version: 2.3
      revision 1
      Category: java
      Maintainers: blair
      Description: General utility library that extends the Scala core API
      Long Description: Scalaz (Scar-lah-zed) is a library written in the Scala Programming Language. One mandate of the library is to depend only on the core Scala API and the core Java 2 Standard Edition API. The intention of Scalaz is to include general functions that are not currently available in the core Scala API. Scalaz is released under a BSD open source licence making it compatible with the licence of the Scala project.
      Homepage: http://wiki.workingmouse.com/index.php/Scalaz
      Platform: darwin

      master_sites http://projects.workingmouse.com/public/scalaz/artifacts/${version}/release/
      distname scalaz
      checksums md5 1a8df1c2958e82a020f2d332fc045138 sha1 2fdc600f801fabdee2cc80c3832134e07c65363a rmd160 051d701a9cda74c41f629676b06d6b1c39d38932

      depends_lib port:scala

      use_configure no
      build {}

      # The tarball doesn't extract into a subdirectory, i.e. its a tarbomb,
      # so create the expected worksrcpath now so that the tarball can be
      # extracted into it.
      pre-extract {
      xinstall -d -m 755 ${worksrcpath}
      }
      extract.post_args "${extract.post_args} -C ${worksrcpath}"

      destroot {
      set sharedir ${destroot}${prefix}/share
      set docscalazdir ${sharedir}/doc/scalaz

      xinstall -d -m 755 ${docscalazdir}
      file copy ${worksrcpath}/LICENCE ${docscalazdir}
      file copy ${worksrcpath}/scaladoc ${docscalazdir}/scaladoc

      xinstall -d -m 755 ${sharedir}/java
      file copy ${worksrcpath}/scalaz.jar ${sharedir}/java
      }

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.