diff options
author | pav <pav@FreeBSD.org> | 2005-03-09 06:29:18 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-03-09 06:29:18 +0800 |
commit | b28e4cfdba60305755de44e849a39f36925f2e38 (patch) | |
tree | 36a41e16a5a2a4fe5aab3328583c5aa5088397a8 /net/Makefile | |
parent | 5062401109d7d731cc12afc12790eb4d4eaef405 (diff) | |
download | freebsd-ports-gnome-b28e4cfdba60305755de44e849a39f36925f2e38.tar.gz freebsd-ports-gnome-b28e4cfdba60305755de44e849a39f36925f2e38.tar.zst freebsd-ports-gnome-b28e4cfdba60305755de44e849a39f36925f2e38.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 |