[145493] trunk/dports/python
khindenburg at macports.org
khindenburg at macports.org
Sun Feb 7 06:14:18 PST 2016
Revision: 145493
https://trac.macports.org/changeset/145493
Author: khindenburg at macports.org
Date: 2016-02-07 06:14:18 -0800 (Sun, 07 Feb 2016)
Log Message:
-----------
py-distorm: new port; required by volatility
Added Paths:
-----------
trunk/dports/python/py-distorm/
trunk/dports/python/py-distorm/Portfile
Added: trunk/dports/python/py-distorm/Portfile
===================================================================
--- trunk/dports/python/py-distorm/Portfile (rev 0)
+++ trunk/dports/python/py-distorm/Portfile 2016-02-07 14:14:18 UTC (rev 145493)
@@ -0,0 +1,34 @@
+# -*- 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 gdabah distorm 3.3.0 v
+set realname distorm
+name py-${realname}
+categories-append devel
+platforms darwin
+maintainers khindenburg openmaintainer
+license GPL-3
+
+description powerful disassembler library for x86/AMD64
+
+long_description \
+ diStorm3 is really a decomposer, which means it takes an instruction \
+ and returns a binary structure which describes it rather than static \
+ text, which is great for advanced binary code analysis.
+
+supported_archs noarch
+
+checksums rmd160 d220b8f25961e661e799848338df835c4a1b7baa \
+ sha256 1e87b361b52e2e085d2439e58bd263ec5bae9dde5372d61d368082ff73bd96bb
+
+python.versions 27
+
+if {${name} ne ${subport}} {
+ depends_build-append port:py${python.version}-setuptools
+
+ livecheck.type none
+}
Property changes on: trunk/dports/python/py-distorm/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/20160207/9275d4a1/attachment.html>
More information about the macports-changes
mailing list