diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-03-09 06:29:18 +0800 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-03-09 06:29:18 +0800 |
commit | 251278d77fe406c43958e66d888d36de72301533 (patch) | |
tree | dffe26cdd0d996a0c060bd42eb54f4ecac7edda2 /net/Makefile | |
parent | fad46b07acc82f17b172c5365a586d61057f28e2 (diff) | |
download | freebsd-ports-gnome-251278d77fe406c43958e66d888d36de72301533.tar.gz freebsd-ports-gnome-251278d77fe406c43958e66d888d36de72301533.tar.zst freebsd-ports-gnome-251278d77fe406c43958e66d888d36de72301533.zip |
The PEAR::Net_Ident implements Identification Protocol according
to RFC 1413.
The Identification Protocol (a.k.a., "ident", a.k.a., "the Ident
Protocol") provides a means to determine the identity of a user
of a particular TCP connection. Given a TCP port number pair, it
returns a character string which identifies the owner of that
connection on the server's system.
PR: ports/78532
Submitted by: Antonio Carlos Venancio Junior <antonio@php.net>
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 6611c8cc2b68..3d969d2f9d3d 100644 --- a/net/Makefile +++ b/net/Makefile @@ -551,6 +551,7 @@ SUBDIR += pear-Net_Dict SUBDIR += pear-Net_Finger SUBDIR += pear-Net_IPv6 + SUBDIR += pear-Net_Ident SUBDIR += pear-Net_NNTP SUBDIR += pear-Net_POP3 SUBDIR += pear-Net_Ping |