Commit graph

3 commits

Author SHA1 Message Date
Sergey Matveychuk
12ffbba738 Rename devel/calltree to callgrind.
Update it to 0.9.8.
Update related ports.

PR:		ports/70936
Submitted by:	maintainer
2004-09-01 16:27:21 +00:00
Michael Nottebrock
e90cae0339 valgrind installs different files on RELENG_4 & RELENG_5, add some
PLIST_SUB to deal with that.
2004-08-01 15:20:03 +00:00
Kirill Ponomarev
f3b8752aaf Valgrind is a system for debugging and profiling un*x programs.
With the tools that come with Valgrind, you can automatically
detect many memory management and threading bugs, avoiding
hours of frustrating bug-hunting, making your programs more
stable. You can also perform detailed profiling, to speed up
and reduce memory use of your programs.

The Valgrind distribution includes five tools: two memory error
detectors, a thread error detector, a cache profiler and a heap
profiler.  Several other tools have been built with Valgrind.

Valgrind was ported to FreeBSD by Doug Rabson (http://www.rabson.org/).

Submitted by:	Doug Rabson <dfr@FreeBSD.org> and Simon Barner <barner@in.tum.de>
2004-05-23 17:00:03 +00:00