[148038] trunk/dports/devel

raimue at macports.org raimue at macports.org
Mon Apr 25 03:01:44 PDT 2016


Revision: 148038
          https://trac.macports.org/changeset/148038
Author:   raimue at macports.org
Date:     2016-04-25 03:01:44 -0700 (Mon, 25 Apr 2016)
Log Message:
-----------
devel/voltron:
New port, version 0.1.4

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

Added: trunk/dports/devel/voltron/Portfile
===================================================================
--- trunk/dports/devel/voltron/Portfile	                        (rev 0)
+++ trunk/dports/devel/voltron/Portfile	2016-04-25 10:01:44 UTC (rev 148038)
@@ -0,0 +1,50 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+PortGroup           github 1.0
+PortGroup           python 1.0
+
+github.setup        snare voltron 0.1.4 v
+categories          devel python
+platforms           darwin
+license             MIT
+maintainers         raimue \
+                    openmaintainer
+
+description         A debugger UI
+long_description    Voltron is an extensible debugger UI toolkit written in \
+                    Python. It aims to improve the user experience of various \
+                    debuggers by enabling the attachment of utility views that \
+                    can retrieve and display data from the debugger host. By \
+                    running these views in other TTYs, you can build \
+                    a customised debugger user interface to suit your needs.
+
+checksums           rmd160  c2cfa01ecff61b5fd72dd7956a559241e6d9f515 \
+                    sha256  b812938a831846f00ee694855613007e70ce127415dbd00b162f8fec9e863657
+
+python.default_version 27
+
+depends_build-append port:py${python.version}-setuptools
+depends_lib-append   port:py${python.version}-scruffington \
+                     port:py${python.version}-flask \
+                     port:py${python.version}-flask-restful \
+                     port:py${python.version}-blessed \
+                     port:py${python.version}-pygments \
+                     port:py${python.version}-requests \
+                     port:py${python.version}-requests-unixsocket
+
+post-destroot {
+    xinstall -d -m 755 ${destroot}${prefix}/libexec/voltron
+    ln -s ${python.pkgd}/voltron/entry.py ${destroot}${prefix}/libexec/voltron/entry.py
+}
+
+notes "
+    To use voltron, you should also install gdb +python27 and configure your .gdbinit to load voltron automatically:
+        source ${prefix}/libexec/voltron/entry.py
+        voltron init
+        set disassembly-flavor intel
+
+    See the upstream documentation for details:
+        https://github.com/snare/voltron#quick-start
+"


Property changes on: trunk/dports/devel/voltron/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/20160425/e6d542cb/attachment.html>


More information about the macports-changes mailing list