cflow version 1.0 for Mac OS X 10.5 Leopard
Saturday the 17th of May, 2008

    cflow  most recent diff


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



      # $Id: Portfile 20267 2006-11-01 01:45:51Z blair macports.org $

      PortSystem 1.0
      Name: cflow
      Version: 1.0
      Category: devel
      Maintainers: gnn freebsd.org
      Description: A program for generating call graphs from C code.
      Long Description: The cflow program is a tool which generates a call graph from C source files. It is most often used with a program like dot (from the graphviz package) in order to present visual graphs of the paths along which a piece of software may run.
      Homepage: http://www.gnu.org/software/cflow/
      master_sites gnu:cflow ftp://download.gnu.org.ua/pub/release/cflow/
      checksums md5 e24bdc01c9bf85a2bbd6dd2329aec363

      depends_lib port:gettext port:libiconv

      configure.args --infodir=${prefix}/share/info

      post-destroot {
      file delete ${destroot}${prefix}/share/info/dir
      }


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

     Where to find more information:

    Darwin Ports



    image test