[Lunar-commits] r16174 - moonbase/trunk/devel/valgrind3
Florin Braescu
florin at lunar-linux.org
Sun Aug 21 11:29:27 UTC 2005
Author: florin
Date: 2005-08-21 11:29:27 +0000 (Sun, 21 Aug 2005)
New Revision: 16174
Added:
moonbase/trunk/devel/valgrind3/DETAILS
Log:
this is the 3.x version of valgrind. some modules may still prefer the 2.x version.
Added: moonbase/trunk/devel/valgrind3/DETAILS
===================================================================
--- moonbase/trunk/devel/valgrind3/DETAILS 2005-08-21 11:17:54 UTC (rev 16173)
+++ moonbase/trunk/devel/valgrind3/DETAILS 2005-08-21 11:29:27 UTC (rev 16174)
@@ -0,0 +1,17 @@
+ MODULE=valgrind3
+ VERSION=3.0.0
+ SOURCE=valgrind-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/valgrind-$VERSION
+ SOURCE_URL=http://valgrind.org/downloads/
+ SOURCE_VFY=sha1:96bc45fa5862680b49c7861474cdfd5341aea9b0
+ WEB_SITE=http://valgrind.org/
+ ENTERED=20020729
+ UPDATED=20050821
+ SHORT="An open-source memory debugger for x86-GNU/Linux"
+
+cat <<EOF
+Valgrind is a GPL'd tool to help you find memory-management problems in
+your programs. When a program is run under Valgrind's supervision, all
+reads and writes of memory are checked, and calls to malloc/new/free/delete
+are intercepted.
+EOF
More information about the Lunar-commits
mailing list