Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Feb 2005 12:42:49 +0000 (UTC)
From:      Edwin Groothuis <edwin@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/www Makefile ports/www/pear-HTTP_Client Makefile distinfo pkg-descr
Message-ID:  <200502021242.j12CgnEo035850@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
edwin       2005-02-02 12:42:49 UTC

  FreeBSD ports repository

  Modified files:
    www                  Makefile 
  Added files:
    www/pear-HTTP_Client Makefile distinfo pkg-descr 
  Log:
  NEW PORT: www/pear-HTTP_Client (High level HTTP class)
  
          This is my first port with code from PEAR, so I hope I got
          it right.  I based it off of www/pear-HTTP.
  
          The HTTP_Client class wraps around HTTP_Request and provides
          a higher level interface for performing multiple HTTP
          requests.
  
          Features:
          * Manages cookies and referrers between requests
          * Handles HTTP redirection
          * Has methods to set default headers and request parameters
          * Implements the Subject-Observer design pattern: the base class sends
            events to listeners that do the response processing.
  
  PR:             ports/76995
  Submitted by:   Joseph Scott <joseph@randomnetworks.com>
  
  Revision  Changes    Path
  1.1029    +1 -0      ports/www/Makefile
  1.1       +25 -0     ports/www/pear-HTTP_Client/Makefile (new)
  1.1       +2 -0      ports/www/pear-HTTP_Client/distinfo (new)
  1.1       +11 -0     ports/www/pear-HTTP_Client/pkg-descr (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502021242.j12CgnEo035850>