Version: 0.9.2, Package name: keystone-0.9.2 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Description Keystone is a lightweight multi-platform, multi-architecture assembler framework. Highlight features: - Multi-architecture, with support for Arm, Arm64 (AArch64/Armv8), Hexagon, Mips, PowerPC, Sparc, SystemZ, & X86 (include 16/32/64bit) - Clean/simple/lightweight/intuitive architecture-neutral API - Thread-safe by design |
Filesize: 4329.318 KB |
Version History (View Complete History) |
|
2021-10-29 15:46:31 by Stuart Henderson | Files touched by this commit (1) |
Log message: drop MODPY_VERSION for keystone/main. not sure this even needs python at build time, but anyway it's happy with py3. |
2021-07-14 05:10:47 by Jeremie Courreges-Anglas | Files touched by this commit (2) |
Log message: Mark as BROKEN-riscv64, architecture not supported |
2021-02-23 12:39:53 by Stuart Henderson | Files touched by this commit (743) |
Log message: Reverse the polarity of MODPY_VERSION; default is now 3.x, if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}. This commit doesn't change any versions currently used; it may be that some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those should be cleaned up in the course of updating ports where possible. Python module ports providing py3-* packages should still use FLAVOR=python3 so that we don't have a mixture of dependencies some using ${MODPY_FLAVOR} and others not. |
2020-08-07 03:59:58 by Jasper Lievisse Adriaanse | Files touched by this commit (8) |
Log message: - update to update to keystone-0.9.2 - switch to python3 |
2020-04-15 08:23:20 by Frederic Cambus | Files touched by this commit (3) |
Log message: Switch HOMEPAGE to HTTPS and drop maintainership. |
2018-04-08 14:43:05 by Remi Pointel | Files touched by this commit (13) |
Log message: add python bindings to keystone. ok fcambus@. |