Class-dump version 3.2 - How to Download and Install on Mac OS X
Saturday the 7th of November, 2009

    class-dump  most recent diff


    version 3.2

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


      The class-dump Portfile 57753 2009-09-16 05:31:07Z jmr macports.org $

      PortSystem 1.0
      PortGroup xcode 1.0

      Name: class-dump
      Version: 3.2
      Category: devel
      Maintainers: waqar
      Description: Utility for examining the Objective-C segment of Mach-O files.
      Long Description: It generates declarations for the classes, categories and protocols. This is the same information provided by using 'otool -ov', but presented as normal Objective-C declarations.

      Homepage: http://www.codethecode.com/projects/class-dump/
      Master Sites: http://www.codethecode.com/download/

      Checksums: md5 4a0196bbbbaa0e3325ac1ade86b8655a sha1 7c69a128f17438d3db4cf7b6b65a3a4f731332bd rmd160 5bd09437d764ee4631cc1b7e7f1acc13be638f97

      worksrcdir ${distname}/src

      xcode.target all

      xcode.configuration Release
      xcode.destroot.path ${prefix}/bin

      if {${os.major} < 9} {
      pre-fetch {
      return -code error "$name requires Mac OS X 10.5 or later."
      }
      }

      livecheck.type regex
      livecheck.url ${homepage}release-notes.html
      livecheck.regex {Version (\d+(?:\.\d+)*) -}

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.