pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/emulators/keystone Import keystone-0.9 as emulators/ke...
details: https://anonhg.NetBSD.org/pkgsrc/rev/0cccc7cb1cad
branches: trunk
changeset: 348306:0cccc7cb1cad
user: kamil <kamil%pkgsrc.org@localhost>
date: Sat Jun 11 21:03:41 2016 +0000
description:
Import keystone-0.9 as emulators/keystone
Keystone is a lightweight multi-platform, multi-architecture assembler
framework.
It offers some unparalleled 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.
* Implemented in C/C++ languages, with bindings for Python, NodeJS, Ruby,
Go & Rust available.
* Native support for Windows & *nix (with Mac OSX, Linux, *BSD & Solaris
confirmed).
* Thread-safe by design.
* Open source - with a dual license.
Keystone is based on LLVM, but it goes much further with a lot more to offer.
Originally packaged in pkgsrc-wip by myself.
diffstat:
emulators/keystone/DESCR | 15 +++++++++++++++
emulators/keystone/Makefile | 15 +++++++++++++++
emulators/keystone/Makefile.common | 11 +++++++++++
emulators/keystone/PLIST | 13 +++++++++++++
emulators/keystone/distinfo | 6 ++++++
5 files changed, 60 insertions(+), 0 deletions(-)
diffs (80 lines):
diff -r e156891437db -r 0cccc7cb1cad emulators/keystone/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/keystone/DESCR Sat Jun 11 21:03:41 2016 +0000
@@ -0,0 +1,15 @@
+Keystone is a lightweight multi-platform, multi-architecture assembler
+framework.
+
+It offers some unparalleled 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.
+ * Implemented in C/C++ languages, with bindings for Python, NodeJS, Ruby,
+ Go & Rust available.
+ * Native support for Windows & *nix (with Mac OSX, Linux, *BSD & Solaris
+ confirmed).
+ * Thread-safe by design.
+ * Open source - with a dual license.
+
+Keystone is based on LLVM, but it goes much further with a lot more to offer.
diff -r e156891437db -r 0cccc7cb1cad emulators/keystone/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/keystone/Makefile Sat Jun 11 21:03:41 2016 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 2016/06/11 21:03:41 kamil Exp $
+
+.include "Makefile.common"
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+COMMENT= Multi-platform and multi-arch assembler framework
+
+USE_CMAKE= yes
+USE_LANGUAGES= c c++
+LICENSE= gnu-gpl-v2
+
+CMAKE_ARGS+= -DBUILD_SHARED_LIBS=ON
+CMAKE_ARGS+= -DLLVM_TARGETS_TO_BUILD=all
+
+.include "../../mk/bsd.pkg.mk"
diff -r e156891437db -r 0cccc7cb1cad emulators/keystone/Makefile.common
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/keystone/Makefile.common Sat Jun 11 21:03:41 2016 +0000
@@ -0,0 +1,11 @@
+# $NetBSD: Makefile.common,v 1.1 2016/06/11 21:03:41 kamil Exp $
+#
+# used by wip/py-keystone/Makefile
+
+DISTNAME= keystone-0.9
+CATEGORIES= emulators
+MASTER_SITES= ${MASTER_SITE_GITHUB:=keystone-engine/}
+
+HOMEPAGE= http://www.keystone-engine.org/
+
+DISTINFO_FILE= ${.CURDIR}/../../wip/keystone/distinfo
diff -r e156891437db -r 0cccc7cb1cad emulators/keystone/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/keystone/PLIST Sat Jun 11 21:03:41 2016 +0000
@@ -0,0 +1,13 @@
+@comment $NetBSD: PLIST,v 1.1 2016/06/11 21:03:41 kamil Exp $
+bin/kstool
+include/keystone/arm.h
+include/keystone/arm64.h
+include/keystone/hexagon.h
+include/keystone/keystone.h
+include/keystone/mips.h
+include/keystone/ppc.h
+include/keystone/sparc.h
+include/keystone/systemz.h
+include/keystone/x86.h
+lib/libkeystone.so
+lib/libkeystone.so.0
diff -r e156891437db -r 0cccc7cb1cad emulators/keystone/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/keystone/distinfo Sat Jun 11 21:03:41 2016 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2016/06/11 21:03:41 kamil Exp $
+
+SHA1 (keystone-0.9.tar.gz) = 9bfe72935fac94da371335fcb8efb895e8b14551
+RMD160 (keystone-0.9.tar.gz) = abbe90149236006c09c7e46c5e3f6057454b1b62
+SHA512 (keystone-0.9.tar.gz) = 170f8f73a7cdd8f049cda3fbc49b968d8ca8a524bbf8ca161a52be4f3c55003b7afd1df8fc118b7838a8484f6128d180f08f09d7a0dcb2c72c3d2009fd59684d
+Size (keystone-0.9.tar.gz) = 2878845 bytes
Home |
Main Index |
Thread Index |
Old Index