#11915 closed submission (fixed)
NEW: cgdb-0.6.4
Reported by: | jfrederich@… | Owned by: | boeyms@… |
---|---|---|---|
Priority: | Low | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | jfrederich@…, boeyms@… | |
Port: |
Description
New port for the curses based debugger frontend for gdb. I don't know where I can set the maintainer to me. Sorry!
Port File: # $Id$
PortSystem 1.0
name cgdb version 0.6.4 categories devel platforms darwin maintainers jfrederich@… description A curses-based interface to the GNU Debugger (GDB). long_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. \
homepage http://cgdb.sourceforge.net master_sites sourceforge checksums md5 bddcaaee7b20ab2c17f1f4e197db74c0 \
depends_lib port:ncurses port:readline
configure.type gnu configure.args --infodir=${prefix}/share/info \
--mandir=${prefix}/share/man \
Attachments (1)
Change History (5)
Changed 18 years ago by jfrederich@…
Attachment: | Portfile.txt added |
---|
comment:1 Changed 18 years ago by boeyms@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
Committed in r24947 with minor modifications:
- replaced ";" with "," in long_description as the Portfile parser doesn't like the former;
- deleted "configure.type" line as it is not a recognised option, and build.type defaults to "gnu" anyway;
- remove unnecessary backslash on final line.
Thanks once again for the new port!
comment:2 Changed 17 years ago by jmpalacios (Juan Manuel Palacios)
Milestone: | New Ports → Port Submissions |
---|
Milestone New Ports deleted
comment:3 Changed 16 years ago by jmroot (Joshua Root)
Type: | enhancement → submission |
---|
comment:4 Changed 16 years ago by (none)
Milestone: | Port Submissions |
---|
Milestone Port Submissions deleted
Portfile...