# $Id: Portfile,v 1.9 2003/03/03 06:18:09 mij Exp $ PortSystem 1.0 name twisted version 1.0.0 revision 0 categories devel net python maintainers jpm@opendarwin.org description Event-based Python framework for internet apps long_description \ Twisted is an event-based framework for internet applications. It \ includes a web server, a telnet server, a chat server, a news \ server, a generic client and server for remote object access, and \ APIs for creating new protocols and services. Twisted supports \ integration of the Tk, GTK+, Qt or wxPython event loop with its main \ event loop. The Win32 event loop is also supported, as is basic \ support for running servers on top of Jython. Twisted works with \ Python 2.1 and Python 2.2. Twisted even supports the CVS versions of \ Python, so it is ready for Python 2.3. homepage http://twistedmatrix.com/ platforms darwin master_sites http://twisted.sourceforge.net/ checksums md5 2576b92f122c793cef669b71b5552456 distname Twisted-${version} worksrcdir Twisted-${version} depends_build bin:python:python configure {} build {} build.cmd python setup.py install --prefix=${destroot}${prefix} install.destroot {} post-install { # remind user to define/add installed path to python path ui_msg "\nbe sure the install path is included in your python path:" ui_msg "setenv PYTHONPATH \$PYTHONPATH:${prefix}/lib/python2.2/site-packages\n" }