diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2004-11-01 21:42:37 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2004-11-01 21:42:37 +0000 |
commit | 37646c4dee23001f134c302e937269db7222df21 (patch) | |
tree | 84e3218cf2f07b0bf3747df0bb0121a0237f256b /www | |
parent | a78043458c2a4865726a2f66b9d84a540019e233 (diff) | |
download | pkgsrc-37646c4dee23001f134c302e937269db7222df21.tar.gz |
Add pear-HTTP_Request-1.2 - PHP classes to provides an easy way to perform
HTTP requests.
Courtesy of pkgsrc-wip.
Diffstat (limited to 'www')
-rw-r--r-- | www/pear-HTTP_Request/DESCR | 2 | ||||
-rw-r--r-- | www/pear-HTTP_Request/Makefile | 14 | ||||
-rw-r--r-- | www/pear-HTTP_Request/PLIST | 1 | ||||
-rw-r--r-- | www/pear-HTTP_Request/distinfo | 4 |
4 files changed, 21 insertions, 0 deletions
diff --git a/www/pear-HTTP_Request/DESCR b/www/pear-HTTP_Request/DESCR new file mode 100644 index 00000000000..5c890dcf6c4 --- /dev/null +++ b/www/pear-HTTP_Request/DESCR @@ -0,0 +1,2 @@ +Supports GET/POST/HEAD/TRACE/PUT/DELETE, Basic authentication, Proxy, +Proxy Authentication, SSL, file uploads etc. diff --git a/www/pear-HTTP_Request/Makefile b/www/pear-HTTP_Request/Makefile new file mode 100644 index 00000000000..9cace0ef131 --- /dev/null +++ b/www/pear-HTTP_Request/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/11/01 21:42:37 jdolecek Exp $ + +DISTNAME= HTTP_Request-1.2 +#CATEGORIES= www + +MAINTAINER= jdolecek@NetBSD.org +HOMEPAGE= http://pear.php.net/package/HTTP_Request +COMMENT= PHP classes to provides an easy way to perform HTTP requests + +DEPENDS+= pear-Net_URL>=1.0:../../net/pear-Net_URL + +.include "../../net/pear-Net_Socket/buildlink3.mk" +.include "../../lang/php/pear.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/pear-HTTP_Request/PLIST b/www/pear-HTTP_Request/PLIST new file mode 100644 index 00000000000..414ba9018a0 --- /dev/null +++ b/www/pear-HTTP_Request/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/11/01 21:42:37 jdolecek Exp $ diff --git a/www/pear-HTTP_Request/distinfo b/www/pear-HTTP_Request/distinfo new file mode 100644 index 00000000000..576bc168ce3 --- /dev/null +++ b/www/pear-HTTP_Request/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/11/01 21:42:37 jdolecek Exp $ + +SHA1 (HTTP_Request-1.2.tgz) = 9cffc219a05e606091988c6278d5293196a764e5 +Size (HTTP_Request-1.2.tgz) = 11856 bytes |