From 0e604e20d811ac7d720cdbcb91c56e65056c7884 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 25 Nov 2010 18:16:39 +0100 Subject: [PATCH] TwistedWeb: add autoreconf support Signed-off-by: Stephan Raue --- packages/python/web/TwistedWeb/meta | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/python/web/TwistedWeb/meta b/packages/python/web/TwistedWeb/meta index 431b270863..a3dce97c17 100644 --- a/packages/python/web/TwistedWeb/meta +++ b/packages/python/web/TwistedWeb/meta @@ -12,3 +12,5 @@ PKG_SECTION="python/web" PKG_SHORTDESC="TwistedWeb: An event-based networking framework for Internet applications" PKG_LONGDESC="Twisted is an event-based framework for Internet applications. It includes a Web server, an SMTP/POP3 server, a telnet server, an SSH server, an IRC server, a DNS server, a generic client/server pair for remote object access (Perspective Broker), and APIs for creating new protocols. It supports integration with GTK+, GTK+ 2, Qt, Tkinter, wxPython, Mac OS X (PyObjC) and Win32 event loops. It also supports TCP, SSL and TLS, UDP, Unix sockets, multicast, and serial ports. Supported protocols include HTTP, FTP, SMTP, POP3, IMAP, TOC, OSCAR (AIM and ICQ), SSH, DNS, IRC, NNTP, Jabber, SOCKSv4, Telnet, SIP (for VoIP), and XML-RPC and SOAP using external packages. Most protocols are supported as both servers and clients." PKG_IS_ADDON="no" + +PKG_AUTORECONF="no"