HTTP server class that allows you to easily implement HTTP servers 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. WWW: http://pear.php.net/package/HTTP_Server/
Responsible Changed From-To: freebsd-ports-bugs->miwi I'll take it.
State Changed From-To: open->closed New port added. Thanks!
miwi 2006-11-23 12:28:11 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/pear-HTML_AJAX Makefile distinfo pkg-descr Log: HTTP server class that allows you to easily implement HTTP servers 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. WWW: http://pear.php.net/package/HTTP_Server/ PR: ports/105737 Submitted by: Simun Mikecin <numisemis at yahoo.com> Revision Changes Path 1.1612 +1 -0 ports/www/Makefile 1.1 +76 -0 ports/www/pear-HTML_AJAX/Makefile (new) 1.1 +3 -0 ports/www/pear-HTML_AJAX/distinfo (new) 1.1 +5 -0 ports/www/pear-HTML_AJAX/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"