# $Id: Portfile 87983 2011-12-15 07:26:13Z jmr@macports.org $

PortSystem          1.0

name                dwarf
version             0.3.0
categories          sysutils
license             GPL-2+
platforms           darwin
maintainers         cryptolab.net:xnando
description         a little and powerful object file manipulation tool
long_description    dwarf-ng is a powerful object file manipulation tools in \
                    the spirit of gdb. with dwarf-ng you can read and edit \
                    all the file's section headers as well as the raw data. \
                    With dwarf-ng you can create and customize new file's \
                    header and it can be used as a compiler back-end to \
                    create executables/object files. dwarf-ng also permits \
                    to inject easily new headers and pieces of code/data \
                    into the file. dwarf-ng currently handles Raw, ELF \
                    (Elf32, Elf64), PE (Portable executables PE32, PE+) and \
                    Mach-O (OS X executables 32&64bit) files format. In the \
                    future new files type will be added.
homepage            http://code.google.com/p/dwarf-ng/
master_sites        http://download.savannah.gnu.org/releases/dwarf-ng/

checksums           md5     c67148b14cec1712732e0aa30e478726 \
                    sha1    19a69424bd208741a325a4fc0e791a516c3bc8bc \
                    rmd160  255040679c50046e6c1ecf5f3c806c886b3db573

depends_lib         port:readline
depends_build       port:flex \
                    port:bison
