From owner-cvs-all@FreeBSD.ORG Fri Aug 12 13:23:14 2011 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 441E5106564A; Fri, 12 Aug 2011 13:23:14 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 193098FC14; Fri, 12 Aug 2011 13:23:14 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p7CDNDfb092286; Fri, 12 Aug 2011 13:23:13 GMT (envelope-from gahr@repoman.freebsd.org) Received: (from gahr@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p7CDNDSa092282; Fri, 12 Aug 2011 13:23:13 GMT (envelope-from gahr) Message-Id: <201108121323.p7CDNDSa092282@repoman.freebsd.org> From: Pietro Cerutti Date: Fri, 12 Aug 2011 13:23:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile ports/devel/cdash Makefile distinfo pkg-descr pkg-plist ports/devel/cdash/files patch-cdash_config.local.php pkg-message.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Aug 2011 13:23:14 -0000 gahr 2011-08-12 13:23:13 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/cdash Makefile distinfo pkg-descr pkg-plist devel/cdash/files patch-cdash_config.local.php pkg-message.in Log: - New port: devel/cdash CDash is an open source, web-based software testing server. CDash aggregates, analyzes and displays the results of software testing processes submitted from clients located around the world. Developers depend on CDash to convey the state of a software system, and to continually improve its quality. CDash is a part of a larger software process that integrates Kitware's CMake, CTest, and CPack tools, as well as other external packages used to design, manage and maintain large-scale software systems. Good examples of a CDash are the CMake quality dashboard and the VTK quality dashboard. WWW: http://www.cdash.org/ Revision Changes Path 1.4486 +1 -0 ports/devel/Makefile 1.1 +63 -0 ports/devel/cdash/Makefile (new) 1.1 +2 -0 ports/devel/cdash/distinfo (new) 1.1 +111 -0 ports/devel/cdash/files/patch-cdash_config.local.php (new) 1.1 +8 -0 ports/devel/cdash/files/pkg-message.in (new) 1.1 +9 -0 ports/devel/cdash/pkg-descr (new) 1.1 +675 -0 ports/devel/cdash/pkg-plist (new)