2014-10-15 23:28:01 +02:00
|
|
|
# $NetBSD: Makefile,v 1.2 2014/10/15 21:28:01 joerg Exp $
|
Import pear-HTTP_Request2-2.2.1 as www/pear-HTTP_Request2.
PHP5 rewrite of HTTP_Request package (with parts of HTTP_Client). Provides
cleaner API and pluggable Adapters:
* 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, managing cookies across requests, proxies, gzip and
deflate encodings, redirects, monitoring the request progress with Observers...
2014-10-08 11:54:28 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= HTTP_Request2-2.2.1
|
|
|
|
CATEGORIES+= www
|
|
|
|
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
|
|
COMMENT= PHP classes to provides an easy way to perform HTTP requests
|
|
|
|
LICENSE= modified-bsd
|
|
|
|
|
2014-10-15 23:28:01 +02:00
|
|
|
DEPENDS+= ${PHP_PKG_PREFIX}-pear-Net_URL2>=2.0.0:../../net/pear-Net_URL2
|
Import pear-HTTP_Request2-2.2.1 as www/pear-HTTP_Request2.
PHP5 rewrite of HTTP_Request package (with parts of HTTP_Client). Provides
cleaner API and pluggable Adapters:
* 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, managing cookies across requests, proxies, gzip and
deflate encodings, redirects, monitoring the request progress with Observers...
2014-10-08 11:54:28 +02:00
|
|
|
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
|
|
|
|
.include "../../lang/php/pear.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|