Bug 84585

Summary: New port: www/py-twistedWeb2 Twisted Web2 Server Framework
Product: Ports & Packages Reporter: Landon Fuller <landonf>
Component: Individual Port(s)Assignee: Vsevolod Stakhov <vsevolod>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
py-twistedWeb2.shar none

Description Landon Fuller 2005-08-05 19:10:14 UTC
	To quote http://twistedmatrix.com/projects/web2:
	Twisted.Web2 is the next generation Web Server Framework built with Twisted. Web2 is under active development and it's APIs should not be considered stable at this point.
Comment 1 Vsevolod Stakhov freebsd_committer freebsd_triage 2005-08-06 01:56:02 UTC
Responsible Changed
From-To: freebsd-ports-bugs->vsevolod

I'll handle this as this requires some addition to bsd.python.mk
Comment 2 Vsevolod Stakhov freebsd_committer freebsd_triage 2005-09-05 17:28:34 UTC
State Changed
From-To: open->closed

New port added with some modifications, thank you!
Comment 3 free.as.in.speech 2006-09-10 17:46:11 UTC
it seems to me that some subdirectories are missing in the port.

i have freebsd 6.1, i cvsupped ports on september 10, 2006 and did a
portinstall www/py-twistedWeb2.

all of these should be subdirectories of
/usr/local/lib/python2.4/site-packages/twisted/web2 after installation (at
least they're all part of twistedweb2, and i would expect them to be there):
 auth
 channel
 client
 dav
 filter
 scripts
 test
 topfiles

but only test and scripts are there.  that makes it hard to do:

>>> import twisted.web2.client

thanks!
brian