Summary: | New port: devel/py25-aspects: Lightweight aspect oriented programming library for Python | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Sofian Brabez <sbrabez> | ||||
Component: | Individual Port(s) | Assignee: | Philippe Audeoud <jadawin> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Sofian Brabez
2009-02-02 23:50:00 UTC
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! |