Port details |
- py-tornado6 Python Web Server from FriendFeed
- 6.1 www
=0 6.1Version of this port present on the latest quarterly branch.
- DEPRECATED: Use www/py-tornado instead
This port expired on: 2021-01-31
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2019-03-17 19:31:39
- Last Update: 2021-01-31 11:58:21
- SVN Revision: 563487
- Also Listed In: python
- License: APACHE20
- WWW:
- https://www.tornadoweb.org/
- Description:
- 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.
WWW: https://www.tornadoweb.org/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}tornado6>0:www/py-tornado6@${PY_FLAVOR}
- Conflicts:
- CONFLICTS_INSTALL:
- py37-tornado
- py37-tornado4
- No installation instructions:
- This port has been deleted.
- PKGNAME: py37-tornado6
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1605426501
SHA256 (tornado-6.1.tar.gz) = 33c6e81d7bd55b468d2e793517c909b139960b6c790a60b7991b9b6b76fb9791
SIZE (tornado-6.1.tar.gz) = 497359
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py37-setuptools>0 : devel/py-setuptools@py37
- python3.7 : lang/python37
- Runtime dependencies:
-
- py37-setuptools>0 : devel/py-setuptools@py37
- python3.7 : lang/python37
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- USES:
- dos2unix python:3.5+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Port Moves |
- port moved to www/py-tornado on 2021-01-31
REASON: Has expired: Use www/py-tornado instead
|
Number of commits found: 13
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
6.1 31 Jan 2021 11:58:21 |
sunpoet |
Remove expired www/py-tornado6 |
6.1 26 Jan 2021 19:24:19 |
sunpoet |
Mark DEPRECATED and set EXPIRATION_DATE to 2021-01-31 |
6.1 24 Dec 2020 13:46:02 |
kai |
Relax hardcoded paths to fix build with Python 3.8.7
Since r558913 Python 3.8 incorporates BPO-42604 [1] which changed the
shared libs naming scheme. This means "EXT_SUFFIX" is now derived from
SOABI and yields with Python 3.8 to ".cpython-38.so" instead of ".so".
The affected ports strip the libaries in the "post-install" target via
hardcoded path(s) and the build fails at the end because the new extension
is not expected at this place.
Remedy the issue by adding wildcards to these paths. This should also
prepare the ports for future Python releases, which will use the new shared
libs naming scheme.
[1] https://bugs.python.org/issue42604
PR: 252057
Reported by: John Kennedy
Reviewed by: fluffy, koobs
Approved by: koobs (python) |
6.1 15 Nov 2020 18:07:38 |
sunpoet |
Update to 6.1
- Update WWW
Changes: https://www.tornadoweb.org/en/stable/releases.html |
6.0.4 04 Mar 2020 16:17:06 |
sunpoet |
Update to 6.0.4
- Use USES=dos2unix to convert CRLF to LF
Changes: https://www.tornadoweb.org/en/stable/releases.html |
6.0.3 01 Mar 2020 18:19:04 |
sunpoet |
Update CONFLICTS_INSTALL
- Use CONFLICTS_INSTALL instead of CONFLICTS
It only conflicts with tornado 4.x and 5.x of same Python version. |
6.0.3 01 Mar 2020 06:48:40 |
sunpoet |
Convert to test framework
- Strip speedups.so directly |
6.0.3 21 Jul 2019 20:49:01 |
sunpoet |
Take maintainership |
6.0.3 18 Jul 2019 23:12:21 |
gblach |
Drop maintainership |
6.0.3 18 Jul 2019 22:24:26 |
gblach |
Update to 6.0.3 |
6.0.2 24 Mar 2019 11:43:25 |
gblach |
Update to 6.0.2 |
6.0.1 17 Mar 2019 19:45:12 |
antoine |
Fix PKGBASE collision |
6.0.1 17 Mar 2019 19:31:25 |
gblach |
- Add new port: www/py-tornado6
- In www/py-tornado: Add conflict with py-tornado6
- In www/py-tornado4: Add conflict with py-tornado6 |
Number of commits found: 13
|