Bug-buddy version 2.26.0 - How to Download and Install on Mac OS X
Saturday the 7th of November, 2009

    bug-buddy  most recent diff


    version 2.26.0

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


      # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
      The bug-buddy Portfile 57375 2009-09-10 08:16:41Z ryandesign macports.org $

      PortSystem 1.0

      Name: bug-buddy
      Version: 2.26.0
      set branch [join [lrange [split ${version} .] 0 1] .]
      Description: A graphical bug reporting tool.
      Long Description: This is a graphical bug reporting tool. It can extract debugging information from a core file or crashed application (via gnome_segv).
      Maintainers: devans openmaintainer
      Category: gnome
      Platform: darwin
      Homepage: http://www.gnome.org/
      Master Sites: gnome:sources/${name}/${branch}/

      Checksums: md5 f92663a1a819f83e3eb3004f9e8a687a sha1 6b96ea35d58b969fe0129af2bfb4aa144c207e6d rmd160 51dac975a5752c910928ddf07bab3bc9c0225649

      depends_lib port:libelf port:gnome-desktop port:gnome-menus port:evolution-data-server port:libgtop

      use_bzip2 yes

      configure.args --mandir=${prefix}/share/man --disable-scrollkeeper

      post-activate {
      system "${prefix}/bin/scrollkeeper-update"
      }

      livecheck.type regex
      livecheck.url http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
      livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.