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
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details on branch 2022Q2
py-xdis Cross-Python bytecode Disassembler and Marshal routines
6.1.0 devel on this many watch lists=0 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 6.0.5Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2018-01-21 16:09:50
Last Update: 2024-03-31 03:06:53
Commit Hash: 48e5770
Also Listed In: python
License: GPLv2+
WWW:
https://github.com/rocky/python-xdis
Description:
The Python dis module allows you to disassemble bytecode from the same version of Python that you are running on. But what about bytecode from different versions? That's what this package is for. It can "marshal load" Python bytecodes from different versions of Python. The command-line routine pydisasm will show disassembly output using Python 3.6 disassembly conventions. Also, if you need to modfiy and write bytecode, the routines here can be of help. There are routines to pack and unpack the read-only tuples in Python's Code type. For interoperability between Python 2 and 3 we provide our own versions of the Code type, and we provide routines to reduce the tedium in writing a bytecode file. This package also has an extensive knowledge of Python bytecode magic numbers, including Pypy and others, and how to translate from sys_info major, minor, and release numbers to the corresponding magic value. So If you want to write a cross-version assembler, or an bytecode-level optimizer this package may also be useful. In addition to the kinds of instruction categorization that dis offers, we have additional categories for things that would be useful in such a bytecode optimizer.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

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}xdis>0:devel/py-xdis@${PY_FLAVOR}
To install the port:
cd /usr/ports/devel/py-xdis/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/py-xdis
  • pkg install py39-xdis
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-xdis listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py39-xdis
Package flavors (<flavor>: <package>)
  • py39: py39-xdis
distinfo:
TIMESTAMP = 1711466194 SHA256 (xdis-6.1.0.tar.gz) = 355fd36db210e9117167e0821e2bcc12ac3da8bcc15d52e1542ad422ad2629cc SIZE (xdis-6.1.0.tar.gz) = 401813

Packages (timestamps in pop-ups are UTC):
py37-xdis
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--5.0.6---5.0.6-
FreeBSD:13:quarterly--------
FreeBSD:14:latest--------
FreeBSD:14:quarterly--------
FreeBSD:15:latest--n/a-n/a---
FreeBSD:15:quarterly--n/a-n/a---
 

py39-xdis
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest6.1.06.1.0-6.1.06.1.0---
FreeBSD:13:quarterly6.1.06.1.06.0.56.1.06.1.06.0.56.0.56.0.5
FreeBSD:14:latest6.0.56.1.06.0.46.0.56.1.06.0.5-6.0.5
FreeBSD:14:quarterly6.0.56.1.0-6.0.56.1.06.0.56.0.56.0.5
FreeBSD:15:latest6.0.56.1.0n/a6.0.5n/a6.0.56.0.56.0.5
FreeBSD:15:quarterly--n/a-n/a---
 

Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py39-setuptools>=61.2 : devel/py-setuptools@py39
  2. py39-wheel>=0 : devel/py-wheel@py39
  3. python3.9 : lang/python39
  4. py39-build>=0 : devel/py-build@py39
  5. py39-installer>=0 : devel/py-installer@py39
Test dependencies:
  1. py39-pytest>=0 : devel/py-pytest@py39
  2. python3.9 : lang/python39
Runtime dependencies:
  1. py39-click>=0 : devel/py-click@py39
  2. py39-pygments>=0 : textproc/py-pygments@py39
  3. py39-six>=1.10.0 : devel/py-six@py39
  4. py39-term-background>=1.0.1 : deskutils/py-term-background@py39
  5. python3.9 : lang/python39
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
devel_py-xdis
USES:
python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/x/xdis/
  2. https://pypi.org/packages/source/x/xdis/
Collapse this list.

There are no commits on branch 2022Q2 for this port