Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 May 2004 10:00:03 -0700 (PDT)
From:      Kirill Ponomarew <krion@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/devel Makefile ports/devel/valgrind Makefile distinfo pkg-descr pkg-message pkg-plist ports/devel/valgrind/files patch-rev328 patch-rev329
Message-ID:  <200405231700.i4NH03Ts018519@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org> and Simon Barner <barner@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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200405231700.i4NH03Ts018519>