Download and Install hugs98 version plus-Sep2006 on Mac OS X
Wednesday the 3rd of December, 2008

    version plus-Sep2006

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



      # $Id: Portfile 33100 2008-01-17 22:27:13Z mww macports.org $

      PortSystem 1.0

      Name: hugs98
      Version: plus-Sep2006
      Category: lang
      Maintainers: mww
      Platform: darwin
      Description: The HUGS Haskell Interpreter
      Long Description: Hugs 98 is a functional programming system based on Haskell 98, the de facto standard for non-strict functional programming languages. Hugs 98 provides an almost complete implementation of Haskell 98.

      Homepage: http://www.haskell.org/hugs/
      master_sites http://cvs.haskell.org/Hugs/downloads/2006-09/

      checksums md5 e03e0ad79750d037237c47ebe33fa20e sha1 1464a80c715bc5f786ea5a4e4257b2ff0dc7e1e9

      depends_lib port:readline

      platform darwin 6 {
      fetch { return -code error "Hugs is not supported on Jaguar (10.2.x). Sorry!" }
      }

      livecheck.check regex
      livecheck.url ${master_sites}
      livecheck.regex hugs98-\(plus-\[A-Za-z\]+200\[6-9\]\)\.tar.gz

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.