cscope version 15.6 for Mac OS X 10.5 Leopard
Saturday the 17th of May, 2008

    cscope  most recent diff


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



      # $Id: Portfile 30181 2007-10-22 18:38:10Z mww macports.org $

      PortSystem 1.0

      Name: cscope
      Version: 15.6
      Category: devel
      Platform: darwin freebsd
      Maintainers: mww
      Description: development tool for browsing source code
      Long Description: Cscope is a developer's tool for browsing source code. It has an impeccable Unix pedigree, having been originally developed at Bell Labs back in the days of the PDP-11. Cscope was part of the official AT&T Unix distribution for many years, and has been used to manage projects involving 20 million lines of code.

      Homepage: http://cscope.sourceforge.net/
      master_sites sourceforge
      checksums sha1 f5f73dca1f223cf6905c09a7f0e8eb993fa5fd93

      patchfiles patch-constants.h

      depends_lib port:ncurses

      configure.args --mandir=${prefix}/share/man --with-flex --with-ncurses=${prefix}

      post-destroot {
      system "strip ${destroot}${prefix}/bin/cscope"
      }

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

     Where to find more information:

    Darwin Ports



    image test