Here the .shar file as attachement to add aspects to the port tree (devel category) 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. Features: =========== * Aspect Oriented Programming in Python Requirements: =============== * Python 2.5 and later Author: ========= Antti Kervinen WWW: http://www.cs.tut.fi/~ask/aspects/index.shtml Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->jadawin I'll take it.
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) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed New port added. Thanks!