From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 24 20:40:21 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 40A7916A4CE for ; Thu, 24 Feb 2005 20:40:21 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05BF943D4C for ; Thu, 24 Feb 2005 20:40:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j1OKeKHD005745 for ; Thu, 24 Feb 2005 20:40:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j1OKeKga005744; Thu, 24 Feb 2005 20:40:20 GMT (envelope-from gnats) Resent-Date: Thu, 24 Feb 2005 20:40:20 GMT Resent-Message-Id: <200502242040.j1OKeKga005744@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Antonio Carlos Venancio Junior Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 04A9516A4CE for ; Thu, 24 Feb 2005 20:38:58 +0000 (GMT) Received: from digitalsign.com (cm-virtua-fln-C8B08F9E.brdterra.com.br [200.176.143.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id C646543D46 for ; Thu, 24 Feb 2005 20:38:56 +0000 (GMT) (envelope-from antonio@digitalsign.com) Received: from digitalsign.com (localhost [127.0.0.1]) by digitalsign.com (8.12.6/8.12.6) with ESMTP id j1OKcsdf005765 for ; Thu, 24 Feb 2005 17:38:54 -0300 (BRT) (envelope-from antonio@digitalsign.com) Received: (from antonio@localhost) by digitalsign.com (8.12.6/8.12.6/Submit) id j1OKcrdX005764; Thu, 24 Feb 2005 17:38:53 -0300 (BRT) Message-Id: <200502242038.j1OKcrdX005764@digitalsign.com> Date: Thu, 24 Feb 2005 17:38:53 -0300 (BRT) From: Antonio Carlos Venancio Junior To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/78040: New port: net/pear-Net_Ping PEAR class to execute ping X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Antonio Carlos Venancio Junior List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Feb 2005 20:40:21 -0000 >Number: 78040 >Category: ports >Synopsis: New port: net/pear-Net_Ping PEAR class to execute ping >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Feb 24 20:40:20 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Antônio Carlos Venâncio Júnior >Release: FreeBSD 4.11-STABLE i386 >Organization: >Environment: FreeBSD antonio.cb.sc.gov.br 4.11-STABLE FreeBSD 4.11-STABLE #5: Tue Feb 22 17:32:18 BRT 2005 root@antonio.cb.sc.gov.br:/usr/obj/usr/src/sys/ANTONIO i386 >Description: New port: net/pear-Net_Ping PEAR class to execute ping OS independent wrapper class for executing ping calls. >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # pear-Net_Ping # pear-Net_Ping/Makefile # pear-Net_Ping/distinfo # pear-Net_Ping/pkg-descr # echo c - pear-Net_Ping mkdir -p pear-Net_Ping > /dev/null 2>&1 echo x - pear-Net_Ping/Makefile sed 's/^X//' >pear-Net_Ping/Makefile << 'END-of-pear-Net_Ping/Makefile' X# Ports collection makefile for: pear-Net_Ping X# Date created: 24 February 2005 X# Whom: Antonio Carlos Venancio Junior () X# X# $FreeBSD$ X# X XPORTNAME= Net_Ping XPORTVERSION= 2.4 XCATEGORIES= net pear X XMAINTAINER= antonio@php.net XCOMMENT= PEAR class to execute ping X XBUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR XRUN_DEPENDS= ${BUILD_DEPENDS} X XCATEGORY= Net XFILES= Ping.php XTESTS= test_result_parsers.php XEXAMPLES= example.php X_EXAMPLESDIR= docs/examples X X.include X.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" X.include END-of-pear-Net_Ping/Makefile echo x - pear-Net_Ping/distinfo sed 's/^X//' >pear-Net_Ping/distinfo << 'END-of-pear-Net_Ping/distinfo' XMD5 (PEAR/Net_Ping-2.4.tgz) = 0c6aecc5f3139e49b2c49ecd2e222c37 XSIZE (PEAR/Net_Ping-2.4.tgz) = 8408 END-of-pear-Net_Ping/distinfo echo x - pear-Net_Ping/pkg-descr sed 's/^X//' >pear-Net_Ping/pkg-descr << 'END-of-pear-Net_Ping/pkg-descr' XOS independent wrapper class for executing ping calls. X XWWW: http://pear.php.net/package/Net_Ping/ END-of-pear-Net_Ping/pkg-descr exit >Release-Note: >Audit-Trail: >Unformatted: