Port details |
- p5-Devel-Cover Code coverage metrics for Perl
- 1.44 devel =3 1.44Version of this port present on the latest quarterly branch.
- Maintainer: perl@FreeBSD.org
- Port Added: 2003-10-10 14:29:17
- Last Update: 2024-06-18 04:03:56
- Commit Hash: d3b87a8
- People watching this port, also watch:: p5-XML-LibXML-Iterator, p5-libwww, p5-Crypt-DSA, R, p5-URI-Find
- Also Listed In: perl5
- License: ART10 GPLv1+
- WWW:
- https://metacpan.org/release/Devel-Cover
- Description:
- This module provides code coverage metrics for Perl.
If you can't guess by the version number this is an alpha release.
Code coverage data are collected using a pluggable runops function which counts
how many times each op is executed. These data are then mapped back to reality
using the B compiler modules. There is also a statement profiling facility
which needs a better backend to be really useful.
The cover program can be used to generate coverage reports.
Statement, branch, condition, subroutine, pod and time coverage information is
reported. Statement coverage data should be reasonable, although there may be
some statements which are not reported. Branch and condition coverage data
should be mostly accurate too, although not always what one might initially
expect. Subroutine coverage should be as accurate as statement coverage. Pod
coverage comes from Pod::Coverage. Coverage data for path coverage are not yet
collected.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Devel-Cover>0:devel/p5-Devel-Cover
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/devel/p5-Devel-Cover/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/p5-Devel-Cover
- pkg install p5-Devel-Cover
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Devel-Cover
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1718580338
SHA256 (Devel-Cover-1.44.tar.gz) = f40c1543992e5d65a6f78003d462d59acd79ae6d30d38047b1c69d999d2b1fd8
SIZE (Devel-Cover-1.44.tar.gz) = 221547
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- p5-Parallel-Iterator>=0 : devel/p5-Parallel-Iterator
- p5-Template-Toolkit>=2 : www/p5-Template-Toolkit
- p5-HTML-Parser>=0 : www/p5-HTML-Parser
- p5-Pod-Coverage>=0.06 : devel/p5-Pod-Coverage
- perl5>=5.36<5.37 : lang/perl5.36
- perl5>=5.36<5.37 : lang/perl5.36
- Test dependencies:
-
- p5-Test-Differences>=0 : devel/p5-Test-Differences
- Runtime dependencies:
-
- p5-Parallel-Iterator>=0 : devel/p5-Parallel-Iterator
- p5-Template-Toolkit>=2 : www/p5-Template-Toolkit
- p5-HTML-Parser>=0 : www/p5-HTML-Parser
- p5-Pod-Coverage>=0.06 : devel/p5-Pod-Coverage
- perl5>=5.36<5.37 : lang/perl5.36
- This port is required by:
- for Build
-
- devel/p5-Devel-Cover-Report-Clover
- devel/p5-ExtUtils-MakeMaker-Coverage
- www/p5-Jifty
- for Run
-
- devel/p5-Devel-Cover-Report-Clover
- devel/p5-ExtUtils-MakeMaker-Coverage
- www/p5-Jifty
Configuration Options:
- ===> The following configuration options are available for p5-Devel-Cover-1.44:
CPANCOVER=on: Coverage statistics on CPAN modules
HTML_REPORTS=on: Build HTML reports with p5-HTML-Parser
POD_COVERAGE=on: POD coverage via p5-Pod-Coverage
SYNTAX_HIGHLIGHTING=off: Syntax highlighting via p5-PPI-HTML
===> Use 'make config' to modify these settings
- Options name:
- devel_p5-Devel-Cover
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.44 18 Jun 2024 04:03:56 |
Po-Chuan Hsieh (sunpoet) |
devel/p5-Devel-Cover: Update to 1.44
Changes: https://metacpan.org/dist/Devel-Cover/changes |
1.42 27 Apr 2024 20:12:49 |
Rodrigo Osorio (rodrigo) |
devel/p5-Devel-Cover: update to 1.42
Major changes:
1.41 Spelling, linting and formatting changes
1.42 Improve tests
Port changes:
Fix formatting and reorder variables to make linters happy |
1.40 02 May 2023 19:58:45 |
Po-Chuan Hsieh (sunpoet) |
devel/p5-Devel-Cover: Update to 1.40
Changes: https://metacpan.org/dist/Devel-Cover/changes |
1.39 02 May 2023 16:21:12 |
Po-Chuan Hsieh (sunpoet) |
devel/p5-Devel-Cover: Update to 1.39
Changes: https://metacpan.org/dist/Devel-Cover/changes |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.38 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.38 09 Jun 2022 11:00:14 |
Po-Chuan Hsieh (sunpoet) |
devel/p5-Devel-Cover: Update to 1.38
Changes: https://metacpan.org/dist/Devel-Cover/changes |
1.36 10 Jan 2022 15:15:39 |
Stefan Eßer (se) |
Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.
This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.
Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port (Only the first 15 lines of the commit message are shown above ) |
1.36 24 Nov 2021 08:20:11 |
Fernando Apesteguía (fernape) Author: James E Keenan |
devel/p5-Devel-Cover: Add new dependency
Add depdendency on devel/p5-B-Debug since it is not in Perl 5 Core distribution
anymore.
Reported by: James E Keenan <jkeenan@pobox.com> |
1.36 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.36 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.36 24 Jul 2020 07:24:24 |
sunpoet |
Cosmetic change |
1.36 19 Jul 2020 11:26:32 |
wen |
- Update to 1.36 |
1.33 20 May 2019 13:04:24 |
mat |
Remove Created by lines where I am the one. |
1.33 15 May 2019 15:55:25 |
sunpoet |
Update to 1.33
Changes: https://metacpan.org/changes/distribution/Devel-Cover |
1.32 26 Apr 2019 20:47:38 |
sunpoet |
Update to 1.32
Changes: https://metacpan.org/changes/distribution/Devel-Cover |
1.31 06 Oct 2018 13:06:45 |
des |
Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.
Approved by: portmgr (adamw) |
1.31 18 Sep 2018 23:26:07 |
wen |
- Update to 1.31
Changes: https://metacpan.org/changes/distribution/Devel-Cover |
1.30 15 Jul 2018 03:27:51 |
wen |
- Update to 1.30
Changes: https://metacpan.org/changes/distribution/Devel-Cover |
1.29 27 May 2018 20:15:20 |
sunpoet |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
1.29 16 Oct 2017 17:46:55 |
sunpoet |
Update to 1.29
Changes: http://search.cpan.org/dist/Devel-Cover/Changes |
1.28 06 Oct 2017 10:44:18 |
sunpoet |
Update to 1.28
Changes: http://search.cpan.org/dist/Devel-Cover/Changes |
1.27 21 Sep 2017 17:20:57 |
sunpoet |
Update to 1.27
Changes: http://search.cpan.org/dist/Devel-Cover/Changes |
1.26 15 Sep 2017 08:58:50 |
mat |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
1.26 25 Jul 2017 16:22:01 |
sunpoet |
Update to 1.26
Changes: http://search.cpan.org/dist/Devel-Cover/Changes |
1.25 12 May 2017 21:51:34 |
sunpoet |
Update to 1.25
Changes: http://search.cpan.org/dist/Devel-Cover/Changes |
1.24 19 Apr 2017 14:40:19 |
sunpoet |
Update to 1.24
Changes: http://search.cpan.org/dist/Devel-Cover/Changes |
1.23 28 Nov 2016 14:22:10 |
mat |
Fix with Perl 5.25+ and 5.22/24 with PERL_OP_PARENT.
Sponsored by: Absolight |
1.23 28 Apr 2016 19:04:31 |
sunpoet |
- Update to 1.23
- Sort PLIST
Changes: http://search.cpan.org/dist/Devel-Cover/Changes |
1.22 10 Apr 2016 11:56:31 |
wen |
- Update to 1.22
Changes: http://cpansearch.perl.org/src/PJCJ/Devel-Cover-1.22/Changes |
1.21 09 Apr 2016 12:30:20 |
sunpoet |
- Add LICENSE_FILE
- Fix typo: HTML_REPORTS -> HTML_REPORTS_DESC |
1.21 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.21 20 Sep 2015 03:25:28 |
wen |
- Update to 1.21
Changes: http://cpansearch.perl.org/src/PJCJ/Devel-Cover-1.21/Changes |
1.20 14 Sep 2015 12:19:50 |
mat |
Make it so that the default Perl is always called perl5.
- Move Perl's man1 files along with its man3 files.
- Move where Perl installs its modules man1 pages.
- Convert the ports installing man1 pages.
- Make different Perl versions installable at the same time.
Though you should note that only the default version can be used to
install Perl modules, and the non default Perl versions cannot use the
modules installed via ports if they contain .so as they are installed
in a version specific directory.
Reviewed by: bapt (the Mk bits)
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3542 |
1.20 07 Jul 2015 08:02:42 |
jadawin |
- Update to 1.20 |
1.19 06 Jul 2015 17:47:25 |
sunpoet |
- Update to 1.19
Changes: http://search.cpan.org/dist/Devel-Cover/Changes |
1.18 07 Apr 2015 15:58:30 |
adamw |
Update to 1.18.
This module actually has no hard dependencies. All the dependencies are
optional modules to enable optional features, so mark them as such by
using OPTIONS and enabling most of them by default.
Also, sort plist.
Changes: https://metacpan.org/changes/distribution/Devel-Cover |
1.17_1 26 Nov 2014 13:08:38 |
mat |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
1.17 29 Oct 2014 15:50:26 |
culot |
- Update to 1.17
Changes: http://search.cpan.org/dist/Devel-Cover/Changes |
1.16 27 Oct 2014 10:55:59 |
bapt |
Cleanup plist |
1.16 18 Aug 2014 12:51:08 |
culot |
- Update to 1.16
Changes: http://search.cpan.org/dist/Devel-Cover/Changes |
1.15 20 Jun 2014 07:47:18 |
culot |
- Update to 1.15
Changes: http://search.cpan.org/dist/Devel-Cover/Changes |
1.14 10 Jun 2014 12:14:14 |
mat |
Remove all the bootstrap files (.bs) from the plists.
Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.
PR: 190681
Submitted by: mat
Exp-Run by: antoine
Sponsored by: Absolight |
1.14 05 May 2014 14:34:45 |
culot |
- Update to 1.14
Changes: http://search.cpan.org/dist/Devel-Cover/Changes |
1.12 26 Apr 2014 12:54:59 |
culot |
- Update to 1.12
Changes: http://search.cpan.org/dist/Devel-Cover/Changes |
1.10 10 Apr 2014 19:20:17 |
culot |
- Update to 1.10
Changes: http://search.cpan.org/dist/Devel-Cover/Changes |
1.09 16 Mar 2014 18:17:14 |
sunpoet |
- Update to 1.09
Changes: http://search.cpan.org/dist/Devel-Cover/Changes |
1.08 01 Mar 2014 13:54:50 |
sunpoet |
- Remove outdated PERL_LEVEL check
- Simplify Makefile |
1.08 21 Feb 2014 13:36:13 |
ehaupt |
Remove trailing whitespaces from category devel |
1.08 10 Feb 2014 13:54:28 |
ehaupt |
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt) |
1.08 29 Oct 2013 07:56:02 |
vanilla |
Support STAGEDIR. |
1.08 22 Oct 2013 16:57:45 |
mat |
Try and be consistent with what commands are silent and not in *install.
- MKDIR is silent
- ECHO is silent
- INSTALL_* are not silent
- CP/FIND/... are not silent
I fixed a few PORTDOCS misusage, I'll do a second pass.
With Hat: perl@ |
1.08 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
1.08 25 Aug 2013 11:30:23 |
az |
Update to 1.08
Changes: http://search.cpan.org/dist/Devel-Cover/Changes |
1.07 22 Aug 2013 15:22:18 |
sunpoet |
- Update to 1.07
Changes: http://search.cpan.org/dist/Devel-Cover/Changes |
1.06 02 Aug 2013 18:52:11 |
mat |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
1.06 17 Jul 2013 14:58:36 |
sunpoet |
- Update to 1.06
Changes: http://search.cpan.org/dist/Devel-Cover/Changes |
1.05 17 Jul 2013 07:53:53 |
culot |
- Update to 1.05
Changes: http://search.cpan.org/dist/Devel-Cover/Changes |
1.04 02 Jun 2013 16:59:27 |
eadler |
- Update to 1.04
- Remove OPTIONS_DEFINE which only has 'DOCS'
Changes:
http://cpansearch.perl.org/src/PJCJ/Devel-Cover-1.04/Changes |
1.03 21 May 2013 09:36:29 |
tobez |
Update to 1.03.
Changes: http://search.cpan.org/dist/Devel-Cover/Changes |
1.02 29 Apr 2013 08:46:32 |
tobez |
Update to 1.02.
Changes: http://search.cpan.org/dist/Devel-Cover/Changes |
1.00 11 Feb 2013 09:40:54 |
tobez |
Update to 1.00.
Changes: http://search.cpan.org/dist/Devel-Cover/Changes |
0.99 06 Jan 2013 13:44:16 |
tobez |
Update to 0.99.
Changes: http://search.cpan.org/dist/Devel-Cover/Changes |
0.98 26 Dec 2012 14:15:34 |
tobez |
Update to 0.98.
Changes: http://search.cpan.org/dist/Devel-Cover/Changes |
0.93 05 Aug 2012 06:53:43 |
sunpoet |
- Update to 0.93
Changes: http://search.cpan.org/dist/Devel-Cover/Changes |
0.92 18 Jul 2012 12:46:31 |
sunpoet |
- Update to 0.92
Changes: http://search.cpan.org/dist/Devel-Cover/Changes |
0.89 16 Jun 2012 20:08:39 |
sunpoet |
- Update to 0.89
- Convert to new options framework
Changes: http://search.cpan.org/dist/Devel-Cover/Changes |
0.88 10 Jun 2012 07:48:36 |
sunpoet |
- Update to 0.88
Changes: http://search.cpan.org/dist/Devel-Cover/Changes |
0.87 22 May 2012 08:56:50 |
sunpoet |
- Update to 0.87
Changes: http://search.cpan.org/dist/Devel-Cover/Changes |
0.86 10 Apr 2012 02:39:30 |
wen |
- Update to 0.86
ChangeLog: http://cpansearch.perl.org/src/PJCJ/Devel-Cover-0.86/Changes
Feature safe: yes |
0.85 02 Apr 2012 10:19:38 |
sunpoet |
- Update to 0.85
Changes: http://search.cpan.org/dist/Devel-Cover/Changes
Feature safe: yes |
0.82 28 Mar 2012 18:32:15 |
sunpoet |
- Update to 0.82
- Sort *_DEPENDS
- Do not silence installation message
Changes: http://search.cpan.org/dist/Devel-Cover/Changes
Feature safe: yes |
0.79_1 17 Sep 2011 07:36:42 |
sunpoet |
- Set JSON::PP as conditional dependency
- Bump PORTREVISION for dependency change
Reported by: kwm |
0.79 17 Sep 2011 06:49:29 |
sunpoet |
- Change PERL_CONFIGURE to "yes" for all values less than or equal to 5.8.0+
With hat: perl |
0.79 16 Aug 2011 21:47:46 |
bapt |
- update to 0.79
- changes: http://cpansearch.perl.org/src/PJCJ/Devel-Cover-0.79/CHANGES |
0.78 31 May 2011 19:51:03 |
bapt |
- update 0.78
- add licenses
- changes: http://cpansearch.perl.org/src/PJCJ/Devel-Cover-0.78/CHANGES |
0.76 21 Apr 2011 07:39:43 |
culot |
- Update to 0.76
Changes: http://search.cpan.org/dist/Devel-Cover/CHANGES |
0.73 24 Oct 2010 07:00:59 |
culot |
- Update to 0.73
- Removed redundant mention of p5-Template-Toolkit dependency
- Add TEST_DEPENDS
Changes: http://github.com/pjcj/Devel--Cover/blob/master/docs/CHANGES
PR: ports/151030
Submitted by: culot@ (myself)
Approved by: sahil@ (mentor), wen@ (mentor) |
0.71 24 Sep 2010 02:03:44 |
pgollucci |
- only 13% of the p5- ports embed @comment $FreeBSD$:
so standarize and remove it
With Hat: perl@ |
0.71 15 Sep 2010 09:04:14 |
jadawin |
- Update to 0.71 |
0.70 03 Sep 2010 07:22:34 |
bapt |
- Update to 0.70 |
0.68 17 Aug 2010 08:27:22 |
az |
Update to 0.68.
PR: ports/149364
Submitted by: Frederic Culot <frederic@culot.org> |
0.67 09 May 2010 17:25:44 |
az |
update to 0.67
Changes: http://search.cpan.org/dist/Devel-Cover/CHANGES |
0.65_1 16 Jan 2010 14:45:49 |
kuriyama |
- Remove unneeded dependencies which is in perl-5.8.9 dist from ports
maintained by (perl|ports|kuriyama)@FreeBSD.org.
- Targets are: Test::Simple, Digest::MD5, Locale-Maketext,
ExtUtils::MakeMaker, ExtUtils::ParseXS, File::Temp, Getopt::Long,
Encode, Digest, Pod::Parser, File::Spec. |
0.65 21 Aug 2009 13:20:21 |
tobez |
Update to 0.65.
Changes: http://search.cpan.org/dist/Devel-Cover/CHANGES
Changes file is not helpful, though. |
0.64 16 Aug 2009 09:55:32 |
linimon |
Reset mat@FreeBSD.org due to maintainer-timeouts and no response to email.
Hat: portmgr |
0.64 11 Apr 2008 14:48:07 |
mat |
Update to 0.64
Get rid of old dependencies |
0.63 18 Feb 2008 19:46:29 |
miwi |
- Update to 0.63
PR: 120658
Submitted by: Felippe de Meirelles Motta <lippemail@gmail.com>
Approved by: maintainer implicit |
0.61 31 Aug 2007 13:37:23 |
mat |
Use the CPAN site macro.
Use DISTVERSION in place of DISTNAME where possible.
Remove perl 5.005 shims. |
0.61 11 Jan 2007 16:04:06 |
mat |
Update to 0.61 |
0.60 04 Jan 2007 13:39:40 |
mat |
Update to 0.60
PR: 107457
Submitted by: clsung |
0.59 24 Aug 2006 11:30:35 |
mat |
Update to 0.59
pet portlint
PR: 102442
Submitted by: Gea-Suan Lin <gslin@gslin.org> |
0.58 07 Aug 2006 13:13:50 |
mat |
Update to 0.58
PR: 101551
Submitted by: Gea-Suan Lin <gslin@gslin.org> |
0.55 22 Jan 2006 08:30:12 |
edwin |
SHA256ify
Approved by: krion@ |
0.55 22 Jan 2006 01:48:34 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
0.55 17 Oct 2005 11:48:39 |
skv |
Update to 0.55
PR: ports/86796
Submitted by: ehaupt
Approved by: maintainer timeout |
0.53 17 May 2005 12:35:32 |
mat |
Update to 0.53 |
0.52 20 Dec 2004 16:15:28 |
mat |
Update to 0.52 |
0.51 29 Nov 2004 17:47:32 |
mat |
Update to 0.51 |
0.50 26 Oct 2004 11:39:37 |
mat |
Update to 0.50 |