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

    autobuild  most recent diff


    version 4.0

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


      The autobuild Portfile 42572 2008-11-24 21:30:01Z mcalhoun macports.org $

      PortSystem 1.0

      Name: autobuild
      Version: 4.0
      Category: devel
      Platform: darwin
      Maintainers: nomaintainer
      Description: processes output from building software
      Long Description: Autobuild is a package that process output from building software, primarily focused on packages using autoconf and automake, and then generate a HTML summary file, containing links to each build log. The output include project name, version, build host types (cross compile aware), compiler host name, date of build, and indication of success or failure. The output is indexed in many ways to simplify browsing.

      Homepage: http://josefsson.org/autobuild/
      Master Sites: http://download.savannah.gnu.org/releases/${name}/
      Checksums: md5 9219eb97fd5ba770c912937cb6e85db7 sha1 556cd12ad9d23a264a470ae63166c96980ee9faa rmd160 ce7a682d8ff956dfa1900d223f986a51a72175f6

      depends_lib path:bin/perl:perl5
      configure.perl ${prefix}/bin/perl

      post-configure {
      reinplace "s|#!/usr/bin/perl|#!${configure.perl}|" ${worksrcpath}/autobuild
      }

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.