summaryrefslogtreecommitdiff
path: root/dev-util/cscope/metadata.xml
blob: 8c863f53727f3ec7359807625fa818fb08e0b12f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/dtd/metadata.dtd">
<pkgmetadata>
  <maintainer type="project">
    <email>vim@gentoo.org</email>
    <name>Gentoo Vim Project</name>
  </maintainer>
  <maintainer type="project">
    <email>gnu-emacs@gentoo.org</email>
    <name>Gentoo GNU Emacs project</name>
  </maintainer>
  <longdescription>
  Cscope is a developer's tool for browsing source code.  Cscope allows
  searching code for:

    * cross referenced symbols
    * global definitions
    * callees and callers
    * text strings and regular expression patterns
    * files and files including a file

  Other features:

    * curses based (text screen)
    * fast searches
    * fuzzy parser supports C and is flexible enough to be useful for
      C++, Java and other documents
    * command line mode for inclusion in scripts or as a backend to GUIs

  Cscope is distributed with xcscope which provides tight integration
  with GNU Emacs.
</longdescription>
  <upstream>
    <remote-id type="cpe">cpe:/a:cscope:cscope</remote-id>
  </upstream>
  <origin>srcux</origin>
</pkgmetadata>