Port details |
- py-lief Library to instrument executable formats
- 0.12.3 devel =2 0.12.3Version of this port present on the latest quarterly branch.
- Maintainer: ports@nicandneal.net
- Port Added: 2023-09-01 17:18:29
- Last Update: 2024-04-11 09:27:00
- Commit Hash: bc80854
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: APACHE20
- WWW:
- https://github.com/lief-project/lief
- Description:
- 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
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}lief>0:devel/py-lief@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-lief/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-lief
- pkg install py39-lief
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py39-lief listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-lief
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1705834470
SHA256 (lief-0.12.3.zip) = 62e81d2f1a827d43152aed12446a604627e8833493a51dca027026eed0ce7128
SIZE (lief-0.12.3.zip) = 16185043
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_py-lief
- USES:
- cmake:indirect python zip
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 6
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.12.3 11 Apr 2024 09:27:00 |
Max Brazhnikov (makc) |
*/*: clean up after swith to cmake:indirect |
0.12.3 11 Apr 2024 09:16:53 |
Max Brazhnikov (makc) |
*/*: convert to cmake:indirect
Convert bunch of ports to USES=cmake:indirect |
0.12.3 21 Jan 2024 11:51:30 |
Wen Heping (wen) |
devel/py-lief: Update to 0.12.3 and fix build with python-3.11
PR: 275494
Approved by: portmgr(blanket, fix build) |
0.11.5 14 Nov 2023 17:16:47 |
Po-Chuan Hsieh (sunpoet) |
devel/py-lief: Use PYPI instead of CHEESESHOP
Approved by: portmgr (blanket)
With hat: python |
0.11.5 15 Oct 2023 13:48:57 |
Daniel Engberg (diizzy) |
devel/py-lief: Correct build dependency of CMake
CMake binary is provided by devel/cmake-core not devel/cmake which
is a metaport
Approved by: portmgr (blanket) |
0.11.5 01 Sep 2023 17:16:15 |
Muhammad Moinur Rahman (bofh) Author: Neal Nelson |
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 |
Number of commits found: 6
|