From owner-cvs-all@FreeBSD.ORG Tue Mar 8 22:29:18 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D1D4016A4CE; Tue, 8 Mar 2005 22:29:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8A5543D55; Tue, 8 Mar 2005 22:29:18 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j28MTIEW029876; Tue, 8 Mar 2005 22:29:18 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j28MTIqr029875; Tue, 8 Mar 2005 22:29:18 GMT (envelope-from pav) Message-Id: <200503082229.j28MTIqr029875@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 8 Mar 2005 22:29:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net Makefile ports/net/pear-Net_Ident Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Mar 2005 22:29:19 -0000 pav 2005-03-08 22:29:18 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/pear-Net_Ident Makefile distinfo pkg-descr Log: 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 Revision Changes Path 1.1440 +1 -0 ports/net/Makefile 1.1 +23 -0 ports/net/pear-Net_Ident/Makefile (new) 1.1 +2 -0 ports/net/pear-Net_Ident/distinfo (new) 1.1 +10 -0 ports/net/pear-Net_Ident/pkg-descr (new)