2012-10-05 13:12:49 +02:00
|
|
|
# $NetBSD: Makefile,v 1.4 2012/10/05 11:12:49 asau Exp $
|
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, basic and digest
authentication, cookies, proxies, gzip and deflate encodings, monitoring
the request progress with Observers...
2009-11-10 00:21:54 +01:00
|
|
|
#
|
|
|
|
|
2012-06-04 02:05:10 +02:00
|
|
|
DISTNAME= HTTP_Request2-2.1.1
|
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, basic and digest
authentication, cookies, proxies, gzip and deflate encodings, monitoring
the request progress with Observers...
2009-11-10 00:21:54 +01:00
|
|
|
CATEGORIES= www
|
|
|
|
MASTER_SITES= http://download.pear.php.net/package/
|
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
|
|
HOMEPAGE= http://download.pear.php.net/package/
|
|
|
|
COMMENT= Provides an easy way to perform HTTP requests
|
2012-06-04 02:05:10 +02:00
|
|
|
LICENSE= 2-clause-bsd
|
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, basic and digest
authentication, cookies, proxies, gzip and deflate encodings, monitoring
the request progress with Observers...
2009-11-10 00:21:54 +01:00
|
|
|
|
|
|
|
DEPENDS+= ${PHP_PKG_PREFIX}-pear-Net_URL2>=0.2.0:../../wip/pear-Net_URL2
|
|
|
|
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
|
|
|
|
.include "../../lang/php/pear.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|