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

    version 2.0.0

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


      The bzr Portfile 58718 2009-10-03 09:50:45Z raimue macports.org $

      PortSystem 1.0
      PortGroup python26 1.0

      Name: bzr
      Version: 2.0.0
      set branch [join [lrange [split ${version} .] 0 1] .]
      Category: devel python
      Platform: darwin
      Maintainers: raimue

      Description: The next-generation distributed version control system
      Long Description: Bazaar is an open source distributed version control system that is powerful, friendly, and scalable. It manages trees of files and subdirectories, In particular, it records revisions of trees, representing their state at a particular point in time, and information about those revisions and their relationships. Recording and retrieving tree revisions is useful in several ways if you are writing software or documents or doing similar creative work.

      Homepage: http://bazaar-vcs.org/
      Master Sites: https://launchpad.net/${name}/${branch}/${version}/+download/

      Checksums: md5 2536b0ef26a5110692e7f32d5a3fd91b sha1 ed71f73229c1327e09ab2f26cd3870fd5570ba6a rmd160 14ce780c90d24a432221ff0ac7c4625e1d7eef86

      Patch Files: patch-setup.py.diff

      depends_lib-append port:py26-paramiko port:py26-crypto port:py26-curl port:py26-docutils port:py26-pyrex

      test.run yes
      test.cmd make
      test.target check

      post-destroot {
      ln -s ${python.prefix}/bin/bzr ${destroot}${prefix}/bin/
      ln -s ${python.prefix}/share/man/man1/bzr.1 ${destroot}${prefix}/share/man/man1
      xinstall -m 644 -W ${worksrcpath} INSTALL NEWS README TODO ${destroot}${prefix}/share/doc/${name}
      }

      universal_variant no

      livecheck.type regex
      livecheck.url ${homepage}
      livecheck.regex {Bazaar (\d+(?:\.\d+)*) was released}

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.