|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<package packagerversion="1.4.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>symfony</name> |
| 4 | + <channel>pear.symfony-project.com</channel> |
| 5 | + <summary>Symfony is a complete framework designed to optimize the development of web applications.</summary> |
| 6 | + <description> |
| 7 | + Symfony is a complete framework designed to optimize the development of web applications by way of several key features. |
| 8 | + For starters, it separates a web application's business rules, server logic, and presentation views. |
| 9 | + It contains numerous tools and classes aimed at shortening the development time of a complex web application. |
| 10 | + Additionally, it automates common tasks so that the developer can focus entirely on the specifics of an application. |
| 11 | + The end result of these advantages means there is no need to reinvent the wheel every time a new web application is built! |
| 12 | + </description> |
| 13 | + <lead> |
| 14 | + <name>Fabien POTENCIER</name> |
| 15 | + <user>fabpot</user> |
| 16 | + <email>fabien.potencier@symfony-project.com</email> |
| 17 | + <active>yes</active> |
| 18 | + </lead> |
| 19 | + <date>##CURRENT_DATE##</date> |
| 20 | + <version> |
| 21 | + <release>##SYMFONY_VERSION##</release> |
| 22 | + <api>1.4.0</api> |
| 23 | + </version> |
| 24 | + <stability> |
| 25 | + <release>##STABILITY##</release> |
| 26 | + <api>##STABILITY##</api> |
| 27 | + </stability> |
| 28 | + <license uri="http://www.symfony-project.org/license">MIT license</license> |
| 29 | + <notes>-</notes> |
| 30 | + |
| 31 | + <contents> |
| 32 | + <dir name="/"> |
| 33 | + |
| 34 | + ##CLASS_FILES## |
| 35 | + |
| 36 | + <file role="script" baseinstalldir="/" install-as="symfony" name="data/bin/symfony"> |
| 37 | + <tasks:replace type="pear-config" from="@DATA-DIR@" to="data_dir" /> |
| 38 | + <tasks:replace type="pear-config" from="@PEAR-DIR@" to="php_dir" /> |
| 39 | + </file> |
| 40 | + |
| 41 | + <file role="script" baseinstalldir="/" name="data/bin/symfony.bat" /> |
| 42 | + |
| 43 | + <file role="doc" baseinstalldir="symfony" name="CHANGELOG" /> |
| 44 | + <file role="doc" baseinstalldir="symfony" name="COPYRIGHT" /> |
| 45 | + <file role="doc" baseinstalldir="symfony" name="LICENSE" /> |
| 46 | + <file role="doc" baseinstalldir="symfony" name="README" /> |
| 47 | + <file role="doc" baseinstalldir="symfony" name="licenses/LICENSE.ICU" /> |
| 48 | + <file role="doc" baseinstalldir="symfony" name="licenses/LICENSE.lime" /> |
| 49 | + <file role="doc" baseinstalldir="symfony" name="licenses/LICENSE.prado" /> |
| 50 | + <file role="doc" baseinstalldir="symfony" name="licenses/LICENSE.swiftmailer" /> |
| 51 | + </dir> |
| 52 | + </contents> |
| 53 | + |
| 54 | + <dependencies> |
| 55 | + <required> |
| 56 | + <php> |
| 57 | + <min>5.2.4</min> |
| 58 | + </php> |
| 59 | + <pearinstaller> |
| 60 | + <min>1.4.1</min> |
| 61 | + </pearinstaller> |
| 62 | + <extension> |
| 63 | + <name>reflection</name> |
| 64 | + </extension> |
| 65 | + <extension> |
| 66 | + <name>ctype</name> |
| 67 | + </extension> |
| 68 | + <extension> |
| 69 | + <name>pcre</name> |
| 70 | + </extension> |
| 71 | + <extension> |
| 72 | + <name>simplexml</name> |
| 73 | + </extension> |
| 74 | + <extension> |
| 75 | + <name>xml</name> |
| 76 | + </extension> |
| 77 | + <extension> |
| 78 | + <name>dom</name> |
| 79 | + </extension> |
| 80 | + </required> |
| 81 | + </dependencies> |
| 82 | + |
| 83 | + <phprelease> |
| 84 | + <installconditions> |
| 85 | + <os> |
| 86 | + <name>windows</name> |
| 87 | + </os> |
| 88 | + </installconditions> |
| 89 | + <filelist> |
| 90 | + <install as="symfony.bat" name="data/bin/symfony.bat" /> |
| 91 | + </filelist> |
| 92 | + </phprelease> |
| 93 | + |
| 94 | + <phprelease> |
| 95 | + <filelist> |
| 96 | + <ignore name="data/bin/symfony.bat" /> |
| 97 | + </filelist> |
| 98 | + </phprelease> |
| 99 | + |
| 100 | + <changelog> |
| 101 | + </changelog> |
| 102 | +</package> |
0 commit comments