From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 10 11:40:02 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E2F9E1065679 for ; Tue, 10 Jun 2008 11:40:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C66918FC22 for ; Tue, 10 Jun 2008 11:40:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m5ABe2Yr043661 for ; Tue, 10 Jun 2008 11:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m5ABe2Uq043660; Tue, 10 Jun 2008 11:40:02 GMT (envelope-from gnats) Resent-Date: Tue, 10 Jun 2008 11:40:02 GMT Resent-Message-Id: <200806101140.m5ABe2Uq043660@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, Wen heping Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 18B4D1065675 for ; Tue, 10 Jun 2008 11:31:54 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 07C728FC1C for ; Tue, 10 Jun 2008 11:31:54 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m5ABVrHO050972 for ; Tue, 10 Jun 2008 11:31:53 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m5ABVrV4050971; Tue, 10 Jun 2008 11:31:53 GMT (envelope-from nobody) Message-Id: <200806101131.m5ABVrV4050971@www.freebsd.org> Date: Tue, 10 Jun 2008 11:31:53 GMT From: Wen heping To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/124442: [NEW PORT] devel/pecl-spread:A Php Interface to the Spread Toolkit API X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jun 2008 11:40:03 -0000 >Number: 124442 >Category: ports >Synopsis: [NEW PORT] devel/pecl-spread:A Php Interface to the Spread Toolkit API >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: Tue Jun 10 11:40:02 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Wen heping >Release: FreeBSD 7.0 release >Organization: ChangAn Middle School >Environment: FreeBSD tinderbox.wenjing.com 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008 root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: pecl-spread is a extension for PHP to support the Spread toolkit API. While Spread is an open source toolkit that provides a high performance messaging service that is resilient to faults across local and wide area networks WWW: http://pecl.php.net/package/spread/ >How-To-Repeat: >Fix: Patch attached with submission follows: # 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: # # pecl-spread # pecl-spread/pkg-descr # pecl-spread/distinfo # pecl-spread/Makefile # echo c - pecl-spread mkdir -p pecl-spread > /dev/null 2>&1 echo x - pecl-spread/pkg-descr sed 's/^X//' >pecl-spread/pkg-descr << 'END-of-pecl-spread/pkg-descr' Xpecl-spread is a extension for PHP to support Xthe Spread toolkit API. While Spread is an open Xsource toolkit that provides a high performance Xmessaging service that is resilient to Xfaults across local and wide area networks X XWWW: http://pecl.php.net/package/spread/ END-of-pecl-spread/pkg-descr echo x - pecl-spread/distinfo sed 's/^X//' >pecl-spread/distinfo << 'END-of-pecl-spread/distinfo' XMD5 (PECL/spread-2.0.2.tgz) = e66ccaeca55de221066365feda283899 XSHA256 (PECL/spread-2.0.2.tgz) = bb04e8d747f0daae499903a31af41c51952cbf65f052e0ac1a16ff6700f8151a XSIZE (PECL/spread-2.0.2.tgz) = 8080 END-of-pecl-spread/distinfo echo x - pecl-spread/Makefile sed 's/^X//' >pecl-spread/Makefile << 'END-of-pecl-spread/Makefile' X# New ports collection makefile for: pecl-spread X# Date created: 10 June 2008 X# Whom: Wen Heping X# X# $FreeBSD$ X# X XPORTNAME= spread XPORTVERSION= 2.0.2 XCATEGORIES= devel pear XMASTER_SITES= http://pecl.php.net/get/ XPKGNAMEPREFIX= pecl- XEXTRACT_SUFX= .tgz XDIST_SUBDIR= PECL X XMAINTAINER= wenheping@gmail.com XCOMMENT= A Php Interface to the Spread Toolkit API X XBUILD_DEPENDS= ${LOCALBASE}/include/sp.h:${PORTSDIR}/net/spread X XUSE_PHP= yes XUSE_PHPEXT= yes X X.include END-of-pecl-spread/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: