Gnucash-docs version 2.2.0 - How to Download and Install on Mac OS X
Saturday the 7th of November, 2009

    gnucash-docs  most recent diff


    version 2.2.0

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


      The gnucash-docs Portfile 57375 2009-09-10 08:16:41Z ryandesign macports.org $

      PortSystem 1.0

      Name: gnucash-docs
      Version: 2.2.0
      Revision: 0
      Category: gnome x11
      Maintainers: nomaintainer
      Description: docs for gnucash
      Platform: macosx
      Long Description: GnuCash is a personal and small-business financial-accounting software, freely licensed under the GNU GPL. Designed to be easy to use, yet powerful and flexible, GnuCash allows you to track bank accounts, stocks, income and expenses. As quick and intuitive to use as a checkbook register, it is based on professional accounting principles to ensure balanced books and accurate reports. This package contains (1) the user manual and (2) the Tutorial And Concepts Guide. Both are available through yelp, the gnome help browser, and an HTML copy is installed in ${prefix}/share/doc/gnucash.
      Homepage: http://www.gnucash.org/
      Master Sites: http://www.gnucash.org/pub/gnucash/sources/stable/
      Checksums: md5 97a29e499baca1807a3944ae3c0ad61e
      # gpg signature verified
      depends_lib bin:scrollkeeper-config:rarian port:libxml2 bin:xsltproc:libxslt
      depends_run bin:yelp:yelp

      build.target all html

      destroot {
      system "cd ${worksrcpath}; ${build.cmd} install prefix=${destroot}${prefix}"

      # Install HTML copies
      # Duplicate figures are removed, using symlinks instead.
      # If you update this, please check for additional localizations!

      file mkdir ${destpath}${prefix}/share/doc/gnucash/C
      file mkdir ${destpath}${prefix}/share/doc/gnucash/de_DE

      file copy ${portpath}/${filesdir}/index.html ${destpath}${prefix}/share/doc/gnucash

      file copy ${worksrcpath}/guide/C/gnucash-guide ${destpath}${prefix}/share/doc/gnucash/C
      system "rm -rf ${destpath}${prefix}/share/doc/gnucash/C/gnucash-guide/figures"
      system "ln -sf ${prefix}/share/gnome/help/gnucash/C/figures ${destpath}${prefix}/share/doc/gnucash/C/gnucash-guide/figures"

      file copy ${worksrcpath}/help/C/gnucash-help ${destpath}${prefix}/share/doc/gnucash/C
      system "rm -rf ${destpath}${prefix}/share/doc/gnucash/C/gnucash-help/figures"
      system "ln -sf ${prefix}/share/gnome/help/gnucash/C/figures ${destpath}${prefix}/share/doc/gnucash/C/gnucash-help/figures"

      file copy ${worksrcpath}/help/de_DE/gnucash-help ${destpath}${prefix}/share/doc/gnucash/de_DE
      file delete -force ${destpath}${prefix}/share/doc/gnucash/de_DE/gnucash-help/figures
      system "ln -sf ${prefix}/share/gnome/help/gnucash/de_DE/figures ${destpath}${prefix}/share/doc/gnucash/de_DE/gnucash-help/figures"
      }

      livecheck.type regex
      livecheck.url ${master_sites}
      livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.