[Lunar-commits] <moonbase-other> cscope: Revived
Peter de Ridder
peter at lunar-linux.org
Mon Sep 10 22:16:42 CEST 2012
commit 494731640a67972837c3f86a32d223be58743c79
Author: Peter de Ridder <peter at lunar-linux.org>
Date: Mon, 10 Sep 2012 13:16:42 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/494731640a67972837c3f86a32d223be58743c79
cscope: Revived
---
devel/cscope/DEPENDS | +1/-0
devel/cscope/DETAILS | +23/-0
2 files changed, 24 insertions(+)
--- /dev/null
+++ b/devel/cscope/DEPENDS
@@ -0,0 +1 @@
+depends ncurses
--- /dev/null
+++ b/devel/cscope/DETAILS
@@ -0,0 +1,23 @@
+ MODULE=cscope
+ VERSION=15.8a
+ SOURCE=${MODULE}-${VERSION}.tar.gz
+ SOURCE_URL=http://surfnet.dl.sourceforge.net/sourceforge/cscope/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
+ SOURCE_VFY=sha1:00f76825791b895532778f720c509cd13b9d6846
+ WEB_SITE="http://cscope.sourceforge.net"
+ ENTERED=20100123
+ UPDATED=20120910
+ SHORT="source code browser"
+cat <<EOF
+Cscope is a developer's tool for browsing source code. Allows
+searching code for: - all references to a symbol - global definitions -
+functions called by a function - functions calling a function - text
+string - regular expression pattern - a file - files including a file
+Features: - Curses based (text screen) - An information database is
+generated for faster searches and later reference - The fuzzy parser
+supports C, but is flexible enough to be useful for C++ and Java,
+and for use as a generalized 'grep database' (use it to browse large
+text documents!) - Has a command line mode for inclusion in scripts
+or as a backend to a GUI/frontend - Runs on all flavors of Unix,
+plus most monopoly-controlled operating systems.
+EOF
More information about the Lunar-commits
mailing list