Autobook version 1.5 - How to Download and Install on Mac OS X
Saturday the 7th of November, 2009

    autobook  most recent diff


    version 1.5

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


      The autobook Portfile 58154 2009-09-23 05:04:12Z boeyms macports.org $
      PortSystem 1.0
      Name: autobook
      Version: 1.5
      Description: A tutorial covering the gnu autotools.
      Long Description: This book is a tutorial for Autoconf, Automake and Libtool, hereafter referred to as the GNU Autotools. The GNU manuals that accompany each tools adequately document each tool in isolation. Until now, there has not been a guide that has described how these tools work together.
      Maintainers: nomaintainer
      Category: devel
      Platform: darwin
      Homepage: http://sources.redhat.com/autobook/
      Master Sites: ${homepage}
      Checksums: md5 ce2be49c716a917e7c9342e7dedfeaf0

      use_configure no
      build {}
      destroot {
      file mkdir ${destroot}${prefix}/share/doc
      file copy ${portpath}/work/${name}-${version} ${destroot}${prefix}/share/doc/
      }

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.