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)
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to