# -*- 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.4 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 19587bc3370400be35db2c84cf20db73cdfd5535 \ sha256 3f43a65cbfed489387c8feee00db2c9dbad5e96ce2b0be9d7f8df21a85f531cc python.versions 27 if {${name} ne ${subport}} { depends_build-append port:py${python.version}-setuptools livecheck.type none }