This file is indexed.

/usr/share/doc/php-net-portscan/package.xml is in php-net-portscan 1.0.3-2.

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
<?xml version="1.0" encoding="UTF-8"?>
<package packagerversion="1.9.0" 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>Net_Portscan</name>
 <channel>pear.php.net</channel>
 <summary>Portscanner utilities.</summary>
 <description>The Net_Portscan package allows one to perform basic portscanning
functions with PHP. It supports checking an individual port or
checking a whole range of ports on a machine.</description>
 <lead>
  <name>Martin Jansen</name>
  <user>MJ</user>
  <email>mj@php.net</email>
  <active>yes</active>
 </lead>
 <date>2009-12-21</date>
 <time>22:04:25</time>
 <version>
  <release>1.0.3</release>
  <api>1.0.3</api>
 </version>
 <stability>
  <release>stable</release>
  <api>stable</api>
 </stability>
 <license>PHP 2.02</license>
 <notes>
* Implemented Feature Request #14432: Improve PHPCS results. (Patch by Daniel O&apos;Connor.)
 </notes>
 <contents>
  <dir name="/">
   <file baseinstalldir="Net" md5sum="69270c16c6b048bb1ac0b5056b98931e" name="tests/01-portscan.php" role="php" />
   <file baseinstalldir="Net" md5sum="b3fb3384bddfe088370503bc819c6d06" name="Portscan.php" role="php" />
   <file baseinstalldir="Net" md5sum="7cef58881f001f8cd794b846ab44a6e5" name="README.portscan" role="doc" />
  </dir>
 </contents>
 <dependencies>
  <required>
   <php>
    <min>4.0.0</min>
   </php>
   <pearinstaller>
    <min>1.4.0b1</min>
   </pearinstaller>
  </required>
 </dependencies>
 <phprelease />
 <changelog>
  <release>
   <version>
    <release>1.0.1</release>
    <api>1.0.1</api>
   </version>
   <stability>
    <release>stable</release>
    <api>stable</api>
   </stability>
   <date>2002-04-09</date>
   <license>PHP 2.02</license>
   <notes>
This is a maintenance release to reflect some updates to the directory
structure.
   </notes>
  </release>
  <release>
   <version>
    <release>1.0</release>
    <api>1.0</api>
   </version>
   <stability>
    <release>stable</release>
    <api>stable</api>
   </stability>
   <date>2001-11-15</date>
   <license>PHP 2.02</license>
   <notes>
This is the first stable release.
   </notes>
  </release>
 </changelog>
</package>