package.xml 6.9 KB

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