notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Remember
I remember
2024-11-06 Today brought in a new category: filesystems. Sadly, the website did not process it well. I am working on that. It may take a few days.
2024-11-07 Commit processing is halted. I have a fix for the new category. It is making its way through the system.
UPDATE: the backend is processing the original filesystems commit now. It should take about an hour.
UPDATE: as of 20:30 UTC, the filesystems commit has been processed. Commit processing is now up to date.
Port details
pycdc Python bytecode disassembler and decompiler
g20240806 devel on this many watch lists=2 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one.
Maintainer: tiago.gasiba@gmail.com search for ports maintained by this maintainer
Port Added: 2024-08-07 00:18:06
Last Update: 2024-08-15 11:47:42
Commit Hash: 3578530
People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-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).
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (5 items)
Collapse this list.
  1. bin/pycdas
  2. bin/pycdc
  3. /usr/local/share/licenses/pycdc-g20240806/catalog.mk
  4. /usr/local/share/licenses/pycdc-g20240806/LICENSE
  5. /usr/local/share/licenses/pycdc-g20240806/GPLv3
Collapse this list.
Dependency lines:
  • pycdc>0:devel/pycdc
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 = 1722986793 SHA256 (zrax-pycdc-g20240806-48d1bfa_GH0.tar.gz) = 9cf11b5ed82f0527335bd83eb08f1c74c82430fa909d7168d9aabda651ab2d2a SIZE (zrax-pycdc-g20240806-48d1bfa_GH0.tar.gz) = 365803

Packages (timestamps in pop-ups are UTC):
pycdc
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latestg20240806g20240806-g20240806g20240806---
FreeBSD:13:quarterlyg20240806g20240806-g20240806g20240806---
FreeBSD:14:latestg20240806g20240806-g20240806g20240806---
FreeBSD:14:quarterlyg20240806g20240806-g20240806g20240806---
FreeBSD:15:latestg20240806g20240806n/ag20240806n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. cmake : devel/cmake-core
  2. ninja : devel/ninja
Test dependencies:
  1. bash : shells/bash
  2. 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:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/zrax/pycdc/tar.gz/48d1bfa?dummy=/
Collapse this list.

Number of commits found: 3

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
g20240806
15 Aug 2024 11:47:42
commit hash: 35785306b324ed02375507c4177b6eda45196e16commit hash: 35785306b324ed02375507c4177b6eda45196e16commit hash: 35785306b324ed02375507c4177b6eda45196e16commit hash: 35785306b324ed02375507c4177b6eda45196e16 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/pycdc: Add missing WWW

Approved by:	portmgr (blanket)
g20240806
10 Aug 2024 13:35:39
commit hash: 3c2460a20bf5b91519df82352858c6cf8215eed2commit hash: 3c2460a20bf5b91519df82352858c6cf8215eed2commit hash: 3c2460a20bf5b91519df82352858c6cf8215eed2commit hash: 3c2460a20bf5b91519df82352858c6cf8215eed2 files touched by this commit
Daniel Engberg (diizzy) search for other commits by this committer
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
commit hash: 3b5336de74e52f5e2ac15fa8def3cfdfcd61b3e3commit hash: 3b5336de74e52f5e2ac15fa8def3cfdfcd61b3e3commit hash: 3b5336de74e52f5e2ac15fa8def3cfdfcd61b3e3commit hash: 3b5336de74e52f5e2ac15fa8def3cfdfcd61b3e3 files touched by this commit
Vladimir Druzenko (vvd) search for other commits by this committer
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: 3