Bug 148828 - [NEW PORT] net/py26-eventlet: Concurrent networking library for Python
Summary: [NEW PORT] net/py26-eventlet: Concurrent networking library for Python
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-22 01:10 UTC by gslin
Modified: 2010-08-22 04:50 UTC (History)
1 user (show)

See Also:


Attachments
py26-eventlet-0.9.9.shar (17.85 KB, text/plain)
2010-07-22 01:10 UTC, gslin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description gslin 2010-07-22 01:10:01 UTC
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
Comment 1 gslin 2010-07-22 08:45:14 UTC
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
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-08-22 04:42:05 UTC
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"
Comment 3 Li-Wen Hsu freebsd_committer freebsd_triage 2010-08-22 04:42:30 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!