cellog Fri Dec 31 16:30:17 2004 EDT
Added files:
/pear-core/tests/PEAR_Command_Install/install/packages
Bar-1.5.2.tgz
Foobar-1.5.0a1.tgz
package2.xml
Log:
new test helper files
http://cvs.php.net/co.php/pear-core/tests/PEAR_Command_Install/install/packages/package2.xml?r=1.1&p=1
Index: pear-core/tests/PEAR_Command_Install/install/packages/package2.xml
+++ pear-core/tests/PEAR_Command_Install/install/packages/package2.xml
<?xml version="1.0"?>
<package 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">
<name>PEAR1</name>
<channel>pear.php.net</channel>
<summary>PEAR Base System</summary>
<description>The PEAR package contains:
* the PEAR installer, for creating, distributing
and installing packages
* the alpha-quality PEAR_Exception PHP5 error handling mechanism
* the beta-quality PEAR_ErrorStack advanced error handling mechanism
* the PEAR_Error error handling mechanism
* the OS_Guess class for retrieving info about the OS
where PHP is running on
* the System class for quick handling of common operations
with files and directories
* the PEAR base class
</description>
<lead>
<name>Stig Bakken</name>
<user>ssb</user>
<email>stig@xxxxxxx</email>
<active>yes</active>
</lead>
<lead>
<name>Tomas V.V.Cox</name>
<user>cox</user>
<email>cox@xxxxxxxxxxx</email>
<active>yes</active>
</lead>
<lead>
<name>Pierre-Alain Joye</name>
<user>pajoye</user>
<email>pajoye@xxxxxxxxxx</email>
<active>yes</active>
</lead>
<lead>
<name>Greg Beaver</name>
<user>cellog</user>
<email>cellog@xxxxxxx</email>
<active>yes</active>
</lead>
<developer>
<name>Martin Jansen</name>
<user>mj</user>
<email>mj@xxxxxxx</email>
<active>yes</active>
</developer>
<date>2004-09-30</date>
<version>
<release>1.5.0a1</release>
<api>1.4.0</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
</stability>
<license uri="http://www.php.net/license/3_0.txt">PHP License</license>
<notes>stuff
</notes>
<contents>
<dir name="/">
<file name="foo.php" role="php"/>
</dir>
</contents>
<dependencies>
<required>
<php>
<min>4.2.0</min>
<max>6.0.0</max>
</php>
<pearinstaller>
<min>1.4.0dev13</min>
</pearinstaller>
<package>
<name>Foo</name>
<channel>pear.php.net</channel>
<conflicts/>
</package>
<package>
<name>Bar</name>
<channel>pear.php.net</channel>
<min>1.0.0</min>
</package>
</required>
</dependencies>
<phprelease/>
</package>
|