1 | # $Id: $ |
---|
2 | PortSystem 1.0 |
---|
3 | name cflow |
---|
4 | version 1.0 |
---|
5 | categories devel |
---|
6 | maintainers gnn@freebsd.org |
---|
7 | description A program for generating call graphs from C code. |
---|
8 | long_description The cflow program is a tool which generates a call graph from C source files. It is most often used with a program like dot (from the graphviz package) in order to present visual graphs of the paths along which a piece of software may run. |
---|
9 | homepage http://www.gnu.org/software/cflow/ |
---|
10 | master_sites ftp://download.gnu.org.ua/pub/release/cflow/ |
---|
11 | checksums md5 e24bdc01c9bf85a2bbd6dd2329aec363 |
---|