pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/cflow GNU cflow analyzes a collection of C sourc...
details: https://anonhg.NetBSD.org/pkgsrc/rev/e7957803f2b4
branches: trunk
changeset: 508795:e7957803f2b4
user: rpaulo <rpaulo%pkgsrc.org@localhost>
date: Sat Feb 25 21:35:55 2006 +0000
description:
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:
devel/cflow/DESCR | 8 ++++++++
devel/cflow/Makefile | 20 ++++++++++++++++++++
devel/cflow/PLIST | 3 +++
devel/cflow/distinfo | 5 +++++
4 files changed, 36 insertions(+), 0 deletions(-)
diffs (52 lines):
diff -r d5c0c6e3d798 -r e7957803f2b4 devel/cflow/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/cflow/DESCR Sat Feb 25 21:35:55 2006 +0000
@@ -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 -r d5c0c6e3d798 -r e7957803f2b4 devel/cflow/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/cflow/Makefile Sat Feb 25 21:35:55 2006 +0000
@@ -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@localhost
+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 -r d5c0c6e3d798 -r e7957803f2b4 devel/cflow/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/cflow/PLIST Sat Feb 25 21:35:55 2006 +0000
@@ -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 -r d5c0c6e3d798 -r e7957803f2b4 devel/cflow/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/cflow/distinfo Sat Feb 25 21:35:55 2006 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index