PEAR2_Console_Color-0.1.0 › package.xml
- PEAR2_Console_Color-0.1.0/
- php/
- PEAR2/
- php/
- package.xml
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
<?xml version="1.0" encoding="UTF-8"?>
<package version="2.1" xmlns="http://pear.php.net/dtd/package-2.1" 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.1 http://pear.php.net/dtd/package-2.1.xsd">
<name>PEAR2_Console_Color</name>
<channel>pear2.php.net</channel>
<summary>PEAR2_Console_Color is a Package to provide a easy way to print text in
</summary>
<description>command line when its necessary.
Have a simple interface and basicly using the static function 'convert'
you can make use of this Object.
</description>
<lead>
<name>Ivo Nascimento</name>
<user>ivonascimento</user>
<email>ivo@o8o.com.br</email>
<active>yes</active>
</lead>
<date>2011-08-03</date>
<time>17:56:55</time>
<version>
<release>0.1.0</release>
<api>0.1.0</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
</stability>
<license uri="http://www.opensource.org/licenses/bsd-license.php">New BSD License</license>
<notes>Iniciar cover of needs to echo messages to command with color, background and styles
Trying to use the save public interface the PEAR/Console_Color to provide a way to
use as 4.* (PEAR) or 5.* (PEAR2)
Package Console_Color API release notes for version 0.1.0.</notes>
<contents>
<dir name="/">
<file role="php" name="php/PEAR2/Console/Color/StyleMapper.php"/>
<file role="php" name="php/PEAR2/Console/Color/Mapper.php"/>
<file role="php" name="php/PEAR2/Console/Color/ColorMapper.php"/>
<file role="php" name="php/PEAR2/Console/Color/BackgroundMapper.php"/>
<file role="php" name="php/PEAR2/Console/Color.php"/>
</dir>
</contents>
<dependencies>
<required>
<php>
<min>5.2.0</min>
</php>
<pearinstaller>
<min>1.4.8</min>
</pearinstaller>
</required>
</dependencies>
<phprelease>
<filelist>
<install name="php/PEAR2/Console/Color.php" as="PEAR2/Console/Color.php"/>
<install name="php/PEAR2/Console/Color/BackgroundMapper.php" as="PEAR2/Console/Color/BackgroundMapper.php"/>
<install name="php/PEAR2/Console/Color/ColorMapper.php" as="PEAR2/Console/Color/ColorMapper.php"/>
<install name="php/PEAR2/Console/Color/Mapper.php" as="PEAR2/Console/Color/Mapper.php"/>
<install name="php/PEAR2/Console/Color/StyleMapper.php" as="PEAR2/Console/Color/StyleMapper.php"/>
</filelist>
</phprelease>
</package>
EOF
