diff options
author | robak <robak@FreeBSD.org> | 2015-06-23 00:58:05 +0800 |
---|---|---|
committer | robak <robak@FreeBSD.org> | 2015-06-23 00:58:05 +0800 |
commit | 0c6151653653745be8b29a50b1eea2d3c4d6798b (patch) | |
tree | 0aa8165905e0056b1e85aeb0d133950eea5ccd93 /net/Makefile | |
parent | d4bf9ad6668711cb8d379a60a5e46891bf94282a (diff) | |
download | freebsd-ports-gnome-0c6151653653745be8b29a50b1eea2d3c4d6798b.tar.gz freebsd-ports-gnome-0c6151653653745be8b29a50b1eea2d3c4d6798b.tar.zst freebsd-ports-gnome-0c6151653653745be8b29a50b1eea2d3c4d6798b.zip |
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
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index ede96366844a..eb27ec6e9fbc 100644 --- a/net/Makefile +++ b/net/Makefile @@ -958,6 +958,7 @@ SUBDIR += py-soapy SUBDIR += py-speedtest-cli SUBDIR += py-suds + SUBDIR += py-terminado SUBDIR += py-tofu SUBDIR += py-tweepy SUBDIR += py-twistedPair |