[87983] trunk/dports/sysutils

jmr at macports.org jmr at macports.org
Wed Dec 14 23:26:15 PST 2011


Revision: 87983
          http://trac.macports.org/changeset/87983
Author:   jmr at macports.org
Date:     2011-12-14 23:26:13 -0800 (Wed, 14 Dec 2011)
Log Message:
-----------
New port: dwarf, a powerful object file manipulation tool (#28176)

Added Paths:
-----------
    trunk/dports/sysutils/dwarf/
    trunk/dports/sysutils/dwarf/Portfile

Added: trunk/dports/sysutils/dwarf/Portfile
===================================================================
--- trunk/dports/sysutils/dwarf/Portfile	                        (rev 0)
+++ trunk/dports/sysutils/dwarf/Portfile	2011-12-15 07:26:13 UTC (rev 87983)
@@ -0,0 +1,32 @@
+# $Id$
+
+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


Property changes on: trunk/dports/sysutils/dwarf/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111214/fed7a3d9/attachment.html>


More information about the macports-changes mailing list