cvs commit: ports/devel Makefile ports/devel/py-async Makefile distinfo pkg-descr pkg-plist

Wen Heping wen at FreeBSD.org
Tue Mar 15 07:55:55 UTC 2011


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)


More information about the cvs-all mailing list