From owner-svn-ports-head@freebsd.org Thu Mar 5 14:24:58 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5850726AF76; Thu, 5 Mar 2020 14:24:58 +0000 (UTC) (envelope-from 0mp@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48YCgs4pMQz3HTV; Thu, 5 Mar 2020 14:24:57 +0000 (UTC) (envelope-from 0mp@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E07A3884B; Thu, 5 Mar 2020 14:24:56 +0000 (UTC) (envelope-from 0mp@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 025EOu8E046591; Thu, 5 Mar 2020 14:24:56 GMT (envelope-from 0mp@FreeBSD.org) Received: (from 0mp@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 025EOtY9046586; Thu, 5 Mar 2020 14:24:55 GMT (envelope-from 0mp@FreeBSD.org) Message-Id: <202003051424.025EOtY9046586@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: 0mp set sender to 0mp@FreeBSD.org using -f From: Mateusz Piotrowski <0mp@FreeBSD.org> Date: Thu, 5 Mar 2020 14:24:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r527835 - in head/devel: . py-cle py-cle/files X-SVN-Group: ports-head X-SVN-Commit-Author: 0mp X-SVN-Commit-Paths: in head/devel: . py-cle py-cle/files X-SVN-Commit-Revision: 527835 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Mar 2020 14:24:58 -0000 Author: 0mp Date: Thu Mar 5 14:24:55 2020 New Revision: 527835 URL: https://svnweb.freebsd.org/changeset/ports/527835 Log: New port: devel/py-cle CLE loads binaries and their associated libraries, resolves imports and provides an abstraction of process memory the same way as if it was loader by the OS's loader. WWW: https://github.com/angr/cle PR: 244562 Added: head/devel/py-cle/ head/devel/py-cle/Makefile (contents, props changed) head/devel/py-cle/distinfo (contents, props changed) head/devel/py-cle/files/ head/devel/py-cle/files/patch-setup.py (contents, props changed) head/devel/py-cle/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Mar 5 14:09:55 2020 (r527834) +++ head/devel/Makefile Thu Mar 5 14:24:55 2020 (r527835) @@ -4215,6 +4215,7 @@ SUBDIR += py-circuits SUBDIR += py-cjson SUBDIR += py-cld + SUBDIR += py-cle SUBDIR += py-cleo SUBDIR += py-cli-helpers SUBDIR += py-cliapp Added: head/devel/py-cle/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-cle/Makefile Thu Mar 5 14:24:55 2020 (r527835) @@ -0,0 +1,27 @@ +# $FreeBSD$ + +PORTNAME= cle +DISTVERSION= 8.20.1.7 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= 0mp@FreeBSD.org +COMMENT= Pythonic interface to analyze binary formats + +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>0:devel/py-cffi@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}minidump>0:devel/py-minidump@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pefile>0:devel/py-pefile@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pyelftools>0:devel/py-pyelftools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pyvex>0:security/py-pyvex@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}sortedcontainers>=2.0:devel/py-sortedcontainers@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist distutils + +NO_ARCH= yes + +.include Added: head/devel/py-cle/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-cle/distinfo Thu Mar 5 14:24:55 2020 (r527835) @@ -0,0 +1,3 @@ +TIMESTAMP = 1583415399 +SHA256 (cle-8.20.1.7.tar.gz) = 56909340143c929c1388f10bf6ca8b8ac731d586a679e0a9a75edad84af86e06 +SIZE (cle-8.20.1.7.tar.gz) = 94407 Added: head/devel/py-cle/files/patch-setup.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-cle/files/patch-setup.py Thu Mar 5 14:24:55 2020 (r527835) @@ -0,0 +1,10 @@ +--- setup.py.orig 2020-03-05 14:08:36 UTC ++++ setup.py +@@ -22,6 +22,6 @@ setup( + 'pyvex==8.20.1.7', + 'pefile', + 'sortedcontainers>=2.0', +- 'minidump==0.0.10', ++ 'minidump>=0.0.10', + ] + ) Added: head/devel/py-cle/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-cle/pkg-descr Thu Mar 5 14:24:55 2020 (r527835) @@ -0,0 +1,5 @@ +CLE loads binaries and their associated libraries, resolves imports and +provides an abstraction of process memory the same way as if it was loader +by the OS's loader. + +WWW: https://github.com/angr/cle