1<?xml version="1.0" encoding="UTF-8"?>
2<package packagerversion="1.7.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>Contact_Vcard_Parse</name>
4 <channel>pear.php.net</channel>
5 <summary>Parse vCard 2.1 and 3.0 files.</summary>
6 <description>Allows you to parse vCard files and text blocks,
7  and get back an array of the elements of each vCard in the file or text.
8
9  Users of Contact_Vcard_Parse are encourage to check out File_IMC.</description>
10 <lead>
11  <name>Till Klampaeckel</name>
12  <user>till</user>
13  <email>till@php.net</email>
14  <active>yes</active>
15 </lead>
16 <lead>
17  <name>Paul M. Jones</name>
18  <user>pmjones</user>
19  <email>pmjones@php.net</email>
20  <active>no</active>
21 </lead>
22 <date>2009-09-21</date>
23 <time>15:04:45</time>
24 <version>
25  <release>1.32.0</release>
26  <api>1.31.0</api>
27 </version>
28 <stability>
29  <release>stable</release>
30  <api>stable</api>
31 </stability>
32 <license uri="http://www.php.net/license">PHP License</license>
33 <notes>* File is now at Contact/Vcard/Parse.php (still keeping old location for BC)
34* Fix bug #5988: does not work with apple adressbook exported vcard files
35* Using package.xml v2.0
36* fixed #14972: patch by Andrew Whitehouse to fix notices
37* fixed #14972: added test by Andrew Whitehouse, testParameters()
38* added new tests/assertions (mostly based on examples from the docs)</notes>
39 <contents>
40  <dir name="/">
41   <file md5sum="607c27b731f0cdbead8c2cb1ffc13309" name="Contact/Vcard/Parse.php" role="php" />
42   <file md5sum="b46503c7a60d3429baeeea67327e16ca" name="examples/test.php" role="doc" />
43   <file md5sum="025bef9c0a87c48e33b54edad2006ff6" name="examples/test.vcf" role="doc" />
44   <file md5sum="9b27c0753bd56379d2301c80c4db5e1c" name="tests/AllTests.php" role="test" />
45   <file md5sum="128a0f8dd2568382d3732cc104304d59" name="tests/ContactVcardParseTest.php" role="test" />
46   <file md5sum="48ef38161b15355f0b03b3b522d4cc45" name="Contact_Vcard_Parse.php" role="php" />
47  </dir>
48 </contents>
49 <dependencies>
50  <required>
51   <php>
52    <min>4.0.0</min>
53   </php>
54   <pearinstaller>
55    <min>1.4.0b1</min>
56   </pearinstaller>
57  </required>
58 </dependencies>
59 <phprelease />
60 <changelog>
61  <release>
62   <version>
63    <release>1.32.0</release>
64    <api>1.31.0</api>
65   </version>
66   <stability>
67    <release>stable</release>
68    <api>stable</api>
69   </stability>
70   <date>2006-12-12</date>
71   <license uri="http://www.php.net/license">PHP License</license>
72   <notes>* File is now at Contact/Vcard/Parse.php (still keeping old location for BC)
73* Fix bug #5988: does not work with apple adressbook exported vcard files
74* Using package.xml v2.0
75* fixed #14972: patch by Andrew Whitehouse to fix notices
76* fixed #14972: added test by Andrew Whitehouse, testParameters()
77* added new tests/assertions (mostly based on examples from the docs)</notes>
78  </release>
79  <release>
80   <version>
81    <release>1.31.0</release>
82    <api>1.31.0</api>
83   </version>
84   <stability>
85    <release>stable</release>
86    <api>stable</api>
87   </stability>
88   <date>2005-05-27</date>
89   <license uri="http://www.php.net/license">PHP License</license>
90   <notes>* fixed bug 4079 &quot;lower case of Type-Definition&quot; -- thanks to valeksa at gmail dot com for patch
91* unescape() now un-escapes colons per the RFC
92* fixed bug 4445 &quot;vCard Parser fails when N field doesn&apos;t contain all fields&quot;
93* fixed issues similar for bug 4445 in ADR and GEO fields
94* added eyeball-test files to the package</notes>
95  </release>
96 </changelog>
97</package>
98