aboutsummaryrefslogtreecommitdiff
path: root/devel/egypt/pkg-descr
diff options
context:
space:
mode:
authorAndrew Pantyukhin <sat@FreeBSD.org>2007-04-21 14:04:29 +0000
committerAndrew Pantyukhin <sat@FreeBSD.org>2007-04-21 14:04:29 +0000
commitfb646d0403a79d3a339743f3aa5d5e1c8073f239 (patch)
tree5c631b38de87664010aa51bba77c8c61e7996caf /devel/egypt/pkg-descr
parentdf8cbb632527ea17420d0602b84db452d7abbbda (diff)
downloadports-fb646d0403a79d3a339743f3aa5d5e1c8073f239.tar.gz
ports-fb646d0403a79d3a339743f3aa5d5e1c8073f239.zip
Notes
Diffstat (limited to 'devel/egypt/pkg-descr')
-rw-r--r--devel/egypt/pkg-descr9
1 files changed, 9 insertions, 0 deletions
diff --git a/devel/egypt/pkg-descr b/devel/egypt/pkg-descr
new file mode 100644
index 000000000000..acec90f616a5
--- /dev/null
+++ b/devel/egypt/pkg-descr
@@ -0,0 +1,9 @@
+Egypt is a simple tool for creating call graphs of C programs. Egypt
+neither analyzes source code nor lays out graphs. Instead, it leaves
+the source code analysis to GCC and the graph layout to Graphviz, both
+of which are better at their respective jobs than egypt itself could
+ever hope to be. Egypt is simply a very small Perl script that glues
+these existing tools together.
+
+WWW: http://www.gson.org/egypt/
+Author: Andreas Gustafsson <gson@gson.org>