| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
21 Jan 2012 17:40:15
0.5.6
|
eadler  |
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
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 |
19 Mar 2011 12:38:54
0.5.6
|
miwi  |
- Get Rid MD5 support |
19 Jun 2008 01:04:08
0.5.6
|
miwi  |
- Update to 0.5.6
PR: 124664
Submitted by: Wen heping <wenheping@gmail.com>
Approved by: maintainer |
26 Apr 2008 19:58:55
0.5.5
|
miwi  |
- Update to 0.5.5 |
12 Feb 2008 22:44:21
0.5.2
|
miwi  |
- Update to 0.5.2
PR: 120550
Submitted by: Simun Mikecin <numisemis@yahoo.com> (maintainer) |
25 Jun 2007 18:22:37
0.5.0_1
|
miwi  |
- Add missing file
PR: 114011
Submitted by: Matthieu Michaud <ohmer@epita.info>
Approved by: maintainer |
12 Feb 2007 12:52:30
0.5.0
|
rafan  |
- Fix pkg-descr
PR: ports/108658
Submitted by: Neil Darlow <neil at darlow.co.uk>
Approved by: Simun Mikecin <numisemis at yahoo.com> (maintainer) |
23 Nov 2006 12:28:11
0.5.0
|
miwi  |
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> |