From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 23 22:10: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 17391106566C for ; Wed, 23 Jul 2008 22:10: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 EFB8F8FC1F for ; Wed, 23 Jul 2008 22:10:01 +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 m6NMA1k3026807 for ; Wed, 23 Jul 2008 22:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m6NMA1HD026806; Wed, 23 Jul 2008 22:10:01 GMT (envelope-from gnats) Resent-Date: Wed, 23 Jul 2008 22:10:01 GMT Resent-Message-Id: <200807232210.m6NMA1HD026806@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 39B5E10656D3 for ; Wed, 23 Jul 2008 22:05:36 +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 238318FC1B for ; Wed, 23 Jul 2008 22:05:36 +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 m6NM5ZRS098667 for ; Wed, 23 Jul 2008 22:05:35 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m6NM5ZjJ098665; Wed, 23 Jul 2008 22:05:35 GMT (envelope-from nobody) Message-Id: <200807232205.m6NM5ZjJ098665@www.freebsd.org> Date: Wed, 23 Jul 2008 22:05:35 GMT From: Wen heping To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/125909: [NEW PORT]www/pecl-http:Extended HTTP Support 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: Wed, 23 Jul 2008 22:10:02 -0000 >Number: 125909 >Category: ports >Synopsis: [NEW PORT]www/pecl-http:Extended HTTP Support >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: Wed Jul 23 22:10:01 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-http extension aims to provide a convenient and powerful set of functionality for one of PHPs major applications. It eases handling of HTTP URLs, dates, redirects, headers and messages, provides means for negotiation of clients preferred language and charset, as well as a convenient way to send any arbitrary data with caching and resuming capabilities. It provides powerful request functionality too. WWW: http://pecl.php.net/package/pecl_http/ >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-http # pecl-http/pkg-descr # pecl-http/distinfo # pecl-http/Makefile # echo c - pecl-http mkdir -p pecl-http > /dev/null 2>&1 echo x - pecl-http/pkg-descr sed 's/^X//' >pecl-http/pkg-descr << 'END-of-pecl-http/pkg-descr' Xpecl-http extension aims to provide a convenient and Xpowerful set of functionality for one of PHPs major Xapplications. It eases handling of HTTP URLs, dates, Xredirects, headers and messages, provides means for Xnegotiation of clients preferred language and charset, Xas well as a convenient way to send any arbitrary data Xwith caching and resuming capabilities. It provides Xpowerful request functionality too. X XWWW: http://pecl.php.net/package/pecl_http/ END-of-pecl-http/pkg-descr echo x - pecl-http/distinfo sed 's/^X//' >pecl-http/distinfo << 'END-of-pecl-http/distinfo' XMD5 (pecl_http-1.6.1.tgz) = 72f6a0b0d9e4ddc56ed964609e26ec2c XSHA256 (pecl_http-1.6.1.tgz) = 4961b12c335d2d8c2e0047da812d97b922db049e2ac57cf29b041f8db2f571b6 XSIZE (pecl_http-1.6.1.tgz) = 172539 END-of-pecl-http/distinfo echo x - pecl-http/Makefile sed 's/^X//' >pecl-http/Makefile << 'END-of-pecl-http/Makefile' X# Ports collection makefile for: pecl-http X# Date created: : 23 July 2008 X# Whom: : Wen Heping X# X# $FreeBSD$ X# X XPORTNAME= http XPORTVERSION= 1.6.1 XCATEGORIES= www XMASTER_SITES= http://pecl.php.net/get/ XPKGNAMEPREFIX= pecl- XDISTNAME= pecl_${PORTNAME}-${PORTVERSION} XEXTRACT_SUFX= .tgz X XMAINTAINER= wenheping@gmail.com XCOMMENT= Extended HTTP Support X XLIB_DEPENDS+= curl.4:${PORTSDIR}/ftp/curl X XUSE_PHP= yes XUSE_PHPEXT= yes X XCONFIGURE_ARGS+= --with-http-curl-requests \ X --with-http-zlib-compression \ X --with-http-magic-mime X X.include END-of-pecl-http/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: