Thomas Bruederli
2012-08-06 c41a86e5cc26dc8ae37ed4b3fddcaa195b1616a4
commit | author | age
48e9c1 1 <?xml version="1.0" encoding="UTF-8"?>
T 2 <package 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" packagerversion="1.9.0" version="2.0" 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>markasjunk</name>
7     <channel>pear.roundcube.net</channel>
8     <summary>Mark messages as Junk</summary>
9     <description>Adds a new button to the mailbox toolbar to mark the selected messages as Junk and move them to the configured Junk folder.</description>
10     <lead>
11         <name>Thomas Bruederli</name>
12         <user>thomasb</user>
13         <email>roundcube@gmail.com</email>
14         <active>yes</active>
15     </lead>
16     <date>2010-03-29</date>
17     <time>13:20:00</time>
18     <version>
19         <release>1.1</release>
20         <api>1.1</api>
21     </version>
22     <stability>
23         <release>stable</release>
24         <api>stable</api>
25     </stability>
26     <license uri="http://www.gnu.org/licenses/gpl.html">GNU GPLv3+</license>
27     <notes>-</notes>
28     <contents>
29         <dir baseinstalldir="/" name="/">
30             <file name="markasjunk.php" role="php">
31                 <tasks:replace from="@name@" to="name" type="package-info"/>
32                 <tasks:replace from="@package_version@" to="version" type="package-info"/>
33             </file>
34             <file name="markasjunk.js" role="data">
35                 <tasks:replace from="@name@" to="name" type="package-info"/>
36                 <tasks:replace from="@package_version@" to="version" type="package-info"/>
37             </file>
38             <file name="localization/cs_CZ.inc" role="data"></file>
39             <file name="localization/da_DK.inc" role="data"></file>
40             <file name="localization/de_DE.inc" role="data"></file>
41             <file name="localization/en_US.inc" role="data"></file>
42             <file name="localization/es_AR.inc" role="data"></file>
43             <file name="localization/es_ES.inc" role="data"></file>
44             <file name="localization/et_EE.inc" role="data"></file>
45             <file name="localization/gl_ES.inc" role="data"></file>
46             <file name="localization/it_IT.inc" role="data"></file>
47             <file name="localization/ja_JP.inc" role="data"></file>
48             <file name="localization/pl_PL.inc" role="data"></file>
49             <file name="localization/ru_RU.inc" role="data"></file>
50             <file name="localization/sk_SK.inc" role="data"></file>
51             <file name="localization/sv_SE.inc" role="data"></file>
52             <file name="localization/zh_TW.inc" role="data"></file>
9f1652 53             <file name="skins/classic/junk_act.png" role="data"></file>
TB 54             <file name="skins/classic/junk_pas.png" role="data"></file>
48e9c1 55         </dir>
T 56         <!-- / -->
57     </contents>
58     <dependencies>
59         <required>
60             <php>
61                 <min>5.2.1</min>
62             </php>
63             <pearinstaller>
64                 <min>1.7.0</min>
65             </pearinstaller>
66         </required>
67     </dependencies>
68     <phprelease/>
69 </package>