aboutsummaryrefslogtreecommitdiffstats
path: root/devel/gnucflow
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.4amdmi32011-12-182-4/+4
| | | | Feature safe: yes
* -remove MD5ohauer2011-07-031-1/+0
|
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.ade2010-05-311-0/+1
|
* cflow reads files as C or assembler program source and prints a graphmva2010-01-061-1/+1
| | | | | | | a graph of the function call hierarchy. Called functions are indented according to their caller-callee relationship, in the order of occurance. WWW: http://www.sysfault.org/projects
* - Update to 1.3amdmi32009-07-132-8/+20
| | | | | - Mirror the distfile - Mark MAKE_JOBS_SAFE
* Update my email address in 132 ports.amdmi32008-06-201-1/+1
| | | | Approved by: miwi (mentor)
* GNU cflow analyzes a collection of C source files and prints a graphmiwi2008-02-173-0/+46
charting control flow within the program. Current implementation 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. WWW: http://savannah.gnu.org/projects/cflow PR: ports/120373 Submitted by: Dmitry Marakasov <amdmi3 at amdmi3.ru>