summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/cscope/metadata.xml')
-rw-r--r--dev-util/cscope/metadata.xml30
1 files changed, 30 insertions, 0 deletions
diff --git a/dev-util/cscope/metadata.xml b/dev-util/cscope/metadata.xml
new file mode 100644
index 000000000000..434721ed1a1c
--- /dev/null
+++ b/dev-util/cscope/metadata.xml
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>vim</herd>
+ <herd>emacs</herd>
+ <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="sourceforge">cscope</remote-id>
+ </upstream>
+</pkgmetadata>