| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
21 Jan 2012 17:40:15
1.0.3
|
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 |
03 Jul 2011 14:59:23
1.0.3
|
ohauer  |
-remove MD5 |
04 Nov 2010 09:59:58
1.0.3
|
miwi  |
- Update to 1.0.3 |
27 Apr 2007 15:39:05
1.0.2
|
miwi  |
- Update to 1.0.2 |
26 Dec 2006 20:47:48
1.0.1
|
miwi  |
Console_Color::convert to transform colorcodes like %r into ANSI
control codes. print Console_Color::convert("%rHello World!%n"); would print
"Hello World" in red, for example.
WWW: http://pear.php.net/package/Console_Color/
Submitted by: Martin Wilke <miwi at FreeBSD.org> |