Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Jan 2014 14:01:45 +0000 (UTC)
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r341409 - in head/devel: . py-capstone
Message-ID:  <201401271401.s0RE1jnY033335@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: koobs
Date: Mon Jan 27 14:01:44 2014
New Revision: 341409
URL: http://svnweb.freebsd.org/changeset/ports/341409
QAT: https://qat.redports.org/buildarchive/r341409/

Log:
  devel/py-capstone: Python bindings for the Capstone Disassembly Engine [NEW PORT]
  
  Python bindings for the Capstone Disassembly Engine
  
  Capstone is a disassembly framework with the target of becoming the ultimate
  disasm engine for binary analysis and reversing in the security community.
  
  WWW: http://www.capstone-engine.org

Added:
  head/devel/py-capstone/
  head/devel/py-capstone/Makefile   (contents, props changed)
  head/devel/py-capstone/distinfo   (contents, props changed)
  head/devel/py-capstone/pkg-descr   (contents, props changed)
  head/devel/py-capstone/pkg-plist   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Mon Jan 27 13:52:17 2014	(r341408)
+++ head/devel/Makefile	Mon Jan 27 14:01:44 2014	(r341409)
@@ -3523,6 +3523,7 @@
     SUBDIR += py-bluelet
     SUBDIR += py-boto
     SUBDIR += py-botocore
+    SUBDIR += py-capstone
     SUBDIR += py-cclib
     SUBDIR += py-celery
     SUBDIR += py-cffi

Added: head/devel/py-capstone/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-capstone/Makefile	Mon Jan 27 14:01:44 2014	(r341409)
@@ -0,0 +1,20 @@
+# Created by: Kubilay Kocak <koobs@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	capstone
+PORTVERSION=	2.0
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DIST_SUBDIR=	python	# Conflicts with devel/capstone distfile
+
+MAINTAINER=	koobs@FreeBSD.org
+COMMENT=	Python bindings for the Capstone Disassembly Engine
+
+LICENSE=	BSD3CLAUSE
+
+USE_PYTHON=		yes
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
+
+.include <bsd.port.mk>

Added: head/devel/py-capstone/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-capstone/distinfo	Mon Jan 27 14:01:44 2014	(r341409)
@@ -0,0 +1,2 @@
+SHA256 (python/capstone-2.0.tar.gz) = f68716cd82dbf30c8ee5db8ef18a9da88c0368d323f9e13f149a6e3da238a1ec
+SIZE (python/capstone-2.0.tar.gz) = 30176

Added: head/devel/py-capstone/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-capstone/pkg-descr	Mon Jan 27 14:01:44 2014	(r341409)
@@ -0,0 +1,6 @@
+Python bindings for the Capstone Disassembly Engine
+
+Capstone is a disassembly framework with the target of becoming the ultimate
+disasm engine for binary analysis and reversing in the security community.
+
+WWW: http://www.capstone-engine.org

Added: head/devel/py-capstone/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-capstone/pkg-plist	Mon Jan 27 14:01:44 2014	(r341409)
@@ -0,0 +1 @@
+@comment $FreeBSD$



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401271401.s0RE1jnY033335>