aboutsummaryrefslogtreecommitdiff
path: root/www/pear-HTTP_Request2
Commit message (Collapse)AuthorAgeFilesLines
* Stage support for non-IGNORED pear classesAntoine Brodin2013-11-251-1/+0
| | | | | | | | Tested by: poudriere Approved by: portmgr (bapt) Notes: svn path=/head/; revision=334871
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | www) Notes: svn path=/head/; revision=327776
* Convert miwi's ports to new Options frameworkBaptiste Daroussin2012-12-171-13/+10
| | | | | | | | | | While here fix some consistency in PEAR options name bumped revision of net/icpld and net/ipsumdump because IPV6 is now on Approved by: miwi (maintainer) Notes: svn path=/head/; revision=309053
* - Update to 2.1.1Martin Wilke2012-05-032-3/+3
| | | | | | | | PR: 166985 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Notes: svn path=/head/; revision=295938
* - Update to 2.0.0Martin Wilke2011-10-232-4/+5
| | | | Notes: svn path=/head/; revision=284188
* Update to 2.0.0RC2Martin Matuska2011-10-142-21/+4
| | | | | | | | | Switch to PEAR_AUTOINSTALL Approved by: miwi (maintainer, private chat) Notes: svn path=/head/; revision=283507
* - Update to 0.6.0Martin Wilke2011-02-262-4/+3
| | | | Notes: svn path=/head/; revision=269781
* - Update to 0.5.2Martin Wilke2010-04-252-4/+4
| | | | Notes: svn path=/head/; revision=253212
* - Update to 0.5.1Martin Wilke2009-12-182-4/+4
| | | | Notes: svn path=/head/; revision=246201
* - Update to 0.5.0Martin Wilke2009-11-192-4/+4
| | | | Notes: svn path=/head/; revision=244486
* - Update to 0.4.1Martin Wilke2009-09-302-4/+4
| | | | Notes: svn path=/head/; revision=242275
* - Take over maintainershipMartin Wilke2009-08-221-1/+1
| | | | | | | Approved by: Wen Heping (maintainer) Notes: svn path=/head/; revision=240144
* - Update to 0.4.0Martin Wilke2009-05-092-4/+4
| | | | | | | | PR: 134224 Submitted by: Wen Heping <wenheping@gmail.com> (maintainer) Notes: svn path=/head/; revision=233489
* - Update to 0.3.0Martin Wilke2009-03-202-4/+4
| | | | | | | Approved by: maintainer implicit Notes: svn path=/head/; revision=230498
* PHP5 rewrite of HTTP_Request package. Provides cleaner API and pluggableThomas Abthorpe2009-01-263-0/+70
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> Notes: svn path=/head/; revision=226916