class-dump version 3.1.2 for Mac OS X 10.5 Leopard
Monday the 12th of May, 2008

    class-dump  most recent diff


      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.1.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
      Google
      Web Darwinports.com



      # $Id: Portfile 33282 2008-01-22 15:58:55Z nox macports.org $

      PortSystem 1.0
      PortGroup xcode 1.0

      Name: class-dump
      Version: 3.1.2
      revision 1
      Category: devel
      Maintainers: waqar macports.org
      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 e8a90df57e4275b694c2c2222450cacf sha1 b027bbdc27daa2de42d878aa9129e83d87baf317 rmd160 f687b91069efaf72550891e383509d3e0bfaf26b

      worksrcdir ${distname}/src

      xcode.target ${name}

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

      Variant: universal {
      xcode.build.settings ARCHS="i386 ppc"
      xcode.destroot.settings ARCHS="i386 ppc"
      }

      livecheck.check 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



    image test