From owner-cvs-all@FreeBSD.ORG Sat Apr 5 04:47:15 2003 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 0D9C937B401; Sat, 5 Apr 2003 04:47:15 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A1C743FA3; Sat, 5 Apr 2003 04:47:14 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h35ClE0U065656; Sat, 5 Apr 2003 04:47:14 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h35ClElC065655; Sat, 5 Apr 2003 04:47:14 -0800 (PST) Message-Id: <200304051247.h35ClElC065655@repoman.freebsd.org> From: Edwin Groothuis Date: Sat, 5 Apr 2003 04:47:13 -0800 (PST) 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/ccmalloc Makefile distinfo pkg-descr pkg-message pkg-plist ports/devel/ccmalloc/files patch-Makefile.in patch-configure patch-src::ccmalloc.in 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: Sat, 05 Apr 2003 12:47:15 -0000 edwin 2003/04/05 04:47:13 PST FreeBSD ports repository Modified files: devel Makefile Added files: devel/ccmalloc Makefile distinfo pkg-descr pkg-message pkg-plist devel/ccmalloc/files patch-Makefile.in patch-configure patch-src::ccmalloc.in Log: port of ccmalloc This is port of ccmalloc, memory leak detector for C/C++. PR: ports/36336 Submitted by: Jure Menart Revision Changes Path 1.1080 +1 -0 ports/devel/Makefile 1.1 +29 -0 ports/devel/ccmalloc/Makefile (new) 1.1 +1 -0 ports/devel/ccmalloc/distinfo (new) 1.1 +18 -0 ports/devel/ccmalloc/files/patch-Makefile.in (new) 1.1 +82 -0 ports/devel/ccmalloc/files/patch-configure (new) 1.1 +29 -0 ports/devel/ccmalloc/files/patch-src::ccmalloc.in (new) 1.1 +4 -0 ports/devel/ccmalloc/pkg-descr (new) 1.1 +6 -0 ports/devel/ccmalloc/pkg-message (new) 1.1 +5 -0 ports/devel/ccmalloc/pkg-plist (new)