Download and Install ecb version 2.32 on Mac OS X
Saturday the 19th of July, 2008

    ecb  most recent diff


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



      # $Id: Portfile 30853 2007-11-08 13:46:08Z nox macports.org $

      PortSystem 1.0

      Name: ecb
      Version: 2.32
      revision 1
      Category: editors
      Platform: darwin
      Maintainers: nox
      Description: Emacs Code Browser

      Long Description: While Emacs already has good editing support for many modes, its browsing support is somewhat lacking. That's where ECB comes in: it displays a number of informational windows that allow for easy source code navigation and overview.

      Homepage: http://ecb.sourceforge.net/
      master_sites sourceforge

      checksums md5 565b245f9e49e941214db256cf2b8e23 sha1 f396adbe2079ee8a314912f9920d4e4c363bc7e3 rmd160 e5361142bfc211a6389400536c034a32ae1998ec

      depends_build port:emacs port:speedbar port:eieio port:semantic
      depends_run port:emacs port:speedbar port:eieio port:semantic

      use_configure no

      build.args CEDET=

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

      foreach {dir} {ecb-images info-help} {
      copy ${worksrcpath}/${dir} ${destroot}${lispdir}
      }
      }

      universal_variant no

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

     Where to find more information:

    Darwin Ports



    image test