From owner-cvs-ports@FreeBSD.ORG Sun Jun 25 14:04:27 2006 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 782A016A401; Sun, 25 Jun 2006 14:04:27 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4583F43D45; Sun, 25 Jun 2006 14:04:27 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5PE4RfC025819; Sun, 25 Jun 2006 14:04:27 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5PE4RlA025818; Sun, 25 Jun 2006 14:04:27 GMT (envelope-from itetcu) Message-Id: <200606251404.k5PE4RlA025818@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Sun, 25 Jun 2006 14:04:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net Makefile ports/net/nph Makefile distinfo pkg-descr pkg-install pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jun 2006 14:04:27 -0000 itetcu 2006-06-25 14:04:27 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/nph Makefile distinfo pkg-descr pkg-install pkg-plist Log: New PH Client and API Library nph offers the following features: Complete PH API - your applications will never need to talk directly to the PH server Solid API design - designed to prevent memory or file descriptor leaks for applications which use asynchronous event timers Interactively usable PH client - the nph client supports readline command editting, history, and completion The PH protocol is described in RFC 2378 WWW: http://www.feep.net/nph/ PR: ports/97209 Submitted by: Jim Pirzyk Revision Changes Path 1.1685 +1 -0 ports/net/Makefile 1.1 +80 -0 ports/net/nph/Makefile (new) 1.1 +3 -0 ports/net/nph/distinfo (new) 1.1 +14 -0 ports/net/nph/pkg-descr (new) 1.1 +57 -0 ports/net/nph/pkg-install (new) 1.1 +7 -0 ports/net/nph/pkg-plist (new)