pkgsrc/emulators/keystone/Makefile.common
kamil c3dc0c8470 keystone: py-keystone: Update to 0.9.1
upstream changelog
==================
Version 0.9.1
July 27, 2016

Core & tool

    Fix a segfault in kstool (on missing assembly input).
    kstool now allows to specify instruction address.
    Build Mac libraries in universal format by default.
    Add lib32 option to cross-compile to 32-bit *nix (on 64-bit system).
    Add lib_only option to only build libraries (skip kstool).
    New bindings: Haskell & OCaml.

X86

    Fix instructions: LJMP, LCALL, CDQE, SHR, SHL, SAR, SAL, LOOP, LOOPE, LOOPNE.
    Better handling a lot of tricky input caught by assert() before.
    Better support for Nasm syntax.

Arm

    Fix BLX instruction.

Python binding

    Better Python3 support.
    Expose @stat_count in KsError class when ks_asm() returns with error. See sample code in bindings/python/sample_asm_count.py

Go binding

    Fix Go binding for 32-bit
2018-02-19 00:52:28 +00:00

11 lines
314 B
Text

# $NetBSD: Makefile.common,v 1.3 2018/02/19 00:52:28 kamil Exp $
#
# used by emulators/py-keystone/Makefile
DISTNAME= keystone-0.9.1
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_GITHUB:=keystone-engine/}
HOMEPAGE= http://www.keystone-engine.org/
DISTINFO_FILE= ${.CURDIR}/../../emulators/keystone/distinfo