svn: /pear2/sandbox/pear2.php.net/trunk/ get/PEAR2_SimpleChannelServer-0.1.0.tar get/PEAR2_SimpleChannelServer-0.1.0.tgz get/PEAR2_SimpleChannelServer-0.1.0.zip rest/c/Default/packagesinfo.xml rest/p/pear2_simplechannelserver/info.xml rest/r/pear2_simplechannelserver/0.1.0.xml rest/r/pear2_simplechannelserver/package.0.1.0.xml rest/r/pear2_simplechannelserver/v2.0.1.0.xml

[email protected] (Brett Bieber)
Newsgroups php.pear.cvs,php.pear.core
Message-ID <[email protected]>
saltybeagle                              Thu, 10 Jun 2010 15:52:08 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=300362

Log:
Release pear2_simplechannelserver-0.1.0

Changed paths:
    U   pear2/sandbox/pear2.php.net/trunk/get/PEAR2_SimpleChannelServer-0.1.0.tar
    U   pear2/sandbox/pear2.php.net/trunk/get/PEAR2_SimpleChannelServer-0.1.0.tgz
    U   pear2/sandbox/pear2.php.net/trunk/get/PEAR2_SimpleChannelServer-0.1.0.zip
    U   pear2/sandbox/pear2.php.net/trunk/rest/c/Default/packagesinfo.xml
    U   pear2/sandbox/pear2.php.net/trunk/rest/p/pear2_simplechannelserver/info.xml
    U   pear2/sandbox/pear2.php.net/trunk/rest/r/pear2_simplechannelserver/0.1.0.xml
    U   pear2/sandbox/pear2.php.net/trunk/rest/r/pear2_simplechannelserver/package.0.1.0.xml
    U   pear2/sandbox/pear2.php.net/trunk/rest/r/pear2_simplechannelserver/v2.0.1.0.xml
svn-diffs-300362.txt (text/x-diff, 12 KB)
Modified: pear2/sandbox/pear2.php.net/trunk/get/PEAR2_SimpleChannelServer-0.1.0.tar
===================================================================
(Binary files differ)

Modified: pear2/sandbox/pear2.php.net/trunk/get/PEAR2_SimpleChannelServer-0.1.0.tgz
===================================================================
(Binary files differ)

Modified: pear2/sandbox/pear2.php.net/trunk/get/PEAR2_SimpleChannelServer-0.1.0.zip
===================================================================
(Binary files differ)

Modified: pear2/sandbox/pear2.php.net/trunk/rest/c/Default/packagesinfo.xml
===================================================================
--- pear2/sandbox/pear2.php.net/trunk/rest/c/Default/packagesinfo.xml	2010-06-10 15:51:20 UTC (rev 300361)
+++ pear2/sandbox/pear2.php.net/trunk/rest/c/Default/packagesinfo.xml	2010-06-10 15:52:08 UTC (rev 300362)
@@ -48,21 +48,19 @@
    <c>pear2.php.net</c>
    <ca xmlns:xlink="rest/c/Default" xlink:href="rest/c/Default">Default</ca>
    <l>New BSD License</l>
-   <s>A Simple Channel Server for PEAR2 compatible channels
+   <s>A simple channel server for PEAR compatible channels
 </s>
    <d>
 This package contains a set of scripts to create a simple PEAR compatible
-channel server. Included with the package is the pearscs command which you
-can use for the command line to manage a pear channel.
+channel server. Included with the package are the scs- commands which are
+added to pyrus to manage a PEAR channel.

-The pearscs utility will be installed in the directory configured by the
-bin_dir setting within Pyrus.
-
 Example usage from the command line:
-pearscs create pear.example.com &quot;My Channel&quot; myalias
-pearscs release MyPackage-0.0.0.tgz myhandle
+php pyrus.phar scs-create pear.example.com &quot;My Channel&quot;
+php pyrus.phar scs-release MyPackage-0.0.0.tgz myhandle

-Test</d>
+More information here: http://pear.php.net/manual/en/channels.scs.php
+</d>
    <r 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"/>
   </p>
   <a>

Modified: pear2/sandbox/pear2.php.net/trunk/rest/p/pear2_simplechannelserver/info.xml
===================================================================
--- pear2/sandbox/pear2.php.net/trunk/rest/p/pear2_simplechannelserver/info.xml	2010-06-10 15:51:20 UTC (rev 300361)
+++ pear2/sandbox/pear2.php.net/trunk/rest/p/pear2_simplechannelserver/info.xml	2010-06-10 15:52:08 UTC (rev 300362)
@@ -4,20 +4,18 @@
  <c>pear2.php.net</c>
  <ca xlink:href="rest/c/Default" xmlns:xlink="rest/c/Default">Default</ca>
  <l>New BSD License</l>
- <s>A Simple Channel Server for PEAR2 compatible channels
+ <s>A simple channel server for PEAR compatible channels
 </s>
  <d>
 This package contains a set of scripts to create a simple PEAR compatible
-channel server. Included with the package is the pearscs command which you
-can use for the command line to manage a pear channel.
+channel server. Included with the package are the scs- commands which are
+added to pyrus to manage a PEAR channel.

-The pearscs utility will be installed in the directory configured by the
-bin_dir setting within Pyrus.
-
 Example usage from the command line:
-pearscs create pear.example.com &quot;My Channel&quot; myalias
-pearscs release MyPackage-0.0.0.tgz myhandle
+php pyrus.phar scs-create pear.example.com &quot;My Channel&quot;
+php pyrus.phar scs-release MyPackage-0.0.0.tgz myhandle

-Test</d>
+More information here: http://pear.php.net/manual/en/channels.scs.php
+</d>
  <r 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"/>
 </p>

Modified: pear2/sandbox/pear2.php.net/trunk/rest/r/pear2_simplechannelserver/0.1.0.xml
===================================================================
--- pear2/sandbox/pear2.php.net/trunk/rest/r/pear2_simplechannelserver/0.1.0.xml	2010-06-10 15:51:20 UTC (rev 300361)
+++ pear2/sandbox/pear2.php.net/trunk/rest/r/pear2_simplechannelserver/0.1.0.xml	2010-06-10 15:52:08 UTC (rev 300362)
@@ -6,25 +6,26 @@
  <st>alpha</st>
  <l>New BSD License</l>
  <m>saltybeagle</m>
- <s>A Simple Channel Server for PEAR2 compatible channels
+ <s>A simple channel server for PEAR compatible channels
 </s>
  <d>
 This package contains a set of scripts to create a simple PEAR compatible
-channel server. Included with the package is the pearscs command which you
-can use for the command line to manage a pear channel.
+channel server. Included with the package are the scs- commands which are
+added to pyrus to manage a PEAR channel.

-The pearscs utility will be installed in the directory configured by the
-bin_dir setting within Pyrus.
-
 Example usage from the command line:
-pearscs create pear.example.com &quot;My Channel&quot; myalias
-pearscs release MyPackage-0.0.0.tgz myhandle
+php pyrus.phar scs-create pear.example.com &quot;My Channel&quot;
+php pyrus.phar scs-release MyPackage-0.0.0.tgz myhandle

-Test</d>
- <da>2009-10-27 11:10:30</da>
+More information here: http://pear.php.net/manual/en/channels.scs.php
+</d>
+ <da>2010-06-10 10:49:14</da>
  <n>First attempt.
+
+Namespace of PEAR2.
+Basic functionality including categories working.
 </n>
- <f>2091791</f>
+ <f>417606</f>
  <g>http://pear2.php.net/get/PEAR2_SimpleChannelServer-0.1.0</g>
  <x xlink:href="package.0.1.0.xml"/>
 </r>

Modified: pear2/sandbox/pear2.php.net/trunk/rest/r/pear2_simplechannelserver/package.0.1.0.xml
===================================================================
--- pear2/sandbox/pear2.php.net/trunk/rest/r/pear2_simplechannelserver/package.0.1.0.xml	2010-06-10 15:51:20 UTC (rev 300361)
+++ pear2/sandbox/pear2.php.net/trunk/rest/r/pear2_simplechannelserver/package.0.1.0.xml	2010-06-10 15:52:08 UTC (rev 300362)
@@ -1,22 +1,20 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<package 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" version="2.1" 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" packagerversion="2.0.0a1">
+<package 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" version="2.1" 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" packagerversion="2.0.0">
  <name>PEAR2_SimpleChannelServer</name>
  <channel>pear2.php.net</channel>
- <summary>A Simple Channel Server for PEAR2 compatible channels
+ <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 is the pearscs command which you
-can use for the command line to manage a pear channel.
+channel server. Included with the package are the scs- commands which are
+added to pyrus to manage a PEAR channel.

-The pearscs utility will be installed in the directory configured by the
-bin_dir setting within Pyrus.
-
 Example usage from the command line:
-pearscs create pear.example.com &quot;My Channel&quot; myalias
-pearscs release MyPackage-0.0.0.tgz myhandle
+php pyrus.phar scs-create pear.example.com &quot;My Channel&quot;
+php pyrus.phar scs-release MyPackage-0.0.0.tgz myhandle

-Test</description>
+More information here: http://pear.php.net/manual/en/channels.scs.php
+</description>
  <lead>
   <name>Gregory Beaver</name>
   <user>cellog</user>
@@ -29,8 +27,8 @@
   <email>[email protected]</email>
   <active>yes</active>
  </lead>
- <date>2009-10-27</date>
- <time>11:10:30</time>
+ <date>2010-06-10</date>
+ <time>10:49:14</time>
  <version>
   <release>0.1.0</release>
   <api>0.1.0</api>
@@ -41,21 +39,24 @@
  </stability>
  <license uri="http://www.opensource.org/licenses/bsd-license.php">New BSD License</license>
  <notes>First attempt.
+
+Namespace of PEAR2.
+Basic functionality including categories working.
 </notes>
  <contents>
   <dir name="/">
-   <file role="php" name="php/pear2/SimpleChannelServer/REST/Release.php"/>
-   <file role="php" name="php/pear2/SimpleChannelServer/REST/Package.php"/>
-   <file role="php" name="php/pear2/SimpleChannelServer/REST/Manager.php"/>
-   <file role="php" name="php/pear2/SimpleChannelServer/REST/Maintainer.php"/>
-   <file role="php" name="php/pear2/SimpleChannelServer/REST/Category.php"/>
-   <file role="php" name="php/pear2/SimpleChannelServer/Main.php"/>
-   <file role="php" name="php/pear2/SimpleChannelServer/Get.php"/>
-   <file role="php" name="php/pear2/SimpleChannelServer/Exception.php"/>
-   <file role="php" name="php/pear2/SimpleChannelServer/CLI.php"/>
-   <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="php" name="php/PEAR2/SimpleChannelServer/REST/Release.php"/>
+   <file role="php" name="php/PEAR2/SimpleChannelServer/REST/Package.php"/>
+   <file role="php" name="php/PEAR2/SimpleChannelServer/REST/Manager.php"/>
+   <file role="php" name="php/PEAR2/SimpleChannelServer/REST/Maintainer.php"/>
+   <file role="php" name="php/PEAR2/SimpleChannelServer/REST/Category.php"/>
+   <file role="php" name="php/PEAR2/SimpleChannelServer/Main.php"/>
+   <file role="php" name="php/PEAR2/SimpleChannelServer/Get.php"/>
+   <file role="php" name="php/PEAR2/SimpleChannelServer/Exception.php"/>
+   <file role="php" name="php/PEAR2/SimpleChannelServer/CLI.php"/>
+   <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="script" name="script/pearscs"/>
    <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"/>

Modified: pear2/sandbox/pear2.php.net/trunk/rest/r/pear2_simplechannelserver/v2.0.1.0.xml
===================================================================
--- pear2/sandbox/pear2.php.net/trunk/rest/r/pear2_simplechannelserver/v2.0.1.0.xml	2010-06-10 15:51:20 UTC (rev 300361)
+++ pear2/sandbox/pear2.php.net/trunk/rest/r/pear2_simplechannelserver/v2.0.1.0.xml	2010-06-10 15:52:08 UTC (rev 300362)
@@ -8,25 +8,26 @@
  <st>alpha</st>
  <l>New BSD License</l>
  <m>saltybeagle</m>
- <s>A Simple Channel Server for PEAR2 compatible channels
+ <s>A simple channel server for PEAR compatible channels
 </s>
  <d>
 This package contains a set of scripts to create a simple PEAR compatible
-channel server. Included with the package is the pearscs command which you
-can use for the command line to manage a pear channel.
+channel server. Included with the package are the scs- commands which are
+added to pyrus to manage a PEAR channel.

-The pearscs utility will be installed in the directory configured by the
-bin_dir setting within Pyrus.
-
 Example usage from the command line:
-pearscs create pear.example.com &quot;My Channel&quot; myalias
-pearscs release MyPackage-0.0.0.tgz myhandle
+php pyrus.phar scs-create pear.example.com &quot;My Channel&quot;
+php pyrus.phar scs-release MyPackage-0.0.0.tgz myhandle

-Test</d>
- <da>2009-10-27 11:10:30</da>
+More information here: http://pear.php.net/manual/en/channels.scs.php
+</d>
+ <da>2010-06-10 10:49:14</da>
  <n>First attempt.
+
+Namespace of PEAR2.
+Basic functionality including categories working.
 </n>
- <f>2091791</f>
+ <f>417606</f>
  <g>http://pear2.php.net/get/PEAR2_SimpleChannelServer-0.1.0</g>
  <x xlink:href="package.0.1.0.xml"/>
 </r>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.