|
Revision 35, 1.9 kB
(checked in by nperriault, 8 months ago)
|
added local version of sfThumbnailPlugin
|
| Line | |
|---|
| 1 |
<?xml version="1.0" encoding="UTF-8"?> |
|---|
| 2 |
<package packagerversion="1.6.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>sfThumbnailPlugin</name> |
|---|
| 4 |
<channel>pear.symfony-project.com</channel> |
|---|
| 5 |
<summary>symfony thumbnail generation support.</summary> |
|---|
| 6 |
<description>symfony thumbnail generation support.</description> |
|---|
| 7 |
<lead> |
|---|
| 8 |
<name>Fabien POTENCIER</name> |
|---|
| 9 |
<user>fabpot</user> |
|---|
| 10 |
<email>fabien.potencier@symfony-project.com</email> |
|---|
| 11 |
<active>yes</active> |
|---|
| 12 |
</lead> |
|---|
| 13 |
<date>2007-09-15</date> |
|---|
| 14 |
<time>13:11:08</time> |
|---|
| 15 |
<version> |
|---|
| 16 |
<release>1.5.0</release> |
|---|
| 17 |
<api>1.0.0</api> |
|---|
| 18 |
</version> |
|---|
| 19 |
<stability> |
|---|
| 20 |
<release>stable</release> |
|---|
| 21 |
<api>stable</api> |
|---|
| 22 |
</stability> |
|---|
| 23 |
<license uri="http://www.symfony-project.com/license">MIT license</license> |
|---|
| 24 |
<notes>-</notes> |
|---|
| 25 |
<contents> |
|---|
| 26 |
<dir name="/"> |
|---|
| 27 |
<file md5sum="ade44239bce430f61f7c0c8cd1ce89b0" name="lib/sfThumbnail.class.php" role="data" /> |
|---|
| 28 |
<file md5sum="ea7aec8b4be6212af8434f65efa85a69" name="lib/sfGDAdapter.class.php" role="data" /> |
|---|
| 29 |
<file md5sum="add9e55ed76cc8d607b11bf2a4704aea" name="lib/sfImageMagickAdapter.class.php" role="data" /> |
|---|
| 30 |
<file md5sum="c5de5dccc5785beae22f92424d51cad6" name="README" role="data" /> |
|---|
| 31 |
<file md5sum="c0ab88a4687e9ff8e0fb6c95ca49ed74" name="LICENSE" role="data" /> |
|---|
| 32 |
</dir> |
|---|
| 33 |
</contents> |
|---|
| 34 |
<dependencies> |
|---|
| 35 |
<required> |
|---|
| 36 |
<php> |
|---|
| 37 |
<min>5.0.0</min> |
|---|
| 38 |
</php> |
|---|
| 39 |
<pearinstaller> |
|---|
| 40 |
<min>1.4.1</min> |
|---|
| 41 |
</pearinstaller> |
|---|
| 42 |
<package> |
|---|
| 43 |
<name>symfony</name> |
|---|
| 44 |
<channel>pear.symfony-project.com</channel> |
|---|
| 45 |
<min>1.0.0</min> |
|---|
| 46 |
<max>1.1.0</max> |
|---|
| 47 |
<exclude>1.1.0</exclude> |
|---|
| 48 |
</package> |
|---|
| 49 |
</required> |
|---|
| 50 |
</dependencies> |
|---|
| 51 |
<phprelease /> |
|---|
| 52 |
<changelog /> |
|---|
| 53 |
</package> |
|---|