Port details |
- py-terminado Terminals served to term.js using Tornado websockets
- 0.12.1 net
=0 0.12.1Version of this port present on the latest quarterly branch. - Maintainer: robak@FreeBSD.org
 - Port Added: 2015-06-22 16:58:14
- Last Update: 2021-11-22 09:18:27
- Commit Hash: 7383ee5
- Also Listed In: python
- License: BSD2CLAUSE
- Description:
- This is a Tornado websocket backend for the term.js terminal emulator library.
It evolved out of pyxterm, which was part of GraphTerm (as lineterm.py),
v0.57.0 (2014-07-18), and ultimately derived from the public-domain Ajaxterm
code, v0.11 (2008-11-13) (also on Github as part of QWeb).
WWW: https://github.com/takluyver/terminado
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}terminado>0:net/py-terminado@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/net/py-terminado/ && make install clean
- To add the package, run one of these commands:
- pkg install net/py-terminado
- pkg install py38-terminado
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.NOTE: This is a Python port. Instead of py38-terminado listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py38-terminado
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1637494950
SHA256 (terminado-0.12.1.tar.gz) = b20fd93cc57c1678c799799d117874367cc07a3d2d55be95205b1a88fa08393f
SIZE (terminado-0.12.1.tar.gz) = 14513
- 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:
-
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- Runtime dependencies:
-
- py38-ptyprocess>0 : sysutils/py-ptyprocess@py38
- py38-tornado>=4 : www/py-tornado@py38
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- This port is required by:
- for Build
-
- math/sage
- for Run
-
- devel/py-jupyter-server
- math/sage
- www/py-notebook
- Configuration Options:
- No options to configure
- Options name:
- net_py-terminado
- USES:
- python:3.6+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
22 Nov 2021 09:18:27 0.12.1
|
Bartek Rutkowski (robak)  |
net/py-terminado: Update 0.8.3 -> 0.12.1
Sponsored by: Pixeware LTD <contracting@pixeware.com> |
07 Apr 2021 08:09:01 0.8.3
|
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 0.8.3
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
28 Dec 2020 23:02:15
0.8.3
|
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
24 Jan 2020 15:52:06
0.8.3
|
robak  |
net/py-terminado: update 0.8.2 -> 0.8.3
Submitted by: Bartek Rutkowski <contact@robakdesign.com>
Sponsored by: Pixeware LTD <contracting@pixeware.com> |
01 Apr 2019 16:41:13
0.8.2
|
robak  |
net/py-terminado: Update 0.8.1 -> 0.8.2
Submitted by: Bartek Rutkowski <contracting@pixeware.com>
Sponsored by: Pixeware LTD <contracting@pixeware.com> |
20 Jun 2018 17:05:44
0.8.1
|
mat  |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
02 Mar 2018 18:52:30
0.8.1
|
sunpoet  |
Update to 0.8.1
- Add NO_ARCH
- While I'm here, add LICENSE_FILE
Changes: https://github.com/jupyter/terminado/releases
PR: 225550
Submitted by: John W. O'Brien <john@saltant.com>
Approved by: maintainer (timeout, 1 month) |
30 Nov 2017 15:50:34
0.6 
|
mat  |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
01 Apr 2016 14:16:20
0.6
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
11 Jan 2016 16:16:59
0.6
|
robak  |
net/py-terminado: update 0.5 -> 0.6 |
22 Jun 2015 16:58:05
0.5
|
robak  |
net/py-terminado: NEW PORT - Terminals served to term.js using Tornado
websockets
This is a Tornado websocket backend for the term.js terminal emulator library.
It evolved out of pyxterm, which was part of GraphTerm (as lineterm.py),
v0.57.0 (2014-07-18), and ultimately derived from the public-domain Ajaxterm
code, v0.11 (2008-11-13) (also on Github as part of QWeb).
WWW: https://github.com/takluyver/terminado
Submitted by: robak@FreeBSD.org |