aboutsummaryrefslogtreecommitdiff
path: root/devel/capstone
Commit message (Collapse)AuthorAgeFilesLines
* Update to 3.0.4Antoine Brodin2015-11-153-7/+11
| | | | | | | | PR: 203997 Approved by: maintainer timeout (3 weeks) Notes: svn path=/head/; revision=401704
* Unbreak fetch by swithing to USE_GITHUB, there is no diff between theAntoine Brodin2015-10-242-4/+4
| | | | | | | extracted tarballs Notes: svn path=/head/; revision=400108
* Mark as broken: does not fetchBaptiste Daroussin2015-10-241-0/+1
| | | | Notes: svn path=/head/; revision=400077
* Cleanup plistBaptiste Daroussin2014-10-271-1/+0
| | | | Notes: svn path=/head/; revision=371544
* Update to 2.1.2Tilman Keskinoz2014-09-085-71/+5
| | | | | | | | | PR: 193307 Submitted by: Gasol Wu Approved by: maintainer Notes: svn path=/head/; revision=367692
* Revert part of last commit. This adds DragonFly support back.Pawel Pekala2014-03-311-12/+5
| | | | | | | Noticed by: marino Notes: svn path=/head/; revision=349794
* Update to version 2.1.1Pawel Pekala2014-03-175-31/+38
| | | | | | | | PR: ports/187582 Submitted by: maintainer Notes: svn path=/head/; revision=348504
* devel/capstone: Add DragonFly supportJohn Marino2014-03-021-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 Kocak2014-01-276-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