gccxml version 0.6.0 for Mac OS X 10.5 Leopard
Saturday the 17th of May, 2008

    gccxml  most recent diff


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



      # $Id: Portfile 32305 2007-12-23 23:31:45Z ryandesign macports.org $

      PortSystem 1.0

      Name: gccxml
      Version: 0.6.0
      Category: lang
      Platform: darwin
      Maintainers: nomaintainer
      Description: generates XML description of C++ code
      Long Description: generates an XML description of a C++ program from GCC's internal representation

      Homepage: http://www.gccxml.org/
      master_sites http://www.gccxml.org/files/v0.6/
      checksums sha1 efd9ef010e5b802e828e0d3c807d827e1ad82830

      depends_build port:cmake

      post-extract {
      file mkdir ${workpath}/build
      }

      configure {
      system "cd ${workpath}/build && cmake ${worksrcpath} -DCMAKE_INSTALL_PREFIX:PATH=${prefix}"
      }

      build.dir ${workpath}/build
      destroot.dir ${workpath}/build


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

     Where to find more information:

    Darwin Ports



    image test