-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
118 lines (118 loc) · 4.5 KB
/
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
<?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>This Package provide a easy way to print text with color and style in command line.
</summary>
<description>
It has a simple interface, whereby you just create an object with the color and style information you want,
and it will automatically be converted to an escape sequence when used as a string.</description>
<lead>
<name>Ivo Nascimento</name>
<user>ivonascimento</user>
<email>[email protected]</email>
<active>yes</active>
</lead>
<lead>
<name>Vasil Rangelov</name>
<user>boen_robot</user>
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>2014-03-02</date>
<time>15:18:34</time>
<version>
<release>1.0.0</release>
<api>0.2.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.opensource.org/licenses/bsd-license.php">New BSD License</license>
<notes>First stable release.
(complete rewrite from the alpha)</notes>
<contents>
<dir name="/">
<dir name="docs" baseinstalldir="/">
<file role="doc" name="apigen.neon"/>
<file role="doc" name="doxygen.ini"/>
<file role="doc" name="phpdoc.dist.xml"/>
</dir>
<dir name="src" baseinstalldir="/">
<dir name="PEAR2">
<dir name="Console">
<dir name="Color">
<file role="php" name="Backgrounds.php">
<tasks:replace from="GIT: $Id$" to="version" type="package-info"/>
</file>
<file role="php" name="Exception.php">
<tasks:replace from="GIT: $Id$" to="version" type="package-info"/>
</file>
<file role="php" name="Flags.php">
<tasks:replace from="GIT: $Id$" to="version" type="package-info"/>
</file>
<file role="php" name="Fonts.php">
<tasks:replace from="GIT: $Id$" to="version" type="package-info"/>
</file>
<file role="php" name="Styles.php">
<tasks:replace from="GIT: $Id$" to="version" type="package-info"/>
</file>
<file role="php" name="UnexpectedValueException.php">
<tasks:replace from="GIT: $Id$" to="version" type="package-info"/>
</file>
</dir>
<file role="php" name="Color.php">
<tasks:replace from="GIT: $Id$" to="version" type="package-info"/>
</file>
</dir>
</dir>
</dir>
<dir name="tests" baseinstalldir="/">
<file role="test" name="bootstrap.php">
<tasks:replace from="../src" to="php_dir" type="pear-config"/>
</file>
<file role="test" name="ConstructorTest.php"/>
<file role="test" name="ObjectTest.php"/>
<file role="test" name="phpunit.xml">
<tasks:replace from="../src" to="php_dir" type="pear-config"/>
</file>
</dir>
</dir>
</contents>
<dependencies>
<required>
<php>
<min>5.3.0</min>
</php>
<pearinstaller>
<min>1.4.0</min>
</pearinstaller>
</required>
<optional>
<package>
<name>PEAR2_Autoload</name>
<channel>pear2.php.net</channel>
</package>
</optional>
</dependencies>
<phprelease>
<filelist>
<install name="docs/apigen.neon" as="apigen.neon"/>
<install name="docs/doxygen.ini" as="doxygen.ini"/>
<install name="docs/phpdoc.dist.xml" as="phpdoc.dist.xml"/>
<install name="src/PEAR2/Console/Color.php" as="PEAR2/Console/Color.php"/>
<install name="src/PEAR2/Console/Color/Backgrounds.php" as="PEAR2/Console/Color/Backgrounds.php"/>
<install name="src/PEAR2/Console/Color/Exception.php" as="PEAR2/Console/Color/Exception.php"/>
<install name="src/PEAR2/Console/Color/Flags.php" as="PEAR2/Console/Color/Flags.php"/>
<install name="src/PEAR2/Console/Color/Fonts.php" as="PEAR2/Console/Color/Fonts.php"/>
<install name="src/PEAR2/Console/Color/Styles.php" as="PEAR2/Console/Color/Styles.php"/>
<install name="src/PEAR2/Console/Color/UnexpectedValueException.php" as="PEAR2/Console/Color/UnexpectedValueException.php"/>
<install name="tests/bootstrap.php" as="bootstrap.php"/>
<install name="tests/ConstructorTest.php" as="ConstructorTest.php"/>
<install name="tests/ObjectTest.php" as="ObjectTest.php"/>
<install name="tests/phpunit.xml" as="phpunit.xml"/>
</filelist>
</phprelease>
</package>