Treecc version 0.3.10 - How to Download and Install on Mac OS X
Sunday the 21st of March, 2010

    version 0.3.10

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


      The treecc Portfile 57375 2009-09-10 08:16:41Z ryandesign macports.org $

      PortSystem 1.0

      Name: treecc
      Version: 0.3.10
      Revision: 1
      Category: devel
      Maintainers: mww
      Platform: darwin
      license GPLv2
      Description: Manages generation of code to handle syntax trees.
      Long Description: The treecc program is designed to assist in the development of compilers and other language-based tools. It manages the generation of code to handle abstract syntax trees and operations upon the trees.
      Homepage: http://www.gnu.org/software/dotgnu/
      Master Sites: gnu:dotgnu/pnet freebsd macports
      Checksums: sha1 f905cb535559b0e2d04fa86da14de240f5b1e44f

      # version from git repository from Sept. 2 -- for 64 bit cleanness
      Patch Files: git-2009-09-02.diff
      patch.pre_args -p1

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

      post-destroot {
      xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
      xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING ChangeLog INSTALL NEWS README ${destroot}${prefix}/share/doc/${name}
      }

      test.run yes
      test.target check

      livecheck.type regex
      livecheck.url ${homepage}
      livecheck.regex treecc-(\[0-9\\.\]+)\\.


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

     Where to find more information:

    Darwin Ports



    Lightbox this page.