Date: Tue, 15 Mar 2011 07:55:55 +0000 (UTC) From: Wen Heping <wen@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/py-async Makefile distinfo pkg-descr pkg-plist Message-ID: <201103150755.p2F7ttiv096110@repoman.freebsd.org>
index | next in thread | raw e-mail
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)
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201103150755.p2F7ttiv096110>
