Skip to content

Commit

Permalink
Regenerate package to add phpdocumentor2 dep
Browse files Browse the repository at this point in the history
  • Loading branch information
CloCkWeRX committed Mar 24, 2012
1 parent c3feba4 commit c03295d
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 94 deletions.
123 changes: 29 additions & 94 deletions package-manual.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<package packagerversion="1.9.0" 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"
>
<package packagerversion="1.9.2" 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>pearweb_manual</name>
<channel>pear.php.net</channel>
<summary>The source code for the PEAR website manual bits</summary>
Expand Down Expand Up @@ -79,76 +71,25 @@
<email>wiesemann@php.net</email>
<active>yes</active>
</developer>

<date>2011-02-25</date>
<time>22:28:00</time>
<date>2012-03-24</date>
<time>12:12:23</time>
<version>
<release>1.2.2</release>
<release>1.1.3</release>
<api>1.2.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.php.net/license">PHP License</license>

<notes>
- Fix bug #16627: HTTP_Request2 - "latest" docs not linked
Bug #16747 Broken licence links
Bug #17148 Add user note as doc bug syntax errors
Bug #16913 broken link to PEAR Installer
</notes>

<contents>
<dir baseinstalldir="/pear.php.net/" name="/">
<dir name="cron">
<file name="apidoc-fix-latest.php" role="www" />
<file name="apidoc-queue.php" role="www" />
<file name="find-documentation.php" role="www" />
<file name="load-chm.sh" role="www" />
</dir> <!-- /cron -->
<dir name="include">
<dir name="notes">
<file name="ManualNotes.class.php" role="www" />
</dir> <!-- /include/notes -->
<file name="pear-manual.php" role="www" />
</dir> <!-- /include -->
<dir name="public_html">
<dir name="admin">
<file name="apidoc-log.php" role="www" />
</dir> <!-- /public_html/admin -->
<dir name="css">
<file name="manual.css" role="www" />
</dir> <!-- /public_html/css -->
<dir name="error">
<file name="404-manual.php" role="www" />
</dir> <!-- /public_html/error -->
<dir name="manual">
<file name="index.php" role="www" />
</dir> <!-- /public_html/manual -->
<dir name="notes">
<dir name="admin">
<file name="index.php" role="www" />
<file name="trans.php" role="www" />
<file name="view-note.php" role="www" />
</dir> <!-- /public_html/notes/admin -->
<file name="add-note-form.php" role="www" />
<file name="add-note.php" role="www" />
</dir> <!-- /public_html/notes -->
</dir> <!-- /public_html -->
<dir name="sql">
<file name="pearweb_manual.xml" role="www" />
</dir> <!-- /sql -->
<dir name="templates">
<dir name="notes">
<file name="add-note-form.tpl.php" role="www" />
<file name="add-note.tpl.php" role="www" />
<file name="note-manage-admin.tpl.php" role="www" />
<file name="note-manage-links.tpl.php" role="www" />
<file name="note.tpl.php" role="www" />
<file name="view-full-note.tpl.php" role="www" />
</dir> <!-- /templates/notes -->
</dir> <!-- /templates -->
</dir> <!-- / -->
<dir baseinstalldir="/pear.php.net/" name="/" /> <!-- / -->
</contents>

<dependencies>
<required>
<php>
Expand All @@ -175,6 +116,10 @@
<name>HTTP_Request2</name>
<channel>pear.php.net</channel>
</package>
<package>
<name>phpDocumentor</name>
<channel>pear.phpdoc.org</channel>
</package>
<extension>
<name>pcre</name>
</extension>
Expand All @@ -183,11 +128,8 @@
</extension>
</required>
</dependencies>

<phprelease />

<changelog>

<release>
<version>
<release>1.0.0</release>
Expand All @@ -203,7 +145,6 @@
- split the manual code from pearweb [dufuz]
</notes>
</release>

<release>
<version>
<release>1.1.0</release>
Expand Down Expand Up @@ -231,7 +172,6 @@
- fix Bug #16038: Links in manual header/footer are double encoded
</notes>
</release>

<release>
<version>
<release>1.1.1</release>
Expand All @@ -247,7 +187,6 @@
User notes administration usability overhall
</notes>
</release>

<release>
<version>
<release>1.1.2</release>
Expand All @@ -263,72 +202,68 @@ User notes administration usability overhall
- text/javascript for all &lt;script&gt; [clockwerx]
</notes>
</release>

<release>
<version>
<release>1.1.3</release>
<api>0.1.0</api>
<release>1.2.0</release>
<api>1.2.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2010-02-23</date>
<date>2011-02-23</date>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
Bug #16747 Broken licence links
Bug #17148 Add user note as doc bug syntax errors
Bug #16913 broken link to PEAR Installer
- find-documentation.php uses xpath now and does not remove existing links
anymore
</notes>
</release>

<release>
<version>
<release>1.2.0</release>
<release>1.2.1</release>
<api>1.2.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2011-02-23</date>
<date>2011-02-24</date>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
- find-documentation.php uses xpath now and does not remove existing links
anymore
find-documentation loads XML as XML and uses proper xpaths with namespaces.
This finally fixes all the issues with automatic doc finding.
</notes>
</release>

<release>
<version>
<release>1.2.1</release>
<release>1.2.2</release>
<api>1.2.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2011-02-24</date>
<date>2011-02-25</date>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
find-documentation loads XML as XML and uses proper xpaths with namespaces.
This finally fixes all the issues with automatic doc finding.
- Fix bug #16627: HTTP_Request2 - &quot;latest&quot; docs not linked
</notes>
</release>

<release>
<version>
<release>1.2.2</release>
<release>1.1.3</release>
<api>1.2.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2011-02-25</date>
<date>2012-03-24</date>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
- Fix bug #16627: HTTP_Request2 - "latest" docs not linked
Bug #16747 Broken licence links
Bug #17148 Add user note as doc bug syntax errors
Bug #16913 broken link to PEAR Installer
</notes>
</release>
</changelog>
Expand Down
1 change: 1 addition & 0 deletions package_manual.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
$a->addPackageDepWithChannel('required', 'pearweb', 'pear.php.net', '1.18.0');
$a->addPackageDepWithChannel('required', 'VFS', 'pear.php.net');
$a->addPackageDepWithChannel('required', 'HTTP_Request2', 'pear.php.net');
$a->addPackageDepWithChannel('required', 'phpDocumentor', 'pear.phpdoc.org');
$a->addExtensionDep('required', 'pcre');
$a->addExtensionDep('required', 'mysqli');

Expand Down

0 comments on commit c03295d

Please sign in to comment.