svn: /pear/graveyard/channel/ feed.xml get/Net_IRC-0.0.4.tar get/Net_IRC-0.0.4.tgz index.html rest/c/Default/packages.xml rest/c/Default/packagesinfo.xml rest/m/allmaintainers.xml rest/m/cox/info.xml rest/p/net_irc/info.xml rest/p/net_irc/maintainers.xml rest/p/net_irc/maintainers2.xml rest/p/packages.xml rest/r/net_irc/0.0.4.xml rest/r/net_irc/allreleases.xml rest/r/net_irc/allreleases2.xml rest/r/net_irc/alpha.txt rest/r/net_irc/deps.0.0.4.txt rest/r/net_irc/latest.txt rest/r/net_irc/package.0
[email protected] ("Daniel O'Connor") Wed, 01 Sep 2010 01:38:26 +0000
| Newsgroups | php.pear.cvs,php.pear.core |
|---|---|
| Message-ID | <[email protected]> |
clockwerx Wed, 01 Sep 2010 01:38:26 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=302960
Log:
Added demo package, Net_IRC
Changed paths:
U pear/graveyard/channel/feed.xml
A pear/graveyard/channel/get/Net_IRC-0.0.4.tar
A pear/graveyard/channel/get/Net_IRC-0.0.4.tgz
U pear/graveyard/channel/index.html
U pear/graveyard/channel/rest/c/Default/packages.xml
U pear/graveyard/channel/rest/c/Default/packagesinfo.xml
U pear/graveyard/channel/rest/m/allmaintainers.xml
A pear/graveyard/channel/rest/m/cox/
A pear/graveyard/channel/rest/m/cox/info.xml
A pear/graveyard/channel/rest/p/net_irc/
A pear/graveyard/channel/rest/p/net_irc/info.xml
A pear/graveyard/channel/rest/p/net_irc/maintainers.xml
A pear/graveyard/channel/rest/p/net_irc/maintainers2.xml
U pear/graveyard/channel/rest/p/packages.xml
A pear/graveyard/channel/rest/r/net_irc/
A pear/graveyard/channel/rest/r/net_irc/0.0.4.xml
A pear/graveyard/channel/rest/r/net_irc/allreleases.xml
A pear/graveyard/channel/rest/r/net_irc/allreleases2.xml
A pear/graveyard/channel/rest/r/net_irc/alpha.txt
A pear/graveyard/channel/rest/r/net_irc/deps.0.0.4.txt
A pear/graveyard/channel/rest/r/net_irc/latest.txt
A pear/graveyard/channel/rest/r/net_irc/package.0.0.4.xml
A pear/graveyard/channel/rest/r/net_irc/v2.0.0.4.xml
svn-diffs-302960.txt
(text/x-diff, 16.8 KB)
Modified: pear/graveyard/channel/feed.xml
===================================================================
--- pear/graveyard/channel/feed.xml 2010-09-01 01:33:02 UTC (rev 302959)
+++ pear/graveyard/channel/feed.xml 2010-09-01 01:38:26 UTC (rev 302960)
@@ -6,5 +6,16 @@
<name>http://graveyard.pear.php.net/channel</name>
</author>
-
+ <entry>
+ <title>Net_IRC 0.0.4 (alpha)</title>
+ <link href="http://graveyard.pear.php.net/channel/get/Net_IRC-0.0.4.tgz" />
+ <id>Net_IRC-0.0.4</id>
+ <author>
+ <name>cox</name>
+ </author>
+ <updated>2010-09-01T01:38:20+00:00</updated>
+ <content>
+ Experimental IRC Class suitable for both client or bots apps
+ </content>
+ </entry>
</feed>
\ No newline at end of file
Added: pear/graveyard/channel/get/Net_IRC-0.0.4.tar
===================================================================
(Binary files differ)
Property changes on: pear/graveyard/channel/get/Net_IRC-0.0.4.tar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: pear/graveyard/channel/get/Net_IRC-0.0.4.tgz
===================================================================
(Binary files differ)
Property changes on: pear/graveyard/channel/get/Net_IRC-0.0.4.tgz
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Modified: pear/graveyard/channel/index.html
===================================================================
--- pear/graveyard/channel/index.html 2010-09-01 01:33:02 UTC (rev 302959)
+++ pear/graveyard/channel/index.html 2010-09-01 01:38:26 UTC (rev 302960)
@@ -29,6 +29,17 @@
<h2>Packages</h2>
+ <h3>Net_IRC<small> - IRC Client Class</small></h3>
+ <p>Experimental IRC Class suitable for both client or bots apps</p>
+ <ul>
+ <li><strong>Package name</strong>: Net_IRC</li>
+ <li><strong>License</strong>: PHP License</li>
+ <li><strong>Maintainers</strong>: Tomas V.V.Cox (as lead)</li>
+ <li><strong>Releases</strong>: <a href="http://graveyard.pear.php.net/channel/get/Net_IRC-0.0.4.tgz">0.0.4</a> (alpha)</li>
+ <li><strong>Install command</strong>: pear install graveyard/Net_IRC</li>
+ </ul>
+
+ <hr />
</div>
</div>
<div id="ft">
Modified: pear/graveyard/channel/rest/c/Default/packages.xml
===================================================================
--- pear/graveyard/channel/rest/c/Default/packages.xml 2010-09-01 01:33:02 UTC (rev 302959)
+++ pear/graveyard/channel/rest/c/Default/packages.xml 2010-09-01 01:38:26 UTC (rev 302960)
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8" ?>
<l xmlns="http://pear.php.net/dtd/rest.categorypackages" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xlink="http://www.w3.org/1999/xlink" xsi:schemaLocation="http://pear.php.net/dtd/rest.categorypackages http://pear.php.net/dtd/rest.categorypackages.xsd">
+ <p xlink:href="/rest/p/net_irc">Net_IRC</p>
</l>
\ No newline at end of file
Modified: pear/graveyard/channel/rest/c/Default/packagesinfo.xml
===================================================================
--- pear/graveyard/channel/rest/c/Default/packagesinfo.xml 2010-09-01 01:33:02 UTC (rev 302959)
+++ pear/graveyard/channel/rest/c/Default/packagesinfo.xml 2010-09-01 01:38:26 UTC (rev 302960)
@@ -1,4 +1,28 @@
<?xml version="1.0" encoding="UTF-8" ?>
<f xmlns="http://pear.php.net/dtd/rest.categorypackageinfo" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xlink="http://www.w3.org/1999/xlink" xsi:schemaLocation="http://pear.php.net/dtd/rest.categorypackageinfo http://pear.php.net/dtd/rest.categorypackageinfo.xsd">
+ <pi>
+ <p>
+ <n>Net_IRC</n>
+ <c>graveyard.pear.php.net</c>
+ <ca xlink:href="/rest/c/Default">Default</ca>
+ <l>PHP License</l>
+ <s>IRC Client Class</s>
+ <d>Experimental IRC Class suitable for both client or bots apps</d>
+ <r xlink:href="/rest/r/net_irc" />
+ </p>
+ <a>
+ <r>
+ <v>0.0.4</v>
+ <s>alpha</s>
+ </r>
+
+ </a>
+
+ <deps>
+ <v>0.0.4</v>
+ <d>a:1:{s:8:"required";a:2:{s:3:"php";a:1:{s:3:"min";s:5:"4.0.0";}s:13:"pearinstaller";a:1:{s:3:"min";s:7:"1.4.0b1";}}}</d>
+ </deps>
+
+ </pi>
</f>
\ No newline at end of file
Modified: pear/graveyard/channel/rest/m/allmaintainers.xml
===================================================================
--- pear/graveyard/channel/rest/m/allmaintainers.xml 2010-09-01 01:33:02 UTC (rev 302959)
+++ pear/graveyard/channel/rest/m/allmaintainers.xml 2010-09-01 01:38:26 UTC (rev 302960)
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8" ?>
<m xmlns="http://pear.php.net/dtd/rest.allmaintainers" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xlink="http://www.w3.org/1999/xlink" xsi:schemaLocation="http://pear.php.net/dtd/rest.allmaintainers http://pear.php.net/dtd/rest.allmaintainers.xsd">
+ <h xlink:href="/rest/m/cox">cox</h>
</m>
\ No newline at end of file
Added: pear/graveyard/channel/rest/m/cox/info.xml
===================================================================
--- pear/graveyard/channel/rest/m/cox/info.xml (rev 0)
+++ pear/graveyard/channel/rest/m/cox/info.xml 2010-09-01 01:38:26 UTC (rev 302960)
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<m xmlns="http://pear.php.net/dtd/rest.maintainer" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xlink="http://www.w3.org/1999/xlink" xsi:schemaLocation="http://pear.php.net/dtd/rest.maintainer http://pear.php.net/dtd/rest.maintainer.xsd">
+ <h>cox</h>
+ <n>Tomas V.V.Cox</n>
+ <u></u>
+</m>
\ No newline at end of file
Added: pear/graveyard/channel/rest/p/net_irc/info.xml
===================================================================
--- pear/graveyard/channel/rest/p/net_irc/info.xml (rev 0)
+++ pear/graveyard/channel/rest/p/net_irc/info.xml 2010-09-01 01:38:26 UTC (rev 302960)
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<p xmlns="http://pear.php.net/dtd/rest.package" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xlink="http://www.w3.org/1999/xlink" xsi:schemaLocation="http://pear.php.net/dtd/rest.package http://pear.php.net/dtd/rest.package.xsd">
+<n>Net_IRC</n>
+<c>graveyard.pear.php.net</c>
+<ca xlink:href="/rest/c/Default">Default</ca>
+<l>PHP License</l>
+<s>IRC Client Class</s>
+<d>Experimental IRC Class suitable for both client or bots apps</d>
+<r xlink:href="/rest/r/net_irc" />
+</p>
\ No newline at end of file
Added: pear/graveyard/channel/rest/p/net_irc/maintainers.xml
===================================================================
--- pear/graveyard/channel/rest/p/net_irc/maintainers.xml (rev 0)
+++ pear/graveyard/channel/rest/p/net_irc/maintainers.xml 2010-09-01 01:38:26 UTC (rev 302960)
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<m xmlns="http://pear.php.net/dtd/rest.packagemaintainers" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xlink="http://www.w3.org/1999/xlink" xsi:schemaLocation="http://pear.php.net/dtd/rest.packagemaintainers http://pear.php.net/dtd/rest.packagemaintainers.xsd">
+<p>Net_IRC</p>
+<c>graveyard.pear.php.net</c>
+<m>
+ <h>cox</h>
+ <a>1</a>
+</m>
Added: pear/graveyard/channel/rest/p/net_irc/maintainers2.xml
===================================================================
--- pear/graveyard/channel/rest/p/net_irc/maintainers2.xml (rev 0)
+++ pear/graveyard/channel/rest/p/net_irc/maintainers2.xml 2010-09-01 01:38:26 UTC (rev 302960)
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<m xmlns="http://pear.php.net/dtd/rest.packagemaintainers2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xlink="http://www.w3.org/1999/xlink" xsi:schemaLocation="http://pear.php.net/dtd/rest.packagemaintainers2 http://pear.php.net/dtd/rest.packagemaintainers2.xsd">
+<p>Net_IRC</p>
+<c>graveyard.pear.php.net</c>
+<m>
+ <h>cox</h>
+ <a>1</a>
+ <r>lead</r>
+</m>
Modified: pear/graveyard/channel/rest/p/packages.xml
===================================================================
--- pear/graveyard/channel/rest/p/packages.xml 2010-09-01 01:33:02 UTC (rev 302959)
+++ pear/graveyard/channel/rest/p/packages.xml 2010-09-01 01:38:26 UTC (rev 302960)
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8" ?>
<a xmlns="http://pear.php.net/dtd/rest.allpackages" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xlink="http://www.w3.org/1999/xlink" xsi:schemaLocation="http://pear.php.net/dtd/rest.allpackages http://pear.php.net/dtd/rest.allpackages.xsd">
<c>graveyard.pear.php.net</c>
+ <p>Net_IRC</p>
</a>
\ No newline at end of file
Added: pear/graveyard/channel/rest/r/net_irc/0.0.4.xml
===================================================================
--- pear/graveyard/channel/rest/r/net_irc/0.0.4.xml (rev 0)
+++ pear/graveyard/channel/rest/r/net_irc/0.0.4.xml 2010-09-01 01:38:26 UTC (rev 302960)
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<r xmlns="http://pear.php.net/dtd/rest.release" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xlink="http://www.w3.org/1999/xlink" xsi:schemaLocation="http://pear.php.net/dtd/rest.release http://pear.php.net/dtd/rest.release.xsd">
+ <p xlink:href="/rest/p/net_irc">Net_IRC</p>
+ <c>graveyard.pear.php.net</c>
+ <v>0.0.4</v>
+ <st>alpha</st>
+ <l>PHP License</l>
+ <m>cox</m>
+ <s>IRC Client Class</s>
+ <d>Experimental IRC Class suitable for both client or bots apps</d>
+ <da>2010-09-01 01:38:20</da>
+ <n>
+Rest In Peace - Net_IRC (2002-05-01 to 2010-09-01)
+ </n>
+ <f>9069</f>
+ <g>http://graveyard.pear.php.net/channel/get/Net_IRC-0.0.4</g>
+ <x xlink:href="package.0.0.4.xml"/>
+</r>
\ No newline at end of file
Added: pear/graveyard/channel/rest/r/net_irc/allreleases.xml
===================================================================
--- pear/graveyard/channel/rest/r/net_irc/allreleases.xml (rev 0)
+++ pear/graveyard/channel/rest/r/net_irc/allreleases.xml 2010-09-01 01:38:26 UTC (rev 302960)
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<a xmlns="http://pear.php.net/dtd/rest.allreleases" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xlink="http://www.w3.org/1999/xlink" xsi:schemaLocation="http://pear.php.net/dtd/rest.allreleases http://pear.php.net/dtd/rest.allreleases.xsd">
+ <p>Net_IRC</p>
+ <c>graveyard.pear.php.net</c>
+ <r>
+ <v>0.0.4</v>
+ <s>alpha</s>
+ </r>
+
+</a>
\ No newline at end of file
Added: pear/graveyard/channel/rest/r/net_irc/allreleases2.xml
===================================================================
--- pear/graveyard/channel/rest/r/net_irc/allreleases2.xml (rev 0)
+++ pear/graveyard/channel/rest/r/net_irc/allreleases2.xml 2010-09-01 01:38:26 UTC (rev 302960)
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<a xmlns="http://pear.php.net/dtd/rest.allreleases2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xlink="http://www.w3.org/1999/xlink" xsi:schemaLocation="http://pear.php.net/dtd/rest.allreleases2 http://pear.php.net/dtd/rest.allreleases2.xsd">
+ <p>Net_IRC</p>
+ <c>graveyard.pear.php.net</c>
+ <r>
+ <v>0.0.4</v>
+ <s>alpha</s>
+ <m>4.0.0</m>
+ </r>
+
+</a>
\ No newline at end of file
Added: pear/graveyard/channel/rest/r/net_irc/alpha.txt
===================================================================
--- pear/graveyard/channel/rest/r/net_irc/alpha.txt (rev 0)
+++ pear/graveyard/channel/rest/r/net_irc/alpha.txt 2010-09-01 01:38:26 UTC (rev 302960)
@@ -0,0 +1 @@
+0.0.4
\ No newline at end of file
Added: pear/graveyard/channel/rest/r/net_irc/deps.0.0.4.txt
===================================================================
--- pear/graveyard/channel/rest/r/net_irc/deps.0.0.4.txt (rev 0)
+++ pear/graveyard/channel/rest/r/net_irc/deps.0.0.4.txt 2010-09-01 01:38:26 UTC (rev 302960)
@@ -0,0 +1 @@
+a:1:{s:8:"required";a:2:{s:3:"php";a:1:{s:3:"min";s:5:"4.0.0";}s:13:"pearinstaller";a:1:{s:3:"min";s:7:"1.4.0b1";}}}
\ No newline at end of file
Added: pear/graveyard/channel/rest/r/net_irc/latest.txt
===================================================================
--- pear/graveyard/channel/rest/r/net_irc/latest.txt (rev 0)
+++ pear/graveyard/channel/rest/r/net_irc/latest.txt 2010-09-01 01:38:26 UTC (rev 302960)
@@ -0,0 +1 @@
+0.0.4
\ No newline at end of file
Added: pear/graveyard/channel/rest/r/net_irc/package.0.0.4.xml
===================================================================
--- pear/graveyard/channel/rest/r/net_irc/package.0.0.4.xml (rev 0)
+++ pear/graveyard/channel/rest/r/net_irc/package.0.0.4.xml 2010-09-01 01:38:26 UTC (rev 302960)
@@ -0,0 +1,66 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<package packagerversion="1.9.1" 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>Net_IRC</name>
+ <channel>graveyard.pear.php.net</channel>
+ <summary>IRC Client Class</summary>
+ <description>Experimental IRC Class suitable for both client or bots apps</description>
+ <lead>
+ <name>Tomas V.V.Cox</name>
+ <user>cox</user>
+ <email>[email protected]</email>
+ <active>yes</active>
+ </lead>
+ <date>2010-09-01</date>
+ <time>01:38:20</time>
+ <version>
+ <release>0.0.4</release>
+ <api>0.0.3</api>
+ </version>
+ <stability>
+ <release>alpha</release>
+ <api>alpha</api>
+ </stability>
+ <license uri="http://www.php.net/license">PHP License</license>
+ <notes>
+Rest In Peace - Net_IRC (2002-05-01 to 2010-09-01)
+ </notes>
+ <contents>
+ <dir baseinstalldir="Net" name="/">
+ <file baseinstalldir="Net" md5sum="d93e7cb8da0816854b7fee4f173bee19" name="doc/MANUAL" role="data" />
+ <file baseinstalldir="Net" md5sum="54c7636f5884b6b5c25cef91218bc708" name="examples/chan_copy.php" role="doc" />
+ <file baseinstalldir="Net" md5sum="ec2fe201a22f1f1a4e0ecea58f2d2552" name="examples/client.php" role="doc" />
+ <file baseinstalldir="Net" md5sum="1c7f9e6e5ed08497fb18a1865387464a" name="examples/stats.php" role="doc" />
+ <file baseinstalldir="Net" md5sum="3d85b941e7ba366652f27d14b3027e30" name="tests/checkNick.php" role="test" />
+ <file baseinstalldir="Net" md5sum="5ada73108de6ec50cd87665670f37cda" name="tests/parseResponse.php" role="test" />
+ <file baseinstalldir="Net" md5sum="58f3cda51efad86af3cac278dc55b801" name="IRC.php" role="php" />
+ </dir>
+ </contents>
+ <dependencies>
+ <required>
+ <php>
+ <min>4.0.0</min>
+ </php>
+ <pearinstaller>
+ <min>1.4.0b1</min>
+ </pearinstaller>
+ </required>
+ </dependencies>
+ <phprelease />
+ <changelog>
+ <release>
+ <version>
+ <release>0.0.4</release>
+ <api>0.0.3</api>
+ </version>
+ <stability>
+ <release>alpha</release>
+ <api>alpha</api>
+ </stability>
+ <date>2010-09-01</date>
+ <license uri="http://www.php.net/license">PHP License</license>
+ <notes>
+Rest In Peace - Net_IRC (2002-05-01 to 2010-09-01)
+ </notes>
+ </release>
+ </changelog>
+</package>
Added: pear/graveyard/channel/rest/r/net_irc/v2.0.0.4.xml
===================================================================
--- pear/graveyard/channel/rest/r/net_irc/v2.0.0.4.xml (rev 0)
+++ pear/graveyard/channel/rest/r/net_irc/v2.0.0.4.xml 2010-09-01 01:38:26 UTC (rev 302960)
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<r xmlns="http://pear.php.net/dtd/rest.release2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xlink="http://www.w3.org/1999/xlink" xsi:schemaLocation="http://pear.php.net/dtd/rest.release2 http://pear.php.net/dtd/rest.release2.xsd">
+ <p xlink:href="/rest/p/net_irc">Net_IRC</p>
+ <c>graveyard.pear.php.net</c>
+ <v>0.0.4</v>
+ <a>0.0.3</a>
+ <mp>4.0.0</mp>
+ <st>alpha</st>
+ <l>PHP License</l>
+ <m>cox</m>
+ <s>IRC Client Class</s>
+ <d>Experimental IRC Class suitable for both client or bots apps</d>
+ <da>2010-09-01 01:38:20</da>
+ <n>
+Rest In Peace - Net_IRC (2002-05-01 to 2010-09-01)
+ </n>
+ <f>9069</f>
+ <g>http://graveyard.pear.php.net/channel/get/Net_IRC-0.0.4</g>
+ <x xlink:href="package.0.0.4.xml"/>
+</r>
\ No newline at end of file