This file is indexed.

/usr/share/doc/php-text-figlet/package.xml is in php-text-figlet 1.0.2-3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
<?xml version="1.0" encoding="UTF-8"?>
<package packagerversion="1.6.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>Text_Figlet</name>
 <channel>pear.php.net</channel>
 <summary>Render text using FIGlet fonts</summary>
 <description>Engine for use FIGlet fonts to rendering text</description>
 <lead>
  <name>Evgeny Stepanischev</name>
  <user>bolk</user>
  <email>imbolk@gmail.com</email>
  <active>yes</active>
 </lead>
 <date>2010-07-08</date>
 <time>16:29:07</time>
 <version>
  <release>1.0.2</release>
  <api>1.0.0</api>
 </version>
 <stability>
  <release>stable</release>
  <api>stable</api>
 </stability>
 <license uri="http://www.php.net/license">PHP License</license>
 <notes>- Fixed Unicode related bug
- Fixed Deutsch FIGcharacters related bug
- Removed non-free fonts and added free one
- Adding ZIPed font support</notes>
 <contents>
  <dir baseinstalldir="" name="/">
   <file baseinstalldir="" md5sum="09d7d211478a454d612fc66979f06d61" name="docs/README.TXT" role="doc" />
   <file baseinstalldir="" md5sum="2a5ec69ed6d1269516a4efbd2f24c86e" name="docs/examples/hello_world.php" role="doc" />
   <file baseinstalldir="" md5sum="ae49c3e776ff59666e786cd63b08b089" name="fonts/makisupa.flf" role="data" />
   <file baseinstalldir="" md5sum="27c6e23c59514c204f70797a9acf62e6" name="Text/Figlet.php" role="php" />
  </dir>
 </contents>
 <dependencies>
  <required>
   <php>
    <min>4.0.4</min>
   </php>
   <pearinstaller>
    <min>1.4.0b1</min>
   </pearinstaller>
  </required>
 </dependencies>
 <phprelease />
 <changelog>
  <release>
   <version>
    <release>0.8.0</release>
    <api>0.8.0</api>
   </version>
   <stability>
    <release>beta</release>
    <api>beta</api>
   </stability>
   <date>2004-05-10</date>
   <license uri="http://www.php.net/license">PHP License</license>
   <notes>This is the first release.</notes>
  </release>
  <release>
   <version>
    <release>1.0.0</release>
    <api>1.0.0</api>
   </version>
   <stability>
    <release>stable</release>
    <api>stable</api>
   </stability>
   <date>2006-12-20</date>
   <license uri="http://www.php.net/license">PHP License</license>
   <notes>- Marking as stable
- More meaningful error messages
- Fonts are loaded from data dir if they exist there
- Examples</notes>
  </release>
  <release>
   <version>
    <release>1.0.1</release>
    <api>1.0.0</api>
   </version>
   <stability>
    <release>stable</release>
    <api>stable</api>
   </stability>
   <date>2008-12-06</date>
   <license uri="http://www.php.net/license">PHP License</license>
   <notes>Coding standards improvements
Bug #15028 - PHP 5 code used in PHP 4 package</notes>
  </release>
  <release>
   <version>
    <release>1.0.2</release>
    <api>1.0.0</api>
   </version>
   <stability>
    <release>stable</release>
    <api>stable</api>
   </stability>
   <date>2010-07-08</date>
   <license uri="http://www.php.net/license">PHP License</license>
   <notes>- Fixed Unicode related bug
- Fixed Deutsch FIGcharacters related bug
- Removed non-free fonts and added free one
- Adding ZIPed font support</notes>
  </release>
 </changelog>
</package>