diff options
author | imil <imil@pkgsrc.org> | 2013-01-25 22:33:47 +0000 |
---|---|---|
committer | imil <imil@pkgsrc.org> | 2013-01-25 22:33:47 +0000 |
commit | e49328085398d9199d72c042f00b99bd839f3aab (patch) | |
tree | fa76a4f6d6fdce9ec417e1c8389f5136ae01c123 /www/py-tornado | |
parent | 2aebc6aa0d7619936312ebee1c8b96bef6e4bc19 (diff) | |
download | pkgsrc-e49328085398d9199d72c042f00b99bd839f3aab.tar.gz |
Initial import of py-tornado, version 2.4.1, into the NetBSD Packages
Collection.
Tornado is an open source version of the scalable, non-blocking web server and
tools that power FriendFeed. The FriendFeed application is written using a web
framework that looks a bit like web.py or Google's webapp, but with additional
tools and optimizations to take advantage of the underlying non-blocking
infrastructure.
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 or kqueue, it can handle
thousands of simultaneous standing connections, which means it is ideal for
real-time web services. We built the web server specifically to handle
FriendFeed's real-time features -- every active user of FriendFeed maintains
an open connection to the FriendFeed servers.
Diffstat (limited to 'www/py-tornado')
-rw-r--r-- | www/py-tornado/DESCR | 13 | ||||
-rw-r--r-- | www/py-tornado/Makefile | 25 | ||||
-rw-r--r-- | www/py-tornado/PLIST | 176 | ||||
-rw-r--r-- | www/py-tornado/distinfo | 5 |
4 files changed, 219 insertions, 0 deletions
diff --git a/www/py-tornado/DESCR b/www/py-tornado/DESCR new file mode 100644 index 00000000000..dcd9904ea8b --- /dev/null +++ b/www/py-tornado/DESCR @@ -0,0 +1,13 @@ +Tornado is an open source version of the scalable, non-blocking web server and +tools that power FriendFeed. The FriendFeed application is written using a web +framework that looks a bit like web.py or Google's webapp, but with additional +tools and optimizations to take advantage of the underlying non-blocking +infrastructure. + +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 or kqueue, it can handle +thousands of simultaneous standing connections, which means it is ideal for +real-time web services. We built the web server specifically to handle +FriendFeed's real-time features -- every active user of FriendFeed maintains +an open connection to the FriendFeed servers. diff --git a/www/py-tornado/Makefile b/www/py-tornado/Makefile new file mode 100644 index 00000000000..f7686b91eab --- /dev/null +++ b/www/py-tornado/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1 2013/01/25 22:33:47 imil Exp $ +# + +DISTNAME= tornado-2.4.1 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +CATEGORIES= www +MASTER_SITES= https://github.com/downloads/facebook/tornado/ + +MAINTAINER= imil@NetBSD.org +HOMEPAGE= http://www.tornadoweb.org/ +COMMENT= Fast and non-blocking web framework +LICENSE= apache-2.0 + +FETCH_USING= curl + +USE_PKGLOCALEDIR= yes + +REPLACE_PYTHON+= setup.py +REPLACE_PYTHON+= tornado/*.py +REPLACE_PYTHON+= tornado/platform/*.py +REPLACE_PYTHON+= tornado/test/*.py + +.include "../../lang/python/egg.mk" +.include "../../lang/python/application.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/py-tornado/PLIST b/www/py-tornado/PLIST new file mode 100644 index 00000000000..81ac74fcf70 --- /dev/null +++ b/www/py-tornado/PLIST @@ -0,0 +1,176 @@ +@comment $NetBSD: PLIST,v 1.1 2013/01/25 22:33:47 imil Exp $ +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt +${PYSITELIB}/tornado/__init__.py +${PYSITELIB}/tornado/__init__.pyc +${PYSITELIB}/tornado/__init__.pyo +${PYSITELIB}/tornado/auth.py +${PYSITELIB}/tornado/auth.pyc +${PYSITELIB}/tornado/auth.pyo +${PYSITELIB}/tornado/autoreload.py +${PYSITELIB}/tornado/autoreload.pyc +${PYSITELIB}/tornado/autoreload.pyo +${PYSITELIB}/tornado/ca-certificates.crt +${PYSITELIB}/tornado/curl_httpclient.py +${PYSITELIB}/tornado/curl_httpclient.pyc +${PYSITELIB}/tornado/curl_httpclient.pyo +${PYSITELIB}/tornado/database.py +${PYSITELIB}/tornado/database.pyc +${PYSITELIB}/tornado/database.pyo +${PYSITELIB}/tornado/escape.py +${PYSITELIB}/tornado/escape.pyc +${PYSITELIB}/tornado/escape.pyo +${PYSITELIB}/tornado/gen.py +${PYSITELIB}/tornado/gen.pyc +${PYSITELIB}/tornado/gen.pyo +${PYSITELIB}/tornado/httpclient.py +${PYSITELIB}/tornado/httpclient.pyc +${PYSITELIB}/tornado/httpclient.pyo +${PYSITELIB}/tornado/httpserver.py +${PYSITELIB}/tornado/httpserver.pyc +${PYSITELIB}/tornado/httpserver.pyo +${PYSITELIB}/tornado/httputil.py +${PYSITELIB}/tornado/httputil.pyc +${PYSITELIB}/tornado/httputil.pyo +${PYSITELIB}/tornado/ioloop.py +${PYSITELIB}/tornado/ioloop.pyc +${PYSITELIB}/tornado/ioloop.pyo +${PYSITELIB}/tornado/iostream.py +${PYSITELIB}/tornado/iostream.pyc +${PYSITELIB}/tornado/iostream.pyo +${PYSITELIB}/tornado/locale.py +${PYSITELIB}/tornado/locale.pyc +${PYSITELIB}/tornado/locale.pyo +${PYSITELIB}/tornado/netutil.py +${PYSITELIB}/tornado/netutil.pyc +${PYSITELIB}/tornado/netutil.pyo +${PYSITELIB}/tornado/options.py +${PYSITELIB}/tornado/options.pyc +${PYSITELIB}/tornado/options.pyo +${PYSITELIB}/tornado/platform/__init__.py +${PYSITELIB}/tornado/platform/__init__.pyc +${PYSITELIB}/tornado/platform/__init__.pyo +${PYSITELIB}/tornado/platform/auto.py +${PYSITELIB}/tornado/platform/auto.pyc +${PYSITELIB}/tornado/platform/auto.pyo +${PYSITELIB}/tornado/platform/common.py +${PYSITELIB}/tornado/platform/common.pyc +${PYSITELIB}/tornado/platform/common.pyo +${PYSITELIB}/tornado/platform/interface.py +${PYSITELIB}/tornado/platform/interface.pyc +${PYSITELIB}/tornado/platform/interface.pyo +${PYSITELIB}/tornado/platform/posix.py +${PYSITELIB}/tornado/platform/posix.pyc +${PYSITELIB}/tornado/platform/posix.pyo +${PYSITELIB}/tornado/platform/twisted.py +${PYSITELIB}/tornado/platform/twisted.pyc +${PYSITELIB}/tornado/platform/twisted.pyo +${PYSITELIB}/tornado/platform/windows.py +${PYSITELIB}/tornado/platform/windows.pyc +${PYSITELIB}/tornado/platform/windows.pyo +${PYSITELIB}/tornado/process.py +${PYSITELIB}/tornado/process.pyc +${PYSITELIB}/tornado/process.pyo +${PYSITELIB}/tornado/simple_httpclient.py +${PYSITELIB}/tornado/simple_httpclient.pyc +${PYSITELIB}/tornado/simple_httpclient.pyo +${PYSITELIB}/tornado/stack_context.py +${PYSITELIB}/tornado/stack_context.pyc +${PYSITELIB}/tornado/stack_context.pyo +${PYSITELIB}/tornado/template.py +${PYSITELIB}/tornado/template.pyc +${PYSITELIB}/tornado/template.pyo +${PYSITELIB}/tornado/test/README +${PYSITELIB}/tornado/test/__init__.py +${PYSITELIB}/tornado/test/__init__.pyc +${PYSITELIB}/tornado/test/__init__.pyo +${PYSITELIB}/tornado/test/auth_test.py +${PYSITELIB}/tornado/test/auth_test.pyc +${PYSITELIB}/tornado/test/auth_test.pyo +${PYSITELIB}/tornado/test/csv_translations/fr_FR.csv +${PYSITELIB}/tornado/test/curl_httpclient_test.py +${PYSITELIB}/tornado/test/curl_httpclient_test.pyc +${PYSITELIB}/tornado/test/curl_httpclient_test.pyo +${PYSITELIB}/tornado/test/escape_test.py +${PYSITELIB}/tornado/test/escape_test.pyc +${PYSITELIB}/tornado/test/escape_test.pyo +${PYSITELIB}/tornado/test/gen_test.py +${PYSITELIB}/tornado/test/gen_test.pyc +${PYSITELIB}/tornado/test/gen_test.pyo +${PYSITELIB}/tornado/test/gettext_translations/fr_FR/LC_MESSAGES/tornado_test.mo +${PYSITELIB}/tornado/test/gettext_translations/fr_FR/LC_MESSAGES/tornado_test.po +${PYSITELIB}/tornado/test/httpclient_test.py +${PYSITELIB}/tornado/test/httpclient_test.pyc +${PYSITELIB}/tornado/test/httpclient_test.pyo +${PYSITELIB}/tornado/test/httpserver_test.py +${PYSITELIB}/tornado/test/httpserver_test.pyc +${PYSITELIB}/tornado/test/httpserver_test.pyo +${PYSITELIB}/tornado/test/httputil_test.py +${PYSITELIB}/tornado/test/httputil_test.pyc +${PYSITELIB}/tornado/test/httputil_test.pyo +${PYSITELIB}/tornado/test/import_test.py +${PYSITELIB}/tornado/test/import_test.pyc +${PYSITELIB}/tornado/test/import_test.pyo +${PYSITELIB}/tornado/test/ioloop_test.py +${PYSITELIB}/tornado/test/ioloop_test.pyc +${PYSITELIB}/tornado/test/ioloop_test.pyo +${PYSITELIB}/tornado/test/iostream_test.py +${PYSITELIB}/tornado/test/iostream_test.pyc +${PYSITELIB}/tornado/test/iostream_test.pyo +${PYSITELIB}/tornado/test/locale_test.py +${PYSITELIB}/tornado/test/locale_test.pyc +${PYSITELIB}/tornado/test/locale_test.pyo +${PYSITELIB}/tornado/test/options_test.py +${PYSITELIB}/tornado/test/options_test.pyc +${PYSITELIB}/tornado/test/options_test.pyo +${PYSITELIB}/tornado/test/process_test.py +${PYSITELIB}/tornado/test/process_test.pyc +${PYSITELIB}/tornado/test/process_test.pyo +${PYSITELIB}/tornado/test/runtests.py +${PYSITELIB}/tornado/test/runtests.pyc +${PYSITELIB}/tornado/test/runtests.pyo +${PYSITELIB}/tornado/test/simple_httpclient_test.py +${PYSITELIB}/tornado/test/simple_httpclient_test.pyc +${PYSITELIB}/tornado/test/simple_httpclient_test.pyo +${PYSITELIB}/tornado/test/stack_context_test.py +${PYSITELIB}/tornado/test/stack_context_test.pyc +${PYSITELIB}/tornado/test/stack_context_test.pyo +${PYSITELIB}/tornado/test/static/robots.txt +${PYSITELIB}/tornado/test/template_test.py +${PYSITELIB}/tornado/test/template_test.pyc +${PYSITELIB}/tornado/test/template_test.pyo +${PYSITELIB}/tornado/test/templates/utf8.html +${PYSITELIB}/tornado/test/test.crt +${PYSITELIB}/tornado/test/test.key +${PYSITELIB}/tornado/test/testing_test.py +${PYSITELIB}/tornado/test/testing_test.pyc +${PYSITELIB}/tornado/test/testing_test.pyo +${PYSITELIB}/tornado/test/twisted_test.py +${PYSITELIB}/tornado/test/twisted_test.pyc +${PYSITELIB}/tornado/test/twisted_test.pyo +${PYSITELIB}/tornado/test/util_test.py +${PYSITELIB}/tornado/test/util_test.pyc +${PYSITELIB}/tornado/test/util_test.pyo +${PYSITELIB}/tornado/test/web_test.py +${PYSITELIB}/tornado/test/web_test.pyc +${PYSITELIB}/tornado/test/web_test.pyo +${PYSITELIB}/tornado/test/wsgi_test.py +${PYSITELIB}/tornado/test/wsgi_test.pyc +${PYSITELIB}/tornado/test/wsgi_test.pyo +${PYSITELIB}/tornado/testing.py +${PYSITELIB}/tornado/testing.pyc +${PYSITELIB}/tornado/testing.pyo +${PYSITELIB}/tornado/util.py +${PYSITELIB}/tornado/util.pyc +${PYSITELIB}/tornado/util.pyo +${PYSITELIB}/tornado/web.py +${PYSITELIB}/tornado/web.pyc +${PYSITELIB}/tornado/web.pyo +${PYSITELIB}/tornado/websocket.py +${PYSITELIB}/tornado/websocket.pyc +${PYSITELIB}/tornado/websocket.pyo +${PYSITELIB}/tornado/wsgi.py +${PYSITELIB}/tornado/wsgi.pyc +${PYSITELIB}/tornado/wsgi.pyo diff --git a/www/py-tornado/distinfo b/www/py-tornado/distinfo new file mode 100644 index 00000000000..45aa66f38c2 --- /dev/null +++ b/www/py-tornado/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2013/01/25 22:33:47 imil Exp $ + +SHA1 (tornado-2.4.1.tar.gz) = 9e985efa61137ed96bad08fa222b1216358b2f9c +RMD160 (tornado-2.4.1.tar.gz) = f43dcea81beb9735581c281eaf4752f77b148fd0 +Size (tornado-2.4.1.tar.gz) = 348198 bytes |