Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (bbe069d9731d9735b565caa153608317bb2f7be4)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (bbe069d9731d9735b565caa153608317bb2f7be4)
  • Date: Sat, 27 Aug 2011 22:19:42 -0500

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

ChangeLog | 3 +++
devel/cflow/DETAILS | 26 ++++++++++++++++++++++++++
devel/cflow/HISTORY | 3 +++
3 files changed, 32 insertions(+)

New commits:
commit bbe069d9731d9735b565caa153608317bb2f7be4
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

cflow: new spell, Control flow charting software

diff --git a/ChangeLog b/ChangeLog
index a338e3d..f73fb51 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2011-08-27 Ismael Luceno <ismael AT sourcemage.org>
+ * devel/cflow: new spell, Control flow charting software
+
2011-08-27 Ladislav Hagara <hgr AT vabo.cz>
* python-pypi/python-cliapp: new spell
Python framework for Unix-like command line programs
diff --git a/devel/cflow/DETAILS b/devel/cflow/DETAILS
new file mode 100755
index 0000000..b67f2dd
--- /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
diff --git a/devel/cflow/HISTORY b/devel/cflow/HISTORY
new file mode 100644
index 0000000..3a53c08
--- /dev/null
+++ b/devel/cflow/HISTORY
@@ -0,0 +1,3 @@
+2011-08-27 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: spell created
+



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (bbe069d9731d9735b565caa153608317bb2f7be4), Ismael Luceno, 08/27/2011

Archive powered by MHonArc 2.6.24.

Top of Page