Port details |
- py-pudb Full-screen, console-based Python debugger
- 2024.1.3 devel =3 2024.1.2Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2009-11-04 09:54:17
- Last Update: 2024-10-25 15:56:45
- Commit Hash: ba64d61
- People watching this port, also watch:: inotify-tools, e2fsprogs, monit, pure-ftpd, phpsysinfo-php82
- Also Listed In: python
- License: MIT
- WWW:
- https://documen.tician.de/pudb/
- https://github.com/inducer/pudb
- Description:
- PuDB is a full-screen, console-based visual debugger for Python.
Its goal is to provide all the niceties of modern GUI-based debuggers in a more
lightweight and keyboard-friendly package. PuDB allows you to debug code right
where you write and test it--in a terminal. If you've worked with the excellent
(but nowadays ancient) DOS-based Turbo Pascal or C tools, PuDB's UI might look
familiar.
- ¦ ¦ ¦ ¦
- 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}pudb>0:devel/py-pudb@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-pudb/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-pudb
- pkg install py311-pudb
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-pudb listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-pudb
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1729856278
SHA256 (pudb-2024.1.3.tar.gz) = 264f239e0538e52e83d3d020143100b3171cae17227674bb1b9f8b075f34849c
SIZE (pudb-2024.1.3.tar.gz) = 219443
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-hatchling>=0 : devel/py-hatchling@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- py311-pytest-mock>=0 : devel/py-pytest-mock@py311
- py311-pytest>=7,1 : devel/py-pytest@py311
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-jedi>=0.18<1 : devel/py-jedi@py311
- py311-packaging>=20.0 : devel/py-packaging@py311
- py311-pygments>=2.7.4 : textproc/py-pygments@py311
- py311-urwid>=2.4 : devel/py-urwid@py311
- py311-urwid-readline>=0 : devel/py-urwid-readline@py311
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for py311-pudb-2024.1.3:
COMPLETION=off: Tab completion in debugger
===> Use 'make config' to modify these settings
- Options name:
- devel_py-pudb
- 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 |
2024.1.3 25 Oct 2024 15:56:45 |
Po-Chuan Hsieh (sunpoet) |
devel/py-pudb: Update to 2024.1.3
Changes: https://github.com/inducer/pudb/releases |
2024.1.2 24 Jul 2024 11:44:39 |
Po-Chuan Hsieh (sunpoet) |
devel/py-pudb: Update to 2024.1.2
Changes: https://github.com/inducer/pudb/releases |
2024.1.1 11 Jul 2024 11:40:58 |
Po-Chuan Hsieh (sunpoet) |
devel/py-pudb: Update to 2024.1.1
Changes: https://github.com/inducer/pudb/releases |
2024.1 13 Apr 2024 09:31:39 |
Po-Chuan Hsieh (sunpoet) |
devel/py-pudb: Update to 2024.1
- Update WWW
- Convert to USE_PYTHON=pep517
Changes: https://github.com/inducer/pudb/releases
https://github.com/inducer/pudb/commits/main |
2022.1.3 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> |
2022.1.3 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
2022.1.3 30 Dec 2022 10:51:55 |
Po-Chuan Hsieh (sunpoet) |
devel/py-pudb: Add COMPLETION option |
2022.1.3 30 Dec 2022 09:04:49 |
Po-Chuan Hsieh (sunpoet) |
devel/py-pudb: Update to 2022.1.3
Changes: https://github.com/inducer/pudb/releases
https://github.com/inducer/pudb/commits/main |
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) |
2022.1.2 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 ) |
2022.1.2 30 Jul 2022 05:57:59 |
Po-Chuan Hsieh (sunpoet) |
devel/py-pudb: Update to 2022.1.2
Changes: https://github.com/inducer/pudb/commits/main |
2022.1.1 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 ) |
2022.1.1 16 Jun 2022 19:35:05 |
Po-Chuan Hsieh (sunpoet) |
devel/py-pudb: Convert to USE_PYTHON=pytest |
2022.1.1 16 Jun 2022 13:59:44 |
Po-Chuan Hsieh (sunpoet) |
devel/py-pudb: Update to 2022.1.1
Changes: https://github.com/inducer/pudb/commits/main |
2022.1 28 Feb 2022 12:46:17 |
Po-Chuan Hsieh (sunpoet) |
devel/py-pudb: Update to 2022.1
Changes: https://github.com/inducer/pudb/commits/master |
2020.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2020.1 01 Feb 2021 19:34:27 |
sunpoet |
Update to 2020.1
Changes: https://github.com/inducer/pudb/commits/master |
2019.2_1 30 Jan 2021 12:24:33 |
sunpoet |
Update WWW |
2019.2_1 26 Jan 2021 17:27:52 |
sunpoet |
Remove PY_PYGMENTS |
2019.2_1 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
2019.2_1 21 Sep 2020 12:12:41 |
antoine |
Use the PY_PYGMENTS variable
With hat: portmgr |
2019.2 08 Dec 2019 17:02:56 |
sunpoet |
Update to 2019.2
Changes: https://github.com/inducer/pudb/commits/master |
2019.1 25 May 2019 22:03:21 |
sunpoet |
Update to 2019.1
Changes: https://github.com/inducer/pudb/commits/master |
2018.1_1 10 Apr 2019 06:18:32 |
antoine |
Bump a few PORTREVISIONs after r498529
With hat: portmgr |
2018.1 29 Aug 2018 19:09:35 |
sunpoet |
Update to 2018.1
Changes: https://github.com/inducer/pudb/commits/master
- Bug fixes. |
2017.1.4 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 |
2017.1.4 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 |
2017.1.4 30 Nov 2017 15:50:34 |
mat |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
2017.1.4 04 Sep 2017 00:00:34 |
sunpoet |
Update to 2017.1.4
Changes: https://github.com/inducer/pudb/commits/master
- Bug fixes. |
2017.1.3 13 Aug 2017 16:40:14 |
sunpoet |
Update to 2017.1.3
Changes: https://github.com/inducer/pudb/commits/master
- Add handling of safely_stringify_for_pudb to allow custom per-type
stringification.
- Add support for custom shells.
- Better support for 2-wide characters in the var view.
- Bug fixes. |
2017.1.2 06 Apr 2017 21:55:47 |
sunpoet |
Update to 2017.1.2
Changes: https://github.com/inducer/pudb/commits/master |
2017.1.1 20 Feb 2017 15:09:49 |
sunpoet |
Update to 2017.1.1
Changes: https://git.tiker.net/pudb.git |
2017.1 05 Feb 2017 05:30:13 |
sunpoet |
Update to 2017.1
Changes: https://git.tiker.net/pudb.git |
2016.2 26 Jun 2016 17:16:14 |
sunpoet |
- Update to 2016.2
Changes: http://git.tiker.net/pudb.git |
2016.1 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
2016.1 06 Mar 2016 06:21:15 |
sunpoet |
- Update to 2016.1
Changes: http://git.tiker.net/pudb.git |
2015.4.1 09 Dec 2015 14:27:19 |
sunpoet |
- Update to 2015.4.1
- Add LICENSE_FILE
Changes: http://git.tiker.net/pudb.git |
2014.1_1 02 Sep 2015 17:03:57 |
sunpoet |
- Allow concurrent installation (USE_PYTHON=concurrent)
- Add NO_ARCH
- Bump PORTREVISION for package change |
2014.1 15 Aug 2014 03:43:55 |
sunpoet |
- Convert PYTHON_FEATURES to USE_PYTHON (which was landed several hours ago)
Notified by: koobs, wg |
2014.1 15 Aug 2014 03:00:52 |
sunpoet |
- Use USES=python |
2014.1 04 Jul 2014 02:49:23 |
sunpoet |
- Update to 2014.1
- Add LICENSE
Changes: http://git.tiker.net/pudb.git/log/HEAD |
2013.3.5_1 03 Jul 2014 16:09:21 |
sunpoet |
- Reformat pkg-descr
- Take maintainership |
2013.3.5_1 30 Jun 2014 05:51:03 |
eadler |
multiple: reset gslin's maintainer
By request of Gea-Suan Lin <gslin@gslin.org> - reset ports to ports@FreeBSD.
Gea-Suan Lin's work is much appreciated.
Approved by: portmgr (implicit) (not really, skipping NO_STAGE check) |
2013.3.5_1 08 Jun 2014 16:31:36 |
mva |
- Remove easy_install dependency
- Bump PORTREVISION to enforce a cleanup for the easy_install references
With hat: python@
Submitted by: portmgr (implicit) |
2013.3.5 01 Dec 2013 16:34:48 |
wg |
devel/py-pudb: update to 2013.3.5
- Update to 2013.3.5 [1]
- Allow staging
- Remove leading article from COMMENT
- Use auto plist
PR: ports/181415 [1]
Submitted by: maintainer |
0.93.1 20 Nov 2013 20:51:25 |
sunpoet |
- Update WWW:
- http://cheeseshop.python.org/ -> https://pypi.python.org/
- http://pypi.python.org/ -> https://pypi.python.org/
With hat: python
Approved by: bapt (portmgr) |
0.93.1 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
0.93.1 09 Mar 2011 16:47:36 |
miwi |
- Update to 0.93.1
PR: 154817
Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer) |
0.92.15 24 Jan 2010 04:19:55 |
yzlin |
- Update to 0.92.15
PR: ports/143123
Submitted by: Gea-Suan Lin <gslin AT gslin.org>
Approved by: lwhsu/rafan (mentors, implicit) |
0.92.13 04 Nov 2009 09:53:24 |
miwi |
PuDB is a full-screen, console-based visual debugger for Python.
Its goal is to provide all the niceties of modern GUI-based debuggers
in a more lightweight and keyboard-friendly package. PuDB allows you
to debug code right where you write and test it--in a terminal. If
you've worked with the excellent (but nowadays ancient) DOS-based
Turbo Pascal or C tools, PuDB's UI might look familiar.
WWW: http://pypi.python.org/pypi/pudb/
PR: ports/140166
Submitted by: Gea-Suan Lin <gslin at gslin.org> |