Port details |
- p5-TAP-Formatter-JUnit Perl extension for Harness output delegate for JUnit output
- 0.16 devel
=0 Version of this port present on the latest quarterly branch. - Maintainer: perl@FreeBSD.org
 - Port Added: 2009-04-10 09:03:59
- Last Update: 2022-05-22 05:11:32
- Commit Hash: d5dfcae
- Also Listed In: perl5
- License: ART10 GPLv1+
- Description:
- Harness output delegate for JUnit output.
WWW: https://metacpan.org/release/TAP-Formatter-JUnit
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-TAP-Formatter-JUnit>0:devel/p5-TAP-Formatter-JUnit
- To install the port:
- cd /usr/ports/devel/p5-TAP-Formatter-JUnit/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/p5-TAP-Formatter-JUnit
- pkg install p5-TAP-Formatter-JUnit
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-TAP-Formatter-JUnit
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1653151258
SHA256 (TAP-Formatter-JUnit-0.16.tar.gz) = e1b4bad1a48b383d4de636e028c4dbc209b50569bc32edaffd9b06c88d3d7d34
SIZE (TAP-Formatter-JUnit-0.16.tar.gz) = 33640
- 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-File-Slurp>=0 : devel/p5-File-Slurp
- p5-Moose>=0 : devel/p5-Moose
- p5-MooseX-NonMoose>=0 : devel/p5-MooseX-NonMoose
- p5-XML-Generator>=0 : textproc/p5-XML-Generator
- p5-namespace-clean>=0 : devel/p5-namespace-clean
- perl5>=5.32.r0<5.33 : lang/perl5.32
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- p5-File-Slurp>=0 : devel/p5-File-Slurp
- p5-Moose>=0 : devel/p5-Moose
- p5-MooseX-NonMoose>=0 : devel/p5-MooseX-NonMoose
- p5-XML-Generator>=0 : textproc/p5-XML-Generator
- p5-namespace-clean>=0 : devel/p5-namespace-clean
- perl5>=5.32.r0<5.33 : lang/perl5.32
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- devel_p5-TAP-Formatter-JUnit
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
22 May 2022 05:11:32 0.16 |
Po-Chuan Hsieh (sunpoet)  |
devel/p5-TAP-Formatter-JUnit: Update to 0.16
Changes: https://metacpan.org/dist/TAP-Formatter-JUnit/changes |
13 May 2022 11:40:04 0.15 |
Po-Chuan Hsieh (sunpoet)  |
devel/p5-TAP-Formatter-JUnit: Update to 0.15
Changes: https://metacpan.org/dist/TAP-Formatter-JUnit/changes |
17 Apr 2022 23:58:57 0.13 |
Po-Chuan Hsieh (sunpoet)  |
devel/p5-TAP-Formatter-JUnit: Update to 0.13
- Add LICENSE_FILE
- Fix indent
Changes: https://metacpan.org/dist/TAP-Formatter-JUnit/changes |
04 Oct 2021 19:58:01 0.11_5 |
Rene Ladan (rene)  |
*: re-assign kuriyama@s ports to the pool, commit bit safekept
With hat: portmgr-secretary |
07 Apr 2021 08:09:01 0.11_5 |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 0.11_5 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
26 Jun 2020 11:55:23
0.11_5 |
sunpoet  |
Move devel/p5-IO-stringy to devel/p5-IO-Stringy and update to 2.113
- Fix LICENSE_FILE
- Update pkg-descr
- Update WWW
- Bump PORTREVISION of dependent ports for dependency change
Changes: https://metacpan.org/changes/distribution/IO-Stringy |
09 Jul 2018 08:40:18
0.11_4  |
mat  |
Remove all := from BUILD_DEPENDS, here are never needed.
While there, cleanup, and sort depends.
When build and run dependencies are the same, there are three ways to
avoid duplicating the list while not adding the framework added
BUILD_DEPENDS to the RUN_DEPENDS. In order of preference, they are:
1) use RUN_DEPENDS to set BUILD_DEPENDS:
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= foo:bar/baz
2) create another variable and use it:
MY_DEPENDS= foo:bar/baz
BUILD_DEPENDS= ${MY_DEPENDS}
RUN_DEPENDS= ${MY_DEPENDS}
3) use BUILD_DEPENDS to set RUN_DEPENDS and force evaluation:
BUILD_DEPENDS= foo:bar/baz
RUN_DEPENDS:= ${BUILD_DEPENDS}
Sponsored by: Absolight |
27 May 2018 20:15:20
0.11_4 |
sunpoet  |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
15 Sep 2017 08:58:50
0.11_4 |
mat  |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
10 Aug 2017 18:23:55
0.11_4 |
sunpoet  |
Remove Perl core modules
- While I'm here, sort PLIST
- Bump PORTREVISION for dependency change
With hat: perl |
02 Aug 2017 14:29:47
0.11_3 |
lwhsu  |
- Add missing RUN_DEPENDS for bin/tap2junit
PR: 220523
Submitted by: lwhsu
Approved by: maintainer timeout |
31 Jan 2017 16:21:46
0.11_2 |
mat  |
Bump PORTREVISION for ports affected by the fix the last commit.
Done with: Tools/scripts/bump-revision.sh
Sponsored by: Absolight |
01 Apr 2016 14:00:57
0.11_1 |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
14 Sep 2015 12:19:50
0.11_1 |
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 |
26 Nov 2014 13:08:38
0.11_1 |
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 ) |
20 Nov 2014 08:21:14
0.11 |
kuriyama  |
- Upgrade to 0.11. |
27 Oct 2014 10:55:59
0.09 |
bapt  |
Cleanup plist |
06 Feb 2014 08:35:27
0.09 |
ehaupt  |
Support staging. |
20 Sep 2013 17:13:47
0.09 |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
08 Sep 2013 07:03:32
0.09 |
az  |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket) |
10 Jun 2012 18:42:48
0.09 |
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) |
11 Mar 2012 08:59:00
0.09 |
kuriyama  |
- Upgrade to 0.09.
Feature safe: yes |
24 Feb 2012 16:14:04
0.08 |
swills  |
- Add TEST_DEPENDS to enable testing
Approved by: portmgr (blanket) |
03 Jul 2011 14:59:23
0.08 |
ohauer  |
-remove MD5 |
19 Jul 2010 13:52:08
0.08 |
kuriyama  |
- Upgrade to 0.08. |
07 Feb 2010 13:28:53
0.07 |
kuriyama  |
- Upgrade to 0.07. |
23 Jan 2010 07:18:41
0.06 |
kuriyama  |
- Upgrade to 0.06. |
17 Dec 2009 06:45:18
0.03_1 |
kuriyama  |
- TAP::Parser is not in 5.8.9 core (is in after 5.10.1). |
15 Dec 2009 05:13:27
0.03 |
kuriyama  |
- Upgrade to 0.03.
- Remove test only dependencies. |
10 Apr 2009 09:03:33
0.02 |
kuriyama  |
Add p5-TAP-Formatter-JUnit 0.02, perl extension for Harness output
delegate for JUnit output. |