From owner-cvs-ports@FreeBSD.ORG Wed Mar 10 08:35:24 2004 Return-Path: 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 D615A16A4CE; Wed, 10 Mar 2004 08:35:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D04BE43D3F; Wed, 10 Mar 2004 08:35:24 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2AGZOGe000612; Wed, 10 Mar 2004 08:35:24 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2AGZOD1000610; Wed, 10 Mar 2004 08:35:24 -0800 (PST) (envelope-from krion) Message-Id: <200403101635.i2AGZOD1000610@repoman.freebsd.org> From: Kirill Ponomarew Date: Wed, 10 Mar 2004 08:35:24 -0800 (PST) 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/p5-Net-Ping-External Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 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: Wed, 10 Mar 2004 16:35:25 -0000 krion 2004/03/10 08:35:24 PST FreeBSD ports repository Modified files: net Makefile Added files: net/p5-Net-Ping-External Makefile distinfo pkg-descr pkg-plist Log: Add p5-Net-Ping-External 0.11, Net::Ping::External is a module which interfaces with the "ping" command on many systems. It presently provides a single function, ping(), that takes in a hostname and (optionally) a timeout and returns true if the host is alive, and false otherwise. Unless you have the ability (and willingness) to run your scripts as the superuser on your system, this module will probably provide more accurate results than Net::Ping will. PR: ports/63826 Submitted by: Douglas Thrift Revision Changes Path 1.1243 +1 -0 ports/net/Makefile 1.1 +22 -0 ports/net/p5-Net-Ping-External/Makefile (new) 1.1 +2 -0 ports/net/p5-Net-Ping-External/distinfo (new) 1.1 +12 -0 ports/net/p5-Net-Ping-External/pkg-descr (new) 1.1 +7 -0 ports/net/p5-Net-Ping-External/pkg-plist (new)