Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert part of last commit. This adds DragonFly support back. | Pawel Pekala | 2014-03-31 | 1 | -12/+5 |
| | | | | | | | Noticed by: marino Notes: svn path=/head/; revision=349794 | ||||
* | Update to version 2.1.1 | Pawel Pekala | 2014-03-17 | 5 | -31/+38 |
| | | | | | | | | PR: ports/187582 Submitted by: maintainer Notes: svn path=/head/; revision=348504 | ||||
* | devel/capstone: Add DragonFly support | John Marino | 2014-03-02 | 1 | -12/+6 |
| | | | | | | | | | | | | The makefile patch was strange in that it defined LIBDATADIR once unconditionally and then again conditionally. This could have been done via MAKE_ARGS and no patch at all. However, I changed the patch to a single definition that is true for "ports" regardless of the platform used (pkgconfig files always in libdata in ports). This allows port to build on DragonFly and no-op for FreeBSD. Notes: svn path=/head/; revision=346753 | ||||
* | devel/capstone: Multi-platform, multi-architecture disassembly framework ↵ | Kubilay Kocak | 2014-01-27 | 6 | -0/+124 |
[NEW PORT] Capstone is a lightweight multi-platform, multi-architecture disassembly framework. Features: * Supported architectures: ARM, ARM64 (aka ARMv8), Mips, PowerPC & X86 * Clean/simple/lightweight/intuitive architecture-neutral API * Provide details on disassembled instruction (called "decomposer") * Provide some semantics of the disassembled instruction, such as list of implicit registers read & written. * Implemented in pure C language, with bindings for Python, Ruby, C#, Java, GO, OCaml & Vala available. * Native support for Windows & *nix (including MacOSX, Linux, *BSD & Solaris) * Thread-safe by design * Distributed under the open source BSD license WWW: http://capstone-engine.org/ PR: ports/186102 Submitted by: Oliver Pinter <oliver.pntr@gmail.com> Notes: svn path=/head/; revision=341330 |