wen         2011-03-15 07:55:55 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/py-async       Makefile distinfo pkg-descr pkg-plist 
  Log:
  Async is one more attempt to make the definition and execution of asynchronous
  interdependent operations easy. For that to work, you may define tasks which
  communicate with each other by channels. Channels transfer items, which is 
very
  similar to bytes flowing through pipes uses in inter-process communication.
  Items will only be generated on demand, that is when you read from the
  respective output channel.
  
  WWW: http://packages.python.org/async/intro.html
  
  Revision  Changes    Path
  1.4273    +1 -0      ports/devel/Makefile
  1.1       +20 -0     ports/devel/py-async/Makefile (new)
  1.1       +2 -0      ports/devel/py-async/distinfo (new)
  1.1       +8 -0      ports/devel/py-async/pkg-descr (new)
  1.1       +67 -0     ports/devel/py-async/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