Port details |
- cgdb Curses-based interface to the GNU Debugger
- 0.8.0 devel =6 0.8.0Version of this port present on the latest quarterly branch.
- Maintainer: serio.jeffrey@gmail.com
- Port Added: 2005-12-18 15:58:41
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: gtk2, rsync, lame, glib, graphviz
- License: GPLv2
- WWW:
- https://cgdb.github.io/
- Description:
- CGDB is a curses-based interface to the GNU Debugger (GDB). The goal of
CGDB is to be lightweight and responsive; not encumbered with
unnecessary features.
The interface is designed to deliver the familiar GDB text interface,
with a split screen showing the source as it executes. The UI is modeled
on the classic Unix text editor, vi. Those familiar with vi should feel
right at home using CGDB.
- ¦ ¦ ¦ ¦
- 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/cgdb/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/cgdb
- pkg install cgdb
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: cgdb
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1642474351
SHA256 (cgdb-0.8.0.tar.gz) = 0d38b524d377257b106bad6d856d8ae3304140e1ee24085343e6ddf1b65811f1
SIZE (cgdb-0.8.0.tar.gz) = 775168
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:
-
- makeinfo : print/texinfo
- Runtime dependencies:
-
- indexinfo : print/indexinfo
- Library dependencies:
-
- libreadline.so.8 : devel/readline
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_cgdb
- USES:
- compiler:c++11-lang makeinfo ncurses:base readline
- 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 |
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) |
0.8.0 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 ) |
0.8.0 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 ) |
0.8.0 03 Feb 2022 17:16:21 |
Yuri Victorovich (yuri) |
devel/cgdb: Update 0.7.1 -> 0.8.0
PR: 261296
Approved by: serio.jeffrey@gmail.com (maintainer's timeout 14 days) |
0.7.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.7.1 25 Nov 2020 17:43:34 |
linimon |
Add compiler:c++11-lang to USES to fix build on GCC-based systems:
cc1plus: error: unrecognized command line option "-std=c++11"
Reported by: lwhsu |
0.7.1 21 Nov 2020 00:43:25 |
yuri |
devel/cgdb: Update 0.7.0 -> 0.7.1
PR: 250910
Approved by: serio.jeffrey@gmail.com (maintainer's timeout; 14 days) |
0.7.0_2 09 Apr 2019 14:04:50 |
sunpoet |
Update devel/readline to 8.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://tiswww.case.edu/php/chet/readline/CHANGES
PR: 236156
Exp-run by: antoine |
0.7.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 |
0.7.0 31 Dec 2017 01:54:50 |
danilo |
- Update to 0.7.0
- Remove help2man from dependency list, the support was removed upstream [1]
- Back to the pool
[1] https://github.com/cgdb/cgdb/blob/master/NEWS
Approved by: maintainer |
0.6.8_1 27 Jun 2017 13:46:53 |
sunpoet |
Update devel/readline to 7.0 patch 3
- Bump PORTREVISION for shlib change
Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES
https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html
https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html
Differential Revision: https://reviews.freebsd.org/D11172
PR: 219947
Exp-run by: antoine |
0.6.8 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.6.8 12 Oct 2015 14:18:57 |
culot |
- Update maintainer's address
PR: 203717
Submitted by: serio.jeffrey@riseup.net (maintainer) |
0.6.8 28 Sep 2015 06:21:40 |
sunpoet |
- Pass maintainership to submitter
PR: 203396
Submitted by: Jeffrey Serio <serio.jeffrey@riseup.net> |
0.6.8 19 Jan 2015 14:00:03 |
vanilla |
Upgrade to 0.6.8, add LICENSE. |
0.6.7 02 Dec 2014 22:50:11 |
bapt |
Finish resetting maintainership
PR: 195059 |
0.6.7 27 Oct 2014 10:10:59 |
bapt |
Cleanup plist |
0.6.7 21 Jul 2014 17:15:15 |
adamw |
Add USES=readline to fix configure. |
0.6.7 26 Jun 2014 09:41:39 |
antoine |
Allow to build with texinfo from ports
With hat: portmgr |
0.6.7 23 Jan 2014 00:28:56 |
bapt |
Support stage |
0.6.7 21 Jan 2014 23:40:23 |
bapt |
Fix properties on pkg-plist |
20 Sep 2013 17:03:27
|
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 1) |
0.6.7 19 Jul 2013 14:03:53 |
rm |
Cleanup empty files and directories. |
0.6.7 28 Jun 2013 01:32:07 |
clsung |
fix build error |
0.6.7 27 Jun 2013 02:45:13 |
clsung |
- Update to 0.6.7
PR: ports/177822
Submitted by: Zhihao Yuan <lichray_AT_gmail.com> |
0.6.6 29 Aug 2012 10:04:08 |
gahr |
- Link against base libutil for openpty(3)
PR: 169785
Submitted by: gahr
Approved by: maintainer (timeout > 1.5 month) |
0.6.6 21 Jan 2012 17:40:15 |
eadler |
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.
Explicit duplication > := > = and this just moves ports one step to the left
Approved by: portmgr |
0.6.6 01 Oct 2011 01:28:15 |
clsung |
- Update to 0.6.6 |
0.6.5_1 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
0.6.5_1 03 Feb 2011 13:43:10 |
gahr |
- Fix a segfault at application start on amd64
- Bump PORTREVISION
- Remove MD5 checksum from distinfo
PR: 154483
Submitted by: gahr
Approved by: clsung (maintainer)
Feature safe: yes |
0.6.5 28 Jul 2010 07:51:38 |
clsung |
- Update to 0.6.5 |
0.6.4 19 Nov 2009 22:07:43 |
pav |
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat |
0.6.4 22 Aug 2009 00:18:43 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with D |
0.6.4 29 May 2009 20:36:42 |
pav |
- Chase readline update
Reported by: pointyhat |
0.6.4 05 Jan 2009 19:44:02 |
pav |
- Remove conditional checks for FreeBSD 5.x and older |
0.6.4 29 Nov 2008 22:01:37 |
pav |
- Make configure ignore /dev/ptmx (newly added to 8-CURRENT), the presence of
this device enables ifdefs that do not compile on FreeBSD
Approved by: silence from maintainer (clsung, reported 3 months ago)
Reported by: pointyhat |
0.6.4 22 Feb 2008 21:09:45 |
pav |
- Mark BROKEN on FreeBSD 5.x due to the old texinfo
Reported by: pointyhat |
0.6.4 30 Jan 2008 05:52:14 |
clsung |
- Update to 0.6.4
- Reset maintainership
Changes:
PR: ports/115052
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> |
0.6.3_3 01 Jul 2006 08:42:28 |
itetcu |
USE_GETOPT_LONG to unbreak on 4.x.
PR: 99672
Submitted by: maintainer |
0.6.3_3 26 Jun 2006 14:58:36 |
ehaupt |
- Use BUILD_DEPENDS and RUN_DEPENDS instead of LIB_DEPENDS
- Add a comment
- Bump PORTREVISION
PR: 99327
Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer) |
0.6.3_2 23 Jun 2006 08:13:42 |
ehaupt |
Use LIB_DEPENDS instead of (BUILD|RUN)_DEPENDS for shared library.
Also bump PORTREVISION.
PR: 99327 (based on)
Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer) |
0.6.3_1 14 Jun 2006 01:25:23 |
clsung |
- Unbroken FreeBSD 5.x and 4.x.
- Use BUILD_DEPENDS and RUN_DEPENDS to replace LIB_DEPENDS.
This will
1) force install port-base libreadline if OSVERSION < 700016 and
2) avoid configure broken with misc/compat5x installed.
PR: ports/98904
Submitted by: maintainer (Gea-Suan Lin) |
0.6.3 05 Jun 2006 14:06:21 |
pav |
- Update to 0.6.3
PR: ports/98506
Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer) |
0.6.2 21 May 2006 02:55:24 |
clsung |
- Force configure to detect readline in ${LOCALBASE} if
${OSVERSION} < 700016.
PR: ports/97520
Submitted by: maintainer (Gea-Suan Lin) |
0.6.2 20 May 2006 09:14:14 |
pav |
- Mark BROKEN on FreeBSD 4.X
Reported by: krismail |
0.6.2 29 Apr 2006 22:10:13 |
pav |
- Update to 0.6.2
- Requires readline 5.1
PR: ports/96499
Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer) |
0.5.3 28 Feb 2006 23:39:50 |
kris |
This is now buildable again.
Approved by: portmgr (implicit) |
0.5.3 12 Feb 2006 22:35:41 |
kris |
BROKEN: Does not compile |
0.5.3 25 Dec 2005 17:12:53 |
vanilla |
Fix build on 4-stable.
PR: ports/90900
Submitted by: maintainer |
0.5.3 18 Dec 2005 15:57:44 |
vanilla |
Add cgdb 0.5.3, a curses-based interface to the GNU Debugger.
PR: ports/90600
Submitted by: Gea-Suan Lin <gslin@gslin.org> |