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
This commit is contained in:
Bartek Rutkowski 2015-06-22 16:58:05 +00:00
parent 60d538c1dc
commit db6a6b4db7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=390302
4 changed files with 30 additions and 0 deletions

View file

@ -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

20
net/py-terminado/Makefile Normal file
View file

@ -0,0 +1,20 @@
# $FreeBSD$
PORTNAME= terminado
PORTVERSION= 0.5
CATEGORIES= net python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= robak@FreeBSD.org
COMMENT= Terminals served to term.js using Tornado websockets
LICENSE= BSD2CLAUSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ptyprocess>0:${PORTSDIR}/sysutils/py-ptyprocess \
${PYTHON_PKGNAMEPREFIX}tornado>0:${PORTSDIR}/www/py-tornado
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (terminado-0.5.tar.gz) = 63e893eff1ba84f1ee7c4bfcca7676ba1de6394538bb9aa80cbbc8866cb875b6
SIZE (terminado-0.5.tar.gz) = 10491

View file

@ -0,0 +1,7 @@
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