freebsd-ports/devel/sourcenav/pkg-descr
Alexander Leidinger 725d90ee30 After repo copy from devel/SN:
- update to 5.1.3
 - reset MAINTAINER to ports@

Triggered by:   kris wanted to remove it
Approved by:    timeout from maintainer (>1 year for some PRs)

Based upon:
PR:     51079
Submitted by:   ijliao

Also closes:
PR:     36622, 36341
2003-05-07 15:52:41 +00:00

23 lines
976 B
Text

Source-Navigator is a source code analysis tool. With it, you can edit your
source code, display relationships between classes and functions and members,
and display call trees. You can also build your projects, either with your
own makefile, or by using Source-Navigator's build system to automatically
generate a makefile.
Source-Navigator works with the Insight GUI interface for GDB.
Source-Navigator supports C, C++, Java, Tcl, [incr Tcl], FORTRAN,
Python and COBOL, and provides an SDK so you can write your
own parsers.
Use Source-Navigator to:
* Analyze how a change will effect external source modules.
* Find every place in your code where a given function is called.
* Find each file that includes a given header file.
* Use the grep tool to search for a given string in all your source files.
Source-Navigator is released under the GNU Public License.
WWW: http://sourcenav.sourceforge.net/
[ This port is maintained by Donald Burr <dburr@FreeBSD.ORG> ]