Skip to content

Commit

Permalink
Prep for 0.2.0 release, will need to test first
Browse files Browse the repository at this point in the history
  • Loading branch information
saltybeagle committed May 11, 2011
1 parent 2b2cbd0 commit 56484c4
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 108 deletions.
3 changes: 3 additions & 0 deletions RELEASE-0.2.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Fixes:

- Add support for channels using https [saltybeagle]
10 changes: 5 additions & 5 deletions extrasetup.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?php

$pyrus = new \PEAR2\Pyrus\Package(__DIR__ . '/../../Pyrus/package.xml');
$pyrus = new \PEAR2\Pyrus\Package(__DIR__ . '/../PEAR2_Pyrus/package.xml');
$pyrus->setPackagingFilter('PEAR2\Pyrus\PackageFile\v2Iterator\MinimalPackageFilter');
$extrafiles = array(
new \PEAR2\Pyrus\Package(__DIR__ . '/../../HTTP_Request/package.xml'),
new \PEAR2\Pyrus\Package(__DIR__ . '/../PEAR2_HTTP_Request/package.xml'),
$pyrus,
new \PEAR2\Pyrus\Package(__DIR__ . '/../../Pyrus_Developer/package.xml'),
new \PEAR2\Pyrus\Package(__DIR__ . '/../../Exception/package.xml'),
new \PEAR2\Pyrus\Package(__DIR__ . '/../../MultiErrors/package.xml'),
new \PEAR2\Pyrus\Package(__DIR__ . '/../PEAR2_Pyrus_Developer/package.xml'),
new \PEAR2\Pyrus\Package(__DIR__ . '/../PEAR2_Exception/package.xml'),
new \PEAR2\Pyrus\Package(__DIR__ . '/../PEAR2_MultiErrors/package.xml'),
);
?>
67 changes: 0 additions & 67 deletions makepackage.php

This file was deleted.

46 changes: 23 additions & 23 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,22 +27,20 @@ More information here: http://pear.php.net/manual/en/channels.scs.php
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>2010-06-10</date>
<time>10:49:14</time>
<date>2011-05-11</date>
<time>18:21:17</time>
<version>
<release>0.1.0</release>
<release>0.2.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>First attempt.
<notes>Fixes:

Namespace of PEAR2.
Basic functionality including categories working.
</notes>
- Add support for channels using https [saltybeagle]</notes>
<contents>
<dir name="/">
<dir name="customcommand" baseinstalldir="/">
Expand All @@ -55,24 +53,26 @@ Basic functionality including categories working.
<dir name="scripts" baseinstalldir="/">
<file role="script" name="pearscs"/>
</dir>
<dir name="src" baseinstalldir="PEAR2">
<dir name="SimpleChannelServer">
<dir name="Categories">
<dir name="src" baseinstalldir="/">
<dir name="PEAR2">
<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 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>
Expand Down
24 changes: 11 additions & 13 deletions package_compatible.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,22 +27,20 @@ More information here: http://pear.php.net/manual/en/channels.scs.php
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>2010-06-10</date>
<time>10:49:15</time>
<date>2011-05-11</date>
<time>18:21:17</time>
<version>
<release>0.1.0</release>
<release>0.2.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>First attempt.
<notes>Fixes:

Namespace of PEAR2.
Basic functionality including categories working.
</notes>
- Add support for channels using https [saltybeagle]</notes>
<contents>
<dir name="/">
<file role="script" name="script/pearscs"/>
Expand All @@ -58,9 +56,9 @@ Basic functionality including categories working.
<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_SimpleChannelServer/pear2.php.net/examples/examples/upgradeFromChiara.php"/>
<file role="doc" name="doc/PEAR2_SimpleChannelServer/pear2.php.net/examples/examples/update_channel.php"/>
<file role="data" name="customcommand/PEAR2_SimpleChannelServer/pear2.php.net/commands.xml"/>
<file role="doc" name="doc/pear2.php.net/PEAR2_SimpleChannelServer/examples/examples/upgradeFromChiara.php"/>
<file role="doc" name="doc/pear2.php.net/PEAR2_SimpleChannelServer/examples/examples/update_channel.php"/>
<file role="data" name="customcommand/pear2.php.net/PEAR2_SimpleChannelServer/commands.xml"/>
</dir>
</contents>
<dependencies>
Expand All @@ -83,9 +81,9 @@ Basic functionality including categories working.
</dependencies>
<phprelease>
<filelist>
<install name="customcommand/PEAR2_SimpleChannelServer/pear2.php.net/commands.xml" as="pear2.php.net/commands.xml"/>
<install name="doc/PEAR2_SimpleChannelServer/pear2.php.net/examples/examples/update_channel.php" as="pear2.php.net/examples/examples/update_channel.php"/>
<install name="doc/PEAR2_SimpleChannelServer/pear2.php.net/examples/examples/upgradeFromChiara.php" as="pear2.php.net/examples/examples/upgradeFromChiara.php"/>
<install name="customcommand/pear2.php.net/PEAR2_SimpleChannelServer/commands.xml" as="PEAR2_SimpleChannelServer/commands.xml"/>
<install name="doc/pear2.php.net/PEAR2_SimpleChannelServer/examples/examples/update_channel.php" as="PEAR2_SimpleChannelServer/examples/examples/update_channel.php"/>
<install name="doc/pear2.php.net/PEAR2_SimpleChannelServer/examples/examples/upgradeFromChiara.php" as="PEAR2_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"/>
Expand Down

0 comments on commit 56484c4

Please sign in to comment.