forked from pyrus/Pyrus_SimpleChannelServer
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage_compatible.xml
101 lines (99 loc) · 5.04 KB
/
package_compatible.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<?xml version="1.0" encoding="UTF-8"?>
<package version="2.1" xmlns="http://pear.php.net/dtd/package-2.1" 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.1 http://pear.php.net/dtd/package-2.1.xsd">
<name>Pyrus_SimpleChannelServer</name>
<channel>pear2.php.net</channel>
<summary>A simple channel server for PEAR compatible channels
</summary>
<description>
This package contains a set of scripts to create a simple PEAR compatible
channel server. Included with the package are the scs- commands which are
added to pyrus to manage a PEAR channel.
Example usage from the command line:
php pyrus.phar scs-create pear.example.com "My Channel"
php pyrus.phar scs-release MyPackage-0.0.0.tgz myhandle
More information here: http://pear.php.net/manual/en/channels.scs.php
</description>
<lead>
<name>Gregory Beaver</name>
<user>cellog</user>
<email>[email protected]</email>
<active>yes</active>
</lead>
<lead>
<name>Brett Bieber</name>
<user>saltybeagle</user>
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>2011-07-11</date>
<time>19:04:51</time>
<version>
<release>0.3.0</release>
<api>0.1.0</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
</stability>
<license uri="http://www.opensource.org/licenses/bsd-license.php">New BSD License</license>
<notes/>
<contents>
<dir name="/">
<file role="script" name="script/pearscs"/>
<file role="php" name="php/PEAR2/SimpleChannelServer/REST/Release.php"/>
<file role="php" name="php/PEAR2/SimpleChannelServer/REST/Package.php"/>
<file role="php" name="php/PEAR2/SimpleChannelServer/REST/Manager.php"/>
<file role="php" name="php/PEAR2/SimpleChannelServer/REST/Maintainer.php"/>
<file role="php" name="php/PEAR2/SimpleChannelServer/REST/Category.php"/>
<file role="php" name="php/PEAR2/SimpleChannelServer/Main.php"/>
<file role="php" name="php/PEAR2/SimpleChannelServer/Get.php"/>
<file role="php" name="php/PEAR2/SimpleChannelServer/Exception.php"/>
<file role="php" name="php/PEAR2/SimpleChannelServer/CLI.php"/>
<file role="php" name="php/PEAR2/SimpleChannelServer/Channel.php"/>
<file role="php" name="php/PEAR2/SimpleChannelServer/Categories/Exception.php"/>
<file role="php" name="php/PEAR2/SimpleChannelServer/Categories.php"/>
<file role="doc" name="doc/pear2.php.net/Pyrus_SimpleChannelServer/examples/examples/upgradeFromChiara.php"/>
<file role="doc" name="doc/pear2.php.net/Pyrus_SimpleChannelServer/examples/examples/update_channel.php"/>
<file role="data" name="customcommand/pear2.php.net/Pyrus_SimpleChannelServer/commands.xml"/>
</dir>
</contents>
<dependencies>
<required>
<php>
<min>5.3.0</min>
</php>
<pearinstaller>
<min>1.4.8</min>
</pearinstaller>
<package>
<name>PEAR2_Pyrus</name>
<channel>pear2.php.net</channel>
<min>0.5.0</min>
</package>
<package>
<name>PEAR2_MultiErrors</name>
<channel>pear2.php.net</channel>
</package>
</required>
</dependencies>
<phprelease>
<filelist>
<install name="customcommand/pear2.php.net/Pyrus_SimpleChannelServer/commands.xml" as="Pyrus_SimpleChannelServer/commands.xml"/>
<install name="doc/pear2.php.net/Pyrus_SimpleChannelServer/examples/examples/update_channel.php" as="Pyrus_SimpleChannelServer/examples/examples/update_channel.php"/>
<install name="doc/pear2.php.net/Pyrus_SimpleChannelServer/examples/examples/upgradeFromChiara.php" as="Pyrus_SimpleChannelServer/examples/examples/upgradeFromChiara.php"/>
<install name="php/PEAR2/SimpleChannelServer/Categories.php" as="PEAR2/SimpleChannelServer/Categories.php"/>
<install name="php/PEAR2/SimpleChannelServer/Categories/Exception.php" as="PEAR2/SimpleChannelServer/Categories/Exception.php"/>
<install name="php/PEAR2/SimpleChannelServer/Channel.php" as="PEAR2/SimpleChannelServer/Channel.php"/>
<install name="php/PEAR2/SimpleChannelServer/CLI.php" as="PEAR2/SimpleChannelServer/CLI.php"/>
<install name="php/PEAR2/SimpleChannelServer/Exception.php" as="PEAR2/SimpleChannelServer/Exception.php"/>
<install name="php/PEAR2/SimpleChannelServer/Get.php" as="PEAR2/SimpleChannelServer/Get.php"/>
<install name="php/PEAR2/SimpleChannelServer/Main.php" as="PEAR2/SimpleChannelServer/Main.php"/>
<install name="php/PEAR2/SimpleChannelServer/REST/Category.php" as="PEAR2/SimpleChannelServer/REST/Category.php"/>
<install name="php/PEAR2/SimpleChannelServer/REST/Maintainer.php" as="PEAR2/SimpleChannelServer/REST/Maintainer.php"/>
<install name="php/PEAR2/SimpleChannelServer/REST/Manager.php" as="PEAR2/SimpleChannelServer/REST/Manager.php"/>
<install name="php/PEAR2/SimpleChannelServer/REST/Package.php" as="PEAR2/SimpleChannelServer/REST/Package.php"/>
<install name="php/PEAR2/SimpleChannelServer/REST/Release.php" as="PEAR2/SimpleChannelServer/REST/Release.php"/>
<install name="script/pearscs" as="pearscs"/>
</filelist>
</phprelease>
</package>