aboutsummaryrefslogtreecommitdiff
path: root/devel/freescope/pkg-descr
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-03-17 16:59:19 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-03-17 16:59:19 +0000
commitbb2dd4129a710ad4a7b2581c336b161fdd805dea (patch)
tree70039bc4c7a098fe2451d03177c814ee5882680d /devel/freescope/pkg-descr
parent63edd81f37cb316b350c42cecab3f5445a05052c (diff)
downloadports-bb2dd4129a710ad4a7b2581c336b161fdd805dea.tar.gz
ports-bb2dd4129a710ad4a7b2581c336b161fdd805dea.zip
Notes
Diffstat (limited to 'devel/freescope/pkg-descr')
-rw-r--r--devel/freescope/pkg-descr24
1 files changed, 24 insertions, 0 deletions
diff --git a/devel/freescope/pkg-descr b/devel/freescope/pkg-descr
new file mode 100644
index 000000000000..4ef42e8ea738
--- /dev/null
+++ b/devel/freescope/pkg-descr
@@ -0,0 +1,24 @@
+freescope is a programmer tool that provides source code browsing on
+UNIX-like operating systems. It is a clone of the cscope program but
+has its own unique features such as symbol completion and easy result
+browsing.
+
+freescope is currently limited to building a symbol database for C
+source files only but has been designed and implemented with
+extensibility in mind. This should lead in the next future in new
+capabilities for parsing new programming languages such as C++, Java,
+Pascal, etc.
+
+freescope supports currently 7 different queries. These are:
+
+ - Search for a symbol occurences
+ - Search for a global definition
+ - Search for calls to a given function
+ - Search for text occurences
+ - Search for regular expression occurences
+ - Search for a file
+ - Search for inclusions of the given file
+
+Note that these queries can be extended to most programming languages.
+
+WWW: http://freescope.sourceforge.net/