Bug 120373 - [NEW PORT] devel/gnucflow: Tool to chart control flow within the C program
Summary: [NEW PORT] devel/gnucflow: Tool to chart control flow within the C program
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-07 22:10 UTC by Dmitry Marakasov
Modified: 2008-02-16 18:00 UTC (History)
0 users

See Also:


Attachments
gnucflow-1.2.shar (1.86 KB, text/plain)
2008-02-07 22:10 UTC, Dmitry Marakasov
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Marakasov 2008-02-07 22:10:00 UTC
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
---
Would be best to commit this along with adding corresponding CONFLICTS to devel/cflow. See the PR with patch to devel/cflow somewhere around this one
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-02-07 22:10:07 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2008-02-16 17:50:05 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2008-02-16 17:50:18 UTC
miwi        2008-02-16 17:50:11 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/gnucflow       Makefile distinfo pkg-descr 
  Log:
  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>
  
  Revision  Changes    Path
  1.2986    +1 -0      ports/devel/Makefile
  1.1       +32 -0     ports/devel/gnucflow/Makefile (new)
  1.1       +3 -0      ports/devel/gnucflow/distinfo (new)
  1.1       +11 -0     ports/devel/gnucflow/pkg-descr (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"