cvs commit: ports/devel Makefile ports/devel/valgrind Makefile distinfo pkg-descr pkg-message pkg-plist ports/devel/valgrind/files patch-rev328 patch-rev329

Kirill Ponomarew krion at FreeBSD.org
Sun May 23 10:00:30 PDT 2004


krion       2004/05/23 10:00:03 PDT

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/valgrind       Makefile distinfo pkg-descr pkg-message 
                         pkg-plist 
    devel/valgrind/files patch-rev328 patch-rev329 
  Log:
  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 at FreeBSD.org> and Simon Barner <barner at in.tum.de>
  
  Revision  Changes    Path
  1.1550    +1 -0      ports/devel/Makefile
  1.1       +70 -0     ports/devel/valgrind/Makefile (new)
  1.1       +2 -0      ports/devel/valgrind/distinfo (new)
  1.1       +16 -0     ports/devel/valgrind/files/patch-rev328 (new)
  1.1       +16 -0     ports/devel/valgrind/files/patch-rev329 (new)
  1.1       +13 -0     ports/devel/valgrind/pkg-descr (new)
  1.1       +7 -0      ports/devel/valgrind/pkg-message (new)
  1.1       +52 -0     ports/devel/valgrind/pkg-plist (new)


More information about the cvs-all mailing list