Bzr-gtk version 0.97.0 - How to Download and Install on Mac OS X
Sunday the 22nd of November, 2009

    bzr-gtk  most recent diff


    version 0.97.0

      View the most recent changes for the bzr-gtk port at: bzr-gtk.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for bzr-gtk.
      The raw portfile for bzr-gtk 0.97.0 is located here:
      http://bzr-gtk.darwinports.com/dports/devel/bzr-gtk/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-gtk


      The bzr-gtk Portfile 57375 2009-09-10 08:16:41Z ryandesign macports.org $

      PortSystem 1.0
      PortGroup python26 1.0

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

      Description: Various GTK+ frontends for bzr
      Long Description: A bzr plugin that contains various GTK+ frontends to different bzr commands.

      Homepage: http://bazaar-vcs.org/bzr-gtk
      Master Sites: http://launchpad.net/bzr-gtk/trunk/${version}/+download/

      Checksums: md5 b35d3d86c6e89e0a8d4039d948aa14fc sha1 21498b12a4cc6f5c51e81131da11d7e5a45158a4 rmd160 c87a690f9dd8b81907ca1d902b66a51fb2b0044b

      depends_lib-append port:bzr port:py26-gtk

      universal_variant no

      post-destroot {
      fs-traverse f "${destroot}${python.prefix}/bin ${destroot}${python.prefix}/share" {
      set pfile [string range $f [string length ${destroot}${python.prefix}] end]
      if {[file isdirectory $f]} {
      xinstall -d -m 0755 ${destroot}${prefix}${pfile}
      } else {
      ln -s ${python.prefix}${pfile} ${destroot}${prefix}${pfile}
      }
      }
      }

      livecheck.type regex
      livecheck.url ${homepage}
      livecheck.regex {bzr-gtk-(\d+(?:\.\d+)*).tar.gz}

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.