Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Update to 2.2 | tota | 2010-02-15 | 3 | -7/+7 |
| | | | | Approved by: maho (mentor) | ||||
* | - Update to 2.0.58 | tota | 2010-01-05 | 3 | -36/+8 |
| | | | | Approved by: maho (mentor) | ||||
* | - Switch SourceForge ports to the new File Release System: categories ↵ | amdmi3 | 2009-08-22 | 1 | -1/+1 |
| | | | | starting with D | ||||
* | - Update to 1.7.6 | tota | 2009-06-14 | 5 | -26/+13 |
| | | | | | | - Change MAINTAINER address from tota@rtfm.jp to tota@FreeBSD.org Approved by: maho (mentor) | ||||
* | bump PORTREVISION after cmake update | makc | 2009-03-25 | 1 | -0/+1 |
| | |||||
* | "SilentBob" is a tool to help a programmer/team manager to digest | amdmi3 | 2008-11-19 | 6 | -0/+103 |
and comprehend either a simple program or a big source code tree based on the source code by presenting the code in a searcheable and tagged way. It helps to speed up the learning curve and to make it more convenient to get hands on a code from somebody, or also is convenient to browse your own projects. It includes functionality from such tools as: ctags, cscope and ctree, but it is faster than any of them, and is offering the features in one package. In some way it can be viewed as a superset of ctags, cscope and ctree. WWW: http://silentbob.sourceforge.net/ PR: 128969 Submitted by: TAKATSU Tomonari <tota at rtfm dot jp> |