notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
py-tornado6 Python Web Server from FriendFeed
6.1 www Deleted on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 6.1Version of this port present on the latest quarterly branch.
Deprecated DEPRECATED: Use www/py-tornado instead
Expired This port expired on: 2021-01-31
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
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/
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

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
Conflicts Matches:
There are no Conflicts Matches for this port. This is usually an error.
No installation instructions:
This port has been deleted.
PKGNAME: py37-tornado6
Package flavors (<flavor>: <package>)
  • py37: py37-tornado6
distinfo:
TIMESTAMP = 1605426501 SHA256 (tornado-6.1.tar.gz) = 33c6e81d7bd55b468d2e793517c909b139960b6c790a60b7991b9b6b76fb9791 SIZE (tornado-6.1.tar.gz) = 497359

Packages (timestamps in pop-ups are UTC):
py37-tornado6
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--6.1---6.1-
FreeBSD:13:quarterly--------
FreeBSD:14:latest--------
FreeBSD:14:quarterly--------
FreeBSD:15:latest--n/a-n/a---
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py37-setuptools>0 : devel/py-setuptools@py37
  2. python3.7 : lang/python37
Runtime dependencies:
  1. py37-setuptools>0 : devel/py-setuptools@py37
  2. 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:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/t/tornado/
  2. https://pypi.org/packages/source/t/tornado/
Collapse this list.
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)
CommitCreditsLog message
6.1
31 Jan 2021 11:58:21
Revision:563487Original commit files touched by this commit
sunpoet search for other commits by this committer
Remove expired www/py-tornado6
6.1
26 Jan 2021 19:24:19
Revision:562986Original commit files touched by this commit
sunpoet search for other commits by this committer
Mark DEPRECATED and set EXPIRATION_DATE to 2021-01-31
6.1
24 Dec 2020 13:46:02
Revision:559094Original commit files touched by this commit
kai search for other commits by this committer
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
Revision:555352Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 6.1

- Update WWW

Changes:	https://www.tornadoweb.org/en/stable/releases.html
6.0.4
04 Mar 2020 16:17:06
Revision:527775Original commit files touched by this commit
sunpoet search for other commits by this committer
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
Revision:527583Original commit files touched by this commit
sunpoet search for other commits by this committer
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
Revision:527508Original commit files touched by this commit
sunpoet search for other commits by this committer
Convert to test framework

- Strip speedups.so directly
6.0.3
21 Jul 2019 20:49:01
Revision:507103Original commit files touched by this commit
sunpoet search for other commits by this committer
Take maintainership
6.0.3
18 Jul 2019 23:12:21
Revision:506883Original commit files touched by this commit
gblach search for other commits by this committer
Drop maintainership
6.0.3
18 Jul 2019 22:24:26
Revision:506879Original commit files touched by this commit
gblach search for other commits by this committer
Update to 6.0.3
6.0.2
24 Mar 2019 11:43:25
Revision:496719Original commit files touched by this commit
gblach search for other commits by this committer
Update to 6.0.2
6.0.1
17 Mar 2019 19:45:12
Revision:496104Original commit files touched by this commit
antoine search for other commits by this committer
Fix PKGBASE collision
6.0.1
17 Mar 2019 19:31:25
Revision:496103Original commit files touched by this commit
gblach search for other commits by this committer
- 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