Bug 130293 - [NEW PORT]www/pear-HTTP_Request2:PEAR classes providing an easy way to perform HTTP requests
Summary: [NEW PORT]www/pear-HTTP_Request2:PEAR classes providing an easy way to perfor...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Thomas Abthorpe
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-08 11:10 UTC by wenheping
Modified: 2009-01-26 19:40 UTC (History)
0 users

See Also:


Attachments
file.shar (3.07 KB, text/plain)
2009-01-08 11:10 UTC, wenheping
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description wenheping 2009-01-08 11:10:01 UTC
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/

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-01-08 11:10:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 Thomas Abthorpe freebsd_committer freebsd_triage 2009-01-24 19:12:57 UTC
Responsible Changed
From-To: miwi->tabthorpe

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2009-01-26 19:32:58 UTC
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)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Thomas Abthorpe freebsd_committer freebsd_triage 2009-01-26 19:33:14 UTC
State Changed
From-To: open->closed

New port added. Thanks!