2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
7 # A full copy of the text of the CDDL should have accompanied this
8 # source. A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
13 # Copyright 2024 Marcel Telka
16 set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
17 set name=pkg.human-version value=$(HUMAN_VERSION)
18 set name=pkg.summary value="$(COMPONENT_SUMMARY)"
19 set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
20 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
21 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
22 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
24 license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
26 file path=usr/perl5/$(PERLVER)/bin/prove
27 file path=usr/perl5/$(PERLVER)/lib/App/Prove.pm
28 file path=usr/perl5/$(PERLVER)/lib/App/Prove/State.pm
29 file path=usr/perl5/$(PERLVER)/lib/App/Prove/State/Result.pm
30 file path=usr/perl5/$(PERLVER)/lib/App/Prove/State/Result/Test.pm
31 file path=usr/perl5/$(PERLVER)/lib/TAP/Base.pm
32 file path=usr/perl5/$(PERLVER)/lib/TAP/Formatter/Base.pm
33 file path=usr/perl5/$(PERLVER)/lib/TAP/Formatter/Color.pm
34 file path=usr/perl5/$(PERLVER)/lib/TAP/Formatter/Console.pm
35 file path=usr/perl5/$(PERLVER)/lib/TAP/Formatter/Console/ParallelSession.pm
36 file path=usr/perl5/$(PERLVER)/lib/TAP/Formatter/Console/Session.pm
37 file path=usr/perl5/$(PERLVER)/lib/TAP/Formatter/File.pm
38 file path=usr/perl5/$(PERLVER)/lib/TAP/Formatter/File/Session.pm
39 file path=usr/perl5/$(PERLVER)/lib/TAP/Formatter/Session.pm
40 file path=usr/perl5/$(PERLVER)/lib/TAP/Harness.pm
41 file path=usr/perl5/$(PERLVER)/lib/TAP/Harness/Beyond.pod
42 file path=usr/perl5/$(PERLVER)/lib/TAP/Harness/Env.pm
43 file path=usr/perl5/$(PERLVER)/lib/TAP/Object.pm
44 file path=usr/perl5/$(PERLVER)/lib/TAP/Parser.pm
45 file path=usr/perl5/$(PERLVER)/lib/TAP/Parser/Aggregator.pm
46 file path=usr/perl5/$(PERLVER)/lib/TAP/Parser/Grammar.pm
47 file path=usr/perl5/$(PERLVER)/lib/TAP/Parser/Iterator.pm
48 file path=usr/perl5/$(PERLVER)/lib/TAP/Parser/Iterator/Array.pm
49 file path=usr/perl5/$(PERLVER)/lib/TAP/Parser/Iterator/Process.pm
50 file path=usr/perl5/$(PERLVER)/lib/TAP/Parser/Iterator/Stream.pm
51 file path=usr/perl5/$(PERLVER)/lib/TAP/Parser/IteratorFactory.pm
52 file path=usr/perl5/$(PERLVER)/lib/TAP/Parser/Multiplexer.pm
53 file path=usr/perl5/$(PERLVER)/lib/TAP/Parser/Result.pm
54 file path=usr/perl5/$(PERLVER)/lib/TAP/Parser/Result/Bailout.pm
55 file path=usr/perl5/$(PERLVER)/lib/TAP/Parser/Result/Comment.pm
56 file path=usr/perl5/$(PERLVER)/lib/TAP/Parser/Result/Plan.pm
57 file path=usr/perl5/$(PERLVER)/lib/TAP/Parser/Result/Pragma.pm
58 file path=usr/perl5/$(PERLVER)/lib/TAP/Parser/Result/Test.pm
59 file path=usr/perl5/$(PERLVER)/lib/TAP/Parser/Result/Unknown.pm
60 file path=usr/perl5/$(PERLVER)/lib/TAP/Parser/Result/Version.pm
61 file path=usr/perl5/$(PERLVER)/lib/TAP/Parser/Result/YAML.pm
62 file path=usr/perl5/$(PERLVER)/lib/TAP/Parser/ResultFactory.pm
63 file path=usr/perl5/$(PERLVER)/lib/TAP/Parser/Scheduler.pm
64 file path=usr/perl5/$(PERLVER)/lib/TAP/Parser/Scheduler/Job.pm
65 file path=usr/perl5/$(PERLVER)/lib/TAP/Parser/Scheduler/Spinner.pm
66 file path=usr/perl5/$(PERLVER)/lib/TAP/Parser/Source.pm
67 file path=usr/perl5/$(PERLVER)/lib/TAP/Parser/SourceHandler.pm
68 file path=usr/perl5/$(PERLVER)/lib/TAP/Parser/SourceHandler/Executable.pm
69 file path=usr/perl5/$(PERLVER)/lib/TAP/Parser/SourceHandler/File.pm
70 file path=usr/perl5/$(PERLVER)/lib/TAP/Parser/SourceHandler/Handle.pm
71 file path=usr/perl5/$(PERLVER)/lib/TAP/Parser/SourceHandler/Perl.pm
72 file path=usr/perl5/$(PERLVER)/lib/TAP/Parser/SourceHandler/RawTAP.pm
73 file path=usr/perl5/$(PERLVER)/lib/TAP/Parser/YAMLish/Reader.pm
74 file path=usr/perl5/$(PERLVER)/lib/TAP/Parser/YAMLish/Writer.pm
75 file path=usr/perl5/$(PERLVER)/lib/Test/Harness.pm
76 file path=usr/perl5/$(PERLVER)/man/man1/prove.1
77 file path=usr/perl5/$(PERLVER)/man/man3perl/App::Prove.3perl
78 file path=usr/perl5/$(PERLVER)/man/man3perl/App::Prove::State.3perl
79 file path=usr/perl5/$(PERLVER)/man/man3perl/App::Prove::State::Result.3perl
80 file path=usr/perl5/$(PERLVER)/man/man3perl/App::Prove::State::Result::Test.3perl
81 file path=usr/perl5/$(PERLVER)/man/man3perl/TAP::Base.3perl
82 file path=usr/perl5/$(PERLVER)/man/man3perl/TAP::Formatter::Base.3perl
83 file path=usr/perl5/$(PERLVER)/man/man3perl/TAP::Formatter::Color.3perl
84 file path=usr/perl5/$(PERLVER)/man/man3perl/TAP::Formatter::Console.3perl
85 file path=usr/perl5/$(PERLVER)/man/man3perl/TAP::Formatter::Console::ParallelSession.3perl
86 file path=usr/perl5/$(PERLVER)/man/man3perl/TAP::Formatter::Console::Session.3perl
87 file path=usr/perl5/$(PERLVER)/man/man3perl/TAP::Formatter::File.3perl
88 file path=usr/perl5/$(PERLVER)/man/man3perl/TAP::Formatter::File::Session.3perl
89 file path=usr/perl5/$(PERLVER)/man/man3perl/TAP::Formatter::Session.3perl
90 file path=usr/perl5/$(PERLVER)/man/man3perl/TAP::Harness.3perl
91 file path=usr/perl5/$(PERLVER)/man/man3perl/TAP::Harness::Beyond.3perl
92 file path=usr/perl5/$(PERLVER)/man/man3perl/TAP::Harness::Env.3perl
93 file path=usr/perl5/$(PERLVER)/man/man3perl/TAP::Object.3perl
94 file path=usr/perl5/$(PERLVER)/man/man3perl/TAP::Parser.3perl
95 file path=usr/perl5/$(PERLVER)/man/man3perl/TAP::Parser::Aggregator.3perl
96 file path=usr/perl5/$(PERLVER)/man/man3perl/TAP::Parser::Grammar.3perl
97 file path=usr/perl5/$(PERLVER)/man/man3perl/TAP::Parser::Iterator.3perl
98 file path=usr/perl5/$(PERLVER)/man/man3perl/TAP::Parser::Iterator::Array.3perl
99 file path=usr/perl5/$(PERLVER)/man/man3perl/TAP::Parser::Iterator::Process.3perl
100 file path=usr/perl5/$(PERLVER)/man/man3perl/TAP::Parser::Iterator::Stream.3perl
101 file path=usr/perl5/$(PERLVER)/man/man3perl/TAP::Parser::IteratorFactory.3perl
102 file path=usr/perl5/$(PERLVER)/man/man3perl/TAP::Parser::Multiplexer.3perl
103 file path=usr/perl5/$(PERLVER)/man/man3perl/TAP::Parser::Result.3perl
104 file path=usr/perl5/$(PERLVER)/man/man3perl/TAP::Parser::Result::Bailout.3perl
105 file path=usr/perl5/$(PERLVER)/man/man3perl/TAP::Parser::Result::Comment.3perl
106 file path=usr/perl5/$(PERLVER)/man/man3perl/TAP::Parser::Result::Plan.3perl
107 file path=usr/perl5/$(PERLVER)/man/man3perl/TAP::Parser::Result::Pragma.3perl
108 file path=usr/perl5/$(PERLVER)/man/man3perl/TAP::Parser::Result::Test.3perl
109 file path=usr/perl5/$(PERLVER)/man/man3perl/TAP::Parser::Result::Unknown.3perl
110 file path=usr/perl5/$(PERLVER)/man/man3perl/TAP::Parser::Result::Version.3perl
111 file path=usr/perl5/$(PERLVER)/man/man3perl/TAP::Parser::Result::YAML.3perl
112 file path=usr/perl5/$(PERLVER)/man/man3perl/TAP::Parser::ResultFactory.3perl
113 file path=usr/perl5/$(PERLVER)/man/man3perl/TAP::Parser::Scheduler.3perl
114 file path=usr/perl5/$(PERLVER)/man/man3perl/TAP::Parser::Scheduler::Job.3perl
115 file path=usr/perl5/$(PERLVER)/man/man3perl/TAP::Parser::Scheduler::Spinner.3perl
116 file path=usr/perl5/$(PERLVER)/man/man3perl/TAP::Parser::Source.3perl
117 file path=usr/perl5/$(PERLVER)/man/man3perl/TAP::Parser::SourceHandler.3perl
118 file path=usr/perl5/$(PERLVER)/man/man3perl/TAP::Parser::SourceHandler::Executable.3perl
119 file path=usr/perl5/$(PERLVER)/man/man3perl/TAP::Parser::SourceHandler::File.3perl
120 file path=usr/perl5/$(PERLVER)/man/man3perl/TAP::Parser::SourceHandler::Handle.3perl
121 file path=usr/perl5/$(PERLVER)/man/man3perl/TAP::Parser::SourceHandler::Perl.3perl
122 file path=usr/perl5/$(PERLVER)/man/man3perl/TAP::Parser::SourceHandler::RawTAP.3perl
123 file path=usr/perl5/$(PERLVER)/man/man3perl/TAP::Parser::YAMLish::Reader.3perl
124 file path=usr/perl5/$(PERLVER)/man/man3perl/TAP::Parser::YAMLish::Writer.3perl
125 file path=usr/perl5/$(PERLVER)/man/man3perl/Test::Harness.3perl
127 # perl modules are unusable without perl runtime binary
128 depend type=require fmri=__TBD pkg.debug.depend.file=perl \
129 pkg.debug.depend.path=usr/perl5/$(PERLVER)/bin