blob: 57769e6b9291cf2de530dec3a5523ec76fe4069e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
|
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE package SYSTEM "package.dtd">
<!-- do not use the "Type" attribute here, that one is only for
generated package.xml files -->
<package version="1.0">
<name>Console_Getopt</name>
<summary>Command-line option parser</summary>
<description>This is a PHP implementation of "getopt" supporting both
short and long options.</description>
<license>PHP License</license>
<maintainers>
<maintainer>
<user>andrei</user>
<role>lead</role>
<name>Andrei Zmievski</name>
<email>andrei@php.net</email>
</maintainer>
<maintainer>
<user>ssb</user>
<role>developer</role>
<name>Stig Bakken</name>
<email>stig@php.net</email>
</maintainer>
<maintainer>
<user>cellog</user>
<role>helper</role>
<name>Greg Beaver</name>
<email>cellog@php.net</email>
</maintainer>
</maintainers>
<release>
<version>1.2</version>
<date>2003-12-11</date>
<notes>Fix to preserve BC with 1.0 and allow correct behaviour for new users</notes>
<state>stable</state>
<filelist>
<dir name="Console">
<file role="php" name="Getopt.php"/>
</dir>
</filelist>
</release>
<changelog>
<release>
<version>1.0</version>
<date>2002-09-13</date>
<notes>Stable release</notes>
<state>stable</state>
<filelist>
<dir name="Console">
<file role="php" name="Getopt.php"/>
</dir>
</filelist>
</release>
<release>
<version>0.11</version>
<date>2002-05-26</date>
<notes>POSIX getopt compatibility fix: treat first element of args
array as command name
</notes>
<state>beta</state>
<filelist>
<dir name="Console">
<file role="php" name="Getopt.php"/>
</dir>
</filelist>
</release>
<release>
<version>0.10</version>
<date>2002-05-12</date>
<notes>Packaging fix</notes>
<state>beta</state>
</release>
<release>
<version>0.9</version>
<date>2002-05-12</date>
<notes>Initial release</notes>
<state>beta</state>
</release>
</changelog>
</package>
|