123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402 |
- <?xml version="1.0" encoding="UTF-8"?>
- <package packagerversion="1.9.1" 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" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0 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>Console_Table</name>
- <channel>pear.php.net</channel>
- <summary>Library that makes it easy to build console style tables</summary>
- <description>Provides a Console_Table class with methods such as addRow(), insertRow(), addCol() etc. to build console tables with or without headers and with user defined table rules, padding, and alignment.</description>
- <lead>
- <name>Jan Schneider</name>
- <user>yunosh</user>
- <email>jan@horde.org</email>
- <active>yes</active>
- </lead>
- <lead>
- <name>Richard Heyes</name>
- <user>richard</user>
- <email>richard@phpguru.org</email>
- <active>no</active>
- </lead>
- <developer>
- <name>Tal Peer</name>
- <user>tal</user>
- <email>tal@php.net</email>
- <active>no</active>
- </developer>
- <developer>
- <name>Xavier Noguer</name>
- <user>xnoguer</user>
- <email>xnoguer@php.net</email>
- <active>no</active>
- </developer>
- <date>2016-01-21</date>
- <version>
- <release>1.3.0</release>
- <api>1.3.0</api>
- </version>
- <stability>
- <release>stable</release>
- <api>stable</api>
- </stability>
- <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
- <notes>
- * Fix warning with PHP 7 and bump required PHP version to 5.2.0 (Pieter Frenssen PR #13).
- </notes>
- <contents>
- <dir baseinstalldir="Console" name="/">
- <dir name="tests">
- <file name="assoziative_arrays.phpt" role="test" />
- <file name="border-ascii.phpt" role="test" />
- <file name="border-custom.phpt" role="test" />
- <file name="border-custom2.phpt" role="test" />
- <file name="border-disable.phpt" role="test" />
- <file name="border-dot.phpt" role="test" />
- <file name="border-empty.phpt" role="test" />
- <file name="bug20181.phpt" role="test" />
- <file name="colors.phpt" role="test" />
- <file name="filters.phpt" role="test" />
- <file name="multibyte.phpt" role="test" />
- <file name="multiline.phpt" role="test" />
- <file name="no_header.phpt" role="test" />
- <file name="no_rows.phpt" role="test" />
- <file name="rules.phpt" role="test" />
- </dir>
- <file name="Table.php" role="php" />
- </dir>
- </contents>
- <dependencies>
- <required>
- <php>
- <min>5.2.0</min>
- </php>
- <pearinstaller>
- <min>1.4.0b1</min>
- </pearinstaller>
- </required>
- <optional>
- <package>
- <name>Console_Color2</name>
- <channel>pear.php.net</channel>
- <min>0.1.2</min>
- </package>
- </optional>
- </dependencies>
- <phprelease/>
- <changelog>
- <release>
- <version>
- <release>0.8</release>
- <api>0.8</api>
- </version>
- <stability>
- <release>beta</release>
- <api>beta</api>
- </stability>
- <date>2002-09-02</date>
- <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
- <notes>
- * Initial release.
- </notes>
- </release>
- <release>
- <version>
- <release>1.0</release>
- <api>1.0.0</api>
- </version>
- <stability>
- <release>stable</release>
- <api>stable</api>
- </stability>
- <date>2003-01-24</date>
- <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
- <notes>
- * Removed a few options and added addData() method.
- </notes>
- </release>
- <release>
- <version>
- <release>1.0.1</release>
- <api>1.0.0</api>
- </version>
- <stability>
- <release>stable</release>
- <api>stable</api>
- </stability>
- <date>2003-03-03</date>
- <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
- <notes>
- * Fixed a caching bug.
- </notes>
- </release>
- <release>
- <version>
- <release>1.0.2</release>
- <api>1.0.0</api>
- </version>
- <stability>
- <release>stable</release>
- <api>stable</api>
- </stability>
- <date>2005-07-16</date>
- <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
- <notes>
- * Added support for column alignment (Michael Richter).
- </notes>
- </release>
- <release>
- <version>
- <release>1.0.3</release>
- <api>1.0.0</api>
- </version>
- <stability>
- <release>stable</release>
- <api>stable</api>
- </stability>
- <date>2006-03-13</date>
- <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
- <notes>
- * Fix cell width calculation if setting header with associative array (Bug #4299).
- * Fix fatal reference error with some PHP versions (Bug #5309).
- * Fix notice if no data has been provided (Bug #5851).
- * Added multibyte support (Requests #2934, Request #7014).
- </notes>
- </release>
- <release>
- <version>
- <release>1.0.4</release>
- <api>1.0.0</api>
- </version>
- <stability>
- <release>stable</release>
- <api>stable</api>
- </stability>
- <date>2006-04-08</date>
- <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
- <notes>
- * Add support for multi-line cells (koto at webworkers dot pl, Request #7017).
- </notes>
- </release>
- <release>
- <version>
- <release>1.0.5</release>
- <api>1.0.0</api>
- </version>
- <stability>
- <release>stable</release>
- <api>stable</api>
- </stability>
- <date>2006-08-28</date>
- <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
- <notes>
- * Allow to specify separator rules in addData().
- * Fix warnings when combining separator rules and callback filters (Bug #8566).
- </notes>
- </release>
- <release>
- <version>
- <release>1.0.6</release>
- <api>1.0.0</api>
- </version>
- <stability>
- <release>stable</release>
- <api>stable</api>
- </stability>
- <date>2007-01-19</date>
- <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
- <notes>
- * Add support for multi-line headers (Request #8615).
- </notes>
- </release>
- <release>
- <date>2007-05-17</date>
- <version>
- <release>1.0.7</release>
- <api>1.0.0</api>
- </version>
- <stability>
- <release>stable</release>
- <api>stable</api>
- </stability>
- <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
- <notes>
- * Fix header height if first data row has more than one line (Bug #11064).
- * Fix notice if header is not set.
- </notes>
- </release>
- <release>
- <date>2008-01-09</date>
- <version>
- <release>1.0.8</release>
- <api>1.0.0</api>
- </version>
- <stability>
- <release>stable</release>
- <api>stable</api>
- </stability>
- <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
- <notes>
- * Fix cell padding with multibyte strings under certain circumstances (Bug #12853).
- </notes>
- </release>
- <release>
- <date>2008-03-28</date>
- <version>
- <release>1.1.0</release>
- <api>1.1.0</api>
- </version>
- <stability>
- <release>stable</release>
- <api>stable</api>
- </stability>
- <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
- <notes>
- * Add option to set table border character.
- * Extend constructor to set table borders, padding, and charset on instantiation.
- </notes>
- </release>
- <release>
- <date>2008-04-09</date>
- <version>
- <release>1.1.1</release>
- <api>1.1.0</api>
- </version>
- <stability>
- <release>stable</release>
- <api>stable</api>
- </stability>
- <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
- <notes>
- * Fix rendering of multiline rows with cells that contain zeros (Bug #13629).
- </notes>
- </release>
- <release>
- <date>2008-07-27</date>
- <version>
- <release>1.1.2</release>
- <api>1.1.0</api>
- </version>
- <stability>
- <release>stable</release>
- <api>stable</api>
- </stability>
- <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
- <notes>
- * Don't render anything if no data has been provided (Bug #14405).
- </notes>
- </release>
- <release>
- <date>2008-10-20</date>
- <version>
- <release>1.1.3</release>
- <api>1.1.1</api>
- </version>
- <stability>
- <release>stable</release>
- <api>stable</api>
- </stability>
- <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
- <notes>
- * Add option to render data with ANSI color codes (Igor Feghali, Request #14835).
- </notes>
- </release>
- <release>
- <version>
- <release>1.1.4</release>
- <api>1.1.1</api>
- </version>
- <stability>
- <release>stable</release>
- <api>stable</api>
- </stability>
- <date>2010-10-25</date>
- <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
- <notes>
- * Automatically built QA release.
- * Add Console_Color support (Request #14835).
- * Improve documentation (Christian Weiske, Bug #15006).
- </notes>
- </release>
- <release>
- <date>2012-12-07</date>
- <time>23:30:07</time>
- <version>
- <release>1.1.5</release>
- <api>1.1.1</api>
- </version>
- <stability>
- <release>stable</release>
- <api>stable</api>
- </stability>
- <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
- <notes>
- * Use mb_strwidth() instead of mb_strlen() to determine lengths of multi-byte strings (Bug #19423).
- </notes>
- </release>
- <release>
- <date>2013-10-12</date>
- <version>
- <release>1.1.6</release>
- <api>1.1.1</api>
- </version>
- <stability>
- <release>stable</release>
- <api>stable</api>
- </stability>
- <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
- <notes>
- * Use line breaks dependent on the current operating system (Bug #20092).
- </notes>
- </release>
- <release>
- <date>2014-02-17</date>
- <version>
- <release>1.2.0</release>
- <api>1.2.0</api>
- </version>
- <stability>
- <release>stable</release>
- <api>stable</api>
- </stability>
- <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
- <notes>
- * Make border visibility configurable (Christian Weiske, Request #20186).
- * Allow to customize all border characters (Christian Weiske, Request #20182).
- * Fix notice when using setAlign() on other than first column (Christian Weiske, Bug #20181).
- * Use Console_Color2 to avoid notices from PHP 4 code (Christian Weiske, Bug #20188)
- </notes>
- </release>
- <release>
- <date>2014-10-27</date>
- <version>
- <release>1.2.1</release>
- <api>1.2.0</api>
- </version>
- <stability>
- <release>stable</release>
- <api>stable</api>
- </stability>
- <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
- <notes>
- * Add travis configuration (Christian Weiske).
- * Try to autoload Console_Color2 first (Jurgen Rutten, PR #11).
- * Fix Composer definition syntax (Rob Loach, PR #9).
- </notes>
- </release>
- <release>
- <date>2016-01-21</date>
- <version>
- <release>1.3.0</release>
- <api>1.3.0</api>
- </version>
- <stability>
- <release>stable</release>
- <api>stable</api>
- </stability>
- <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
- <notes>
- * Fix warning with PHP 7 and bump required PHP version to 5.2.0 (Pieter Frenssen PR #13).
- </notes>
- </release>
- </changelog>
- </package>
|