diff options
author | Erik Falor <ewfalor@gmail.com> | 2014-05-19 17:14:43 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-05-19 17:14:43 +0700 |
commit | f44a28116c4d0fb4add57c62f59563ffafda87fc (patch) | |
tree | 44ebf99353cc226cc3520e704cb43cc5e7101acf /development/egypt/slack-desc | |
parent | 54315d025217b753d2f77cd84dd3c1221b741c9d (diff) | |
download | slackbuilds-f44a28116c4d0fb4add57c62f59563ffafda87fc.tar.gz |
development/egypt: Added (call graphs creator).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/egypt/slack-desc')
-rw-r--r-- | development/egypt/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/development/egypt/slack-desc b/development/egypt/slack-desc new file mode 100644 index 0000000000..2592b5c705 --- /dev/null +++ b/development/egypt/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +egypt: egypt (generate dotty callgraphs from C source code) +egypt: +egypt: Egypt is a simple tool for creating call graphs of C programs. Egypt +egypt: neither analyzes source code nor lays out graphs. Instead, it leaves +egypt: the source code analysis to GCC and the graph layout to Graphviz, both +egypt: of which are better at their respective jobs than egypt itself could +egypt: ever hope to be. Egypt is simply a very small Perl script that glues +egypt: these existing tools together. +egypt: +egypt: +egypt: |