Skip to Content.
Sympa Menu

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

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 (94e75682c80cc3e2dacac2ce52479062a6a7d678)
  • Date: Fri, 16 Jul 2010 18:58:13 -0500

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

ChangeLog | 3 +++
devel/dmalloc/DETAILS | 18 ++++++++++++++++++
devel/dmalloc/HISTORY | 3 +++
3 files changed, 24 insertions(+)

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

devel/dmalloc: new spell, a memory debugger

diff --git a/ChangeLog b/ChangeLog
index 4c43673..21e03cb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2010-07-17 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * devel/dmalloc: new spell, a memory debugger
+
2010-07-17 Vlad Glagolev <stealth AT sourcemage.org>
* graphics/optipng: new spell, advanced PNG optimizer

diff --git a/devel/dmalloc/DETAILS b/devel/dmalloc/DETAILS
new file mode 100755
index 0000000..eeafd9b
--- /dev/null
+++ b/devel/dmalloc/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=dmalloc
+ VERSION=5.5.2
+ SOURCE="${SPELL}-${VERSION}.tgz"
+ SOURCE_URL[0]=http://${SPELL}.com/releases/${SOURCE}
+
SOURCE_HASH=sha512:96bb94aeb2bc3220f652b5294bdf8592b984cb2a53e5f02b2b8d52450c3396d18651f334644cdfff9c85a8c0d0cedc7f6a18b9d70497b2c6b5f85dbd1e827b93
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://dmalloc.com";
+ LICENSE[0]=http://creativecommons.org/licenses/by-sa/3.0/
+ ENTERED=20100717
+ SHORT="a memory debugger"
+cat << EOF
+The debug memory allocation or dmalloc library has been designed as a drop in
+replacement for the system's malloc, realloc, calloc, free and other memory
+management routines while providing powerful debugging facilities
configurable
+at runtime. These facilities include such things as memory-leak tracking,
+fence-post write detection, file/line number reporting, and general logging
+of statistics.
+EOF
diff --git a/devel/dmalloc/HISTORY b/devel/dmalloc/HISTORY
new file mode 100644
index 0000000..c2d54ca
--- /dev/null
+++ b/devel/dmalloc/HISTORY
@@ -0,0 +1,3 @@
+2010-07-17 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: spell created
+



  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (94e75682c80cc3e2dacac2ce52479062a6a7d678), Florian Franzmann, 07/16/2010

Archive powered by MHonArc 2.6.24.

Top of Page