<?xml version="1.0" encoding="UTF-8"?>
<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">
 <name>Contact_Vcard_Parse</name>
 <channel>pear.php.net</channel>
 <summary>Parse vCard 2.1 and 3.0 files.</summary>
 <description>Allows you to parse vCard files and text blocks,
  and get back an array of the elements of each vCard in the file or text.

  Users of Contact_Vcard_Parse are encourage to check out File_IMC.</description>
 <lead>
  <name>Till Klampaeckel</name>
  <user>till</user>
  <email>till@php.net</email>
  <active>yes</active>
 </lead>
 <lead>
  <name>Paul M. Jones</name>
  <user>pmjones</user>
  <email>pmjones@php.net</email>
  <active>no</active>
 </lead>
 <date>2009-09-21</date>
 <time>15:04:45</time>
 <version>
  <release>1.32.0</release>
  <api>1.31.0</api>
 </version>
 <stability>
  <release>stable</release>
  <api>stable</api>
 </stability>
 <license uri="http://www.php.net/license">PHP License</license>
 <notes>* File is now at Contact/Vcard/Parse.php (still keeping old location for BC)
* Fix bug #5988: does not work with apple adressbook exported vcard files
* Using package.xml v2.0
* fixed #14972: patch by Andrew Whitehouse to fix notices
* fixed #14972: added test by Andrew Whitehouse, testParameters()
* added new tests/assertions (mostly based on examples from the docs)</notes>
 <contents>
  <dir name="/">
   <file md5sum="607c27b731f0cdbead8c2cb1ffc13309" name="Contact/Vcard/Parse.php" role="php" />
   <file md5sum="b46503c7a60d3429baeeea67327e16ca" name="examples/test.php" role="doc" />
   <file md5sum="025bef9c0a87c48e33b54edad2006ff6" name="examples/test.vcf" role="doc" />
   <file md5sum="9b27c0753bd56379d2301c80c4db5e1c" name="tests/AllTests.php" role="test" />
   <file md5sum="128a0f8dd2568382d3732cc104304d59" name="tests/ContactVcardParseTest.php" role="test" />
   <file md5sum="48ef38161b15355f0b03b3b522d4cc45" name="Contact_Vcard_Parse.php" role="php" />
  </dir>
 </contents>
 <dependencies>
  <required>
   <php>
    <min>4.0.0</min>
   </php>
   <pearinstaller>
    <min>1.4.0b1</min>
   </pearinstaller>
  </required>
 </dependencies>
 <phprelease />
 <changelog>
  <release>
   <version>
    <release>1.32.0</release>
    <api>1.31.0</api>
   </version>
   <stability>
    <release>stable</release>
    <api>stable</api>
   </stability>
   <date>2006-12-12</date>
   <license uri="http://www.php.net/license">PHP License</license>
   <notes>* File is now at Contact/Vcard/Parse.php (still keeping old location for BC)
* Fix bug #5988: does not work with apple adressbook exported vcard files
* Using package.xml v2.0
* fixed #14972: patch by Andrew Whitehouse to fix notices
* fixed #14972: added test by Andrew Whitehouse, testParameters()
* added new tests/assertions (mostly based on examples from the docs)</notes>
  </release>
  <release>
   <version>
    <release>1.31.0</release>
    <api>1.31.0</api>
   </version>
   <stability>
    <release>stable</release>
    <api>stable</api>
   </stability>
   <date>2005-05-27</date>
   <license uri="http://www.php.net/license">PHP License</license>
   <notes>* fixed bug 4079 &quot;lower case of Type-Definition&quot; -- thanks to valeksa at gmail dot com for patch
* unescape() now un-escapes colons per the RFC
* fixed bug 4445 &quot;vCard Parser fails when N field doesn&apos;t contain all fields&quot;
* fixed issues similar for bug 4445 in ADR and GEO fields
* added eyeball-test files to the package</notes>
  </release>
 </changelog>
</package>
