File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / php / ext / curl / package.xml
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 23:47:53 2012 UTC (12 years, 5 months ago) by misho
Branches: php, MAIN
CVS tags: v5_4_3elwix, v5_4_29p0, v5_4_29, v5_4_20p0, v5_4_20, v5_4_17p0, v5_4_17, v5_3_10, HEAD
php

<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE package SYSTEM "../pear/package.dtd">
<package>
 <name>curl</name>
 <summary>Clib PDF functions</summary>
 <maintainers>
  <maintainer>
   <user>sterling</user>
   <name>Sterling Hughes</name>
   <email>sterling@php.net</email>
   <role>lead</role>
  </maintainer>
 </maintainers>
 <description>
PHP supports libcurl, a library created by Daniel Stenberg, 
that allows you to connect and communicate to many different 
types of servers with many different types of protocols. 
libcurl currently supports the http, https, ftp, gopher, 
telnet, dict, file, and ldap protocols. libcurl also supports 
HTTPS certificates, HTTP POST, HTTP PUT, FTP uploading (this 
can also be done with PHP's ftp extension), HTTP form based 
upload, proxies, cookies, and user+password authentication.
 </description>
 <license>PHP</license>
 <release>
  <state>beta</state>
  <version>5.0rc1</version>
  <date>2004-03-19</date>
  <notes>
package.xml added to support installation using pear installer
  </notes>
  <configureoptions>
    <configureoption name="with-curl" default="autodetect" prompt="path to curl installation?"/>
  </configureoptions>
  <filelist>
   <file role="doc" name="CREDITS"/>
   <file role="src" name="config.m4"/>
   <file role="src" name="config.mw32"/>
   <file role="src" name="curl.dsp"/>
   <file role="src" name="interface.c"/>
   <file role="src" name="multi.c"/>
   <file role="src" name="streams.c"/>
   <file role="src" name="php_curl.h"/>
  </filelist>
  <deps>
   <dep type="php" rel="ge" version="5" />
  </deps>
 </release>
</package>
<!--
vim:et:ts=1:sw=1
-->

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