summaryrefslogtreecommitdiffstats
path: root/devel/cflow/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'devel/cflow/DETAILS')
-rwxr-xr-xdevel/cflow/DETAILS26
1 files changed, 26 insertions, 0 deletions
diff --git a/devel/cflow/DETAILS b/devel/cflow/DETAILS
new file mode 100755
index 0000000000..b67f2dd192
--- /dev/null
+++ b/devel/cflow/DETAILS
@@ -0,0 +1,26 @@
+ SPELL=cflow
+ VERSION=1.3
+ SOURCE="${SPELL}-${VERSION}.tar.bz2"
+ SOURCE2=$SOURCE.sig
+ SOURCE_URL[0]=http://ftp.gnu.org/gnu/${SPELL}/${SOURCE}
+ SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
+ SOURCE_GPG=gnu.gpg:$SOURCE2:UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://www.gnu.org/software/cflow/"
+ LICENSE[0]=GPLv3
+ ENTERED=20110827
+ SHORT="Control flow charting software"
+cat << EOF
+GNU cflow analyzes a collection of C source files and prints a graph,
+charting control flow within the program.
+
+GNU cflow 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.
+
+The package also provides Emacs major mode for examining the produced
+flowcharts in Emacs.
+EOF