From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 54725 invoked by alias); 15 Jun 2016 06:14:06 -0000 Mailing-List: contact cygwin-apps-help@cygwin.com; run by ezmlm Precedence: bulk Sender: cygwin-apps-owner@cygwin.com List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Mail-Followup-To: cygwin-apps@cygwin.com Received: (qmail 54712 invoked by uid 89); 15 Jun 2016 06:14:05 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KAM_COUK,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy=H*M:tiscali, H*MI:tiscali, HX-HELO:sk:smtp-ou X-HELO: smtp-out-2.tiscali.co.uk Received: from smtp-out-2.tiscali.co.uk (HELO smtp-out-2.tiscali.co.uk) (62.24.135.130) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 15 Jun 2016 06:13:49 +0000 Received: from [192.168.1.3] ([79.68.194.111]) by smtp.talktalk.net with SMTP id D43jbT4tSrMAgD45BbkE3h; Wed, 15 Jun 2016 07:13:46 +0100 From: David Stacey Subject: [ITP] gcovr: Coverage report generator To: cygwin-apps Message-ID: <66990da2-00dc-1ff1-cbee-9ff2fa9f8957@tiscali.co.uk> Date: Wed, 15 Jun 2016 06:14:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-CMAE-Envelope: MS4wfCLTaBK/E07U++7Gi3t6yQckj1heYxrxFYm4HzC1EGosqHQkuGt56KNojJkrDIC1h6tAKtTQmDVCkKIMKJO/KjWgwshlDG2WUS8Y10aQqIriXFUfevDV L2wVY4DTA7w6w7+6OoyqN6HabjQAjeUQZowjUVDkeBJk7V8QCiMh8q/Mpqi/kdwbrpgcWhO/f6HfDA== X-IsSubscribed: yes X-SW-Source: 2016-06/txt/msg00065.txt.bz2 gcovr is a Python script to generate reports from gcov. Found in Debian and Ubuntu [1]. # noarch: BASEURL=https://dl.dropboxusercontent.com/u/119453582/Cygwin/noarch/release wget --no-check-certificate --no-host-directories --force-directories --cut-dirs=5 \ ${BASEURL}/gcovr/gcovr-3.2-1-src.tar.xz \ ${BASEURL}/gcovr/gcovr-3.2-1.tar.xz \ ${BASEURL}/gcovr/setup.hint Test harness requires 'python-nose' and 'python-coverage' from Ports, plus 'python-pyutilib' below. All tests pass. These are only requireed to run the test harness; gcovr will build and run without these. # noarch: BASEURL=https://dl.dropboxusercontent.com/u/119453582/Cygwin/noarch/release wget --no-check-certificate --no-host-directories --force-directories --cut-dirs=5 \ ${BASEURL}/python-pyutilib/python-pyutilib-5.3.5-1-src.tar.xz \ ${BASEURL}/python-pyutilib/python-pyutilib-5.3.5-1.tar.xz \ ${BASEURL}/python-pyutilib/setup.hint Note that I'm not offering to maintain 'python-pyutilib' (yet!), just gcovr. Many thanks in advance for looking at this package, Dave. [1] - https://pkgs.org/search/gcovr