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
py-ipdb IPython-enabled pdb
0.13.13_1 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 0.13.13_1Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2013-11-10 14:02:55
Last Update: 2023-07-31 16:40:01
Commit Hash: 3962644
Also Listed In: python
License: BSD3CLAUSE
WWW:
https://github.com/gotcha/ipdb
Description:
ipdb exports functions to access the IPython debugger, which features tab completion, syntax highlighting, better tracebacks, better introspection with the same interface as the pdb module.
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}ipdb>0:devel/py-ipdb@${PY_FLAVOR}
To install the port:
cd /usr/ports/devel/py-ipdb/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/py-ipdb
  • pkg install py39-ipdb
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-ipdb listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py39-ipdb
Package flavors (<flavor>: <package>)
  • py39: py39-ipdb
distinfo:
TIMESTAMP = 1679498680 SHA256 (ipdb-0.13.13.tar.gz) = e3ac6018ef05126d442af680aad863006ec19d02290561ac88b8b1c0b0cfc726 SIZE (ipdb-0.13.13.tar.gz) = 17042

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

py39-ipdb
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.13.13_10.13.13_1-0.13.13_10.13.13_1---
FreeBSD:13:quarterly0.13.13_10.13.13_10.13.130.13.13_10.13.13_10.13.13_10.13.13_10.13.13_1
FreeBSD:14:latest0.13.13_10.13.13_10.13.90.13.13_10.13.13_10.13.13-0.13.13
FreeBSD:14:quarterly0.13.13_10.13.13_1-0.13.13_10.13.13_10.13.13_10.13.13_10.13.13_1
FreeBSD:15:latest0.13.13_10.13.13_1n/a0.13.13_1n/a0.13.13_10.13.13_10.13.13_1
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>=0 : 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. python3.9 : lang/python39
Runtime dependencies:
  1. py39-decorator>=0 : devel/py-decorator@py39
  2. py39-ipython>=7.31.1 : devel/ipython@py39
  3. python3.9 : lang/python39
  4. py39-toml>=0 : textproc/py-toml@py39
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
devel_py-ipdb
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/i/ipdb/
  2. https://pypi.org/packages/source/i/ipdb/
Collapse this list.

Number of commits found: 45

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.13.13_1
31 Jul 2023 16:40:01
commit hash: 396264401077bb1035e0aa484136cc89271cd8d0commit hash: 396264401077bb1035e0aa484136cc89271cd8d0commit hash: 396264401077bb1035e0aa484136cc89271cd8d0commit hash: 396264401077bb1035e0aa484136cc89271cd8d0 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-ipdb: Convert to USE_PYTHON=pep517

- Bump PORTREVISION for package change
0.13.13
27 Jun 2023 19:34:34
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb files touched by this commit
Rene Ladan (rene) search for other commits by this committer
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>
0.13.13
05 Apr 2023 17:30:21
commit hash: f1c8377de4b9ba9f38a22bf3fff012f68dacdb5acommit hash: f1c8377de4b9ba9f38a22bf3fff012f68dacdb5acommit hash: f1c8377de4b9ba9f38a22bf3fff012f68dacdb5acommit hash: f1c8377de4b9ba9f38a22bf3fff012f68dacdb5a files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-ipdb: Update to 0.13.13

Changes:	https://github.com/gotcha/ipdb/blob/master/HISTORY.txt
0.13.11
30 Jan 2023 12:59:48
commit hash: 614b1505a013ca09b9abdfac003afaaca4a2713acommit hash: 614b1505a013ca09b9abdfac003afaaca4a2713acommit hash: 614b1505a013ca09b9abdfac003afaaca4a2713acommit hash: 614b1505a013ca09b9abdfac003afaaca4a2713a files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-ipdb: Update to 0.13.11

Changes:	https://github.com/gotcha/ipdb/blob/master/HISTORY.txt
0.13.9
11 Jan 2023 15:58:34
commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 files touched by this commit
Dmitry Marakasov (amdmi3) search for other commits by this committer
*/*: rename CHEESESHOP to PYPI in MASTER_SITES

PR:			267994
Differential revision:	D37518
Approved by:		bapt
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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)
0.13.9
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
0.13.9
14 Jun 2021 17:39:58
commit hash: 7dc95abf4bc192c6e6af1ae0f234d5f6d02b85bacommit hash: 7dc95abf4bc192c6e6af1ae0f234d5f6d02b85bacommit hash: 7dc95abf4bc192c6e6af1ae0f234d5f6d02b85bacommit hash: 7dc95abf4bc192c6e6af1ae0f234d5f6d02b85ba files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-ipdb: Update to 0.13.9

Changes:	https://github.com/gotcha/ipdb/blob/master/HISTORY.txt
0.13.8
30 May 2021 19:52:25
commit hash: 38190543faeb7db764fdf0b38fb18f4c3023cca8commit hash: 38190543faeb7db764fdf0b38fb18f4c3023cca8commit hash: 38190543faeb7db764fdf0b38fb18f4c3023cca8commit hash: 38190543faeb7db764fdf0b38fb18f4c3023cca8 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-ipdb: Update to 0.13.8

Changes:	https://github.com/gotcha/ipdb/blob/master/HISTORY.txt
0.13.7
18 Apr 2021 05:43:17
commit hash: eaf110987ecb618c195a0cca464a18cb31edaab5commit hash: eaf110987ecb618c195a0cca464a18cb31edaab5commit hash: eaf110987ecb618c195a0cca464a18cb31edaab5commit hash: eaf110987ecb618c195a0cca464a18cb31edaab5 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-ipdb: Update to 0.13.7

Changes:	https://github.com/gotcha/ipdb/blob/master/HISTORY.txt
0.13.4_1
07 Apr 2021 08:09:01
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
0.13.4_1
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
0.13.4_1
06 Feb 2021 20:45:26
Revision:564271Original commit files touched by this commit
sunpoet search for other commits by this committer
Change RUN_DEPENDS from ipython5 to ipython

- Bump PORTREVISION for dependency change
0.13.4
02 Oct 2020 13:18:18
Revision:551187Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.13.4

Changes:	https://github.com/gotcha/ipdb/blob/master/HISTORY.txt
0.13.3
07 Sep 2020 17:13:10
Revision:547910Original commit files touched by this commit
antoine search for other commits by this committer
Fix bulk -a
0.13.3
24 Jun 2020 17:38:07
Revision:540087Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.13.3

Changes:	https://github.com/gotcha/ipdb/blob/master/HISTORY.txt
0.13.2
04 Mar 2020 16:16:44
Revision:527771Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.13.2

Changes:	https://github.com/gotcha/ipdb/blob/master/HISTORY.txt
0.13.1
01 Mar 2020 18:18:39
Revision:527578Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.13.1

Changes:	https://github.com/gotcha/ipdb/blob/master/HISTORY.txt
0.13.0
01 Mar 2020 06:48:08
Revision:527502Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.13.0

Changes:	https://github.com/gotcha/ipdb/blob/master/HISTORY.txt
0.12.3
08 Feb 2020 19:02:33
Revision:525578Original commit files touched by this commit
sunpoet search for other commits by this committer
Convert REINPLACE_CMD to patch file
0.12.3
08 Dec 2019 17:01:53
Revision:519399Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.12.3

Changes:	https://github.com/gotcha/ipdb/blob/master/HISTORY.txt
0.12.2
01 Aug 2019 16:16:41
Revision:507795Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.12.2

Changes:	https://github.com/gotcha/ipdb/blob/master/HISTORY.txt
0.12.1
29 Jul 2019 01:24:58
Revision:507550Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.12.1

Changes:	https://github.com/gotcha/ipdb/blob/master/HISTORY.txt
0.12_2
26 Jul 2019 20:46:57
Revision:507372Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
0.12_1
10 Apr 2019 06:18:32
Revision:498530Original commit files touched by this commit
antoine search for other commits by this committer
Bump a few PORTREVISIONs after r498529

With hat:	portmgr
0.12
21 Mar 2019 19:40:32
Revision:496490Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.12

Changes:	https://github.com/gotcha/ipdb/blob/master/HISTORY.txt
0.11_3
12 Dec 2018 01:35:36
Revision:487272Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
0.11_2
06 Aug 2018 11:23:41
Revision:476507Original commit files touched by this commit
antoine search for other commits by this committer
Attempt to unbreak ports depending on ipython
0.11_1
20 Jun 2018 17:05:44
Revision:472884Original commit files touched by this commit
mat search for other commits by this committer
Use PY_FLAVOR for dependencies.

FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
0.11_1
25 Apr 2018 16:42:38
Revision:468282Original commit files touched by this commit
amdmi3 search for other commits by this committer
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
0.11_1
10 Mar 2018 17:46:06
Revision:464084Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
0.11
16 Feb 2018 15:42:02
Revision:462025Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.11

- Use REINPLACE_CMD instead of patch file

Changes:	https://github.com/gotcha/ipdb/blob/master/HISTORY.txt
0.10.3
09 Feb 2018 14:08:52
Revision:461312Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.10.3

- Update LICENSE
- Allow concurrent installation (USE_PYTHON=concurrent)
- Add PyPI as primary WWW
- Take maintainership

Changes:	https://github.com/gotcha/ipdb/blob/master/HISTORY.txt
0.8.1_1
30 Nov 2017 15:50:34
Revision:455210Original commit files touched by this commit Sanity Test Failure
mat search for other commits by this committer
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 View all of this commit message)
0.8.1_1
01 Apr 2016 14:00:57
Revision:412346Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
0.8.1_1
23 Mar 2016 09:20:35
Revision:411691Original commit files touched by this commit
vsevolod search for other commits by this committer
- Update libsodium to 1.0.8
- Bump revisions of all dependant ports

PR:		206482
Submitted by:	lev, w.schwarzenfeld@aon.at
0.8.1
24 Jan 2016 15:31:19
Revision:407156Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Clarify LICENSE
- Add LICENSE_FILE
- Add NO_ARCH
- Regenerate patches with `make makepatch`
0.8.1
22 Jan 2016 05:40:39
Revision:406889Original commit files touched by this commit
vanilla search for other commits by this committer
Upgrade to 0.8.1.
0.8_2
20 Jan 2016 15:33:27
Revision:406774Original commit files touched by this commit
culot search for other commits by this committer
- Reassign milki@'s ports after his commit bit was taken in for safekeeping
0.8_2
20 Oct 2014 16:04:14
Revision:371280Original commit files touched by this commit
mva search for other commits by this committer
- Convert ports of devel/ to USES=python

Approved by:	portmgr (implicit)
0.8_2
10 Sep 2014 20:50:37
Revision:367888Original commit files touched by this commit
gerald search for other commits by this committer
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
0.8_1
09 Jun 2014 08:08:20
Revision:357113Original commit files touched by this commit
mva search for other commits by this committer
- Remove easy_install dependency
- Bump PORTREVISION to enforce a cleanup for the easy_install references

With hat:	python@
Approved by:	portmgr (implicit)
07 Mar 2014 16:49:10
Revision:347405Original commit files touched by this commit Sanity Test Failure Refresh
bapt search for other commits by this committer
Convert d* to USES=zip
0.8
21 Jan 2014 05:12:41
Revision:340549Original commit files touched by this commit
milki search for other commits by this committer
Update maintainer email address

Approved by:    swills (mentor)
0.8
10 Nov 2013 14:02:44
Revision:333392Original commit files touched by this commit
wg search for other commits by this committer
devel/py-ipdb: IPython-enabled pdb

ipdb exports functions to access the IPython debugger, which features tab
completion, syntax highlighting, better tracebacks, better introspection with
the same interface as the pdb module.

WWW: https://github.com/gotcha/ipdb

PR:		ports/179564
Submitted by:	milki <milki rescomp.berkeley.edu>

Number of commits found: 45