Abiword version 2.4.5 - How to Download and Install on Mac OS X
Friday the 20th of November, 2009

    abiword  most recent diff


    version 2.4.5

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


      The abiword Portfile 36964 2008-05-21 12:08:44Z jmr macports.org $
      PortSystem 1.0
      Name: abiword
      Version: 2.4.5
      Description: A word processor with gnome support.
      Long Description: A word processor with gnome support.
      Maintainers: nomaintainer
      Category: editors textproc aqua
      Platform: darwin
      Homepage: http://www.abisource.com/
      Master Sites: http://www.abisource.org/downloads/abiword/${version}/source http://www.nl.abisource.org/downloads/abiword/${version}/source
      Checksums: md5 e018669a154164d31c768f773a1c95b4 sha1 bca02a8beb490246f785518fc82c6c557a77a88d rmd160 f0de27f97135f8fff9b4400b05d74a27eee348cd
      distname abiword-${version}
      use_bzip2 yes
      worksrcdir ${distname}/abi
      default_variants +use_binary

      build.target {}

      pre-fetch {
      if {! [variant_isset use_binary] && ! [variant_isset use_source]} {
      return -code 1 "Please select either use_binary or use_source variant"
      }
      }

      Variant: use_binary conflicts use_source {
      distname AbiWord-${version}-10.2
      extract.suffix .dmg.gz
      master_sites http://www.abisource.org/downloads/abiword/${version}/MacOSX http://www.nl.abisource.org/downloads/abiword/${version}/MacOSX http://os.cqu.edu.au/macosx/office/abiword
      checksums md5 13d249d7f0181a5c44e7342b302b19ae
      use_bzip2 no
      extract.post_args > ${workpath}/${distname}.dmg
      post-extract {
      file mkdir /tmp/${name}-${version}
      system "hdiutil attach ${workpath}/${distname}.dmg -private -nobrowse -mountpoint /tmp/${name}-${version}"
      }
      patch {}
      use_configure no
      build {}
      destroot {
      file mkdir ${destroot}/Applications/MacPorts
      file copy /tmp/${name}-${version}/AbiWord.app ${destroot}/Applications/MacPorts
      }
      post-destroot {
      system "hdiutil detach /tmp/${name}-${version}"
      file delete -force /tmp/${name}-${version}
      }
      }

      Variant: use_source {
      depends_lib port:zlib port:libpng port:fribidi port:fontconfig port:ImageMagick

      patchfiles configure.patch abi-detect-platform.m4.patch

      configure.cflags-append -no-cpp-precomp

      configure.args --enable-Cocoa --mandir=${prefix}/share/man --with-zlib=${prefix} --with-libpng=${prefix} --with-popt=${prefix} --without-epath --disable-gnome
      }

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.