Hunspell version 1.2.8 - How to Download and Install on Mac OS X
Monday the 23rd of November, 2009

    hunspell  most recent diff


    version 1.2.8

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


      # -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
      The hunspell Portfile 57206 2009-09-07 12:20:31Z ryandesign macports.org $

      PortSystem 1.0

      Name: hunspell
      Version: 1.2.8
      Category: textproc
      Maintainers: nomaintainer
      Description: Spell checker and morphological analyzer
      Homepage: http://hunspell.sourceforge.net/
      Platform: darwin

      Long Description: Hunspell is a spell checker and morphological analyzer library and program designed for languages with rich morphology and complex word compounding or character encoding. Hunspell interfaces: Ispell-like terminal interface using Curses library, Ispell pipe interface, OpenOffice.org UNO module.

      Master Sites: sourceforge

      Checksums: md5 1177af54a09e320d2c24015f29c3a93e sha1 eaa76f82fcf08678e49f7a30afdaa268bcc75235 rmd160 e4fd39e5fadf96da1311f2aa7163ec17eacf0f83

      depends_lib port:gettext port:ncurses port:readline

      Patch Files: patch-hunspell.cxx.diff patch-hunspell-renameexes.diff

      configure.cflags-append -DLIBDIR=\\"${prefix}/share/hunspell:/usr/share/myspell:/usr/share/myspell/dicts\\"
      configure.cxxflags-append -DLIBDIR=\\"${prefix}/share/hunspell:/usr/share/myspell:/usr/share/myspell/dicts\\"
      configure.args --with-ui --with-readline

      use_parallel_build yes

      universal_variant no

      test.run yes
      test.target check


      post-install {
      ui_msg "******************************************************************"
      ui_msg "You must install (at least) one of the language dictionaries after"
      ui_msg "installing this port in order for it to work."
      ui_msg "******************************************************************"
      }

      livecheck.regex "(?i)${name} (.*) released.*"

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.