Download and Install odcctools version 20061117 on Mac OS X
Wednesday the 3rd of December, 2008

    odcctools  most recent diff


    version 20061117

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



      # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
      # $Id: Portfile 42018 2008-11-13 16:31:37Z devans macports.org $

      PortSystem 1.0

      Name: odcctools
      Version: 20061117
      Category: devel
      Maintainers: nomaintainer
      Homepage: http://odcctools.macosforge.org/
      Platform: darwin

      Description: Darwin cctools build system.
      Long Description: The odcctools project is geared towards improving the Darwin cctools build system and code base to support Darwin development. Darwin cctools has several components, including the assembler odas(1), the static linker odld(1), various tools for manipulating and analyzing Mach-O and fat files, and support libraries.

      fetch.type svn
      svn.tag 150
      svn.url http://svn.macosforge.org/repository/${name}/trunk ${name}

      worksrcdir ${name}/${name}

      set od_extract ""
      extract {
      system "cd ${workpath}/${name} && ./extract.sh $od_extract"
      }

      depends_build bin:svn:subversion

      configure.args --mandir=${prefix}/share/man --program-prefix=od

      build.target default

      post-destroot {
      set mandir ${destroot}${prefix}/share/man/man1
      foreach manpage [glob -d ${mandir} *.1] {
      file rename ${manpage} [strsed ${manpage} "s%${mandir}/%${mandir}/od%"]
      }
      }

      Variant: nosdk description {Without SDK} {
      set od_extract "--nosdk"
      }

      platform darwin 7 {
      depends_build-append port:gnutar
      pre-extract {
      system "cd ${workpath}/${name} && patch -p0 < ${filespath}/patch-extract.sh"
      }
      }

      livecheck.check none

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.