Eventlet is a networking library written in Python. It achieves high scalability by using non-blocking io while at the same time retaining high programmer usability by using coroutines to make the non-blocking io operations appear blocking at the source code level. WWW: http://eventlet.net/ Generated with FreeBSD Port Tools 0.99
Hello, Please use http://colo-p.gslin.org/~gslin/tmp/py-eventlet.shar this file. On Thu, Jul 22, 2010 at 12:10:01AM +0000, FreeBSD-gnats-submit@FreeBSD.org wrote: > Thank you very much for your problem report. > It has the internal identification `ports/148828'. > The individual assigned to look at your > report is: freebsd-ports-bugs. > > You can access the state of your problem report at any time > via this link: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=148828 > > >Category: ports > >Responsible: freebsd-ports-bugs > >Synopsis: [NEW PORT] net/py26-eventlet: Concurrent networking library for Python > >Arrival-Date: Thu Jul 22 00:10:01 UTC 2010 -- * Gea-Suan Lin (public key: Using https://keyserver.pgp.com/ to search) * If you cannot convince them, confuse them. -- Harry S Truman
lwhsu 2010-08-22 03:41:56 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/py-eventlet Makefile distinfo pkg-descr pkg-plist Log: Add py-eventlet 0.9.9, concurrent networking library for Python. PR: ports/148828 Submitted by: Gea-Suan Lin <gslin at gslin.org> Revision Changes Path 1.2243 +1 -0 ports/net/Makefile 1.1 +22 -0 ports/net/py-eventlet/Makefile (new) 1.1 +3 -0 ports/net/py-eventlet/distinfo (new) 1.1 +6 -0 ports/net/py-eventlet/pkg-descr (new) 1.1 +229 -0 ports/net/py-eventlet/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, with minor changes. Thanks!