Date: Wed, 4 Feb 2009 09:55:27 +0000 (UTC) From: Philippe Audeoud <jadawin@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/py-aspects Makefile distinfo pkg-descr pkg-plist ports/devel/py-aspects/files pkg-message.in Message-ID: <200902040955.n149tRxO095306@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jadawin 2009-02-04 09:55:27 UTC
FreeBSD ports repository
Modified files:
devel Makefile
Added files:
devel/py-aspects Makefile distinfo pkg-descr pkg-plist
devel/py-aspects/files pkg-message.in
Log:
aspects is a lightweight approach to aspect oriented programming (AOP) in
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>
Revision Changes Path
1.3355 +1 -0 ports/devel/Makefile
1.1 +46 -0 ports/devel/py-aspects/Makefile (new)
1.1 +3 -0 ports/devel/py-aspects/distinfo (new)
1.1 +8 -0 ports/devel/py-aspects/files/pkg-message.in (new)
1.1 +6 -0 ports/devel/py-aspects/pkg-descr (new)
1.1 +11 -0 ports/devel/py-aspects/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902040955.n149tRxO095306>
