notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
p5-Devel-Cover Code coverage metrics for Perl
1.40 devel on this many watch lists=1 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.40Version of this port present on the latest quarterly branch.
Maintainer: perl@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2003-10-10 14:29:17
Last Update: 2023-05-02 19:58:45
Commit Hash: 4f005ee
People watching this port, also watch:: p5-Crypt-GPG, bash-completion, p5-Digest-SHA, python
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (103 items)
Collapse this list.
  1. /usr/local/share/licenses/p5-Devel-Cover-1.40/catalog.mk
  2. /usr/local/share/licenses/p5-Devel-Cover-1.40/LICENSE
  3. /usr/local/share/licenses/p5-Devel-Cover-1.40/ART10
  4. /usr/local/share/licenses/p5-Devel-Cover-1.40/GPLv1+
  5. bin/cover
  6. bin/cpancover
  7. bin/gcov2perl
  8. lib/perl5/site_perl/mach/5.32/Devel/Cover.pm
  9. lib/perl5/site_perl/mach/5.32/Devel/Cover/Annotation/Git.pm
  10. lib/perl5/site_perl/mach/5.32/Devel/Cover/Annotation/Random.pm
  11. lib/perl5/site_perl/mach/5.32/Devel/Cover/Annotation/Svk.pm
  12. lib/perl5/site_perl/mach/5.32/Devel/Cover/Branch.pm
  13. lib/perl5/site_perl/mach/5.32/Devel/Cover/Collection.pm
  14. lib/perl5/site_perl/mach/5.32/Devel/Cover/Condition.pm
  15. lib/perl5/site_perl/mach/5.32/Devel/Cover/Condition_and_2.pm
  16. lib/perl5/site_perl/mach/5.32/Devel/Cover/Condition_and_3.pm
  17. lib/perl5/site_perl/mach/5.32/Devel/Cover/Condition_or_2.pm
  18. lib/perl5/site_perl/mach/5.32/Devel/Cover/Condition_or_3.pm
  19. lib/perl5/site_perl/mach/5.32/Devel/Cover/Condition_xor_4.pm
  20. lib/perl5/site_perl/mach/5.32/Devel/Cover/Criterion.pm
  21. lib/perl5/site_perl/mach/5.32/Devel/Cover/DB.pm
  22. lib/perl5/site_perl/mach/5.32/Devel/Cover/DB/Digests.pm
  23. lib/perl5/site_perl/mach/5.32/Devel/Cover/DB/File.pm
  24. lib/perl5/site_perl/mach/5.32/Devel/Cover/DB/IO.pm
  25. lib/perl5/site_perl/mach/5.32/Devel/Cover/DB/IO/Base.pm
  26. lib/perl5/site_perl/mach/5.32/Devel/Cover/DB/IO/JSON.pm
  27. lib/perl5/site_perl/mach/5.32/Devel/Cover/DB/IO/Sereal.pm
  28. lib/perl5/site_perl/mach/5.32/Devel/Cover/DB/IO/Storable.pm
  29. lib/perl5/site_perl/mach/5.32/Devel/Cover/DB/Structure.pm
  30. lib/perl5/site_perl/mach/5.32/Devel/Cover/Dumper.pm
  31. lib/perl5/site_perl/mach/5.32/Devel/Cover/Html_Common.pm
  32. lib/perl5/site_perl/mach/5.32/Devel/Cover/Inc.pm
  33. lib/perl5/site_perl/mach/5.32/Devel/Cover/Op.pm
  34. lib/perl5/site_perl/mach/5.32/Devel/Cover/Pod.pm
  35. lib/perl5/site_perl/mach/5.32/Devel/Cover/Report/Compilation.pm
  36. lib/perl5/site_perl/mach/5.32/Devel/Cover/Report/Html.pm
  37. lib/perl5/site_perl/mach/5.32/Devel/Cover/Report/Html_basic.pm
  38. lib/perl5/site_perl/mach/5.32/Devel/Cover/Report/Html_minimal.pm
  39. lib/perl5/site_perl/mach/5.32/Devel/Cover/Report/Html_subtle.pm
  40. lib/perl5/site_perl/mach/5.32/Devel/Cover/Report/Json.pm
  41. lib/perl5/site_perl/mach/5.32/Devel/Cover/Report/Sort.pm
  42. lib/perl5/site_perl/mach/5.32/Devel/Cover/Report/Text.pm
  43. lib/perl5/site_perl/mach/5.32/Devel/Cover/Report/Text2.pm
  44. lib/perl5/site_perl/mach/5.32/Devel/Cover/Report/Vim.pm
  45. lib/perl5/site_perl/mach/5.32/Devel/Cover/Statement.pm
  46. lib/perl5/site_perl/mach/5.32/Devel/Cover/Subroutine.pm
  47. lib/perl5/site_perl/mach/5.32/Devel/Cover/Test.pm
  48. lib/perl5/site_perl/mach/5.32/Devel/Cover/Time.pm
  49. lib/perl5/site_perl/mach/5.32/Devel/Cover/Truth_Table.pm
  50. lib/perl5/site_perl/mach/5.32/Devel/Cover/Tutorial.pod
  51. lib/perl5/site_perl/mach/5.32/Devel/Cover/Util.pm
  52. lib/perl5/site_perl/mach/5.32/Devel/Cover/Web.pm
  53. lib/perl5/site_perl/mach/5.32/auto/Devel/Cover/Cover.so
  54. lib/perl5/site_perl/man/man1/cover.1.gz
  55. lib/perl5/site_perl/man/man1/cpancover.1.gz
  56. lib/perl5/site_perl/man/man1/gcov2perl.1.gz
  57. lib/perl5/site_perl/man/man3/Devel::Cover.3.gz
  58. lib/perl5/site_perl/man/man3/Devel::Cover::Annotation::Git.3.gz
  59. lib/perl5/site_perl/man/man3/Devel::Cover::Annotation::Random.3.gz
  60. lib/perl5/site_perl/man/man3/Devel::Cover::Annotation::Svk.3.gz
  61. lib/perl5/site_perl/man/man3/Devel::Cover::Branch.3.gz
  62. lib/perl5/site_perl/man/man3/Devel::Cover::Collection.3.gz
  63. lib/perl5/site_perl/man/man3/Devel::Cover::Condition.3.gz
  64. lib/perl5/site_perl/man/man3/Devel::Cover::Condition_and_2.3.gz
  65. lib/perl5/site_perl/man/man3/Devel::Cover::Condition_and_3.3.gz
  66. lib/perl5/site_perl/man/man3/Devel::Cover::Condition_or_2.3.gz
  67. lib/perl5/site_perl/man/man3/Devel::Cover::Condition_or_3.3.gz
  68. lib/perl5/site_perl/man/man3/Devel::Cover::Condition_xor_4.3.gz
  69. lib/perl5/site_perl/man/man3/Devel::Cover::Criterion.3.gz
  70. lib/perl5/site_perl/man/man3/Devel::Cover::DB.3.gz
  71. lib/perl5/site_perl/man/man3/Devel::Cover::DB::Digests.3.gz
  72. lib/perl5/site_perl/man/man3/Devel::Cover::DB::File.3.gz
  73. lib/perl5/site_perl/man/man3/Devel::Cover::DB::IO.3.gz
  74. lib/perl5/site_perl/man/man3/Devel::Cover::DB::IO::Base.3.gz
  75. lib/perl5/site_perl/man/man3/Devel::Cover::DB::IO::JSON.3.gz
  76. lib/perl5/site_perl/man/man3/Devel::Cover::DB::IO::Sereal.3.gz
  77. lib/perl5/site_perl/man/man3/Devel::Cover::DB::IO::Storable.3.gz
  78. lib/perl5/site_perl/man/man3/Devel::Cover::DB::Structure.3.gz
  79. lib/perl5/site_perl/man/man3/Devel::Cover::Dumper.3.gz
  80. lib/perl5/site_perl/man/man3/Devel::Cover::Html_Common.3.gz
  81. lib/perl5/site_perl/man/man3/Devel::Cover::Op.3.gz
  82. lib/perl5/site_perl/man/man3/Devel::Cover::Pod.3.gz
  83. lib/perl5/site_perl/man/man3/Devel::Cover::Report::Compilation.3.gz
  84. lib/perl5/site_perl/man/man3/Devel::Cover::Report::Html.3.gz
  85. lib/perl5/site_perl/man/man3/Devel::Cover::Report::Html_basic.3.gz
  86. lib/perl5/site_perl/man/man3/Devel::Cover::Report::Html_minimal.3.gz
  87. lib/perl5/site_perl/man/man3/Devel::Cover::Report::Html_subtle.3.gz
  88. lib/perl5/site_perl/man/man3/Devel::Cover::Report::Json.3.gz
  89. lib/perl5/site_perl/man/man3/Devel::Cover::Report::Sort.3.gz
  90. lib/perl5/site_perl/man/man3/Devel::Cover::Report::Text.3.gz
  91. lib/perl5/site_perl/man/man3/Devel::Cover::Report::Text2.3.gz
  92. lib/perl5/site_perl/man/man3/Devel::Cover::Report::Vim.3.gz
  93. lib/perl5/site_perl/man/man3/Devel::Cover::Statement.3.gz
  94. lib/perl5/site_perl/man/man3/Devel::Cover::Subroutine.3.gz
  95. lib/perl5/site_perl/man/man3/Devel::Cover::Test.3.gz
  96. lib/perl5/site_perl/man/man3/Devel::Cover::Time.3.gz
  97. lib/perl5/site_perl/man/man3/Devel::Cover::Truth_Table.3.gz
  98. lib/perl5/site_perl/man/man3/Devel::Cover::Tutorial.3.gz
  99. lib/perl5/site_perl/man/man3/Devel::Cover::Util.3.gz
  100. lib/perl5/site_perl/man/man3/Devel::Cover::Web.3.gz
  101. @owner
  102. @group
  103. @mode
Collapse this list.
Dependency lines:
  • p5-Devel-Cover>0:devel/p5-Devel-Cover
Conflicts:
CONFLICTS_INSTALL:
  • go-tools
Conflicts Matches:
There are no Conflicts Matches for this port. This is usually an error.
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 = 1683048874 SHA256 (Devel-Cover-1.40.tar.gz) = 26e2f431fbcf7bff3851f352f83b84067c09ff206f40ab975cad8d2bafe711a8 SIZE (Devel-Cover-1.40.tar.gz) = 209246

Packages (timestamps in pop-ups are UTC):
p5-Devel-Cover
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.401.401.361.401.40-1.36-
FreeBSD:13:quarterly1.401.401.401.401.401.401.401.40
FreeBSD:14:latest1.401.401.381.401.401.40-1.40
FreeBSD:14:quarterly1.401.40-1.401.401.401.401.40
FreeBSD:15:latest1.401.40n/a1.40n/a1.401.401.40
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. p5-Parallel-Iterator>=0 : devel/p5-Parallel-Iterator
  2. p5-Template-Toolkit>=2 : www/p5-Template-Toolkit
  3. p5-HTML-Parser>=0 : www/p5-HTML-Parser
  4. p5-Pod-Coverage>=0.06 : devel/p5-Pod-Coverage
  5. perl5>=5.32.r0<5.33 : lang/perl5.32
  6. perl5>=5.32.r0<5.33 : lang/perl5.32
Test dependencies:
  1. p5-Test-Differences>=0 : devel/p5-Test-Differences
Runtime dependencies:
  1. p5-Parallel-Iterator>=0 : devel/p5-Parallel-Iterator
  2. p5-Template-Toolkit>=2 : www/p5-Template-Toolkit
  3. p5-HTML-Parser>=0 : www/p5-HTML-Parser
  4. p5-Pod-Coverage>=0.06 : devel/p5-Pod-Coverage
  5. perl5>=5.32.r0<5.33 : lang/perl5.32
This port is required by:
for Build
  1. devel/p5-Devel-Cover-Report-Clover
  2. devel/p5-ExtUtils-MakeMaker-Coverage
  3. www/p5-Jifty
for Run
  1. devel/p5-Devel-Cover-Report-Clover
  2. devel/p5-ExtUtils-MakeMaker-Coverage
  3. www/p5-Jifty

Configuration Options:
===> The following configuration options are available for p5-Devel-Cover-1.40: 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:
Expand this list (12 items)
Collapse this list.
  1. ftp://ftp.auckland.ac.nz/pub/perl/CPAN/modules/by-module/Devel/
  2. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/
  3. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/Devel/
  4. ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/Devel/
  5. ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/modules/by-module/Devel/
  6. ftp://ftp.mirrorservice.org/sites/cpan.perl.org/CPAN/modules/by-module/Devel/
  7. http://backpan.perl.org/modules/by-module/Devel/
  8. http://ftp.jaist.ac.jp/pub/CPAN/modules/by-module/Devel/
  9. http://ftp.twaren.net/Unix/Lang/CPAN/modules/by-module/Devel/
  10. https://cpan.metacpan.org/modules/by-module/
  11. https://cpan.metacpan.org/modules/by-module/Devel/
  12. https://www.cpan.org/modules/by-module/Devel/
Collapse this list.

Number of commits found: 116 (showing only 100 on this page)

1 | 2  »  

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.40
02 May 2023 19:58:45
commit hash: 4f005eeeca84406333f820cd1485e4f1e48f2730commit hash: 4f005eeeca84406333f820cd1485e4f1e48f2730commit hash: 4f005eeeca84406333f820cd1485e4f1e48f2730commit hash: 4f005eeeca84406333f820cd1485e4f1e48f2730 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/p5-Devel-Cover: Update to 1.40

Changes:	https://metacpan.org/dist/Devel-Cover/changes
1.39
02 May 2023 16:21:12
commit hash: 98efc72146a1012d8b7445f1abd1356c97c4663dcommit hash: 98efc72146a1012d8b7445f1abd1356c97c4663dcommit hash: 98efc72146a1012d8b7445f1abd1356c97c4663dcommit hash: 98efc72146a1012d8b7445f1abd1356c97c4663d files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/p5-Devel-Cover: Update to 1.39

Changes:	https://metacpan.org/dist/Devel-Cover/changes
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
1.38
09 Jun 2022 11:00:14
commit hash: 86e7424f1b3b6ae5a9fb53a2fcaa68bcad118819commit hash: 86e7424f1b3b6ae5a9fb53a2fcaa68bcad118819commit hash: 86e7424f1b3b6ae5a9fb53a2fcaa68bcad118819commit hash: 86e7424f1b3b6ae5a9fb53a2fcaa68bcad118819 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/p5-Devel-Cover: Update to 1.38

Changes:	https://metacpan.org/dist/Devel-Cover/changes
1.36
10 Jan 2022 15:15:39
commit hash: bcaf25a8c8046b094f6b5ab5bc258333bc326ee1commit hash: bcaf25a8c8046b094f6b5ab5bc258333bc326ee1commit hash: bcaf25a8c8046b094f6b5ab5bc258333bc326ee1commit hash: bcaf25a8c8046b094f6b5ab5bc258333bc326ee1 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
1.36
24 Nov 2021 08:20:11
commit hash: b59009ff46a7d26288e9f08798bf8103e9babb7ecommit hash: b59009ff46a7d26288e9f08798bf8103e9babb7ecommit hash: b59009ff46a7d26288e9f08798bf8103e9babb7ecommit hash: b59009ff46a7d26288e9f08798bf8103e9babb7e files touched by this commit
Fernando Apesteguía (fernape) search for other commits by this committer
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
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
1.36
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
1.36
24 Jul 2020 07:24:24
Revision:543123Original commit files touched by this commit
sunpoet search for other commits by this committer
Cosmetic change
1.36
19 Jul 2020 11:26:32
Revision:542559Original commit files touched by this commit
wen search for other commits by this committer
- Update to 1.36
1.33
20 May 2019 13:04:24
Revision:502104Original commit files touched by this commit
mat search for other commits by this committer
Remove Created by lines where I am the one.
1.33
15 May 2019 15:55:25
Revision:501725Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.33

Changes:	https://metacpan.org/changes/distribution/Devel-Cover
1.32
26 Apr 2019 20:47:38
Revision:500154Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.32

Changes:	https://metacpan.org/changes/distribution/Devel-Cover
1.31
06 Oct 2018 13:06:45
Revision:481365Original commit files touched by this commit
des search for other commits by this committer
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
Revision:480082Original commit files touched by this commit
wen search for other commits by this committer
- Update to 1.31
Changes: https://metacpan.org/changes/distribution/Devel-Cover
1.30
15 Jul 2018 03:27:51
Revision:474658Original commit files touched by this commit
wen search for other commits by this committer
- Update to 1.30
Changes: https://metacpan.org/changes/distribution/Devel-Cover
1.29
27 May 2018 20:15:20
Revision:470993Original commit files touched by this commit
sunpoet search for other commits by this committer
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
Revision:452226Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.29

Changes:	http://search.cpan.org/dist/Devel-Cover/Changes
1.28
06 Oct 2017 10:44:18
Revision:451363Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.28

Changes:	http://search.cpan.org/dist/Devel-Cover/Changes
1.27
21 Sep 2017 17:20:57
Revision:450281Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.27

Changes:	http://search.cpan.org/dist/Devel-Cover/Changes
1.26
15 Sep 2017 08:58:50
Revision:449893Original commit files touched by this commit
mat search for other commits by this committer
Fix license information for portgs that use "the same license as Perl".

Sponsored by:	Absolight
1.26
25 Jul 2017 16:22:01
Revision:446603Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.26

Changes:	http://search.cpan.org/dist/Devel-Cover/Changes
1.25
12 May 2017 21:51:34
Revision:440728Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.25

Changes:	http://search.cpan.org/dist/Devel-Cover/Changes
1.24
19 Apr 2017 14:40:19
Revision:438865Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.24

Changes:	http://search.cpan.org/dist/Devel-Cover/Changes
1.23
28 Nov 2016 14:22:10
Revision:427323Original commit files touched by this commit
mat search for other commits by this committer
Fix with Perl 5.25+ and 5.22/24 with PERL_OP_PARENT.

Sponsored by:	Absolight
1.23
28 Apr 2016 19:04:31
Revision:414201Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 1.23
- Sort PLIST

Changes:	http://search.cpan.org/dist/Devel-Cover/Changes
1.22
10 Apr 2016 11:56:31
Revision:412921Original commit files touched by this commit
wen search for other commits by this committer
- Update to 1.22
Changes: http://cpansearch.perl.org/src/PJCJ/Devel-Cover-1.22/Changes
1.21
09 Apr 2016 12:30:20
Revision:412818Original commit files touched by this commit
sunpoet search for other commits by this committer
- Add LICENSE_FILE
- Fix typo: HTML_REPORTS -> HTML_REPORTS_DESC
1.21
01 Apr 2016 14:00:57
Revision:412346Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
1.21
20 Sep 2015 03:25:28
Revision:397354Original commit files touched by this commit
wen search for other commits by this committer
- Update to 1.21
Changes: http://cpansearch.perl.org/src/PJCJ/Devel-Cover-1.21/Changes
1.20
14 Sep 2015 12:19:50
Revision:396892Original commit files touched by this commit
mat search for other commits by this committer
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
Revision:391496Original commit files touched by this commit
jadawin search for other commits by this committer
- Update to 1.20
1.19
06 Jul 2015 17:47:25
Revision:391459Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 1.19

Changes:	http://search.cpan.org/dist/Devel-Cover/Changes
1.18
07 Apr 2015 15:58:30
Revision:383517Original commit files touched by this commit
adamw search for other commits by this committer
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
Revision:373448Original commit files touched by this commit
mat search for other commits by this committer
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 View all of this commit message)
1.17
29 Oct 2014 15:50:26
Revision:371689Original commit files touched by this commit
culot search for other commits by this committer
- Update to 1.17

Changes:	http://search.cpan.org/dist/Devel-Cover/Changes
1.16
27 Oct 2014 10:55:59
Revision:371547Original commit files touched by this commit
bapt search for other commits by this committer
Cleanup plist
1.16
18 Aug 2014 12:51:08
Revision:365304Original commit files touched by this commit
culot search for other commits by this committer
- Update to 1.16

Changes:	http://search.cpan.org/dist/Devel-Cover/Changes
1.15
20 Jun 2014 07:47:18
Revision:358523Original commit files touched by this commit
culot search for other commits by this committer
- Update to 1.15

Changes:	http://search.cpan.org/dist/Devel-Cover/Changes
1.14
10 Jun 2014 12:14:14
Revision:357300Original commit files touched by this commit
mat search for other commits by this committer
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
Revision:353006Original commit files touched by this commit
culot search for other commits by this committer
- Update to 1.14

Changes:	http://search.cpan.org/dist/Devel-Cover/Changes
1.12
26 Apr 2014 12:54:59
Revision:352250Original commit files touched by this commit
culot search for other commits by this committer
- Update to 1.12

Changes:	http://search.cpan.org/dist/Devel-Cover/Changes
1.10
10 Apr 2014 19:20:17
Revision:350830Original commit files touched by this commit
culot search for other commits by this committer
- Update to 1.10

Changes:	http://search.cpan.org/dist/Devel-Cover/Changes
1.09
16 Mar 2014 18:17:14
Revision:348424Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 1.09

Changes:	http://search.cpan.org/dist/Devel-Cover/Changes
1.08
01 Mar 2014 13:54:50
Revision:346620Original commit files touched by this commit
sunpoet search for other commits by this committer
- Remove outdated PERL_LEVEL check
- Simplify Makefile
1.08
21 Feb 2014 13:36:13
Revision:345404Original commit files touched by this commit
ehaupt search for other commits by this committer
Remove trailing whitespaces from category devel
1.08
10 Feb 2014 13:54:28
Revision:343634Original commit files touched by this commit
ehaupt search for other commits by this committer
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
Revision:331933Original commit files touched by this commit
vanilla search for other commits by this committer
Support STAGEDIR.
1.08
22 Oct 2013 16:57:45
Revision:331301Original commit files touched by this commit
mat search for other commits by this committer
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
Revision:327724Original commit files touched by this commit
bapt search for other commits by this committer
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
Revision:325337Original commit files touched by this commit
az search for other commits by this committer
Update to 1.08

Changes:	http://search.cpan.org/dist/Devel-Cover/Changes
1.07
22 Aug 2013 15:22:18
Revision:325207Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 1.07

Changes:	http://search.cpan.org/dist/Devel-Cover/Changes
1.06
02 Aug 2013 18:52:11
Revision:324174Original commit files touched by this commit
mat search for other commits by this committer
- 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
Revision:323173Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 1.06

Changes:	http://search.cpan.org/dist/Devel-Cover/Changes
1.05
17 Jul 2013 07:53:53
Revision:323154Original commit files touched by this commit
culot search for other commits by this committer
- Update to 1.05

Changes:	http://search.cpan.org/dist/Devel-Cover/Changes
1.04
02 Jun 2013 16:59:27
Revision:319686Original commit files touched by this commit
eadler search for other commits by this committer
- 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
Revision:318665Original commit files touched by this commit
tobez search for other commits by this committer
Update to 1.03.

Changes:	http://search.cpan.org/dist/Devel-Cover/Changes
1.02
29 Apr 2013 08:46:32
Revision:316784Original commit files touched by this commit
tobez search for other commits by this committer
Update to 1.02.

Changes:	http://search.cpan.org/dist/Devel-Cover/Changes
1.00
11 Feb 2013 09:40:54
Revision:312048Original commit files touched by this commit
tobez search for other commits by this committer
Update to 1.00.

Changes:	http://search.cpan.org/dist/Devel-Cover/Changes
0.99
06 Jan 2013 13:44:16
Revision:309986Original commit files touched by this commit
tobez search for other commits by this committer
Update to 0.99.

Changes:	http://search.cpan.org/dist/Devel-Cover/Changes
0.98
26 Dec 2012 14:15:34
Revision:309523Original commit files touched by this commit
tobez search for other commits by this committer
Update to 0.98.

Changes:	http://search.cpan.org/dist/Devel-Cover/Changes
0.93
05 Aug 2012 06:53:43
Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 0.93

Changes:	http://search.cpan.org/dist/Devel-Cover/Changes
0.92
18 Jul 2012 12:46:31
Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 0.92

Changes:	http://search.cpan.org/dist/Devel-Cover/Changes
0.89
16 Jun 2012 20:08:39
Original commit files touched by this commit
sunpoet search for other commits by this committer
- 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
Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 0.88

Changes:        http://search.cpan.org/dist/Devel-Cover/Changes
0.87
22 May 2012 08:56:50
Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 0.87

Changes:        http://search.cpan.org/dist/Devel-Cover/Changes
0.86
10 Apr 2012 02:39:30
Original commit files touched by this commit
wen search for other commits by this committer
- 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
Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 0.85

Changes:        http://search.cpan.org/dist/Devel-Cover/Changes
Feature safe:   yes
0.82
28 Mar 2012 18:32:15
Original commit files touched by this commit
sunpoet search for other commits by this committer
- 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
Original commit files touched by this commit
sunpoet search for other commits by this committer
- Set JSON::PP as conditional dependency
- Bump PORTREVISION for dependency change

Reported by:    kwm
0.79
17 Sep 2011 06:49:29
Original commit files touched by this commit
sunpoet search for other commits by this committer
- 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
Original commit files touched by this commit
bapt search for other commits by this committer
- update to 0.79
- changes: http://cpansearch.perl.org/src/PJCJ/Devel-Cover-0.79/CHANGES
0.78
31 May 2011 19:51:03
Original commit files touched by this commit
bapt search for other commits by this committer
- 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
Original commit files touched by this commit
culot search for other commits by this committer
- Update to 0.76

Changes:        http://search.cpan.org/dist/Devel-Cover/CHANGES
0.73
24 Oct 2010 07:00:59
Original commit files touched by this commit
culot search for other commits by this committer
- 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
Original commit files touched by this commit
pgollucci search for other commits by this committer
- 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
Original commit files touched by this commit
jadawin search for other commits by this committer
- Update to 0.71
0.70
03 Sep 2010 07:22:34
Original commit files touched by this commit
bapt search for other commits by this committer
- Update to 0.70
0.68
17 Aug 2010 08:27:22
Original commit files touched by this commit
az search for other commits by this committer
Update to 0.68.

PR:             ports/149364
Submitted by:   Frederic Culot <frederic@culot.org>
0.67
09 May 2010 17:25:44
Original commit files touched by this commit
az search for other commits by this committer
update to 0.67

Changes:        http://search.cpan.org/dist/Devel-Cover/CHANGES
0.65_1
16 Jan 2010 14:45:49
Original commit files touched by this commit
kuriyama search for other commits by this committer
- 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
Original commit files touched by this commit
tobez search for other commits by this committer
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
Original commit files touched by this commit
linimon search for other commits by this committer
Reset mat@FreeBSD.org due to maintainer-timeouts and no response to email.

Hat:            portmgr
0.64
11 Apr 2008 14:48:07
Original commit files touched by this commit
mat search for other commits by this committer
Update to 0.64
Get rid of old dependencies
0.63
18 Feb 2008 19:46:29
Original commit files touched by this commit
miwi search for other commits by this committer
- 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
Original commit files touched by this commit
mat search for other commits by this committer
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
Original commit files touched by this commit
mat search for other commits by this committer
Update to 0.61
0.60
04 Jan 2007 13:39:40
Original commit files touched by this commit
mat search for other commits by this committer
Update to 0.60

PR:             107457
Submitted by:   clsung
0.59
24 Aug 2006 11:30:35
Original commit files touched by this commit
mat search for other commits by this committer
Update to 0.59
pet portlint

PR:             102442
Submitted by:   Gea-Suan Lin <gslin@gslin.org>
0.58
07 Aug 2006 13:13:50
Original commit files touched by this commit
mat search for other commits by this committer
Update to 0.58

PR:             101551
Submitted by:   Gea-Suan Lin <gslin@gslin.org>
0.55
22 Jan 2006 08:30:12
Original commit files touched by this commit
edwin search for other commits by this committer
SHA256ify

Approved by:    krion@
0.55
22 Jan 2006 01:48:34
Original commit files touched by this commit
edwin search for other commits by this committer
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
Original commit files touched by this commit
skv search for other commits by this committer
Update to 0.55

PR:             ports/86796
Submitted by:   ehaupt
Approved by:    maintainer timeout
0.53
17 May 2005 12:35:32
Original commit files touched by this commit
mat search for other commits by this committer
Update to 0.53
0.52
20 Dec 2004 16:15:28
Original commit files touched by this commit
mat search for other commits by this committer
Update to 0.52
0.51
29 Nov 2004 17:47:32
Original commit files touched by this commit
mat search for other commits by this committer
Update to 0.51
0.50
26 Oct 2004 11:39:37
Original commit files touched by this commit
mat search for other commits by this committer
Update to 0.50
0.49
12 Oct 2004 10:08:38
Original commit files touched by this commit
mat search for other commits by this committer
Update to 0.49
0.47
13 Jul 2004 14:37:05
Original commit files touched by this commit
mat search for other commits by this committer
Update to 0.47

Number of commits found: 116 (showing only 100 on this page)

1 | 2  »