<?xml version="1.0" encoding="UTF-8"?>
<package packagerversion="1.7.2" 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>File_IMC</name>
 <channel>pear.php.net</channel>
 <summary>Create and parse Internet Mail Consortium-style files (like vCard and vCalendar)</summary>
 <description>Allows you to programmatically create a vCard or vCalendar, and fetch the text.

IMPORTANT: The array structure has changed slightly from Contact_Vcard_Parse.
See the example output for the new structure.  Also different from Contact_Vcard
is the use of a factory pattern.  Again, see the examples.</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>pjones@ciaweb.net</email>
  <active>no</active>
 </lead>
 <lead>
  <name>Marshall Roch</name>
  <user>mroch</user>
  <email>mroch@php.net</email>
  <active>no</active>
 </lead>
 <date>2009-06-29</date>
 <time>14:55:14</time>
 <version>
  <release>0.4.0</release>
  <api>0.4.0</api>
 </version>
 <stability>
  <release>beta</release>
  <api>beta</api>
 </stability>
 <license uri="http://www.opensource.org/licenses/bsd-license.php">The BSD License</license>
 <notes>* #15608: fixed file loading (again)
* fixed class-/file-naming (a slight BC break)
* raised dependency to PHP5
* changed license from PHP to BSD</notes>
 <contents>
  <dir name="/">
   <file md5sum="ab73831627e3e3526e817e1cf5c1d2b7" name="File/IMC/Build/Vcard.php" role="php" />
   <file md5sum="8211359696a5bc07378a458d40dd5cb4" name="File/IMC/Parse/Vcalendar.php" role="php" />
   <file md5sum="d0ea767dc3c09d63367583aa23609b06" name="File/IMC/Parse/Vcard.php" role="php" />
   <file md5sum="efc80333aa42ed5f95963e16d28395bc" name="File/IMC/Exception.php" role="php" />
   <file md5sum="e24d4c2e806c185024daa548a475c4e0" name="File/IMC/Build.php" role="php" />
   <file md5sum="590372dc6c6b84cf1759356e57c598b2" name="File/IMC/Parse.php" role="php" />
   <file md5sum="4c17a0e6c05c75c5ebf51a94245f7c12" name="File/IMC.php" role="php" />
   <file md5sum="7311e2c7972342862cd68d9ad0949eeb" name="docs/sample.vcf" role="doc" />
   <file md5sum="64bd4842c83edc28ae4983e72bb5ade1" name="docs/sample.vcs" role="doc" />
   <file md5sum="1e6e13c58437d8ffd208ee9abffc666a" name="docs/vcalendar_parse_example.php" role="doc" />
   <file md5sum="acfe571f7023b683573030e4b6fdb04a" name="docs/vcard_build_example.php" role="doc" />
   <file md5sum="e47a0b90d9926a97afb87e3342704b6a" name="docs/vcard_parse_example.php" role="doc" />
   <file md5sum="de126a0da84b84bb38a5af6f1afc0ee6" name="tests/AllTests.php" role="test" />
   <file md5sum="7311e2c7972342862cd68d9ad0949eeb" name="tests/sample.vcf" role="test" />
   <file md5sum="be04d4b63a499d668cee429dd0dad5d8" name="tests/vcard-parse.phpt" role="test" />
  </dir>
 </contents>
 <dependencies>
  <required>
   <php>
    <min>5.0.0</min>
   </php>
   <pearinstaller>
    <min>1.6.0</min>
   </pearinstaller>
  </required>
 </dependencies>
 <phprelease />
 <changelog>
  <release>
   <version>
    <release>0.3</release>
    <api>0.3</api>
   </version>
   <stability>
    <release>beta</release>
    <api>beta</api>
   </stability>
   <date>2003-09-30</date>
   <license uri="http://www.php.net/license">PHP License</license>
   <notes>* Added file_exists() check to prevent E_NOTICE errors in factory if file doesnt exist (thanks, Davey)
* Cleaned up error handling to let the user app have control (File_IMC_Build::raiseError() no longer passes a PEAR_ERROR_* to PEAR::raiseError()) (thanks, Greg)
* Minor documentation additions/modifications (thanks, Greg)</notes>
  </release>
  <release>
   <version>
    <release>0.2</release>
    <api>0.2</api>
   </version>
   <stability>
    <release>beta</release>
    <api>beta</api>
   </stability>
   <date>2003-09-22</date>
   <license uri="http://www.php.net/license">PHP License</license>
   <notes>* Added preliminary vCalendar parsing support.  Has yet to be tested with complex input files.
* Added vCard build support from Contact_Vcard_Build.
* File_IMC_Parse can now handle nested BEGIN/END blocks (to support vCal).
* Included example scripts and sample vCard and vCalendar files.

IMPORTANT: The array structure has changed slightly from Contact_Vcard_Parse.
See the example output for the new structure.  Also different from Contact_Vcard
is the use of a factory pattern.  Again, see the examples.</notes>
  </release>
  <release>
   <version>
    <release>0.1</release>
    <api>0.1</api>
   </version>
   <stability>
    <release>beta</release>
    <api>beta</api>
   </stability>
   <date>2003-09-20</date>
   <license uri="http://www.php.net/license">PHP License</license>
   <notes>Initial release, moved from Contact_Vcard_Parse</notes>
  </release>
 </changelog>
</package>
