Merge branch 'next' of https://github.com/aquynh/capstone into next

This commit is contained in:
Nguyen Anh Quynh 2014-01-28 11:15:24 +08:00
commit 937c2f70f6
2 changed files with 16 additions and 16 deletions

View File

@ -6,17 +6,17 @@ CATEGORIES= devel
MASTER_SITES= http://capstone-engine.org/download/2.0/
MAINTAINER= oliver.pntr@gmail.com
COMMENT= multi-platform, multi-architecture disassembly framework
COMMENT= Multi-platform, multi-architecture disassembly framework
LICENSE= BSD
LICENSE= BSD3CLAUSE
USES= gmake
USE_LDCONFIG= yes
MAKE_ENV= INSTALL_DATA="${INSTALL_DATA}"
MAKE_ENV+= INSTALL_LIBRARY="${INSTALL_DATA}"
MAKE_ENV= INSTALL_LIBRARY="${INSTALL_LIB}"
pre-install:
@${REINPLACE_CMD} -e '/libdir/s|/usr/ports/devel/capstone/work/stage||g' ${WRKSRC}/capstone.pc
post-build:
# The pkgconfig file is generated and points to stagedir
${REINPLACE_CMD} -e '/libdir/s|\(libdir=\)\(.*\)\(devel/capstone/work/stage\)|\1|g' ${WRKSRC}/capstone.pc
.include <bsd.port.mk>

View File

@ -1,16 +1,16 @@
Capstone is a lightweight multi-platform, multi-architecture disassembly framework.
Capstone is a lightweight multi-platform, multi-architecture disassembly
framework.
Features:
* Support hardware architectures: ARM, ARM64 (aka ARMv8), Mips, PowerPC & X86.
* Clean/simple/lightweight/intuitive architecture-neutral API.
* Provide details on disassembled instruction (called "decomposer" by others).
* 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
platforms).
* Thread-safe by design.
* Distributed under the open source BSD license.
* Native support for Windows & *nix (including MacOSX, Linux, *BSD & Solaris)
* Thread-safe by design
* Distributed under the open source BSD license
http://capstone-engine.org/
WWW: http://capstone-engine.org/