[121808] trunk/dports/devel

g5pw at macports.org g5pw at macports.org
Tue Jul 8 06:24:38 PDT 2014


Revision: 121808
          https://trac.macports.org/changeset/121808
Author:   g5pw at macports.org
Date:     2014-07-08 06:24:38 -0700 (Tue, 08 Jul 2014)
Log Message:
-----------
devel/voidwalker:
  new port

Added Paths:
-----------
    trunk/dports/devel/voidwalker/
    trunk/dports/devel/voidwalker/Portfile

Added: trunk/dports/devel/voidwalker/Portfile
===================================================================
--- trunk/dports/devel/voidwalker/Portfile	                        (rev 0)
+++ trunk/dports/devel/voidwalker/Portfile	2014-07-08 13:24:38 UTC (rev 121808)
@@ -0,0 +1,33 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8::et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+PortGroup           github 1.0
+PortGroup           python 1.0
+
+github.setup        dholm voidwalker 0.1.0 v
+
+maintainers         g5pw
+categories          devel
+description         A GDB toolbox for low-level debugging.
+long_description    (void)walker is a toolbox for GDB which provides utilities \
+                    for debugging software on an instruction level. It is \
+                    heavily influenced by the gdbinit by mammon_, elaine, fG! et \
+                    al. but opens up for a much more advanced solution by using \
+                    Python instead of GDB commands.
+platforms           darwin
+license             GPL-3
+
+python.default_version 27
+
+depends_lib-append  port:FlowUI
+
+checksums           rmd160  ef0dd9383b34d0a0b0a637edc36055666f2ffab7 \
+                    sha256  1bafb20064f2071b5df82a18e9feabdf1200f8395de6afa5bf10722676009390
+
+ notes              "Add the following line to your ~/.gdbinit to have it loaded\
+automatically whenever GDB is launched:
+
+    python from voidwalker import voidwalker
+
+The next time you start GDB you should see (void)walker being loaded."


Property changes on: trunk/dports/devel/voidwalker/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140708/8f5d022a/attachment.html>


More information about the macports-changes mailing list