- correct package name
authorMichael Wallner <mike@php.net>
Mon, 26 Sep 2005 09:16:48 +0000 (09:16 +0000)
committerMichael Wallner <mike@php.net>
Mon, 26 Sep 2005 09:16:48 +0000 (09:16 +0000)
- PEAR-1.4.1 now understands <filelist> in <extsrcrelease>
- more verbose configureoption prompts

package2.xml

index 33a0aaaef371a7bc155f9062fcb7c15bed872f25..9fe02fbb16d4e581e070835be311a5515451f66d 100644 (file)
@@ -7,7 +7,7 @@
   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">
   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>http</name>
+ <name>pecl_http</name>
  <channel>pecl.php.net</channel>
  <summary>Extended HTTP Support</summary>
  <description><![CDATA[
  <channel>pecl.php.net</channel>
  <summary>Extended HTTP Support</summary>
  <description><![CDATA[
     <exclude>6.0.0</exclude>
    </php>
    <pearinstaller>
     <exclude>6.0.0</exclude>
    </php>
    <pearinstaller>
-    <min>1.4.0</min>
+    <min>1.4.1</min>
    </pearinstaller>
   </required>
   <optional>
    </pearinstaller>
   </required>
   <optional>
  <extsrcrelease>
   <configureoption 
    name="with-http-curl-requests"
  <extsrcrelease>
   <configureoption 
    name="with-http-curl-requests"
-   prompt="whether to enable cURL HTTP requests"
+   prompt="whether to enable cURL HTTP requests; specify libcurl directory"
    default="yes"
   />
   <configureoption
    name="with-http-mhash-etags"
    default="yes"
   />
   <configureoption
    name="with-http-mhash-etags"
-   prompt="whether to enable mhash ETag generator"
+   prompt="whether to enable mhash ETag generator; specify libmhash directory"
    default="yes"
   />
   <configureoption
    name="with-http-magic-mime"
    default="yes"
   />
   <configureoption
    name="with-http-magic-mime"
-   prompt="whether to enable response content type guessing"
+   prompt="whether to enable response content type guessing; specify libmagic directory"
    default="no"
   />
    default="no"
   />
-  <!--
   <filelist>
    <install as="functions.html" name="docs/functions.html"/>
    <install as="examples/Bandwidth_Throttling.php" name="docs/examples/Bandwidth_Throttling.php"/>
   <filelist>
    <install as="functions.html" name="docs/functions.html"/>
    <install as="examples/Bandwidth_Throttling.php" name="docs/examples/Bandwidth_Throttling.php"/>
    <install as="examples/extract.php" name="docs/examples/extract.php"/>
    <install as="examples/tutorial.txt" name="docs/examples/tutorial.txt"/>
   </filelist>
    <install as="examples/extract.php" name="docs/examples/extract.php"/>
    <install as="examples/tutorial.txt" name="docs/examples/tutorial.txt"/>
   </filelist>
-  -->
  </extsrcrelease>
  <changelog />
  </extsrcrelease>
  <changelog />
-</package>
\ No newline at end of file
+</package>