Date: Tue, 18 Feb 2020 20:18:26 +0000 (UTC) From: Mateusz Piotrowski <0mp@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r526473 - in head/devel: . py-filebytes Message-ID: <202002182018.01IKIQDu032300@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: 0mp Date: Tue Feb 18 20:18:26 2020 New Revision: 526473 URL: https://svnweb.freebsd.org/changeset/ports/526473 Log: New port: devel/py-filebytes: Library to read and edit ELF, PE, Mach-O and OAT This is a dependency for required for Ropper. Added: head/devel/py-filebytes/ head/devel/py-filebytes/Makefile (contents, props changed) head/devel/py-filebytes/distinfo (contents, props changed) head/devel/py-filebytes/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue Feb 18 19:58:31 2020 (r526472) +++ head/devel/Makefile Tue Feb 18 20:18:26 2020 (r526473) @@ -4354,6 +4354,7 @@ SUBDIR += py-fastimport SUBDIR += py-fastnumbers SUBDIR += py-fbprophet + SUBDIR += py-filebytes SUBDIR += py-filemagic SUBDIR += py-first SUBDIR += py-five.formlib Added: head/devel/py-filebytes/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-filebytes/Makefile Tue Feb 18 20:18:26 2020 (r526473) @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= filebytes +DISTVERSION= 0.10.2 +CATEGORIES= devel python security +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= 0mp@FreeBSD.org +COMMENT= Library to read and edit ELF, PE, Mach-O and OAT + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYING + +USES= python +USE_PYTHON= autoplist distutils + +NO_ARCH= yes + +.include <bsd.port.mk> Added: head/devel/py-filebytes/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-filebytes/distinfo Tue Feb 18 20:18:26 2020 (r526473) @@ -0,0 +1,3 @@ +TIMESTAMP = 1582056509 +SHA256 (filebytes-0.10.2.tar.gz) = 764202f74d79e7587f04b6ad46f7c50485d8f32c4aeddd02200f1651a0892741 +SIZE (filebytes-0.10.2.tar.gz) = 20358 Added: head/devel/py-filebytes/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-filebytes/pkg-descr Tue Feb 18 20:18:26 2020 (r526473) @@ -0,0 +1,8 @@ +Python classes/types to read and edit the following file formats: + +- Executable and Linking Format (ELF), +- Portable Executable (PE) and +- MachO +- OAT (Android Runtime) + +WWW: https://scoding.de/filebytes-introduction/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002182018.01IKIQDu032300>