CVS log for ports/devel/gnucflow/Makefile
Up to [FreeBSD] / ports / devel / gnucflow
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sat Dec 17 21:20:03 2011 UTC (7 weeks, 6 days ago) by amdmi3
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
- Update to 1.4 Feature safe: yes
Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon May 31 01:58:13 2010 UTC (20 months, 1 week ago) by ade
Branches: MAIN
CVS tags: RELEASE_9_0_0, RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_7_4_0, RELEASE_6_EOL
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -0 lines
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Jan 5 21:36:34 2010 UTC (2 years, 1 month ago) by mva
Branches: MAIN
CVS tags: RELEASE_7_3_0
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -1 lines
cflow reads files as C or assembler program source and prints a graph 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
Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Jul 13 14:46:06 2009 UTC (2 years, 6 months ago) by amdmi3
Branches: MAIN
CVS tags: RELEASE_8_0_0
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +17 -5 lines
- Update to 1.3 - Mirror the distfile - Mark MAKE_JOBS_SAFE
Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Jun 19 17:28:02 2008 UTC (3 years, 7 months ago) by amdmi3
Branches: MAIN
CVS tags: RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -1 lines
Update my email address in 132 ports. Approved by: miwi (mentor)
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat Feb 16 17:50:11 2008 UTC (3 years, 11 months ago) by miwi
Branches: MAIN
CVS tags: RELEASE_5_EOL
GNU cflow analyzes a collection of C source files and prints a graph 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>
