fritzkink
2023-12-24 499bcf333d26bc63203b224241efc0f5fbe44e2b
commit | author | age
499bcf 1 #
F 2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL)". You may
4 # only use this file in accordance with the terms of the CDDL.
5 #
6 # A full copy of the text of the CDDL should have accompanied this
7 # source. A copy of the CDDL is also available via the Internet at
8 # http://www.illumos.org/license/CDDL.
9 #
10
11 #
12 # Copyright 2014 EveryCity Ltd. All rights reserved.
13 # Copyright 2023 Friedrich Kink. All rights reserved.
14 #
15
16 set name=pkg.fmri \
17     value=pkg:/$(COMPONENT_FMRI)/php-pear@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
18 set name=pkg.human-version value=$(HUMAN_VERSION)
19 set name=pkg.summary value="PHP Server 8.2 (pear)"
20 set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
21 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
22 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
23 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
24
25 license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
26
27 depend type=require fmri=pkg:/$(COMPONENT_FMRI)/php-common
28
29 file path=etc/php/8.2/pear.conf preserve=true
30
31 link path=usr/bin/pear target=../php/8.2/bin/pear mediator=php \
32     mediator-version=8.2
33 link path=usr/bin/peardev target=../php/8.2/bin/peardev mediator=php \
34     mediator-version=8.2
35
36 file path=usr/php/8.2/bin/pear
37 file path=usr/php/8.2/bin/peardev
38 file path=usr/php/8.2/share/PEAR/Archive/Tar.php
39 file path=usr/php/8.2/share/PEAR/Console/Getopt.php
40 file path=usr/php/8.2/share/PEAR/OS/Guess.php
41 file path=usr/php/8.2/share/PEAR/PEAR.php
42 file path=usr/php/8.2/share/PEAR/PEAR/Builder.php
43 file path=usr/php/8.2/share/PEAR/PEAR/ChannelFile.php
44 file path=usr/php/8.2/share/PEAR/PEAR/ChannelFile/Parser.php
45 file path=usr/php/8.2/share/PEAR/PEAR/Command.php
46 file path=usr/php/8.2/share/PEAR/PEAR/Command/Auth.php
47 file path=usr/php/8.2/share/PEAR/PEAR/Command/Auth.xml
48 file path=usr/php/8.2/share/PEAR/PEAR/Command/Build.php
49 file path=usr/php/8.2/share/PEAR/PEAR/Command/Build.xml
50 file path=usr/php/8.2/share/PEAR/PEAR/Command/Channels.php
51 file path=usr/php/8.2/share/PEAR/PEAR/Command/Channels.xml
52 file path=usr/php/8.2/share/PEAR/PEAR/Command/Common.php
53 file path=usr/php/8.2/share/PEAR/PEAR/Command/Config.php
54 file path=usr/php/8.2/share/PEAR/PEAR/Command/Config.xml
55 file path=usr/php/8.2/share/PEAR/PEAR/Command/Install.php
56 file path=usr/php/8.2/share/PEAR/PEAR/Command/Install.xml
57 file path=usr/php/8.2/share/PEAR/PEAR/Command/Mirror.php
58 file path=usr/php/8.2/share/PEAR/PEAR/Command/Mirror.xml
59 file path=usr/php/8.2/share/PEAR/PEAR/Command/Package.php
60 file path=usr/php/8.2/share/PEAR/PEAR/Command/Package.xml
61 file path=usr/php/8.2/share/PEAR/PEAR/Command/Pickle.php
62 file path=usr/php/8.2/share/PEAR/PEAR/Command/Pickle.xml
63 file path=usr/php/8.2/share/PEAR/PEAR/Command/Registry.php
64 file path=usr/php/8.2/share/PEAR/PEAR/Command/Registry.xml
65 file path=usr/php/8.2/share/PEAR/PEAR/Command/Remote.php
66 file path=usr/php/8.2/share/PEAR/PEAR/Command/Remote.xml
67 file path=usr/php/8.2/share/PEAR/PEAR/Command/Test.php
68 file path=usr/php/8.2/share/PEAR/PEAR/Command/Test.xml
69 file path=usr/php/8.2/share/PEAR/PEAR/Common.php
70 file path=usr/php/8.2/share/PEAR/PEAR/Config.php
71 file path=usr/php/8.2/share/PEAR/PEAR/Dependency2.php
72 file path=usr/php/8.2/share/PEAR/PEAR/DependencyDB.php
73 file path=usr/php/8.2/share/PEAR/PEAR/Downloader.php
74 file path=usr/php/8.2/share/PEAR/PEAR/Downloader/Package.php
75 file path=usr/php/8.2/share/PEAR/PEAR/ErrorStack.php
76 file path=usr/php/8.2/share/PEAR/PEAR/Exception.php
77 file path=usr/php/8.2/share/PEAR/PEAR/Frontend.php
78 file path=usr/php/8.2/share/PEAR/PEAR/Frontend/CLI.php
79 file path=usr/php/8.2/share/PEAR/PEAR/Installer.php
80 file path=usr/php/8.2/share/PEAR/PEAR/Installer/Role.php
81 file path=usr/php/8.2/share/PEAR/PEAR/Installer/Role/Cfg.php
82 file path=usr/php/8.2/share/PEAR/PEAR/Installer/Role/Cfg.xml
83 file path=usr/php/8.2/share/PEAR/PEAR/Installer/Role/Common.php
84 file path=usr/php/8.2/share/PEAR/PEAR/Installer/Role/Data.php
85 file path=usr/php/8.2/share/PEAR/PEAR/Installer/Role/Data.xml
86 file path=usr/php/8.2/share/PEAR/PEAR/Installer/Role/Doc.php
87 file path=usr/php/8.2/share/PEAR/PEAR/Installer/Role/Doc.xml
88 file path=usr/php/8.2/share/PEAR/PEAR/Installer/Role/Ext.php
89 file path=usr/php/8.2/share/PEAR/PEAR/Installer/Role/Ext.xml
90 file path=usr/php/8.2/share/PEAR/PEAR/Installer/Role/Man.php
91 file path=usr/php/8.2/share/PEAR/PEAR/Installer/Role/Man.xml
92 file path=usr/php/8.2/share/PEAR/PEAR/Installer/Role/Php.php
93 file path=usr/php/8.2/share/PEAR/PEAR/Installer/Role/Php.xml
94 file path=usr/php/8.2/share/PEAR/PEAR/Installer/Role/Script.php
95 file path=usr/php/8.2/share/PEAR/PEAR/Installer/Role/Script.xml
96 file path=usr/php/8.2/share/PEAR/PEAR/Installer/Role/Src.php
97 file path=usr/php/8.2/share/PEAR/PEAR/Installer/Role/Src.xml
98 file path=usr/php/8.2/share/PEAR/PEAR/Installer/Role/Test.php
99 file path=usr/php/8.2/share/PEAR/PEAR/Installer/Role/Test.xml
100 file path=usr/php/8.2/share/PEAR/PEAR/Installer/Role/Www.php
101 file path=usr/php/8.2/share/PEAR/PEAR/Installer/Role/Www.xml
102 file path=usr/php/8.2/share/PEAR/PEAR/PackageFile.php
103 file path=usr/php/8.2/share/PEAR/PEAR/PackageFile/Generator/v1.php
104 file path=usr/php/8.2/share/PEAR/PEAR/PackageFile/Generator/v2.php
105 file path=usr/php/8.2/share/PEAR/PEAR/PackageFile/Parser/v1.php
106 file path=usr/php/8.2/share/PEAR/PEAR/PackageFile/Parser/v2.php
107 file path=usr/php/8.2/share/PEAR/PEAR/PackageFile/v1.php
108 file path=usr/php/8.2/share/PEAR/PEAR/PackageFile/v2.php
109 file path=usr/php/8.2/share/PEAR/PEAR/PackageFile/v2/Validator.php
110 file path=usr/php/8.2/share/PEAR/PEAR/PackageFile/v2/rw.php
111 file path=usr/php/8.2/share/PEAR/PEAR/Packager.php
112 file path=usr/php/8.2/share/PEAR/PEAR/Proxy.php
113 file path=usr/php/8.2/share/PEAR/PEAR/REST.php
114 file path=usr/php/8.2/share/PEAR/PEAR/REST/10.php
115 file path=usr/php/8.2/share/PEAR/PEAR/REST/11.php
116 file path=usr/php/8.2/share/PEAR/PEAR/REST/13.php
117 file path=usr/php/8.2/share/PEAR/PEAR/Registry.php
118 file path=usr/php/8.2/share/PEAR/PEAR/RunTest.php
119 file path=usr/php/8.2/share/PEAR/PEAR/Task/Common.php
120 file path=usr/php/8.2/share/PEAR/PEAR/Task/Postinstallscript.php
121 file path=usr/php/8.2/share/PEAR/PEAR/Task/Postinstallscript/rw.php
122 file path=usr/php/8.2/share/PEAR/PEAR/Task/Replace.php
123 file path=usr/php/8.2/share/PEAR/PEAR/Task/Replace/rw.php
124 file path=usr/php/8.2/share/PEAR/PEAR/Task/Unixeol.php
125 file path=usr/php/8.2/share/PEAR/PEAR/Task/Unixeol/rw.php
126 file path=usr/php/8.2/share/PEAR/PEAR/Task/Windowseol.php
127 file path=usr/php/8.2/share/PEAR/PEAR/Task/Windowseol/rw.php
128 file path=usr/php/8.2/share/PEAR/PEAR/Validate.php
129 file path=usr/php/8.2/share/PEAR/PEAR/Validator/PECL.php
130 file path=usr/php/8.2/share/PEAR/PEAR/XMLParser.php
131 file path=usr/php/8.2/share/PEAR/Structures/Graph.php
132 file path=usr/php/8.2/share/PEAR/Structures/Graph/Manipulator/AcyclicTest.php
133 file path=usr/php/8.2/share/PEAR/Structures/Graph/Manipulator/TopologicalSorter.php
134 file path=usr/php/8.2/share/PEAR/Structures/Graph/Node.php
135 file path=usr/php/8.2/share/PEAR/System.php
136 file path=usr/php/8.2/share/PEAR/XML/Util.php
137 file path=usr/php/8.2/share/PEAR/data/PEAR/package.dtd
138 file path=usr/php/8.2/share/PEAR/data/PEAR/template.spec
139 file path=usr/php/8.2/share/PEAR/doc/Archive_Tar/docs/Archive_Tar.txt
140 file path=usr/php/8.2/share/PEAR/doc/PEAR/INSTALL
141 file path=usr/php/8.2/share/PEAR/doc/PEAR/LICENSE
142 file path=usr/php/8.2/share/PEAR/doc/PEAR/README.rst
143 file path=usr/php/8.2/share/PEAR/doc/Structures_Graph/LICENSE
144 file path=usr/php/8.2/share/PEAR/doc/Structures_Graph/docs/tutorials/Structures_Graph/Structures_Graph.pkg
145 file path=usr/php/8.2/share/PEAR/doc/XML_Util/examples/example.php
146 file path=usr/php/8.2/share/PEAR/doc/XML_Util/examples/example2.php
147 file path=usr/php/8.2/share/PEAR/pearcmd.php
148 file path=usr/php/8.2/share/PEAR/peclcmd.php
149 file path=usr/php/8.2/share/PEAR/test/Console_Getopt/tests/001-getopt.phpt
150 file path=usr/php/8.2/share/PEAR/test/Console_Getopt/tests/bug10557.phpt
151 file path=usr/php/8.2/share/PEAR/test/Console_Getopt/tests/bug11068.phpt
152 file path=usr/php/8.2/share/PEAR/test/Console_Getopt/tests/bug13140.phpt
153 file path=usr/php/8.2/share/PEAR/test/Structures_Graph/tests/AcyclicTestTest.php
154 file path=usr/php/8.2/share/PEAR/test/Structures_Graph/tests/AllTests.php
155 file path=usr/php/8.2/share/PEAR/test/Structures_Graph/tests/BasicGraphTest.php
156 file path=usr/php/8.2/share/PEAR/test/Structures_Graph/tests/TopologicalSorterTest.php
157 file path=usr/php/8.2/share/PEAR/test/Structures_Graph/tests/helper.inc
158 file path=usr/php/8.2/share/PEAR/test/XML_Util/tests/AbstractUnitTests.php
159 file path=usr/php/8.2/share/PEAR/test/XML_Util/tests/ApiVersionTests.php
160 file path=usr/php/8.2/share/PEAR/test/XML_Util/tests/AttributesToStringTests.php
161 file path=usr/php/8.2/share/PEAR/test/XML_Util/tests/Bug18343Tests.php
162 file path=usr/php/8.2/share/PEAR/test/XML_Util/tests/Bug21177Tests.php
163 file path=usr/php/8.2/share/PEAR/test/XML_Util/tests/Bug21184Tests.php
164 file path=usr/php/8.2/share/PEAR/test/XML_Util/tests/Bug4950Tests.php
165 file path=usr/php/8.2/share/PEAR/test/XML_Util/tests/Bug5392Tests.php
166 file path=usr/php/8.2/share/PEAR/test/XML_Util/tests/CollapseEmptyTagsTests.php
167 file path=usr/php/8.2/share/PEAR/test/XML_Util/tests/CreateCDataSectionTests.php
168 file path=usr/php/8.2/share/PEAR/test/XML_Util/tests/CreateCommentTests.php
169 file path=usr/php/8.2/share/PEAR/test/XML_Util/tests/CreateEndElementTests.php
170 file path=usr/php/8.2/share/PEAR/test/XML_Util/tests/CreateStartElementTests.php
171 file path=usr/php/8.2/share/PEAR/test/XML_Util/tests/CreateTagFromArrayTests.php
172 file path=usr/php/8.2/share/PEAR/test/XML_Util/tests/CreateTagTests.php
173 file path=usr/php/8.2/share/PEAR/test/XML_Util/tests/GetDocTypeDeclarationTests.php
174 file path=usr/php/8.2/share/PEAR/test/XML_Util/tests/GetXmlDeclarationTests.php
175 file path=usr/php/8.2/share/PEAR/test/XML_Util/tests/IsValidNameTests.php
176 file path=usr/php/8.2/share/PEAR/test/XML_Util/tests/RaiseErrorTests.php
177 file path=usr/php/8.2/share/PEAR/test/XML_Util/tests/ReplaceEntitiesTests.php
178 file path=usr/php/8.2/share/PEAR/test/XML_Util/tests/ReverseEntitiesTests.php
179 file path=usr/php/8.2/share/PEAR/test/XML_Util/tests/SplitQualifiedNameTests.php