version 0.16b-r${svn.revision}
categories devel sysutils
description otool's bastard son
long_description otx stands for \"object tool extended\". otx uses \
otool(object tool) to disassemble a Mach-O executable file, then enhances \
the disassembled output. Simple enhancements include adding the machine code \
of each instruction and the offset of each instruction from the beginning of \
a function. More complicated enhancements include displaying the names and \
data types of Objective-C methods even if symbols have been stripped, and \
adding comments that describe member variables, function calls, static data \
homepage http://otx.osxninja.com/
svn.url http://otx.osxninja.com/builds/trunk/
xcode.configuration Release
move ${destroot}${applications_dir}/otx ${destroot}${prefix}/bin/
# depends on otool but that's not part of MacPorts
livecheck.regex Revision (\\d+):
livecheck.version ${svn.revision}