<?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_Bittorrent2</name>
 <channel>pear.php.net</channel>
 <summary>Decode and Encode data in Bittorrent format</summary>
 <description>This package consists of three classes which handles the encoding and decoding of data in Bittorrent format.
        You can also extract useful informations from .torrent files, create .torrent files and query the torrent&apos;s scrape page to get its statistics.
	PHP5 only.</description>
 <lead>
  <name>Markus Tacker</name>
  <user>tacker</user>
  <email>m@tacker.org</email>
  <active>yes</active>
 </lead>
 <developer>
  <name>Justin Jones</name>
  <user>nagash</user>
  <email>j.nagash@gmail.com</email>
  <active>no</active>
 </developer>
 <date>2008-06-12</date>
 <time>11:52:45</time>
 <version>
  <release>1.2.0</release>
  <api>82</api>
 </version>
 <stability>
  <release>stable</release>
  <api>stable</api>
 </stability>
 <license uri="http://www.gnu.org/copyleft/lesser.html">LGPL</license>
 <notes>* Implemented private flag for torrents. See PEAR Bug #14013.</notes>
 <contents>
  <dir name="/">
   <file md5sum="295d46e3a36846a07dc67382c364dd36" name="File/Bittorrent2/Decode.php" role="php" />
   <file md5sum="393b1dbaf09d148620fc9d24a385807d" name="File/Bittorrent2/Encode.php" role="php" />
   <file md5sum="a41302f60c71b4fc19f871d89e86df1b" name="File/Bittorrent2/MakeTorrent.php" role="php" />
   <file md5sum="8a2df02dd5859915a4ea84579feb4402" name="File/Bittorrent2/Exception.php" role="php" />
   <file md5sum="5a884e7c58e53cfbe9c3e444ee1a8b2c" name="Tests/AllTests.php" role="test" />
   <file md5sum="c8cb9c3a5d4f82f1a5171b7a8963eecf" name="Tests/Bug7406.php" role="test" />
   <file md5sum="ac005df4a2b1081e105473db47d17fcc" name="Tests/Bug8085.php" role="test" />
   <file md5sum="537b4f0f822f86cc45b4edcdb7df47e4" name="Tests/Bug14013.php" role="test" />
   <file md5sum="f5574e8095a037f4fdf0933c948829f8" name="Tests/FileBittorrent2.php" role="test" />
   <file md5sum="5c997aee2a05496770e3449f4c68fc32" name="example.php" role="doc" />
   <file md5sum="9dac2e50edd33ad043f5cc382636d3e5" name="example_mktorrent.php" role="doc" />
   <file md5sum="e798c61d7185940ee917094cfe340c10" name="install-x86-universal-2005.0.iso.torrent" role="doc" />
   <file md5sum="d46b91b13a126dec8fe8b64c267c3d3e" name="scrape.php" role="doc" />
   <file md5sum="0c21e58d4f1f04c67a897618b3f502bd" name="torrentinfo.php" role="doc" />
  </dir>
 </contents>
 <dependencies>
  <required>
   <php>
    <min>5.0.0</min>
   </php>
   <pearinstaller>
    <min>1.4.2</min>
   </pearinstaller>
  </required>
 </dependencies>
 <phprelease />
 <changelog>
  <release>
   <date>2008-06-12</date>
   <time>00:00:00</time>
   <version>
    <release>1.2.0</release>
    <api>82</api>
   </version>
   <stability>
    <release>stable</release>
    <api>stable</api>
   </stability>
   <license uri="http://www.gnu.org/copyleft/lesser.html">LGPL</license>
   <notes>* Implemented private flag for torrents. See PEAR Bug #14013.</notes>
  </release>
  <release>
   <date>2008-01-12</date>
   <time>00:00:00</time>
   <version>
    <release>1.1.0</release>
    <api>78</api>
   </version>
   <stability>
    <release>stable</release>
    <api>stable</api>
   </stability>
   <license uri="http://www.gnu.org/copyleft/lesser.html">LGPL</license>
   <notes>* Stable Release
		        * Added File_Bittorrent2_MakeTorrent::addFiles() and File_Bittorrent2_MakeTorrent::setName() by barry hunter</notes>
  </release>
  <release>
   <date>2007-08-26</date>
   <time>00:00:00</time>
   <version>
    <release>1.0.0RC1</release>
    <api>74</api>
   </version>
   <stability>
    <release>beta</release>
    <api>stable</api>
   </stability>
   <license uri="http://www.gnu.org/copyleft/lesser.html">LGPL</license>
   <notes>* First PHP5 only release
* Introduced Exceptions</notes>
  </release>
 </changelog>
</package>
