pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-capstone
Module Name: pkgsrc
Committed By: kamil
Date: Mon Jun 13 01:56:18 UTC 2016
Added Files:
pkgsrc/devel/py-capstone: DESCR Makefile PLIST
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-capstone/DESCR \
pkgsrc/devel/py-capstone/Makefile pkgsrc/devel/py-capstone/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/devel/py-capstone/DESCR
diff -u /dev/null pkgsrc/devel/py-capstone/DESCR:1.1
--- /dev/null Mon Jun 13 01:56:18 2016
+++ pkgsrc/devel/py-capstone/DESCR Mon Jun 13 01:56:18 2016
@@ -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.
Index: pkgsrc/devel/py-capstone/Makefile
diff -u /dev/null pkgsrc/devel/py-capstone/Makefile:1.1
--- /dev/null Mon Jun 13 01:56:18 2016
+++ pkgsrc/devel/py-capstone/Makefile Mon Jun 13 01:56:18 2016
@@ -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"
Index: pkgsrc/devel/py-capstone/PLIST
diff -u /dev/null pkgsrc/devel/py-capstone/PLIST:1.1
--- /dev/null Mon Jun 13 01:56:18 2016
+++ pkgsrc/devel/py-capstone/PLIST Mon Jun 13 01:56:18 2016
@@ -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