bzr version 1.1 for Mac OS X 10.5 Leopard
Monday the 12th of May, 2008

    bzr  most recent diff


      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 1.1 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
      Google
      Web Darwinports.com



      # $Id: Portfile 33713 2008-02-03 21:46:04Z ram macports.org $

      PortSystem 1.0
      PortGroup python25 1.0

      Name: bzr
      Version: 1.1
      revision 1
      Category: devel python
      Platform: darwin
      Maintainers: ram openmaintainer

      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 ${homepage}releases/src/

      checksums md5 10e9aed1c63227a5cb12f00b03d4ac37 sha1 a34af746c6c9fef5c8d063fab892e368aa7e74ab rmd160 1a57f127bb452aa842d6c1a41578cea964bc1bf3

      patchfiles patch-setup.py.diff

      depends_lib-append port:py25-paramiko port:py25-crypto port:py25-hashlib port:py25-zlib port:py25-bz2 port:py25-socket-ssl

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

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

      universal_variant no

    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



    image test