Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Jul 2008 22:05:35 GMT
From:      Wen heping <wenheping@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/125909: [NEW PORT]www/pecl-http:Extended HTTP Support
Message-ID:  <200807232205.m6NM5ZjJ098665@www.freebsd.org>
Resent-Message-ID: <200807232210.m6NMA1HD026806@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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 <wenheping@gmail.com>
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 <bsd.port.mk>
END-of-pecl-http/Makefile
exit



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200807232205.m6NM5ZjJ098665>