Ticket #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 \
sha1 5f1246d151dc419aa08890291175b4b2094e62c9
depends_lib port:ncurses port:readline
configure.type gnu configure.args --infodir=${prefix}/share/info \
--mandir=${prefix}/share/man \
Attachments
Change History
Changed 6 years ago by jfrederich@…
- Attachment Portfile.txt added
comment:1 Changed 6 years ago by boeyms@…
- Status changed from new to closed
- Resolution set to fixed
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!


Portfile...