cvs commit: ports/www Makefile ports/www/pear-HTTP_Request2 Makefile distinfo pkg-descr

Thomas Abthorpe tabthorpe at FreeBSD.org
Mon Jan 26 11:32:43 PST 2009


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)


More information about the cvs-ports mailing list