buildbot version 0.7.6 for Mac OS X 10.5 Leopard
Tuesday the 20th of May, 2008

    buildbot  most recent diff


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



      # $Id: Portfile 32183 2007-12-19 11:38:58Z ryandesign macports.org $

      PortSystem 1.0
      PortGroup python24 1.0

      Name: buildbot
      Version: 0.7.6
      Category: devel python
      Platform: darwin
      Maintainers: olv.bonnet free.fr
      Description: compile/test cycle automation system
      Long Description: The BuildBot is a system to automate the compile/test cycle required by most software projects to validate code changes.

      Homepage: http://buildbot.sf.net/
      master_sites sourceforge
      dist_subdir ${name}
      checksums md5 fb4e1f19e9c37fc0d9d72fed0dc94e41 sha1 f1c9693fefa6cc882387126e45cb0bdec8bce88c

      depends_lib-append port:py-twisted

      post-destroot {
      xinstall -m 644 ${worksrcpath}/README ${destroot}${prefix}/share/doc/${name}
      }

      test.run yes
      test.env PYTHONPATH=.
      test.cmd trial
      test.target buildbot.test

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

     Where to find more information:

    Darwin Ports



    image test