Port details |
- py-xdis Cross-Python bytecode Disassembler and Marshal routines
- 6.1.2 devel =2 6.1.1Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2018-01-21 16:09:50
- Last Update: 2024-11-21 13:38:19
- Commit Hash: 9f0aa7e
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- 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.
- ¦ ¦ ¦ ¦
- 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 py311-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 py311-xdis listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-xdis
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1731679316
SHA256 (xdis-6.1.2.tar.gz) = b297896de1498350c6c1245de6007800e74f215fd0b55f5e088d23dbac44901e
SIZE (xdis-6.1.2.tar.gz) = 434515
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:
-
- py311-setuptools>=61.2 : devel/py-setuptools@py311
- py311-wheel>=0 : devel/py-wheel@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- py311-pytest>=0 : devel/py-pytest@py311
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-click>=0 : devel/py-click@py311
- py311-six>=1.10.0 : devel/py-six@py311
- python3.11 : lang/python311
- This port is required by:
- for Run
-
- devel/decompyle3
- devel/py-xasm
Configuration Options:
- No options to configure
- Options name:
- devel_py-xdis
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
6.1.2 21 Nov 2024 13:38:19 |
Po-Chuan Hsieh (sunpoet) |
devel/py-xdis: Update to 6.1.2
Changes: https://github.com/rocky/python-xdis/releases |
6.1.1 24 Jul 2024 11:44:47 |
Po-Chuan Hsieh (sunpoet) |
devel/py-xdis: Update to 6.1.1
- Add GitHub to MASTER_SITES
Changes: https://github.com/rocky/python-xdis/releases |
6.1.0 31 Mar 2024 03:06:53 |
Po-Chuan Hsieh (sunpoet) |
devel/py-xdis: Update to 6.1.0
- Convert to USE_PYTHON=pep517
Changes: https://github.com/rocky/python-xdis/releases |
6.0.5 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
6.0.5 30 Jan 2023 13:00:05 |
Po-Chuan Hsieh (sunpoet) |
devel/py-xdis: Update to 6.0.5
Changes: https://github.com/rocky/python-xdis/releases |
6.0.4 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
6.0.4 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
6.0.4 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
6.0.4 22 May 2022 04:37:27 |
Po-Chuan Hsieh (sunpoet) |
devel/py-xdis: Update to 6.0.4
Changes: https://github.com/rocky/python-xdis/releases |
6.0.3 28 Feb 2022 12:46:19 |
Po-Chuan Hsieh (sunpoet) |
devel/py-xdis: Update to 6.0.3
Changes: https://github.com/rocky/python-xdis/releases |
5.0.13 27 Sep 2021 15:55:59 |
Po-Chuan Hsieh (sunpoet) |
devel/py-xdis: Update to 5.0.13
Changes: https://github.com/rocky/python-xdis/releases |
5.0.12 21 Sep 2021 03:44:45 |
Po-Chuan Hsieh (sunpoet) |
devel/py-xdis: Update to 5.0.12
Changes: https://github.com/rocky/python-xdis/releases |
5.0.11 06 Jul 2021 19:17:01 |
Po-Chuan Hsieh (sunpoet) |
devel/py-xdis: Update to 5.0.11
Changes: https://github.com/rocky/python-xdis/releases |
5.0.10 20 Jun 2021 16:16:02 |
Po-Chuan Hsieh (sunpoet) |
devel/py-xdis: Update to 5.0.10
Changes: https://github.com/rocky/python-xdis/releases |
5.0.9 25 Apr 2021 20:35:30 |
Po-Chuan Hsieh (sunpoet) |
devel/py-xdis: Update to 5.0.9
Changes: https://github.com/rocky/python-xdis/releases |
5.0.8 18 Apr 2021 05:43:40 |
Po-Chuan Hsieh (sunpoet) |
devel/py-xdis: Update to 5.0.8
Changes: https://github.com/rocky/python-xdis/releases |
5.0.7 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
5.0.7 26 Jan 2021 17:28:35 |
sunpoet |
Update to 5.0.7
- Update WWW
Changes: https://github.com/rocky/python-xdis/releases |
5.0.6 10 Jan 2021 23:13:46 |
sunpoet |
Fix BUILD_DEPENDS |
5.0.6 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
5.0.6 19 Dec 2020 20:10:13 |
sunpoet |
Update to 5.0.6
Changes: https://github.com/rocky/python-xdis/releases |
5.0.5 08 Nov 2020 17:20:14 |
sunpoet |
Update to 5.0.5
Changes: https://github.com/rocky/python-xdis/releases |
5.0.4 05 Sep 2020 10:10:10 |
sunpoet |
Update to 5.0.4
Changes: https://github.com/rocky/python-xdis/releases |
5.0.3 08 Aug 2020 10:20:13 |
sunpoet |
Update to 5.0.3
Changes: https://github.com/rocky/python-xdis/releases |
5.0.2 30 Jul 2020 09:51:16 |
sunpoet |
Update to 5.0.2
Changes: https://github.com/rocky/python-xdis/releases |
5.0.1 08 Jul 2020 19:01:26 |
sunpoet |
Update to 5.0.1
Changes: https://github.com/rocky/python-xdis/releases |
5.0.0 29 Jun 2020 16:15:57 |
sunpoet |
Update to 5.0.0
Changes: https://github.com/rocky/python-xdis/releases |
4.7.0 15 Jun 2020 18:49:23 |
sunpoet |
Update to 4.7.0
Changes: https://github.com/rocky/python-xdis/releases |
4.6.1 31 May 2020 18:17:48 |
sunpoet |
Update to 4.6.1
Changes: https://github.com/rocky/python-xdis/releases |
4.6.0 21 May 2020 04:58:50 |
sunpoet |
Update to 4.6.0
Changes: https://github.com/rocky/python-xdis/releases |
4.5.1 02 May 2020 01:38:47 |
sunpoet |
Update to 4.5.1
Changes: https://github.com/rocky/python-xdis/releases |
4.2.4 31 Mar 2020 23:03:31 |
sunpoet |
Update to 4.2.4
Changes: https://github.com/rocky/python-xdis/releases |
4.2.3 28 Mar 2020 12:54:08 |
sunpoet |
Update to 4.2.3
Changes: https://github.com/rocky/python-xdis/releases |
4.2.2 29 Dec 2019 12:55:19 |
sunpoet |
Update to 4.2.2
Changes: https://github.com/rocky/python-xdis/releases
https://github.com/rocky/python-xdis/blob/master/NEWS.md |
4.2.1 28 Dec 2019 07:31:00 |
sunpoet |
Update to 4.2.1
Changes: https://github.com/rocky/python-xdis/releases
https://github.com/rocky/python-xdis/blob/master/NEWS.md |
4.2.0 12 Dec 2019 13:46:09 |
sunpoet |
Update to 4.2.0
Changes: https://github.com/rocky/python-xdis/releases
https://github.com/rocky/python-xdis/blob/master/NEWS.md |
4.1.3 08 Dec 2019 17:03:23 |
sunpoet |
Update to 4.1.3
Changes: https://github.com/rocky/python-xdis/releases
https://github.com/rocky/python-xdis/blob/master/NEWS.md |
4.1.2 31 Oct 2019 14:49:44 |
sunpoet |
Update to 4.1.2
Changes: https://github.com/rocky/python-xdis/releases
https://github.com/rocky/python-xdis/blob/master/NEWS.md |
4.1.1 30 Oct 2019 15:40:59 |
sunpoet |
Update to 4.1.1
Changes: https://github.com/rocky/python-xdis/releases
https://github.com/rocky/python-xdis/blob/master/NEWS.md |
4.1.0 20 Oct 2019 17:11:37 |
sunpoet |
Update to 4.1.0
Changes: https://github.com/rocky/python-xdis/releases
https://github.com/rocky/python-xdis/blob/master/NEWS.md |
4.0.4 03 Oct 2019 19:27:29 |
sunpoet |
Update to 4.0.4
Changes: https://github.com/rocky/python-xdis/releases
https://github.com/rocky/python-xdis/blob/master/NEWS.md |
4.0.3 27 Jul 2019 11:54:42 |
sunpoet |
Update to 4.0.3
Changes: https://github.com/rocky/python-xdis/releases
https://github.com/rocky/python-xdis/blob/master/NEWS.md |
4.0.2 13 Jun 2019 15:48:59 |
sunpoet |
Update to 4.0.2
Changes: https://github.com/rocky/python-xdis/releases
https://github.com/rocky/python-xdis/blob/master/NEWS.md |
4.0.1 12 May 2019 20:10:05 |
sunpoet |
Update to 4.0.1
Changes: https://github.com/rocky/python-xdis/releases
https://github.com/rocky/python-xdis/blob/master/NEWS.md |
4.0.0 10 Apr 2019 20:28:51 |
sunpoet |
Update to 4.0.0
Changes: https://github.com/rocky/python-xdis/releases
https://github.com/rocky/python-xdis/blob/master/NEWS.md |
3.9.1_1 10 Apr 2019 06:18:32 |
antoine |
Bump a few PORTREVISIONs after r498529
With hat: portmgr |
3.9.1 05 Apr 2019 22:44:09 |
sunpoet |
Update to 3.9.1
Changes: https://github.com/rocky/python-xdis/releases
https://github.com/rocky/python-xdis/blob/master/NEWS.md |
3.8.10 10 Mar 2019 10:58:18 |
sunpoet |
Update to 3.8.10
Changes: https://github.com/rocky/python-xdis/blob/master/NEWS |
3.8.9 01 Jan 2019 20:36:41 |
sunpoet |
Update to 3.8.9
Changes: https://github.com/rocky/python-xdis/blob/master/NEWS |
3.8.8 21 Oct 2018 16:49:15 |
sunpoet |
Update to 3.8.8
Changes: https://github.com/rocky/python-xdis/blob/master/NEWS |
3.8.7 20 Aug 2018 22:14:28 |
sunpoet |
Update to 3.8.7
Changes: https://github.com/rocky/python-xdis/blob/master/NEWS |
3.8.6 29 Jul 2018 19:17:18 |
sunpoet |
Update to 3.8.6
Changes: https://github.com/rocky/python-xdis/blob/master/NEWS |
3.8.4 24 Jun 2018 20:18:14 |
sunpoet |
Update to 3.8.4
Changes: https://github.com/rocky/python-xdis/blob/master/NEWS |
3.8.3 20 Jun 2018 17:05:44 |
mat |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
3.8.3 05 Jun 2018 18:55:30 |
sunpoet |
Update to 3.8.3
Changes: https://github.com/rocky/python-xdis/blob/master/NEWS |
3.8.2 19 May 2018 11:06:52 |
sunpoet |
Update to 3.8.2
Changes: https://github.com/rocky/python-xdis/blob/master/NEWS |
3.8.1 25 Apr 2018 16:42:38 |
amdmi3 |
Switch all pypi.python.org WWWs to a new PyPi home pypi.org where
they now redirect to anyway. All new urls checked to return 200,
I've fixed a couple of them in the process.
Approved by: portmgr blanket, mat |
3.8.1 17 Apr 2018 19:15:15 |
sunpoet |
Update to 3.8.1
Changes: https://github.com/rocky/python-xdis/blob/master/NEWS |
3.8.0 06 Apr 2018 16:27:13 |
sunpoet |
Update to 3.8.0
Changes: https://github.com/rocky/python-xdis/blob/master/NEWS |
3.7.0 08 Mar 2018 15:38:16 |
sunpoet |
Update to 3.7.0
- Update LICENSE
Changes: https://github.com/rocky/python-xdis/blob/master/NEWS |
3.6.11 10 Feb 2018 16:21:16 |
sunpoet |
Update to 3.6.11
Changes: https://github.com/rocky/python-xdis/blob/master/NEWS |
3.6.10 04 Feb 2018 10:49:03 |
sunpoet |
Update to 3.6.10
Changes: https://github.com/rocky/python-xdis/blob/master/NEWS |
3.6.9 30 Jan 2018 15:38:45 |
sunpoet |
Update to 3.6.9
Changes: https://github.com/rocky/python-xdis/blob/master/NEWS |
3.6.8 29 Jan 2018 11:27:29 |
sunpoet |
Update to 3.6.8
Changes: https://github.com/rocky/python-xdis/blob/master/NEWS |
3.6.7 22 Jan 2018 15:46:37 |
sunpoet |
Update to 3.6.7
Changes: https://github.com/rocky/python-xdis/blob/master/NEWS |
3.6.6 21 Jan 2018 11:55:52 |
sunpoet |
Add py-xdis 3.6.6
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. (Only the first 15 lines of the commit message are shown above ) |