aboutsummaryrefslogtreecommitdiff
path: root/www/pear-HTTP_Server
Commit message (Collapse)AuthorAgeFilesLines
* Maintainer mailaddress mass changeEdwin Groothuis2006-04-151-1/+1
| | | | | | | | | | Maintainers mailaddress has changed, so the ports should be updated. PR: ports/95796 Submitted by: Gerrit Beine <gerrit.beine@gmx.de> Notes: svn path=/head/; revision=159577
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154308
* Remove pear ports obsolated by devel/pear and switchAlex Dupre2005-12-091-1/+1
| | | | | | | | | dependencies of all the other pear ports. Discussed with: thierry, antonio@php.net Notes: svn path=/head/; revision=150745
* Update to version 0.4.0.Thierry Thomas2005-01-152-3/+3
| | | | | | | | | | Changelog at <http://pear.php.net/package/HTTP_Server/download/>. PR: ports/76267 Submitted by: maintainer Notes: svn path=/head/; revision=126502
* Add pear-HTTP_Server, a class that allows you to easily implement HTTP serversPav Lucistnik2004-11-063-0/+32
by supplying callbacks. The base class will parse the request, call the appropriate callback and build a repsonse based on an array that the callbacks have to return. PR: ports/73613 Submitted by: Gerrit Beine <tux@pinguru.net> Notes: svn path=/head/; revision=120974