-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.xml
99 lines (97 loc) · 3.14 KB
/
package.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
<?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>pyrus.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-09-14</date>
<time>13:40:58</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> - Using \Pyrus instead of \PEAR2\Pyrus namespace as per the latest Pyrus
- Move the channel server itself to the Pyrus namespace</notes>
<contents>
<dir name="/">
<dir name="customcommand" baseinstalldir="/">
<file role="customcommand" name="commands.xml"/>
</dir>
<dir name="examples">
<file role="doc" name="update_channel.php"/>
<file role="doc" name="upgradeFromChiara.php"/>
</dir>
<dir name="scripts" baseinstalldir="/">
<file role="script" name="pearscs"/>
</dir>
<dir name="src" baseinstalldir="/">
<dir name="Pyrus">
<dir name="SimpleChannelServer">
<dir name="Categories">
<file role="php" name="Exception.php"/>
</dir>
<dir name="REST">
<file role="php" name="Category.php"/>
<file role="php" name="Maintainer.php"/>
<file role="php" name="Manager.php"/>
<file role="php" name="Package.php"/>
<file role="php" name="Release.php"/>
</dir>
<file role="php" name="Categories.php"/>
<file role="php" name="Channel.php"/>
<file role="php" name="CLI.php"/>
<file role="php" name="Exception.php"/>
<file role="php" name="Get.php"/>
<file role="php" name="Main.php"/>
</dir>
</dir>
</dir>
</dir>
</contents>
<dependencies>
<required>
<php>
<min>5.3.0</min>
</php>
<pearinstaller>
<min>2.0.0a1</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/>
</package>