1<?xml version="1.0" encoding="UTF-8"?>
2<package packagerversion="1.6.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>Net_MAC</name>
4 <channel>pear.php.net</channel>
5 <summary>Validates and formats MAC addresses</summary>
6 <description>This package validates and cleanly formats Media Access Control (MAC) addresses. The Net_MAC class can also import a list of MAC address vendors and store them in a database which the class can then use to identify vendors of any MAC address.</description>
7 <lead>
8  <name>Andrew Teixeira</name>
9  <user>atex</user>
10  <email>atex@php.net</email>
11  <active>yes</active>
12 </lead>
13 <date>2008-03-04</date>
14 <time>09:56:22</time>
15 <version>
16  <release>0.1.5</release>
17  <api>0.1.0</api>
18 </version>
19 <stability>
20  <release>alpha</release>
21  <api>alpha</api>
22 </stability>
23 <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD License</license>
24 <notes>* Updates to PEAR CS (thanks to Gordon Stratton)
25* Updates to code readability (thanks to Gordon Stratton)</notes>
26 <contents>
27  <dir name="/">
28   <file md5sum="f438a930ed658bd87ec2cf8015ae50a3" name="Net/MAC.php" role="php" />
29  </dir>
30 </contents>
31 <dependencies>
32  <required>
33   <php>
34    <min>5.0</min>
35   </php>
36   <pearinstaller>
37    <min>1.4.0b1</min>
38   </pearinstaller>
39  </required>
40 </dependencies>
41 <phprelease />
42 <changelog>
43  <release>
44   <version>
45    <release>0.1.5</release>
46    <api>0.1.0</api>
47   </version>
48   <stability>
49    <release>alpha</release>
50    <api>alpha</api>
51   </stability>
52   <date>2008-03-04</date>
53   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD License</license>
54   <notes>* Updates to PEAR CS (thanks to Gordon Stratton)
55* Updates to code readability (thanks to Gordon Stratton)</notes>
56  </release>
57  <release>
58   <version>
59    <release>0.1.4</release>
60    <api>0.1.0</api>
61   </version>
62   <stability>
63    <release>alpha</release>
64    <api>alpha</api>
65   </stability>
66   <date>2007-05-01</date>
67   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD License</license>
68   <notes>* Updated the license to BSD (per Justin Patrin)
69* Updated requires to require PHP 5.0 instead of 4.2 (per Mark Wiesemann)
70* Updated some PEAR CS</notes>
71  </release>
72  <release>
73   <version>
74    <release>0.1.3</release>
75    <api>0.1.0</api>
76   </version>
77   <stability>
78    <release>alpha</release>
79    <api>alpha</api>
80   </stability>
81   <date>2007-04-23</date>
82   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD License</license>
83   <notes>* Updated MAC.php to replace &quot;is_a&quot; function calls with &quot;instanceof&quot; calls (E_STRICT).</notes>
84  </release>
85  <release>
86   <version>
87    <release>0.1.2</release>
88    <api>0.1.0</api>
89   </version>
90   <stability>
91    <release>alpha</release>
92    <api>alpha</api>
93   </stability>
94   <date>2007-02-25</date>
95   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD License</license>
96   <notes>* Fixed an valid unused variable error using Christophe Gesche&apos;s codechecker</notes>
97  </release>
98  <release>
99   <version>
100    <release>0.1.1</release>
101    <api>0.1.0</api>
102   </version>
103   <stability>
104    <release>alpha</release>
105    <api>alpha</api>
106   </stability>
107   <date>2007-01-04</date>
108   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD License</license>
109   <notes>* Updated inline documentation for coding standards as well as to fix a bug when inline documentation was generated with PhpDocumentor.</notes>
110  </release>
111  <release>
112   <version>
113    <release>0.1.0</release>
114    <api>0.1.0</api>
115   </version>
116   <stability>
117    <release>alpha</release>
118    <api>alpha</api>
119   </stability>
120   <date>2006-12-13</date>
121   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD License</license>
122   <notes>* First release</notes>
123  </release>
124 </changelog>
125</package>
126