1<?xml version="1.0" encoding="UTF-8"?>
2<package packagerversion="1.9.1" 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_Color</name>
4 <channel>pear.php.net</channel>
5 <summary>This Class allows you to easily use ANSI console colors in your application.</summary>
6 <description>You can use Console_Color::convert to transform colorcodes like %r into ANSI
7control codes. print Console_Color::convert(&quot;%rHello World!%n&quot;); would print
8&quot;Hello World&quot; in red, for example.</description>
9 <lead>
10  <name>Stefan Walk</name>
11  <user>et</user>
12  <email>et@php.net</email>
13  <active>yes</active>
14 </lead>
15 <lead>
16  <name>Scott Mattocks</name>
17  <user>scottmattocks</user>
18  <email>scottmattocks@php.net</email>
19  <active>yes</active>
20 </lead>
21 <date>2010-10-25</date>
22 <time>20:09:54</time>
23 <version>
24  <release>1.0.3</release>
25  <api>1.0.0</api>
26 </version>
27 <stability>
28  <release>stable</release>
29  <api>stable</api>
30 </stability>
31 <license uri="http://www.opensource.org/licenses/mit-license.php">MIT</license>
32 <notes>
33QA release
34Doc Bug #9948 	License file not included in tarball
35Request #14785 	Improve PHPCS results
36SVN dir layout
37 </notes>
38 <contents>
39  <dir baseinstalldir="/" name="/">
40   <file baseinstalldir="Console" md5sum="ded272b8ea930a3d361476b696b0ac4b" name="examples/color_example.php" role="doc" />
41   <file baseinstalldir="Console" md5sum="32593f1641504e01f9fb6df55c1c5478" name="examples/documentation" role="doc" />
42   <file baseinstalldir="Console" md5sum="587fea16d168de58e6e47a7d05cfb5f0" name="Color.php" role="php" />
43   <file baseinstalldir="Console" md5sum="386286831b7c47adae39ddfb51d483ab" name="LICENSE" role="doc" />
44  </dir>
45 </contents>
46 <dependencies>
47  <required>
48   <php>
49    <min>4.0.0</min>
50   </php>
51   <pearinstaller>
52    <min>1.4.0b1</min>
53   </pearinstaller>
54  </required>
55 </dependencies>
56 <phprelease />
57 <changelog>
58  <release>
59   <version>
60    <release>1.0.0</release>
61    <api>1.0.0</api>
62   </version>
63   <stability>
64    <release>stable</release>
65    <api>stable</api>
66   </stability>
67   <date>2006-11-06</date>
68   <license uri="http://www.php.net/license">PHP License</license>
69   <notes>
70First stable release.
71   </notes>
72  </release>
73  <release>
74   <version>
75    <release>1.0.1</release>
76    <api>1.0.0</api>
77   </version>
78   <stability>
79    <release>stable</release>
80    <api>stable</api>
81   </stability>
82   <date>2006-11-16</date>
83   <license uri="http://www.php.net/license">PHP License</license>
84   <notes>
85Update to package2.xml
86   </notes>
87  </release>
88  <release>
89   <date>2007-01-26</date>
90   <version>
91    <release>1.0.2</release>
92    <api>1.0.0</api>
93   </version>
94   <stability>
95    <release>stable</release>
96    <api>stable</api>
97   </stability>
98   <license uri="http://www.opensource.org/licenses/mit-license.php">MIT</license>
99   <notes>
100License file, MIT license
101   </notes>
102  </release>
103  <release>
104   <version>
105    <release>1.0.3</release>
106    <api>1.0.0</api>
107   </version>
108   <stability>
109    <release>stable</release>
110    <api>stable</api>
111   </stability>
112   <date>2010-10-25</date>
113   <license uri="http://www.opensource.org/licenses/mit-license.php">MIT</license>
114   <notes>
115QA release
116Doc Bug #9948 	License file not included in tarball
117Request #14785 	Improve PHPCS results
118SVN dir layout
119   </notes>
120  </release>
121 </changelog>
122</package>
123