https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257041
--- Comment #18 from commit-h...@freebsd.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=2cde3efd909901be11505bac4617e88ad1d7a34b commit 2cde3efd909901be11505bac4617e88ad1d7a34b Author: Neal Nelson <po...@nicandneal.net> AuthorDate: 2023-09-01 16:27:03 +0000 Commit: Muhammad Moinur Rahman <b...@freebsd.org> CommitDate: 2023-09-01 17:16:15 +0000 devel/py-lief: New Port The purpose of this project is to provide a cross platform library which can parse, modify and abstract ELF, PE and MachO formats. Main features: - Parsing: LIEF can parse ELF, PE, MachO, OAT, DEX, VDEX, ART and provides a user-friendly API to access to format internals. - Modify: LIEF enables to modify some parts of these formats - Abstract: Three formats have common features like sections, symbols, entry point... LIEF factors them. - API: LIEF can be used in C, C++ and Python WWW: https://github.com/lief-project/lief PR: 257041 devel/Makefile | 1 + devel/py-lief/Makefile (new) | 26 ++++++++++++++++++++++++++ devel/py-lief/distinfo (new) | 3 +++ devel/py-lief/pkg-descr (new) | 11 +++++++++++ devel/py-lief/pkg-plist (new) | 4 ++++ 5 files changed, 45 insertions(+) -- You are receiving this mail because: You are on the CC list for the bug.