Annotation of embedaddon/php/ext/xmlwriter/package2.xml, revision 1.1.1.1

1.1       misho       1: <?xml version="1.0"?>
                      2: <package packagerversion="1.4.0a2" version="2.0" xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                      3:  <name>xmlwriter</name>
                      4:  <channel>pecl.php.net</channel>
                      5:  <summary>Provides fast, non-cached, forward-only means to write XML data.</summary>
                      6:  <description>This extension wraps the libxml xmlWriter API. Represents a writer that provides a non-cached, forward-only means of generating streams or files containing XML data.
                      7: </description>
                      8:  <lead>
                      9:   <name>Rob Richards</name>
                     10:   <user>rrichards</user>
                     11:   <email>rrichards@php.net</email>
                     12:   <active>yes</active>
                     13:  </lead>
                     14:  <developer>
                     15:   <name>Pierre-Alain Joye</name>
                     16:   <user>pajoye</user>
                     17:   <email>pajoye@php.net</email>
                     18:   <active>yes</active>
                     19:  </developer>
                     20:  <date>2005-12-01</date>
                     21:  <version>
                     22:   <release>2.0.2</release>
                     23:   <api>2.0.0</api>
                     24:  </version>
                     25:  <stability>
                     26:   <release>stable</release>
                     27:   <api>stable</api>
                     28:  </stability>
                     29:  <license uri="http://www.php.net/license/3_01.txt">PHP</license>
                     30:  <notes>- fix build under 5.0
                     31: - fix crash when XMLWriter is instantiated but not used
                     32: - Switch from BSD-like license to PHP License 3.01
                     33: </notes>
                     34:  <contents>
                     35:   <dir name="/">
                     36:   <file role="src" name="config.m4"/>
                     37:   <file role="src" name="config.w32"/>
                     38:   <file role="src" name="php_xmlwriter.c"/>
                     39:   <file role="src" name="php_xmlwriter.h"/>
                     40:   <dir name="tests" role="test">
                     41:     <file role="test" name="001.phpt"/>
                     42:     <file role="test" name="002.phpt"/>
                     43:     <file role="test" name="003.phpt"/>
                     44:     <file role="test" name="004.phpt"/>
                     45:     <file role="test" name="OO_001.phpt"/>
                     46:     <file role="test" name="OO_002.phpt"/>
                     47:     <file role="test" name="OO_003.phpt"/>
                     48:     <file role="test" name="OO_004.phpt"/>
                     49:   </dir>
                     50:   </dir>
                     51:  </contents>
                     52:  <dependencies>
                     53:   <required>
                     54:    <php>
                     55:     <min>4.3.0</min>
                     56:    </php>
                     57:    <pearinstaller>
                     58:     <min>1.4.0a2</min>
                     59:    </pearinstaller>
                     60:   </required>
                     61:  </dependencies>
                     62:  <providesextension>xmlwriter</providesextension>
                     63:  <extsrcrelease />
                     64:  <changelog>
                     65:  <release>
                     66:  <version>
                     67:   <release>2.0.1</release>
                     68:   <api>2.0.0</api>
                     69:  </version>
                     70:  <stability>
                     71:   <release>stable</release>
                     72:   <api>stable</api>
                     73:  </stability>
                     74:  <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
                     75:  <notes>- Switch from PHP License to BSD-like license
                     76: - Allow recursive calls to __get/__set for different properties (ilia)
                     77:  </notes>
                     78:  </release>
                     79:  <release>
                     80:  <date>2005-08-07</date>
                     81:  <time>01:20:00</time>
                     82:  <version>
                     83:   <release>2.0.0</release>
                     84:   <api>2.0.0</api>
                     85:  </version>
                     86:  <stability>
                     87:   <release>stable</release>
                     88:   <api>stable</api>
                     89:  </stability>
                     90:  <license uri="http://www.php.net/license">PHP License</license> 
                     91:  <notes>Promote to stable</notes>
                     92:  </release>
                     93:  </changelog>
                     94: </package>

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