comparison vendor/pear/console_getopt/package.xml @ 0:1e000243b222

vanilla 1.3.3 distro, I hope
author Charlie Root
date Thu, 04 Jan 2018 15:50:29 -0500
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:1e000243b222
1 <?xml version="1.0" encoding="UTF-8"?>
2 <package packagerversion="1.9.2" version="2.0" xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0 http://pear.php.net/dtd/tasks-1.0.xsd http://pear.php.net/dtd/package-2.0 http://pear.php.net/dtd/package-2.0.xsd">
3 <name>Console_Getopt</name>
4 <channel>pear.php.net</channel>
5 <summary>Command-line option parser</summary>
6 <description>This is a PHP implementation of &quot;getopt&quot; supporting both
7 short and long options.</description>
8 <lead>
9 <name>Andrei Zmievski</name>
10 <user>andrei</user>
11 <email>andrei@php.net</email>
12 <active>no</active>
13 </lead>
14 <developer>
15 <name>Stig Bakken</name>
16 <user>ssb</user>
17 <email>stig@php.net</email>
18 <active>no</active>
19 </developer>
20 <helper>
21 <name>Greg Beaver</name>
22 <user>cellog</user>
23 <email>cellog@php.net</email>
24 <active>yes</active>
25 </helper>
26
27 <date>2015-07-20</date>
28 <time>22:21:23</time>
29 <version>
30 <release>1.4.1</release>
31 <api>1.4.0</api>
32 </version>
33 <stability>
34 <release>stable</release>
35 <api>stable</api>
36 </stability>
37 <license uri="http://opensource.org/licenses/bsd-license.php">BSD-2-Clause</license>
38
39 <notes>
40 * Fix unit test on PHP 7 [cweiske]
41 </notes>
42
43 <contents>
44 <dir name="/">
45 <dir name="Console">
46 <file name="Getopt.php" role="php" />
47 </dir>
48 <dir name="tests">
49 <file role="test" name="001-getopt.phpt" />
50 <file role="test" name="bug10557.phpt" />
51 <file role="test" name="bug11068.phpt" />
52 <file role="test" name="bug13140.phpt" />
53 </dir>
54 </dir>
55 </contents>
56
57 <compatible>
58 <name>PEAR</name>
59 <channel>pear.php.net</channel>
60 <min>1.4.0</min>
61 <max>1.999.999</max>
62 </compatible>
63
64 <dependencies>
65 <required>
66 <php>
67 <min>5.4.0</min>
68 </php>
69 <pearinstaller>
70 <min>1.8.0</min>
71 </pearinstaller>
72 </required>
73 </dependencies>
74
75 <phprelease />
76
77 <changelog>
78
79 <release>
80 <date>2015-07-20</date>
81 <version>
82 <release>1.4.1</release>
83 <api>1.4.0</api>
84 </version>
85 <stability>
86 <release>stable</release>
87 <api>stable</api>
88 </stability>
89 <license uri="http://opensource.org/licenses/bsd-license.php">BSD-2-Clause</license>
90 <notes>
91 * Fix unit test on PHP 7 [cweiske]
92 </notes>
93 </release>
94
95 <release>
96 <date>2015-02-22</date>
97 <version>
98 <release>1.4.0</release>
99 <api>1.4.0</api>
100 </version>
101 <stability>
102 <release>stable</release>
103 <api>stable</api>
104 </stability>
105 <license uri="http://opensource.org/licenses/bsd-license.php">BSD-2-Clause</license>
106 <notes>
107 * Change license to BSD-2-Clause
108 * Set minimum PHP version to 5.4.0
109 * Mark static methods with "static" keyword
110 </notes>
111 </release>
112
113 <release>
114 <date>2011-03-07</date>
115 <version>
116 <release>1.3.1</release>
117 <api>1.3.0</api>
118 </version>
119 <stability>
120 <release>stable</release>
121 <api>stable</api>
122 </stability>
123 <license uri="http://www.php.net/license">PHP License</license>
124 <notes>
125 * Change the minimum PEAR installer dep to be lower
126 </notes>
127 </release>
128
129 <release>
130 <date>2010-12-11</date>
131 <time>20:20:13</time>
132 <version>
133 <release>1.3.0</release>
134 <api>1.3.0</api>
135 </version>
136 <stability>
137 <release>stable</release>
138 <api>stable</api>
139 </stability>
140 <license uri="http://www.php.net/license">PHP License</license>
141 <notes>
142 * Implement Request #13140: [PATCH] to skip unknown parameters. [patch by rquadling, improved on by dufuz]
143 </notes>
144 </release>
145
146 <release>
147 <date>2007-06-12</date>
148 <version>
149 <release>1.2.3</release>
150 <api>1.2.1</api>
151 </version>
152 <stability>
153 <release>stable</release>
154 <api>stable</api>
155 </stability>
156 <license uri="http://www.php.net/license">PHP License</license>
157 <notes>
158 * fix Bug #11068: No way to read plain &quot;-&quot; option [cardoe]
159 </notes>
160 </release>
161 <release>
162 <version>
163 <release>1.2.2</release>
164 <api>1.2.1</api>
165 </version>
166 <stability>
167 <release>stable</release>
168 <api>stable</api>
169 </stability>
170 <date>2007-02-17</date>
171 <license uri="http://www.php.net/license">PHP License</license>
172 <notes>
173 * fix Bug #4475: An ambiguous error occurred when specifying similar longoption name.
174 * fix Bug #10055: Not failing properly on short options missing required values
175 </notes>
176 </release>
177 <release>
178 <version>
179 <release>1.2.1</release>
180 <api>1.2.1</api>
181 </version>
182 <stability>
183 <release>stable</release>
184 <api>stable</api>
185 </stability>
186 <date>2006-12-08</date>
187 <license uri="http://www.php.net/license">PHP License</license>
188 <notes>
189 Fixed bugs #4448 (Long parameter values truncated with longoption parameter) and #7444 (Trailing spaces after php closing tag)
190 </notes>
191 </release>
192 <release>
193 <version>
194 <release>1.2</release>
195 <api>1.2</api>
196 </version>
197 <stability>
198 <release>stable</release>
199 <api>stable</api>
200 </stability>
201 <date>2003-12-11</date>
202 <license uri="http://www.php.net/license">PHP License</license>
203 <notes>
204 Fix to preserve BC with 1.0 and allow correct behaviour for new users
205 </notes>
206 </release>
207 <release>
208 <version>
209 <release>1.0</release>
210 <api>1.0</api>
211 </version>
212 <stability>
213 <release>stable</release>
214 <api>stable</api>
215 </stability>
216 <date>2002-09-13</date>
217 <license uri="http://www.php.net/license">PHP License</license>
218 <notes>
219 Stable release
220 </notes>
221 </release>
222 <release>
223 <version>
224 <release>0.11</release>
225 <api>0.11</api>
226 </version>
227 <stability>
228 <release>beta</release>
229 <api>beta</api>
230 </stability>
231 <date>2002-05-26</date>
232 <license uri="http://www.php.net/license">PHP License</license>
233 <notes>
234 POSIX getopt compatibility fix: treat first element of args
235 array as command name
236 </notes>
237 </release>
238 <release>
239 <version>
240 <release>0.10</release>
241 <api>0.10</api>
242 </version>
243 <stability>
244 <release>beta</release>
245 <api>beta</api>
246 </stability>
247 <date>2002-05-12</date>
248 <license uri="http://www.php.net/license">PHP License</license>
249 <notes>
250 Packaging fix
251 </notes>
252 </release>
253 <release>
254 <version>
255 <release>0.9</release>
256 <api>0.9</api>
257 </version>
258 <stability>
259 <release>beta</release>
260 <api>beta</api>
261 </stability>
262 <date>2002-05-12</date>
263 <license uri="http://www.php.net/license">PHP License</license>
264 <notes>
265 Initial release
266 </notes>
267 </release>
268 </changelog>
269 </package>