| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
PR: 203997
Approved by: maintainer timeout (3 weeks)
Notes:
svn path=/head/; revision=401704
|
|
|
|
|
|
|
| |
extracted tarballs
Notes:
svn path=/head/; revision=400108
|
|
|
|
| |
Notes:
svn path=/head/; revision=400077
|
|
|
|
| |
Notes:
svn path=/head/; revision=371544
|
|
|
|
|
|
|
|
|
| |
PR: 193307
Submitted by: Gasol Wu
Approved by: maintainer
Notes:
svn path=/head/; revision=367692
|
|
|
|
|
|
|
| |
Noticed by: marino
Notes:
svn path=/head/; revision=349794
|
|
|
|
|
|
|
|
| |
PR: ports/187582
Submitted by: maintainer
Notes:
svn path=/head/; revision=348504
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
[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
|