aboutsummaryrefslogtreecommitdiff
path: root/devel/gnucflow
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.4Dmitry Marakasov2011-12-172-4/+4
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=287557
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276999
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-0/+1
| | | | Notes: svn path=/head/; revision=255371
* cflow reads files as C or assembler program source and prints a graphMarcus von Appen2010-01-051-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 Notes: svn path=/head/; revision=247233
* - Update to 1.3Dmitry Marakasov2009-07-132-8/+20
| | | | | | | | - Mirror the distfile - Mark MAKE_JOBS_SAFE Notes: svn path=/head/; revision=237691
* Update my email address in 132 ports.Dmitry Marakasov2008-06-191-1/+1
| | | | | | | Approved by: miwi (mentor) Notes: svn path=/head/; revision=215297
* GNU cflow analyzes a collection of C source files and prints a graphMartin Wilke2008-02-163-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> Notes: svn path=/head/; revision=207364