Download and Install speedbar version 0.14beta4 on Mac OS X
Monday the 8th of September, 2008

    speedbar  most recent diff


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



      # $Id: Portfile 33240 2008-01-22 03:50:41Z nox macports.org $

      PortSystem 1.0

      Name: speedbar
      Version: 0.14beta4
      Category: editors
      Platform: darwin
      Maintainers: nox
      Description: Floating Everything Browser

      Long Description: Speedbar is an Emacs Lisp program which allows you to create a special skinny frame with a specialized directory listing in it. This listing will have both directories and filtered files in it. You can then load files into your emacs frame, or expand the files to display all the tags that are in them and jump to those tags. You can also expand multiple directories into your speedbar frame.

      Homepage: http://cedet.sourceforge.net/speedbar.shtml
      master_sites sourceforge:cedet

      checksums md5 bfda4dfb0b30b1f9c1162347cb7c69fb sha1 58b246bab82d475c452ce3dea5a1d404ed1eca1f rmd160 0c6845fec1bc3bd8fc4c1076ad5d8bd047a9c7da

      depends_build port:emacs

      depends_run port:emacs

      use_configure no

      build.target-append opt

      destroot {
      set lispdir ${prefix}/share/emacs/site-lisp
      xinstall -d ${destroot}${lispdir}
      eval xinstall -m 0644 [glob -directory ${worksrcpath} *.el *.elc] ${destroot}${lispdir}
      }

      universal_variant no

      livecheck.check regex
      livecheck.regex "${name} (\\d+(?:\\.\\d+)(?:(?:alpha|beta)\\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/speedbar
      % sudo port install speedbar
      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 speedbar
      ---> Verifying checksum for speedbar
      ---> Extracting speedbar
      ---> Configuring speedbar
      ---> Building speedbar with target all
      ---> Staging speedbar into destroot
      ---> Installing speedbar
    - 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 speedbar with these commands:
      %  man speedbar
      % apropos speedbar
      % which speedbar
      % locate speedbar

     Where to find more information:

    Darwin Ports



    image test