aboutsummaryrefslogtreecommitdiff
path: root/www/pear-HTML_AJAX
Commit message (Collapse)AuthorAgeFilesLines
* Convert to USES=pearBaptiste Daroussin2014-09-261-7/+2
| | | | Notes: svn path=/head/; revision=369314
* Stage support for non-IGNORED pear classesAntoine Brodin2013-11-251-1/+0
| | | | | | | | Tested by: poudriere Approved by: portmgr (bapt) Notes: svn path=/head/; revision=334871
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | www) Notes: svn path=/head/; revision=327776
* - Trim headerMartin Wilke2013-03-151-79/+3
| | | | | | | - Convert to PEAR_AUTOINSTALL Notes: svn path=/head/; revision=314231
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450Eitan Adler2012-01-211-1/+1
| | | | | | | | | | | | | ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr Notes: svn path=/head/; revision=289563
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - Update to 0.5.6Martin Wilke2008-06-192-4/+16
| | | | | | | | | PR: 124664 Submitted by: Wen heping <wenheping@gmail.com> Approved by: maintainer Notes: svn path=/head/; revision=215219
* - Update to 0.5.5Martin Wilke2008-04-262-4/+10
| | | | Notes: svn path=/head/; revision=212047
* - Update to 0.5.2Martin Wilke2008-02-122-5/+4
| | | | | | | | PR: 120550 Submitted by: Simun Mikecin <numisemis@yahoo.com> (maintainer) Notes: svn path=/head/; revision=207105
* - Add missing fileMartin Wilke2007-06-251-1/+2
| | | | | | | | | PR: 114011 Submitted by: Matthieu Michaud <ohmer@epita.info> Approved by: maintainer Notes: svn path=/head/; revision=194251
* - Fix pkg-descrRong-En Fan2007-02-121-4/+3
| | | | | | | | | PR: ports/108658 Submitted by: Neil Darlow <neil at darlow.co.uk> Approved by: Simun Mikecin <numisemis at yahoo.com> (maintainer) Notes: svn path=/head/; revision=184996
* HTTP server class that allows you to easily implement HTTP servers by supplyingMartin Wilke2006-11-233-0/+84
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> Notes: svn path=/head/; revision=177891