1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/devel/py-twisted/pkg-descr
Doug Barton 989772c9ac The vast majority of pkg-descr files had the following format when they
had both lines:

Author: ...
WWW: ....

So standardize on that, and move them to the end of the file when necessary.

Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.

s/AUTHOR/Author/

A few other various formatting issues
2011-10-24 09:11:38 +00:00

13 lines
578 B
Plaintext

From the README:
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 is based on an unconventional and somewhat Twisted design philosophy.
WWW: http://twistedmatrix.com/