Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Florian Franzmann (c95f17a706d221370bd74cc96f252003b256283a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Florian Franzmann <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (c95f17a706d221370bd74cc96f252003b256283a)
  • Date: Thu, 21 Oct 2010 10:04:28 -0500

GIT changes to master grimoire by Florian Franzmann
<siflfran AT hawo.stw.uni-erlangen.de>:

ChangeLog | 3 +++
devel/cppcheck/BUILD | 1 +
devel/cppcheck/DEPENDS | 1 +
devel/cppcheck/DETAILS | 16 ++++++++++++++++
devel/cppcheck/HISTORY | 3 +++
devel/cppcheck/INSTALL | 1 +
6 files changed, 25 insertions(+)

New commits:
commit c95f17a706d221370bd74cc96f252003b256283a
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

devel/cppcheck: new spell, a static code analysis tool for C++

diff --git a/ChangeLog b/ChangeLog
index 8c52bdf..81008e8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2010-10-21 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * devel/cppcheck: new spell, a static analysis tool for C++
+
2010-10-20 Bor Kraljič <pyrobor AT ver.si>
* mobile/synce-dccm: spell deprecated; spell was split into
synce-odccm & synce-odccm long time ago...
diff --git a/devel/cppcheck/BUILD b/devel/cppcheck/BUILD
new file mode 100755
index 0000000..c9dda20
--- /dev/null
+++ b/devel/cppcheck/BUILD
@@ -0,0 +1 @@
+make PREFIX=${INSTALL_ROOT}/usr
diff --git a/devel/cppcheck/DEPENDS b/devel/cppcheck/DEPENDS
new file mode 100755
index 0000000..fd0b0eb
--- /dev/null
+++ b/devel/cppcheck/DEPENDS
@@ -0,0 +1 @@
+depends g++
diff --git a/devel/cppcheck/DETAILS b/devel/cppcheck/DETAILS
new file mode 100755
index 0000000..222e0e5
--- /dev/null
+++ b/devel/cppcheck/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=cppcheck
+ VERSION=1.45
+ SOURCE="${SPELL}-${VERSION}.tar.bz2"
+
SOURCE_URL[0]=$SOURCEFORGE_URL/project/${SPELL}/${SPELL}/${VERSION}/${SOURCE}
+
SOURCE_HASH=sha512:c0708a3b09d9a314554dc2ab766435d47826c14bda54db7fbac12531744a1449465cbab6c3078112720b0050d8851dffa99833740edfdfb0829fff2c8a507728
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+
WEB_SITE="http://sourceforge.net/apps/mediawiki/cppcheck/index.php?title=Main_Page";
+ LICENSE[0]=GPL
+ ENTERED=20101021
+ SHORT="A tool for static C/C++ code analysis"
+cat << EOF
+Cppcheck is an analysis tool for C/C++ code. Unlike C/C++ compilers and many
+other analysis tools, we don't detect syntax errors. Cppcheck only detects
+the types of bugs that the compilers normally fail to detect. The goal is
+no false positives.
+EOF
diff --git a/devel/cppcheck/HISTORY b/devel/cppcheck/HISTORY
new file mode 100644
index 0000000..0d6d5bb
--- /dev/null
+++ b/devel/cppcheck/HISTORY
@@ -0,0 +1,3 @@
+2010-10-21 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS, INSTALL, DEPENDS: spell created
+
diff --git a/devel/cppcheck/INSTALL b/devel/cppcheck/INSTALL
new file mode 100755
index 0000000..621f3f8
--- /dev/null
+++ b/devel/cppcheck/INSTALL
@@ -0,0 +1 @@
+make PREFIX=${INSTALL_ROOT}/usr install



  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (c95f17a706d221370bd74cc96f252003b256283a), Florian Franzmann, 10/21/2010

Archive powered by MHonArc 2.6.24.

Top of Page