From owner-cvs-all@FreeBSD.ORG Sun May 23 10:40:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 437D816A4CE; Sun, 23 May 2004 10:40:53 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CCA643D3F; Sun, 23 May 2004 10:40:53 -0700 (PDT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4NHeWwS028069; Sun, 23 May 2004 10:40:32 -0700 (PDT) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4NHeWAQ028068; Sun, 23 May 2004 10:40:32 -0700 (PDT) (envelope-from krion) Message-Id: <200405231740.i4NHeWAQ028068@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 23 May 2004 10:40:32 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel Makefile ports/devel/valgrind-snapshot Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 May 2004 17:40:53 -0000 krion 2004/05/23 10:40:32 PDT FreeBSD ports repository Modified files: devel Makefile Added files: devel/valgrind-snapshot Makefile distinfo pkg-descr pkg-plist 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. This version is based on a more recent snapshot of devel/valgrind and supports some older AMD processors. Submitted by: Doug Rabson and Simon Barner Revision Changes Path 1.1551 +1 -0 ports/devel/Makefile 1.1 +67 -0 ports/devel/valgrind-snapshot/Makefile (new) 1.1 +2 -0 ports/devel/valgrind-snapshot/distinfo (new) 1.1 +13 -0 ports/devel/valgrind-snapshot/pkg-descr (new) 1.1 +56 -0 ports/devel/valgrind-snapshot/pkg-plist (new)