| 1 | <?xml version="1.0"?> |
|---|
| 2 | <package packagerversion="1.4.0a12" 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 |
|---|
| 3 | http://pear.php.net/dtd/tasks-1.0.xsd |
|---|
| 4 | http://pear.php.net/dtd/package-2.0 |
|---|
| 5 | http://pear.php.net/dtd/package-2.0.xsd"> |
|---|
| 6 | <name>File_Bittorrent2</name> |
|---|
| 7 | <channel>pear.php.net</channel> |
|---|
| 8 | <summary>Decode and Encode data in Bittorrent format</summary> |
|---|
| 9 | <description> |
|---|
| 10 | This package consists of three classes which handles the encoding and decoding of data in Bittorrent format. |
|---|
| 11 | You can also extract useful informations from .torrent files, create .torrent files and query the torrent's scrape page to get its statistics. |
|---|
| 12 | PHP5 only. |
|---|
| 13 | </description> |
|---|
| 14 | <lead> |
|---|
| 15 | <name>Markus Tacker</name> |
|---|
| 16 | <user>tacker</user> |
|---|
| 17 | <email>m@tacker.org</email> |
|---|
| 18 | <active>yes</active> |
|---|
| 19 | </lead> |
|---|
| 20 | <developer> |
|---|
| 21 | <name>Justin Jones</name> |
|---|
| 22 | <user>nagash</user> |
|---|
| 23 | <email>j.nagash@gmail.com</email> |
|---|
| 24 | <active>no</active> |
|---|
| 25 | </developer> |
|---|
| 26 | <date>2008-06-12</date> |
|---|
| 27 | <time>00:00:00</time> |
|---|
| 28 | <version> |
|---|
| 29 | <release>1.2.0</release> |
|---|
| 30 | <api>82</api> |
|---|
| 31 | </version> |
|---|
| 32 | <stability> |
|---|
| 33 | <release>stable</release> |
|---|
| 34 | <api>stable</api> |
|---|
| 35 | </stability> |
|---|
| 36 | <license uri="http://www.gnu.org/copyleft/lesser.html">LGPL</license> |
|---|
| 37 | <notes> |
|---|
| 38 | * Implemented private flag for torrents. See PEAR Bug #14013. |
|---|
| 39 | </notes> |
|---|
| 40 | <contents> |
|---|
| 41 | <dir name="/"> |
|---|
| 42 | <dir name="File"> |
|---|
| 43 | <dir name="Bittorrent2"> |
|---|
| 44 | <file name="Decode.php" role="php" /> |
|---|
| 45 | <file name="Encode.php" role="php" /> |
|---|
| 46 | <file name="MakeTorrent.php" role="php" /> |
|---|
| 47 | <file name="Exception.php" role="php" /> |
|---|
| 48 | </dir> |
|---|
| 49 | </dir> |
|---|
| 50 | <file name="example.php" role="doc" /> |
|---|
| 51 | <file name="example_mktorrent.php" role="doc" /> |
|---|
| 52 | <file name="install-x86-universal-2005.0.iso.torrent" role="doc" /> |
|---|
| 53 | <file name="scrape.php" role="doc" /> |
|---|
| 54 | <file name="torrentinfo.php" role="doc" /> |
|---|
| 55 | <dir name="Tests"> |
|---|
| 56 | <file name="AllTests.php" role="test" /> |
|---|
| 57 | <file name="Bug7406.php" role="test" /> |
|---|
| 58 | <file name="Bug8085.php" role="test" /> |
|---|
| 59 | <file name="Bug14013.php" role="test" /> |
|---|
| 60 | <file name="FileBittorrent2.php" role="test" /> |
|---|
| 61 | </dir> |
|---|
| 62 | </dir> |
|---|
| 63 | </contents> |
|---|
| 64 | <dependencies> |
|---|
| 65 | <required> |
|---|
| 66 | <php> |
|---|
| 67 | <min>5.0.0</min> |
|---|
| 68 | </php> |
|---|
| 69 | <pearinstaller> |
|---|
| 70 | <min>1.4.2</min> |
|---|
| 71 | </pearinstaller> |
|---|
| 72 | </required> |
|---|
| 73 | </dependencies> |
|---|
| 74 | <phprelease /> |
|---|
| 75 | <changelog> |
|---|
| 76 | <release> |
|---|
| 77 | <date>2008-06-12</date> |
|---|
| 78 | <time>00:00:00</time> |
|---|
| 79 | <version> |
|---|
| 80 | <release>1.2.0</release> |
|---|
| 81 | <api>82</api> |
|---|
| 82 | </version> |
|---|
| 83 | <stability> |
|---|
| 84 | <release>stable</release> |
|---|
| 85 | <api>stable</api> |
|---|
| 86 | </stability> |
|---|
| 87 | <license uri="http://www.gnu.org/copyleft/lesser.html">LGPL</license> |
|---|
| 88 | <notes> |
|---|
| 89 | * Implemented private flag for torrents. See PEAR Bug #14013. |
|---|
| 90 | </notes> |
|---|
| 91 | </release> |
|---|
| 92 | <release> |
|---|
| 93 | <date>2008-01-12</date> |
|---|
| 94 | <time>00:00:00</time> |
|---|
| 95 | <version> |
|---|
| 96 | <release>1.1.0</release> |
|---|
| 97 | <api>78</api> |
|---|
| 98 | </version> |
|---|
| 99 | <stability> |
|---|
| 100 | <release>stable</release> |
|---|
| 101 | <api>stable</api> |
|---|
| 102 | </stability> |
|---|
| 103 | <license uri="http://www.gnu.org/copyleft/lesser.html">LGPL</license> |
|---|
| 104 | <notes> |
|---|
| 105 | * Stable Release |
|---|
| 106 | * Added File_Bittorrent2_MakeTorrent::addFiles() and File_Bittorrent2_MakeTorrent::setName() by barry hunter |
|---|
| 107 | </notes> |
|---|
| 108 | </release> |
|---|
| 109 | <release> |
|---|
| 110 | <date>2007-08-26</date> |
|---|
| 111 | <time>00:00:00</time> |
|---|
| 112 | <version> |
|---|
| 113 | <release>1.0.0RC1</release> |
|---|
| 114 | <api>74</api> |
|---|
| 115 | </version> |
|---|
| 116 | <stability> |
|---|
| 117 | <release>beta</release> |
|---|
| 118 | <api>stable</api> |
|---|
| 119 | </stability> |
|---|
| 120 | <license uri="http://www.gnu.org/copyleft/lesser.html">LGPL</license> |
|---|
| 121 | <notes> |
|---|
| 122 | * First PHP5 only release |
|---|
| 123 | * Introduced Exceptions |
|---|
| 124 | </notes> |
|---|
| 125 | </release> |
|---|
| 126 | </changelog> |
|---|
| 127 | </package> |
|---|