Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update my MAINTAINER address to sbz at FreeBSD.org. | Sofian Brabez | 2011-03-18 | 1 | -1/+1 |
| | | | | | | | Approved by: jadawin@ (mentor) Notes: svn path=/head/; revision=271244 | ||||
* | aspects is a lightweight approach to aspect oriented programming (AOP) in | Philippe Audeoud | 2009-02-04 | 5 | -0/+74 |
Python.The aspects.py library provides means to intercept function calls. Functions and methods (also in Python standard library and third party code) can be wrapped so that when they are called, the wrap is invoked first. WWW: http://www.cs.tut.fi/~ask/aspects/index.shtml PR: ports/131319 Submitted by: Sofian Brabez <sbrabez at gmail.com> Notes: svn path=/head/; revision=227603 |