Port details |
- pycdc Python bytecode disassembler and decompiler
- g20250704 devel
=2 g20240806Version of this port present on the latest quarterly branch. - Maintainer: tiago.gasiba@gmail.com
 - Port Added: 2024-08-07 00:18:06
- Last Update: 2025-08-28 15:59:03
- Commit Hash: abfb834
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
- License: GPLv3
- WWW:
- https://github.com/zrax/pycdc
- Description:
- NOTE: pycdc is also known as Decompyle++
Decompyle++ aims to translate compiled Python byte-code back into valid
and human-readable Python source code. While other projects have achieved
this with varied success, Decompyle++ is unique in that it seeks to
support byte-code from any version of Python.
Decompyle++ includes both a byte-code disassembler (pycdas) and a
decompiler (pycdc).
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/pycdc/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/pycdc
- pkg install pycdc
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: pycdc
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1755871902
SHA256 (zrax-pycdc-g20250704-a267bfb_GH0.tar.gz) = ffe748232fe56b6f6070b2c30e5dc7f70530dc26b78589dc0d2b8ea12ea5ca86
SIZE (zrax-pycdc-g20250704-a267bfb_GH0.tar.gz) = 371229
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
- ninja : devel/ninja
- Test dependencies:
-
- bash : shells/bash
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_pycdc
- USES:
- cmake compiler:c++11-lang python:env,test shebangfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 4
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
g20250704 28 Aug 2025 15:59:03
    |
Vladimir Druzenko (vvd)  Author: gatekeeper |
devel/pycdc: Update g20240806 => g20250704 (last commit)
Commit log:
https://github.com/zrax/pycdc/compare/48d1bfa...a267bfb
PR: 289004 |
g20240806 15 Aug 2024 11:47:42
    |
Po-Chuan Hsieh (sunpoet)  |
devel/pycdc: Add missing WWW
Approved by: portmgr (blanket) |
g20240806 10 Aug 2024 13:35:39
    |
Daniel Engberg (diizzy)  |
devel/pycdc: Various fixes
* Remove bash as build dependency
* Define USES= compiler:c++11-lang
* Define Python dependency for "make test" and env for build to
enable PYTHON vars when using USES= shebangfix
* Define bash as dependency for "make test"
* Use TEST_TARGET instead of do-test
Approved by: portmgr (blanket, build fix) |
g20240806 06 Aug 2024 23:59:19
    |
Vladimir Druzenko (vvd)  Author: gatekeeper |
devel/pycdc: New port: Python bytecode disassembler and decompiler
NOTE: pycdc is also known as Decompyle++.
Decompyle++ aims to translate compiled Python byte-code back into valid
and human-readable Python source code. While other projects have achieved
this with varied success, Decompyle++ is unique in that it seeks to
support byte-code from any version of Python.
Decompyle++ includes both a byte-code disassembler (pycdas) and a
decompiler (pycdc).
https://github.com/zrax/pycdc
PR: 280659 |
Number of commits found: 4
|