pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Import keystone-0.9 as wip/keystone.
Module Name: pkgsrc-wip
Committed By: Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By: kamil
Date: Wed Jun 1 07:48:36 2016 +0200
Changeset: a944fc9f3a5391f693b6e67249071bddc6b39124
Added Files:
keystone/DESCR
keystone/Makefile
keystone/PLIST
keystone/distinfo
Log Message:
Import keystone-0.9 as wip/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.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a944fc9f3a5391f693b6e67249071bddc6b39124
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
keystone/DESCR | 15 +++++++++++++++
keystone/Makefile | 15 +++++++++++++++
keystone/PLIST | 12 ++++++++++++
keystone/distinfo | 6 ++++++
4 files changed, 48 insertions(+)
diffs:
diff --git a/keystone/DESCR b/keystone/DESCR
new file mode 100644
index 0000000..85fc6f2
--- /dev/null
+++ b/keystone/DESCR
@@ -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 --git a/keystone/Makefile b/keystone/Makefile
new file mode 100644
index 0000000..9de2117
--- /dev/null
+++ b/keystone/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD$
+
+DISTNAME= keystone-0.9
+CATEGORIES= emulators
+MASTER_SITES= ${MASTER_SITE_GITHUB:=keystone-engine/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://www.keystone-engine.org/
+COMMENT= Multi-platform and multi-arch assembler framework
+LICENSE= gnu-gpl-v2
+
+USE_CMAKE= yes
+USE_LANGUAGES= c c++
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/keystone/PLIST b/keystone/PLIST
new file mode 100644
index 0000000..205c8d4
--- /dev/null
+++ b/keystone/PLIST
@@ -0,0 +1,12 @@
+@comment $NetBSD$
+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.a
diff --git a/keystone/distinfo b/keystone/distinfo
new file mode 100644
index 0000000..a3486e2
--- /dev/null
+++ b/keystone/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+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