aboutsummaryrefslogtreecommitdiff
path: root/devel/clewn
Commit message (Collapse)AuthorAgeFilesLines
* - Fix mtree with custom PREFIXMartin Wilke2009-11-201-0/+1
| | | | | | | | | PR: 139471 Submitted by: Sahil Tandon <sahil@tandon.net> Approved by: maintainer Notes: svn path=/head/; revision=244533
* - Fix fetchMartin Wilke2009-08-271-1/+1
| | | | Notes: svn path=/head/; revision=240395
* Clewn implements full gdb support in the vim editor: breakpoints,Thomas Abthorpe2008-10-244-0/+44
watch variables, gdb command completion, assembly windows, etc. Clewn is a program controlling vim through the netBeans socket interface, it runs concurrently with vim and talks to vim. Clewn can only be used with gvim, the graphical implementation of vim, as vim on a terminal does not support netBeans. WWW: http://clewn.sourceforge.net/index.html PR: ports/128289 Submitted by: Giacomo Mariani <giacomomariani_at_yahoo_dot_it> Notes: svn path=/head/; revision=221991