Bug 138802

Summary: New port: www/py-tornado
Product: Ports & Packages Reporter: khsing.cn
Component: Individual Port(s)Assignee: Yi-Jheng Lin <yzlin>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.shar none

Description khsing.cn 2009-09-14 07:20:01 UTC
Tornado is an open source version of this web server and some of the tools we
use most often at FriendFeed.

The framework is distinct from most mainstream web server frameworks (and 
certainly most Python frameworks) because it is non-blocking and reasonably 
fast. Because it is non-blocking and uses epoll, it can handle 1000s of 
simultaneous standing connections, which means the framework is ideal for 
real-time web services.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-09-14 07:20:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Yi-Jheng Lin freebsd_committer freebsd_triage 2009-09-18 02:58:03 UTC
Responsible Changed
From-To: freebsd-python->yzlin

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2009-10-03 04:21:29 UTC
yzlin       2009-10-03 03:21:14 UTC

  FreeBSD ports repository

  Modified files:
    www                  Makefile 
  Added files:
    www/py-tornado       Makefile distinfo pkg-descr pkg-plist 
  Log:
  Add py-tornado 0.1, python Web Server from FriendFeed.
  
  PR:             ports/138802
  Submitted by:   Guixing Bai<khsing.cn at gmail.com>
  Approved by:    rafan (co-mentor)
  
  Revision  Changes    Path
  1.2442    +1 -0      ports/www/Makefile
  1.1       +23 -0     ports/www/py-tornado/Makefile (new)
  1.1       +3 -0      ports/www/py-tornado/distinfo (new)
  1.1       +10 -0     ports/www/py-tornado/pkg-descr (new)
  1.1       +43 -0     ports/www/py-tornado/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 4 Yi-Jheng Lin freebsd_committer freebsd_triage 2009-10-03 04:22:18 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!