Port details |
- bashdb Source-code debugger for bash
- 5.0.1.1.2_1 devel =2 5.0.1.1.2_1Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2018-07-31 00:50:18
- Last Update: 2024-03-05 14:51:13
- Commit Hash: 14d10ba
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv2
- WWW:
- https://bashdb.sourceforge.net/
- Description:
- The Bash Debugger Project is a source-code debugger for bash that follows the
gdb command syntax. The version 4.0 series is a complete rewrite of the previous
series along the lines of my other POSIX shell debuggers and other debuggers
mentioned below.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/bashdb/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/bashdb
- pkg install bashdb
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: bashdb
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1578213499
SHA256 (bashdb-5.0-1.1.2.tar.gz) = 1cd5508007bb6b377977010de8c8aea9208e1417c56b30d102ffffd9d8afb0ca
SIZE (bashdb-5.0-1.1.2.tar.gz) = 753400
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:
-
- bash : shells/bash
- gmake>=4.4.1 : devel/gmake
- python3.9 : lang/python39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- bash : shells/bash
- python3.9 : lang/python39
- indexinfo : print/indexinfo
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_bashdb
- USES:
- gmake python shebangfix
- 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 |
5.0.1.1.2_1 05 Mar 2024 14:51:13 |
Nuno Teixeira (eduardo) |
devel/bashdb: Move man pages to share/man
Approved by: portmgr (blanket) |
5.0.1.1.2 06 Nov 2023 10:03:47 |
Rodrigo Osorio (rodrigo) |
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
Issue reported by repology : https://repology.org/repository/freebsd/problems
Approved by: portmgr (blanket)
PR: 274888 |
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) |
5.0.1.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 ) |
5.0.1.1.2 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
5.0.1.1.2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
5.0.1.1.2 27 Mar 2021 02:52:44 |
yuri |
devel/bashdb: Unbreak |
5.0.1.1.0 01 Jan 2021 20:50:43 |
antoine |
Mark BROKEN: fails to configure
configure: error: This package is only known to work with Bash 5.0
Reported by: pkg-fallout |
5.0.1.1.0 13 Oct 2019 20:55:20 |
yuri |
devel/bashdb: Update 4.4-1.0.1 -> 5.0-1.1.0
Reported by: portscout |
4.4.1.0.1 14 Jan 2019 09:12:30 |
ehaupt |
- Fix build with upcoming bash 5.0 update
- While here pacify portlint
PR: 234890
Approved by: portmgr (blanket - trivial build fix)
Reported by: antoine (via exp-run) |
4.4.1.0.1 23 Nov 2018 06:56:09 |
yuri |
devel/bashdb: Update 4.4-1.0.0 -> 4.4-1.0.1 |
4.4.1.0.0_1 10 Nov 2018 18:12:58 |
bapt |
Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816 |
4.4.1.0.0 28 Oct 2018 16:03:53 |
yuri |
devel/bashdb: Update 4.4-0.94 -> 4.4-1.0.0
Reported by: portscout |
4.4.0.94_1 31 Jul 2018 01:42:15 |
yuri |
devel/bashdb: Use the config argument to supply bash
Reported by: adamw |
4.4.0.94 31 Jul 2018 00:50:01 |
yuri |
New port: devel/bashdb: Source-code debugger for bash |