pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-capstone Import Python bindings of devel/caps...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c25805fec22a
branches:  trunk
changeset: 348399:c25805fec22a
user:      kamil <kamil%pkgsrc.org@localhost>
date:      Mon Jun 13 01:56:18 2016 +0000

description:
Import Python bindings of devel/capstone 3.0.4 as devel/py-capstone

Capstone is a disassembly framework with the target of becoming
the ultimate disasm engine for binary analysis and reversing in
the security community.

Capstone supports multiple hardware architectures, including ARM,
ARM64 (ARMv8), Mips, PPC, Sparc, SystemZ, XCore and X86 (including
X86_64).

This package ships with Python bindings.

diffstat:

 devel/py-capstone/DESCR    |   9 +++++++
 devel/py-capstone/Makefile |  15 +++++++++++++
 devel/py-capstone/PLIST    |  53 ++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 77 insertions(+), 0 deletions(-)

diffs (89 lines):

diff -r 6350f23f4f28 -r c25805fec22a devel/py-capstone/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-capstone/DESCR   Mon Jun 13 01:56:18 2016 +0000
@@ -0,0 +1,9 @@
+Capstone is a disassembly framework with the target of becoming
+the ultimate disasm engine for binary analysis and reversing in
+the security community.
+
+Capstone supports multiple hardware architectures, including ARM,
+ARM64 (ARMv8), Mips, PPC, Sparc, SystemZ, XCore and X86 (including
+X86_64).
+
+This package ships with Python bindings.
diff -r 6350f23f4f28 -r c25805fec22a devel/py-capstone/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-capstone/Makefile        Mon Jun 13 01:56:18 2016 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 2016/06/13 01:56:18 kamil Exp $
+
+.include "../../devel/capstone/Makefile.common"
+
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES+=   python
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Python bin
+LICENSE=       modified-bsd
+
+PYSETUPSUBDIR= bindings/python
+
+.include "../../lang/python/distutils.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 6350f23f4f28 -r c25805fec22a devel/py-capstone/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-capstone/PLIST   Mon Jun 13 01:56:18 2016 +0000
@@ -0,0 +1,53 @@
+@comment $NetBSD: PLIST,v 1.1 2016/06/13 01:56:18 kamil Exp $
+${PYSITELIB}/${EGG_FILE}
+${PYSITELIB}/capstone/__init__.py
+${PYSITELIB}/capstone/__init__.pyc
+${PYSITELIB}/capstone/__init__.pyo
+${PYSITELIB}/capstone/arm.py
+${PYSITELIB}/capstone/arm.pyc
+${PYSITELIB}/capstone/arm.pyo
+${PYSITELIB}/capstone/arm64.py
+${PYSITELIB}/capstone/arm64.pyc
+${PYSITELIB}/capstone/arm64.pyo
+${PYSITELIB}/capstone/arm64_const.py
+${PYSITELIB}/capstone/arm64_const.pyc
+${PYSITELIB}/capstone/arm64_const.pyo
+${PYSITELIB}/capstone/arm_const.py
+${PYSITELIB}/capstone/arm_const.pyc
+${PYSITELIB}/capstone/arm_const.pyo
+${PYSITELIB}/capstone/mips.py
+${PYSITELIB}/capstone/mips.pyc
+${PYSITELIB}/capstone/mips.pyo
+${PYSITELIB}/capstone/mips_const.py
+${PYSITELIB}/capstone/mips_const.pyc
+${PYSITELIB}/capstone/mips_const.pyo
+${PYSITELIB}/capstone/ppc.py
+${PYSITELIB}/capstone/ppc.pyc
+${PYSITELIB}/capstone/ppc.pyo
+${PYSITELIB}/capstone/ppc_const.py
+${PYSITELIB}/capstone/ppc_const.pyc
+${PYSITELIB}/capstone/ppc_const.pyo
+${PYSITELIB}/capstone/sparc.py
+${PYSITELIB}/capstone/sparc.pyc
+${PYSITELIB}/capstone/sparc.pyo
+${PYSITELIB}/capstone/sparc_const.py
+${PYSITELIB}/capstone/sparc_const.pyc
+${PYSITELIB}/capstone/sparc_const.pyo
+${PYSITELIB}/capstone/systemz.py
+${PYSITELIB}/capstone/systemz.pyc
+${PYSITELIB}/capstone/systemz.pyo
+${PYSITELIB}/capstone/sysz_const.py
+${PYSITELIB}/capstone/sysz_const.pyc
+${PYSITELIB}/capstone/sysz_const.pyo
+${PYSITELIB}/capstone/x86.py
+${PYSITELIB}/capstone/x86.pyc
+${PYSITELIB}/capstone/x86.pyo
+${PYSITELIB}/capstone/x86_const.py
+${PYSITELIB}/capstone/x86_const.pyc
+${PYSITELIB}/capstone/x86_const.pyo
+${PYSITELIB}/capstone/xcore.py
+${PYSITELIB}/capstone/xcore.pyc
+${PYSITELIB}/capstone/xcore.pyo
+${PYSITELIB}/capstone/xcore_const.py
+${PYSITELIB}/capstone/xcore_const.pyc
+${PYSITELIB}/capstone/xcore_const.pyo



Home | Main Index | Thread Index | Old Index