Date: Mon, 26 Jan 2009 19:32:43 +0000 (UTC) From: Thomas Abthorpe <tabthorpe@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www Makefile ports/www/pear-HTTP_Request2 Makefile distinfo pkg-descr Message-ID: <200901261932.n0QJWh6Z069206@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
tabthorpe 2009-01-26 19:32:43 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/pear-HTTP_Request2 Makefile distinfo pkg-descr Log: PHP5 rewrite of HTTP_Request package. Provides cleaner API and pluggable Adapters. Currently available are: * Socket adapter, based on old HTTP_Request code, * Curl adapter, wraps around PHP's cURL extension, * Mock adapter, to use for testing packages dependent on HTTP_Request2. Supports POST requests with data and file uploads, authentication, cookies, proxies, gzip and deflate encodings, monitoring the request progress with Observers. WWW: http://pear.php.net/package/HTTP_Request2/ PR: ports/130293 Submitted by: Wen Heping <wenheping at gmail.com> Revision Changes Path 1.2247 +1 -0 ports/www/Makefile 1.1 +56 -0 ports/www/pear-HTTP_Request2/Makefile (new) 1.1 +3 -0 ports/www/pear-HTTP_Request2/distinfo (new) 1.1 +11 -0 ports/www/pear-HTTP_Request2/pkg-descr (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901261932.n0QJWh6Z069206>