diff options
author | rpaulo <rpaulo> | 2006-02-25 21:35:55 +0000 |
---|---|---|
committer | rpaulo <rpaulo> | 2006-02-25 21:35:55 +0000 |
commit | b529d7560743a5a5d6394cc8f0c9b46a94072797 (patch) | |
tree | 449a0b47057779935b099426a1be58bdec878ec1 /devel/cflow/PLIST | |
parent | 27007d1d322d7b5decc0039fe1ffe6a3c1744cf5 (diff) | |
download | pkgsrc-b529d7560743a5a5d6394cc8f0c9b46a94072797.tar.gz |
GNU cflow analyzes a collection of C source files and prints a graph,
charting control flow within the program.
GNU cflow is able to produce both direct and inverted flowgraphs for C
sources. Optionally a cross-reference listing can be generated. Two
output formats are implemented: POSIX and GNU (extended).
Input files can optionally be preprocessed before analyzing.
Diffstat (limited to 'devel/cflow/PLIST')
-rw-r--r-- | devel/cflow/PLIST | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/cflow/PLIST b/devel/cflow/PLIST new file mode 100644 index 00000000000..1caef915a23 --- /dev/null +++ b/devel/cflow/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/02/25 21:35:55 rpaulo Exp $ +bin/cflow +info/cflow.1 |