# 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 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 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