-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.xml
145 lines (145 loc) · 4.74 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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
<?xml version="1.0" encoding="UTF-8"?>
<package packagerversion="1.9.4" 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">
<name>Math_Vector</name>
<channel>pear.php.net</channel>
<summary>Vector and vector operation classes</summary>
<description>Classes to represent Tuples, general Vectors, and 2D-/3D-vectors,
as well as a static class for vector operations.</description>
<lead>
<name>Jesus M. Castagnetto</name>
<user>jmcastagnetto</user>
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>2011-11-28</date>
<time>09:20:26</time>
<version>
<release>0.8.0</release>
<api>0.8.0</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<license uri="http://www.php.net/license">PHP</license>
<notes>
Updated to PHPUnit 3.6
Updated to PHP5
Introduced InvalidArgumentException and Math_Vector_Exception
</notes>
<contents>
<dir baseinstalldir="/" name="/">
<file baseinstalldir="/" md5sum="1792767de7806df85e4a58f38fd8b031" name="/examples/tuple_creation.php" role="php" />
<file baseinstalldir="/" md5sum="c495b92d146262aaf48406dda6b978f7" name="/examples/vector_creation.php" role="php" />
<file baseinstalldir="/" md5sum="440630d108ad432c849a78870a1e202e" name="/examples/vector_operations.php" role="php" />
<file baseinstalldir="/" md5sum="596f188ccc94d6e98889515ba25b1c1d" name="/Math/CompactedTuple.php" role="php" />
<file baseinstalldir="/" md5sum="1ebbb4553e9197c419e5a6d75e7e4346" name="/Math/Tuple.php" role="php" />
<file baseinstalldir="/" md5sum="cbe89b95bbef1fd45f227103c875d64d" name="/Math/Vector.php" role="php" />
<file baseinstalldir="/" md5sum="cba9399010cbf90c77c0857ac6290963" name="/Math/Vector2.php" role="php" />
<file baseinstalldir="/" md5sum="6f6f8ff85415464016ea5cbc9d9a6959" name="/Math/Vector3.php" role="php" />
<file baseinstalldir="/" md5sum="f4ed2a1b7cdb8fbdd8ceb3b7142b6dd0" name="/Math/VectorOp.php" role="php" />
<file baseinstalldir="/" md5sum="c789e435a2f7f42b80d503522b4f1c35" name="/Math/Vector/Exception.php" role="php" />
<file baseinstalldir="/" md5sum="10165682da96c8417a2581ed6632c892" name="/tests/Math_VectorTest.php" role="php" />
<file baseinstalldir="/" md5sum="6f3bb8d1ec82ff4853e3904a0e64c6f2" name="README" role="data" />
</dir>
</contents>
<dependencies>
<required>
<php>
<min>5.2.0</min>
</php>
<pearinstaller>
<min>1.5.9</min>
</pearinstaller>
</required>
</dependencies>
<phprelease />
<changelog>
<release>
<version>
<release>0.5.0</release>
<api>0.5.0</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<date>2002-04-23</date>
<license uri="http://www.php.net/license">PHP</license>
<notes>
Initial release
</notes>
</release>
<release>
<version>
<release>0.5.1</release>
<api>0.5.1</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<date>2002-07-30</date>
<license uri="http://www.php.net/license">PHP</license>
<notes>
Fixed capitalization of PEAR_Error
</notes>
</release>
<release>
<version>
<release>0.6.0</release>
<api>0.6.0</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<date>2002-08-19</date>
<license uri="http://www.php.net/license">PHP</license>
<notes>
More class name capitalization fixes.
Using PEAR::raiseError() instead of creating a new PEAR_Error object
Added new distance metrics between vectors: Manhattan (aka city) distance
and Chessboard distance.
Changed examples/vector_creation.php to show the use of the new distance
metrics.
</notes>
</release>
<release>
<version>
<release>0.7.0</release>
<api>0.7.0</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<date>2010-10-05</date>
<license uri="http://www.php.net/license">PHP</license>
<notes>
QA Release
Updated to PHPUnit 3.4+
Fixed SVN layout
Package 2.0
BC break: require_once 'Math/Tuple.php' now, instead of Math/Vector/Tuple.php
</notes>
</release>
<release>
<version>
<release>0.8.0</release>
<api>0.8.0</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<date>2011-11-28</date>
<license uri="http://www.php.net/license">PHP</license>
<notes>
Updated to PHPUnit 3.6
Updated to PHP5
Introduced InvalidArgumentException and Math_Vector_Exception
</notes>
</release>
</changelog>
</package>