[packages/php-pear] add pear.phpdoc.org channel

glen glen at pld-linux.org
Mon Nov 3 13:04:26 CET 2014


commit 237c2312cc9cec43351f587c399e3e5831e8327e
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Mon Nov 3 14:04:21 2014 +0200

    add pear.phpdoc.org channel

 channel-phpdoc.xml | 16 ++++++++++++++++
 php-pear.spec      |  7 ++++++-
 update-channels.sh |  1 +
 3 files changed, 23 insertions(+), 1 deletion(-)
---
diff --git a/php-pear.spec b/php-pear.spec
index cc1ff27..68ce183 100644
--- a/php-pear.spec
+++ b/php-pear.spec
@@ -1,7 +1,7 @@
 Summary:	PEAR - PHP Extension and Application Repository
 Summary(pl.UTF-8):	PEAR - rozszerzenie PHP i repozytorium aplikacji
 Name:		php-pear
-Version:	1.3.15
+Version:	1.3.16
 Release:	1
 Epoch:		4
 License:	Public Domain
@@ -28,6 +28,7 @@ Source17:	channel-twig.xml
 Source18:	channel-zz.xml
 Source19:	channel-theseer.xml
 Source20:	channel-indeyets.xml
+Source21:	channel-phpdoc.xml
 BuildRequires:	/usr/bin/php
 BuildRequires:	php-pear-PEAR >= 1:1.9.0
 BuildRequires:	rpmbuild(macros) >= 1.570
@@ -275,3 +276,7 @@ check_channel_dirs
 %{php_pear_dir}/.channels/.alias/indeyets.txt
 %{php_pear_dir}/.channels/pear.indeyets.ru.reg
 %{php_pear_dir}/.registry/.channel.pear.indeyets.ru
+
+%{php_pear_dir}/.channels/.alias/phpdoc.txt
+%{php_pear_dir}/.channels/pear.phpdoc.org.reg
+%{php_pear_dir}/.registry/.channel.pear.phpdoc.org
diff --git a/channel-phpdoc.xml b/channel-phpdoc.xml
new file mode 100644
index 0000000..66ba0f6
--- /dev/null
+++ b/channel-phpdoc.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<channel version="1.0" xmlns="http://pear.php.net/channel-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/channel-1.0 http://pear.php.net/dtd/channel-1.0.xsd">
+    <name>pear.phpdoc.org</name>
+    <summary>phpDocumentor channel</summary>
+    <suggestedalias>phpdoc</suggestedalias>
+    <servers>
+        <primary>
+            <rest>
+                <baseurl type="REST1.0">http://pear.phpdoc.org/rest/</baseurl>
+                <baseurl type="REST1.1">http://pear.phpdoc.org/rest/</baseurl>
+                <baseurl type="REST1.2">http://pear.phpdoc.org/rest/</baseurl>
+                <baseurl type="REST1.3">http://pear.phpdoc.org/rest/</baseurl>
+            </rest>
+        </primary>
+    </servers>
+</channel>
\ No newline at end of file
diff --git a/update-channels.sh b/update-channels.sh
index 410c078..27bd5f4 100755
--- a/update-channels.sh
+++ b/update-channels.sh
@@ -10,6 +10,7 @@ channels="
 	pear.pdepend.org
 	pear.phing.info
 	pear.phpdb.org
+	pear.phpdoc.org
 	pear.phpmd.org
 	pear.phpunit.de
 	pear.propelorm.org
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php-pear.git/commitdiff/237c2312cc9cec43351f587c399e3e5831e8327e



More information about the pld-cvs-commit mailing list