Port details |
- py-minidump Python library to parse Windows minidump file format
- 0.0.21 devel
=0 0.0.20Version of this port present on the latest quarterly branch. - Maintainer: 0mp@FreeBSD.org
 - Port Added: 2020-03-05 14:03:24
- Last Update: 2022-01-20 11:11:07
- Commit Hash: ee0b8f1
- Also Listed In: python
- License: MIT
- Description:
- Python library to parse and read Microsoft minidump file format. Can create
minidumps on Windows machines using the windows API (implemented with ctypes).
This module is primarily intended to be used as a library, however for the sake
of demonstrating its capabilities there is a command line tool implemented
called minidump. This tool has the following modes of operation:
- Console, for one-shot parsing and information retrieval.
- Shell, where a user may use an interactive command shell to get all info
(modules, threads, exceptions etc) and browse the virtual memory of the
process dumped (read/read int/read uint/move/peek/tell)
WWW: https://github.com/skelsec/minidump
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}minidump>0:devel/py-minidump@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-minidump/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-minidump
- pkg install py38-minidump
NOTE: This is a Python port. Instead of py38-minidump listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py38-minidump
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1642675817
SHA256 (minidump-0.0.21.tar.gz) = 83d612afb6c57727ebf38aca433b550f83f9f8c7c3b6562ad2ab97071fd85f3a
SIZE (minidump-0.0.21.tar.gz) = 58279
- 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:
-
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- Runtime dependencies:
-
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- This port is required by:
- for Run
-
- devel/py-cle
- Configuration Options:
- No options to configure
- Options name:
- devel_py-minidump
- USES:
- python:3.6+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 9
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
20 Jan 2022 11:11:07 0.0.21
|
Mateusz Piotrowski (0mp)  |
devel/py-minidump: Update to 0.0.21 |
05 Oct 2021 09:17:30 0.0.20
|
Mateusz Piotrowski (0mp)  |
devel/py-minidump: Update to 0.0.20 |
24 Jun 2021 11:24:38 0.0.18
|
Mateusz Piotrowski (0mp)  |
devel/py-minidump: Update to 0.0.18 |
15 Apr 2021 15:07:29 0.0.17
|
Mateusz Piotrowski (0mp)  |
devel/py-minidump: Update to 0.0.17 |
07 Apr 2021 08:09:01 0.0.13
|
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 0.0.13
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
30 Mar 2020 21:19:32
0.0.13
|
0mp  |
Update to 0.0.13
While here, fix COMMENT.
Reported by: portscout |
06 Mar 2020 21:57:02
0.0.12_1
|
0mp  |
Set USE_PYTHON=concurrent as port has console_scripts
Reported by: koobs |
05 Mar 2020 14:03:18
0.0.12
|
0mp  |
New port: devel/py-minidump
Python library to parse and read Microsoft minidump file format. Can create
minidumps on Windows machines using the windows API (implemented with
ctypes).
This module is primarily intended to be used as a library, however for the
sake of demonstrating its capabilities there is a command line tool
implemented called minidump. This tool has the following modes of
operation:
- Console, for one-shot parsing and information retrieval.
- Shell, where a user may use an interactive command shell to get all info
(modules, threads, exceptions etc) and browse the virtual memory of the
process dumped (read/read int/read uint/move/peek/tell)
WWW: https://github.com/skelsec/minidump
PR: 244562 |
Number of commits found: 9
|