Opened 17 years ago

Closed 17 years ago

Last modified 15 years ago

#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 (1)

Portfile.txt (784 bytes) - added by jfrederich@… 17 years ago.
Portfile…

Download all attachments as: .zip

Change History (5)

Changed 17 years ago by jfrederich@…

Attachment: Portfile.txt added

Portfile...

comment:1 Changed 17 years ago by boeyms@…

Resolution: fixed
Status: newclosed

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 jmpp@…

Milestone: New PortsPort Submissions

Milestone New Ports deleted

comment:3 Changed 15 years ago by jmroot (Joshua Root)

Type: enhancementsubmission

comment:4 Changed 15 years ago by (none)

Milestone: Port Submissions

Milestone Port Submissions deleted

Note: See TracTickets for help on using tickets.