summaryrefslogtreecommitdiff
path: root/devel/cflow
diff options
context:
space:
mode:
authorrpaulo <rpaulo@pkgsrc.org>2006-02-25 21:35:55 +0000
committerrpaulo <rpaulo@pkgsrc.org>2006-02-25 21:35:55 +0000
commitcf43a37ac564a6158cb8041342675bbd641f3789 (patch)
tree449a0b47057779935b099426a1be58bdec878ec1 /devel/cflow
parent2c149532d115abaaa48b94ae39234809d4207dde (diff)
downloadpkgsrc-cf43a37ac564a6158cb8041342675bbd641f3789.tar.gz
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.
Diffstat (limited to 'devel/cflow')
-rw-r--r--devel/cflow/DESCR8
-rw-r--r--devel/cflow/Makefile20
-rw-r--r--devel/cflow/PLIST3
-rw-r--r--devel/cflow/distinfo5
4 files changed, 36 insertions, 0 deletions
diff --git a/devel/cflow/DESCR b/devel/cflow/DESCR
new file mode 100644
index 00000000000..3123da6ae52
--- /dev/null
+++ b/devel/cflow/DESCR
@@ -0,0 +1,8 @@
+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.
diff --git a/devel/cflow/Makefile b/devel/cflow/Makefile
new file mode 100644
index 00000000000..6e615d0ffc1
--- /dev/null
+++ b/devel/cflow/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/02/25 21:35:55 rpaulo Exp $
+
+DISTNAME= cflow-1.0
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_GNU:=cflow/}
+
+MAINTAINER= rpaulo@NetBSD.org
+HOMEPAGE= http://www.gnu.org/software/cflow/
+COMMENT= Code-path flow analyzer for C
+
+GNU_CONFIGURE= YES
+USE_TOOLS+= yacc lex
+
+SUBST_CLASSES+= emacs
+SUBST_MESSAGE.emacs= Removing cflow Emacs mode
+SUBST_STAGE.emacs= pre-configure
+SUBST_FILES.emacs= Makefile.in
+SUBST_SED.emacs= -e 's| elisp||g'
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/cflow/PLIST b/devel/cflow/PLIST
new file mode 100644
index 00000000000..1caef915a23
--- /dev/null
+++ b/devel/cflow/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/02/25 21:35:55 rpaulo Exp $
+bin/cflow
+info/cflow.1
diff --git a/devel/cflow/distinfo b/devel/cflow/distinfo
new file mode 100644
index 00000000000..256ad849636
--- /dev/null
+++ b/devel/cflow/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2006/02/25 21:35:55 rpaulo Exp $
+
+SHA1 (cflow-1.0.tar.gz) = d302fb5e6f06e1de047f6d05ab06d5c8ebfb441e
+RMD160 (cflow-1.0.tar.gz) = c4b2a35c2ec5313be26512e89f2a3fc5bc7b7159
+Size (cflow-1.0.tar.gz) = 500029 bytes