2016-06-08 21:22:13 +02:00
|
|
|
# $NetBSD: Makefile,v 1.25 2016/06/08 19:22:49 wiz Exp $
|
2008-09-14 20:00:54 +02:00
|
|
|
|
2016-04-25 16:36:29 +02:00
|
|
|
DISTNAME= Devel-Cover-1.23
|
2008-09-14 20:00:54 +02:00
|
|
|
PKGNAME= p5-${DISTNAME}
|
2016-06-08 21:22:13 +02:00
|
|
|
PKGREVISION= 1
|
2008-09-14 20:00:54 +02:00
|
|
|
CATEGORIES= devel perl5
|
2015-04-09 03:09:09 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Devel/}
|
2008-09-14 20:00:54 +02:00
|
|
|
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
|
|
HOMEPAGE= http://search.cpan.org/dist/Devel-Cover/
|
|
|
|
COMMENT= Perl 5 module providing code coverage metrics
|
2010-09-03 08:01:37 +02:00
|
|
|
LICENSE= ${PERL5_LICENSE}
|
2008-09-14 20:00:54 +02:00
|
|
|
|
|
|
|
DEPENDS+= p5-PPI-HTML>=1.07:../../textproc/p5-PPI-HTML
|
|
|
|
DEPENDS+= p5-Perl-Tidy>=20060719:../../devel/p5-Perl-Tidy
|
|
|
|
DEPENDS+= p5-Pod-Coverage>=0.06:../../textproc/p5-Pod-Coverage
|
|
|
|
DEPENDS+= p5-Template-Toolkit>=2.0:../../www/p5-Template-Toolkit
|
Update to 1.12
Update DEPENDS
Upstream changes:
Release 1.12 - 17 April 2014
- Fix test failure on OSX, FreeBSD and HPUX (thanks H.Merijn Brand).
Release 1.11 - 13 April 2014
- Tests should pass when all run in parallel (Kent Fredric) (github 69).
- Fix problems with using Sereal as DB format.
Release 1.10 - 6 April 2014
- Test against 5.19.10.
- Add Sereal backend and use it if available.
- Support spaces in DB path (Keith Wissing) (github 81).
- Test against 5.8 on Travis (Slaven Rezi膰) (github 76).
- HTML cleanups (H.Merijn Brand).
- Fix deep recursion with use overload (Matthew Horsfall) (github 78, 79).
- Improve testing process.
Release 1.09 - 15 March 2014
- Add Contributors file.
- Test against 5.19.4 - 5.19.9.
- Officially support 5.18.2.
- Fix shortcircuiting conditional operators for blead changes
(Matthew Horsfall) (rt 90591) (github 75, 80).
- Fix tab expansion in HTML report (H.Merijn Brand) (github 83).
Release 1.08 - 24 August 2013
- Don't test against 5.17.x development releases.
- Don't test against 5.19.2 and 5.19.3 which have a bug which causes tests to
fail.
- Perl 5.18 is more picky about POD encodings (Gregor Herrmann) (rt 88027).
- Numerous typo fixes (David Steinbrunner) (github 67).
Release 1.07 - 22 August 2013
- Improve -coverage options, fix -ignore_re for .gcov files (Steve Sanbeg)
(github 53).
- Work around B::CV::GV regression in 5.18.1.
- Officially support 5.18.1.
- Test against 5.19.1, 5.19.2 and 5.19.3.
Release 1.06 - 17 July 2013
- More DEVEL_COVER_NO_TESTS changes for p5cover.
Release 1.05 - 17 July 2013
- Quieten some deparse warnings.
- Fix errors in write_csv (Jim Keenan) (github 64).
- Fix error in -inc/+inc docs and pod formatting (Olaf Alders) (github 65).
- Add DEVEL_COVER_NO_TESTS option to not run any tests during p5cover.
Release 1.04 - 1 June 2013
- Fix return code from cover (Kan Fushihara) (guthub 61).
- Fix pod coverage for multiple packages in a file. (rt 34888).
- Speed improvements.
Release 1.03 - 20 May 2013
- Fixes for correct operation with 5.17.11, 5.18.0 and 5.19.0.
Release 1.02 - 28 April 2013
- Make -silent even quieter (Sergiy Borodych) (guthub 49).
- mod_perl2 on Debian sets $^X to apache2 (Lasse Makholm) (github 47).
- Add csv file for use with metacpan (Dinis Rebolo) (github 56).
- cover -test exists with the staus of the underlying test run (Kan Fushihara)
(github 57, 58).
- Quieten a warning (Jim Keenan) (github 59).
Release 1.01 - 30 March 2013
- Test against 5.14.4, 5.16.3, 5.17.8, 5.17.9 and 5.17.10.
- Ignore PERL5OPT during tests. And other make targets. (rt 43833).
- &&=, ||= and //= operators now require RHS to be true and false.
- Fix some "uninitialized value" warnings.
Release 1.00 - 10 February 2013
- Fix segv in constant folding of xor ops (github 40).
- Fix various problems running Devel::Cover under tainting (github 41).
- Add JavaScript to filter results in html_basic (David Cantrell) (github 42).
Use -norestrict option to keep previous behaviour.
- Document ability to mark code as uncoverable (github 45).
2014-04-26 16:27:07 +02:00
|
|
|
BUILD_DEPENDS+= p5-Test-Differences-[0-9]*:../../devel/p5-Test-Differences
|
2008-09-14 20:00:54 +02:00
|
|
|
|
2011-08-12 09:17:27 +02:00
|
|
|
USE_LANGUAGES= c
|
2010-09-03 08:01:37 +02:00
|
|
|
PERL5_PACKLIST= auto/Devel/Cover/.packlist
|
|
|
|
|
2008-09-14 20:00:54 +02:00
|
|
|
.include "../../lang/perl5/module.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|