Skip site navigation (1)Skip section navigation (2)
Date:      Fri,  8 Feb 2008 01:03:27 +0300 (MSK)
From:      Dmitry Marakasov <amdmi3@amdmi3.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/120373: [NEW PORT] devel/gnucflow: Tool to chart control flow within the C program
Message-ID:  <20080207220327.C64E517023@hades.panopticon>
Resent-Message-ID: <200802072210.m17MA01a010635@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         120373
>Category:       ports
>Synopsis:       [NEW PORT] devel/gnucflow: Tool to chart control flow within the C program
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 07 22:10:00 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry Marakasov
>Release:        FreeBSD 7.0-RC1 i386
>Organization:
>Environment:
System: FreeBSD hades.panopticon 7.0-RC1 FreeBSD 7.0-RC1 #0: Sat Jan 5 03:26:52 MSK 2008 root@hades.panopticon:/usr/obj/usr/src/sys/HADES i386


>Description:
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
>How-To-Repeat:
>Fix:

--- gnucflow-1.2.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	gnucflow
#	gnucflow/distinfo
#	gnucflow/Makefile
#	gnucflow/pkg-descr
#
echo c - gnucflow
mkdir -p gnucflow > /dev/null 2>&1
echo x - gnucflow/distinfo
sed 's/^X//' >gnucflow/distinfo << 'END-of-gnucflow/distinfo'
XMD5 (cflow-1.2.tar.bz2) = 860fc15fe9e9aaf42930af5191c518a7
XSHA256 (cflow-1.2.tar.bz2) = db30aa2cb1a2c9f9845b424d284c5b93928a1100545e64761d22a6177a58852c
XSIZE (cflow-1.2.tar.bz2) = 517457
END-of-gnucflow/distinfo
echo x - gnucflow/Makefile
sed 's/^X//' >gnucflow/Makefile << 'END-of-gnucflow/Makefile'
X# New ports collection makefile for:	gnucflow
X# Date created:		07 Feb 2008
X# Whom:			Dmitry Marakasov <amdmi3@amdmi3.ru>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	gnucflow
XPORTVERSION=	1.2
XCATEGORIES=	devel
XMASTER_SITES=	ftp://download.gnu.org.ua/pub/release/cflow/
XDISTNAME=	cflow-${PORTVERSION}
X
XMAINTAINER=	amdmi3@amdmi3.ru
XCOMMENT=	Tool to chart control flow within the C program
X
XCONFLICTS=	cflow-[0-9]*
X
XUSE_BZIP2=	yes
XGNU_CONFIGURE=	yes
XUSE_GMAKE=	yes
X
XINFO=		cflow
X
XPLIST_FILES=	bin/cflow
X
X.include <bsd.port.mk>
END-of-gnucflow/Makefile
echo x - gnucflow/pkg-descr
sed 's/^X//' >gnucflow/pkg-descr << 'END-of-gnucflow/pkg-descr'
XGNU cflow analyzes a collection of C source files and prints a graph
Xcharting control flow within the program.
X
XCurrent implementation is able to produce both direct and inverted
Xflowgraphs for C sources. Optionally a cross-reference listing can
Xbe generated. Two output formats are implemented: POSIX and GNU
X(extended).
X
XInput files can optionally be preprocessed before analyzing. 
X
XWWW: http://savannah.gnu.org/projects/cflow
END-of-gnucflow/pkg-descr
exit
--- gnucflow-1.2.shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080207220327.C64E517023>