| 1 |
<?xml version="1.0" encoding="UTF-8"?>
|
| 2 |
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
| 3 |
<pkgmetadata>
|
| 4 |
<herd>vim</herd>
|
| 5 |
<herd>emacs</herd>
|
| 6 |
<longdescription>
|
| 7 |
Cscope is a developer's tool for browsing source code. Cscope allows
|
| 8 |
searching code for:
|
| 9 |
|
| 10 |
* cross referenced symbols
|
| 11 |
* global definitions
|
| 12 |
* callees and callers
|
| 13 |
* text strings and regular expression patterns
|
| 14 |
* files and files including a file
|
| 15 |
|
| 16 |
Other features:
|
| 17 |
|
| 18 |
* curses based (text screen)
|
| 19 |
* fast searches
|
| 20 |
* fuzzy parser supports C and is flexible enough to be useful for
|
| 21 |
C++, Java and other documents
|
| 22 |
* command line mode for inclusion in scripts or as a backend to GUIs
|
| 23 |
|
| 24 |
Cscope is distributed with xcscope which provides tight integration
|
| 25 |
with GNU Emacs.
|
| 26 |
</longdescription>
|
| 27 |
</pkgmetadata>
|