Port details |
- p5-Test-Reporter Sends test results to cpan-testers@perl.org
- 1.62_1 devel =4 1.62_1Version of this port present on the latest quarterly branch.
- Maintainer: perl@FreeBSD.org
- Port Added: 2003-12-22 12:46:38
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: p5-CGI-SpeedyCGI, p5-File-RsyncP, p5-Net-SNMP, p5-Net-Netmask, p5-AppConfig
- Also Listed In: perl5
- License: ART10 GPLv1+
- WWW:
- https://metacpan.org/release/Test-Reporter
- Description:
- Test::Reporter reports the test results of any given distribution
to the CPAN testing service. See http://testers.cpan.org/ for
details.
Test::Reporter has wide support for various perl5's and platforms.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Test-Reporter>0:devel/p5-Test-Reporter
- To install the port:
- cd /usr/ports/devel/p5-Test-Reporter/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/p5-Test-Reporter
- pkg install p5-Test-Reporter
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Test-Reporter
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (Test-Reporter-1.62.tar.gz) = 110064e0560a0f631f9c34444486ab628a0f21d6fa623eb4fbed062219aa163b
SIZE (Test-Reporter-1.62.tar.gz) = 36130
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:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- This port is required by:
- for Build
-
- devel/p5-App-cpanminus-reporter
- devel/p5-CPAN-Reporter
- devel/p5-CPAN-Reporter-Smoker
- devel/p5-CPAN-YACSmoke
- devel/p5-Test-Reporter-Transport-Metabase
- for Run
-
- devel/p5-App-cpanminus-reporter
- devel/p5-CPAN-Reporter
- devel/p5-CPAN-Reporter-Smoker
- devel/p5-CPAN-YACSmoke
- devel/p5-Test-Reporter-Transport-Metabase
Configuration Options:
- No options to configure
- Options name:
- devel_p5-Test-Reporter
- 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 |
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.62_1 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.62_1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.62_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.62_1 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.62_1 15 Sep 2017 08:58:50 |
mat |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
1.62_1 30 Jun 2017 22:13:45 |
sunpoet |
Remove Perl core modules
- Add LICENSE_FILE
- Add NO_ARCH
- Sort PLIST
- Bump PORTREVISION for dependency change |
1.62 07 Apr 2017 18:50:22 |
lth |
Moving maintainership burden onto broader shoulders |
1.62 17 Jun 2016 23:28:05 |
mat |
Rename all files containing a : in their filename.
While there, run make makepatch on affected ports, and rename patches
accordingly.
Sponsored by: Absolight |
1.62 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.62 13 Jun 2015 20:08:50 |
lth |
- Update to 1.62
- Add LICENSE |
1.60_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.60 27 Oct 2014 10:55:59 |
bapt |
Cleanup plist |
1.60 12 Nov 2013 08:03:57 |
lth |
- Update to 1.60
- Support STAGEDIR
Changes: https://metacpan.org/changes/distribution/Test-Reporter |
1.59 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.59 07 Aug 2013 13:20:32 |
az |
- Convert to new perl framework
per port extra changes:
devel/p5-Perl-Version remove outage PERL_LEVEL check
devel/p5-Devel-LeakTrace-Fast remove perl version requiment 5.12.0- (no need in
current version)
Approved by: lth@ (maintainer) |
1.59 12 Jul 2013 14:18:23 |
bapt |
Mark jobs unsafe |
1.59 12 Jul 2013 11:22:20 |
lth |
- update to 1.59 |
1.58 10 Jun 2012 18:42:48 |
swills |
- Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
about for a while.
PR: ports/168208
Approved by: portmgr (miwi) |
1.58 24 Jul 2011 12:55:13 |
lth |
Update to 1.58 |
1.57 14 Feb 2011 13:51:38 |
lth |
Update to 1.57
PR: ports/154508
Submitted by: swills |
1.52.03_1 28 Jan 2010 04:53:50 |
kuriyama |
- Remove unneeded dependencies which is in perl-5.8.9 dist
(part 13).
Approved by: portmgr (itetcu) |
1.52.03 09 Feb 2009 11:10:23 |
lth |
Update to 1.52.03 (distversion 1.5203) |
1.52.02 04 Nov 2008 19:02:17 |
lth |
Update to 1.52.02 (distversion 1.5202) |
1.52.01 13 Oct 2008 13:42:48 |
lth |
Update to 1.52.01 (distversion 1.5201) |
1.40.02 30 Jun 2008 10:47:28 |
lth |
Update to 1.40.02 (distversion 1.4002) |
1.40.01 03 Jun 2008 10:44:07 |
lth |
Update to 1.40.01 (distver 1.4001) |
1.38 12 Oct 2007 07:23:52 |
lth |
Update to 1.38 |
1.34 14 Aug 2007 13:11:42 |
lth |
Update to 1.34 |
1.32 29 Jul 2007 12:56:17 |
lth |
Update to 1.32 |
1.27_1 22 Jan 2006 08:30:12 |
edwin |
SHA256ify
Approved by: krion@ |
1.27_1 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) |
1.27_1 11 Jun 2005 16:13:12 |
skv |
* reflect renaming on CPAN File-Spec to PathTools
+ add devel/p5-PathTools, remove devel/p5-File-Spec
+ update dependencies for all affected ports (make them unconditional),
bump PORTREVISION for these ports
module was renamed
* reflect renaming on CPAN PodParser to Pod-Parser
+ add textproc/p5-Pod-Parser, remove textproc/p5-PodParser
+ update dependencies for all affected ports (make them unconditional),
bump PORTREVISION for these ports
* for all changed ports make dependencies on File::Temp, Digest::MD5,
Storable unconditional
* remove 'CONFIGURE_ARGS= INSTALLDIRS=site' from Makefile's
(this variable is forced by bsd.port.mk now)
* update Class-Autouse to 1.17
* update POE-API-Hooks to 1.05
* make portlint happy (clean IGNORE, convert spaces to tabs and so on) |
1.27 02 Feb 2005 21:46:50 |
lth |
Update to 1.27 |
1.25_1 10 Jan 2005 12:45:14 |
lth |
Fixed missing man pages
Reported by: pointyhat via kris |
1.25 08 Jan 2005 13:39:14 |
lth |
Update to 1.25 |
1.24 29 Dec 2004 22:53:16 |
lth |
Update to 1.24 |
1.20 12 Aug 2004 14:28:04 |
mat |
Fix index
Pointy hat to: me |
1.20 12 Aug 2004 12:48:01 |
mat |
After devel/p5-File-Temp has gained an IGNORE for PERL_LEVEL > 500800, all
these ports were broken because they always depended on it. I've rearranged all
the dependencies to fit the new scheme. |
1.20 01 Jun 2004 12:32:33 |
lth |
Change of email address.
Approved by: erwin (mentor) |
1.20 19 Mar 2004 01:51:15 |
trevor |
Add size data, approved by maintainers. |
1.20 22 Dec 2003 12:46:04 |
mat |
Add p5-Test-Reporter 1.20
Sends test results to cpan-testers@perl.org.
PR: 60483
Submitted by: Lars Thegler <lars@thegler.dk> |