| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
21 Jan 2012 17:40:15
0.5a1_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 |
24 Dec 2010 00:23:38
0.5a1_3
|
wen  |
- Bump PORTREVISION since distinfo change. |
24 Dec 2010 00:18:36
0.5a1_2
|
wen  |
- Update MASTERSITE to fix fetch error
Reported by: QAT@
Thanks to: nivit@ |
21 Dec 2010 00:03:47
0.5a1_2
|
wen  |
- Fix fetch |
20 Dec 2010 06:37:27
0.5a1_2
|
wen  |
- Update to dev-r2686 and bump PORTREVISION
- Update my email to FreeBSD |
06 Jul 2009 07:04:19
0.5a1_1
|
miwi  |
- Distfile was rerolled to fix some doc stuff
- Add backup mirror
Reported by: erwin/pav/qat |
01 Jul 2009 09:02:19
0.5a1
|
miwi  |
PEAK-Rules is a highly-extensible framework for creating and using
generic functions, from the very simple to the very complex. Out of
the box, it supports multiple-dispatch on positional arguments using
tuples of types, full predicate dispatch using strings containing
Python expressions, and CLOS-like method combining. (But the framework
allows you to mix and match dispatch engines and custom method
combinations, if you need or want to.)
WWW: http://pypi.python.org/pypi/PEAK-Rules
PR: ports/135965
Submitted by: Wen Heping <wenheping at gmail.com> |