Annotation of embedaddon/php/ext/curl/package.xml, revision 1.1

1.1     ! misho       1: <?xml version="1.0" encoding="ISO-8859-1" ?>
        !             2: <!DOCTYPE package SYSTEM "../pear/package.dtd">
        !             3: <package>
        !             4:  <name>curl</name>
        !             5:  <summary>Clib PDF functions</summary>
        !             6:  <maintainers>
        !             7:   <maintainer>
        !             8:    <user>sterling</user>
        !             9:    <name>Sterling Hughes</name>
        !            10:    <email>sterling@php.net</email>
        !            11:    <role>lead</role>
        !            12:   </maintainer>
        !            13:  </maintainers>
        !            14:  <description>
        !            15: PHP supports libcurl, a library created by Daniel Stenberg, 
        !            16: that allows you to connect and communicate to many different 
        !            17: types of servers with many different types of protocols. 
        !            18: libcurl currently supports the http, https, ftp, gopher, 
        !            19: telnet, dict, file, and ldap protocols. libcurl also supports 
        !            20: HTTPS certificates, HTTP POST, HTTP PUT, FTP uploading (this 
        !            21: can also be done with PHP's ftp extension), HTTP form based 
        !            22: upload, proxies, cookies, and user+password authentication.
        !            23:  </description>
        !            24:  <license>PHP</license>
        !            25:  <release>
        !            26:   <state>beta</state>
        !            27:   <version>5.0rc1</version>
        !            28:   <date>2004-03-19</date>
        !            29:   <notes>
        !            30: package.xml added to support installation using pear installer
        !            31:   </notes>
        !            32:   <configureoptions>
        !            33:     <configureoption name="with-curl" default="autodetect" prompt="path to curl installation?"/>
        !            34:   </configureoptions>
        !            35:   <filelist>
        !            36:    <file role="doc" name="CREDITS"/>
        !            37:    <file role="src" name="config.m4"/>
        !            38:    <file role="src" name="config.mw32"/>
        !            39:    <file role="src" name="curl.dsp"/>
        !            40:    <file role="src" name="interface.c"/>
        !            41:    <file role="src" name="multi.c"/>
        !            42:    <file role="src" name="streams.c"/>
        !            43:    <file role="src" name="php_curl.h"/>
        !            44:   </filelist>
        !            45:   <deps>
        !            46:    <dep type="php" rel="ge" version="5" />
        !            47:   </deps>
        !            48:  </release>
        !            49: </package>
        !            50: <!--
        !            51: vim:et:ts=1:sw=1
        !            52: -->

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>