Download and Install enchant version 1.4.2 on Mac OS X
Thursday the 24th of July, 2008

    enchant  most recent diff


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



      # $Id: Portfile 36558 2008-05-06 18:14:28Z markd macports.org $

      PortSystem 1.0
      Name: enchant
      Version: 1.4.2
      Category: textproc devel
      Maintainers: anant kix.in
      Description: Spellchecker wrapping library
      Homepage: http://www.abisource.com/enchant/
      Platform: darwin

      Long Description: On the surface, Enchant appears to be a generic spell checking library. You can request dictionaries from it, ask if a word is correctly spelled, get corrections for a misspelled word, etc. but all it really does is to provide a uniform wrapper over several popular spell checking libraries including aspell, ispell and AppleSpell.

      master_sites http://www.abisource.com/downloads/${name}/${version}/

      checksums md5 fe4558269ff59f569ab9581c907d58cb sha1 75cb0ab7b4e9d43c12bfe6daabf99fde6f06ad4b rmd160 d3dab04a9c4182ae316ce5156dca43e48eda85e6

      depends_lib port:glib2
      depends_build bin:glibtoolize:libtool port:pkgconfig

      configure.args --mandir=${prefix}/share/man

      pre-configure {
      # cd ${worksrcpath}
      # system "aclocal -Iac-helpers/"
      # system "automake --add-missing"
      # system "glibtoolize --force --copy"
      # system "cp /usr/share/automake-1.6/config.guess ."
      # system "cp /usr/share/automake-1.6/config.sub ."
      # system "autoconf"
      }

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

     Where to find more information:

    Darwin Ports



    image test