1<?xml version="1.0" encoding="ISO-8859-1" ?>
2<!DOCTYPE package SYSTEM "http://pear.php.net/dtd/package-1.0">
3<package version="1.0">
4  <name>Net_Ident</name>
5  <summary>Identification Protocol implementation</summary>
6  <description>The PEAR::Net_Ident implements Identification Protocol according
7to RFC 1413.
8The Identification Protocol (a.k.a., &quot;ident&quot;, a.k.a., &quot;the Ident
9Protocol&quot;) provides a means to determine the identity of a user
10of a particular TCP connection. Given a TCP port number pair, it
11returns a character string which identifies the owner of that
12connection on the server's system.</description>
13  <maintainers>
14    <maintainer>
15      <user>nepto</user>
16      <name>Ondrej Jombik</name>
17      <email>nepto@platon.sk</email>
18      <role>lead</role>
19    </maintainer>
20  </maintainers>
21  <release>
22    <version>1.1.0</version>
23    <date>2005-03-07</date>
24    <license>PHP</license>
25    <state>stable</state>
26    <notes>Improved Ident server response parsing and code cleanup.</notes>
27    <filelist>
28      <file role="php" baseinstalldir="Net" name="Ident.php"/>
29    </filelist>
30  </release>
31  <changelog>
32    <release>
33      <version>1.0</version>
34      <date>2002-10-01</date>
35      <license>PHP</license>
36      <state>stable</state>
37      <notes>This is the initial independent release of the Net_Ident package.
38</notes>
39    </release>
40  </changelog>
41</package>
42