summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authormarkd <markd>2017-04-23 03:53:24 +0000
committermarkd <markd>2017-04-23 03:53:24 +0000
commit722d3de1bc49b1d42d6919aaf0fe8023801f7d35 (patch)
tree6a06d3595a8a346120d4a2b0570e049e33e804e1 /www
parentf48d43030f00b208509fb8617d19b3018d03ab97 (diff)
downloadpkgsrc-722d3de1bc49b1d42d6919aaf0fe8023801f7d35.tar.gz
Add py-terminado 0.6
This is a Tornado websocket backend for the term.js Javascript 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).
Diffstat (limited to 'www')
-rw-r--r--www/py-terminado/DESCR6
-rw-r--r--www/py-terminado/Makefile17
-rw-r--r--www/py-terminado/PLIST22
-rw-r--r--www/py-terminado/distinfo6
4 files changed, 51 insertions, 0 deletions
diff --git a/www/py-terminado/DESCR b/www/py-terminado/DESCR
new file mode 100644
index 00000000000..2353c61f254
--- /dev/null
+++ b/www/py-terminado/DESCR
@@ -0,0 +1,6 @@
+This is a Tornado websocket backend for the term.js Javascript 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).
diff --git a/www/py-terminado/Makefile b/www/py-terminado/Makefile
new file mode 100644
index 00000000000..8919696898d
--- /dev/null
+++ b/www/py-terminado/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2017/04/23 03:53:24 markd Exp $
+
+DISTNAME= terminado-0.6
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= www
+MASTER_SITES= ${MASTER_SITE_PYPI:=t/terminado/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= https://github.com/takluyver/terminado
+COMMENT= Terminals served to term.js using Tornado websockets
+LICENSE= 2-clause-bsd
+
+DEPENDS+= ${PYPKGPREFIX}-tornado>=4:../../www/py-tornado
+DEPENDS+= ${PYPKGPREFIX}-ptyprocess-[0-9]*:../../sysutils/py-ptyprocess
+
+.include "../../lang/python/distutils.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/www/py-terminado/PLIST b/www/py-terminado/PLIST
new file mode 100644
index 00000000000..44a5ca34101
--- /dev/null
+++ b/www/py-terminado/PLIST
@@ -0,0 +1,22 @@
+@comment $NetBSD: PLIST,v 1.1 2017/04/23 03:53:24 markd Exp $
+${PYSITELIB}/${EGG_FILE}
+${PYSITELIB}/terminado/__init__.py
+${PYSITELIB}/terminado/__init__.pyc
+${PYSITELIB}/terminado/__init__.pyo
+${PYSITELIB}/terminado/_static/terminado.js
+${PYSITELIB}/terminado/management.py
+${PYSITELIB}/terminado/management.pyc
+${PYSITELIB}/terminado/management.pyo
+${PYSITELIB}/terminado/tests/__init__.py
+${PYSITELIB}/terminado/tests/__init__.pyc
+${PYSITELIB}/terminado/tests/__init__.pyo
+${PYSITELIB}/terminado/tests/basic_test.py
+${PYSITELIB}/terminado/tests/basic_test.pyc
+${PYSITELIB}/terminado/tests/basic_test.pyo
+${PYSITELIB}/terminado/uimod_embed.js
+${PYSITELIB}/terminado/uimodule.py
+${PYSITELIB}/terminado/uimodule.pyc
+${PYSITELIB}/terminado/uimodule.pyo
+${PYSITELIB}/terminado/websocket.py
+${PYSITELIB}/terminado/websocket.pyc
+${PYSITELIB}/terminado/websocket.pyo
diff --git a/www/py-terminado/distinfo b/www/py-terminado/distinfo
new file mode 100644
index 00000000000..c3210154f7e
--- /dev/null
+++ b/www/py-terminado/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/04/23 03:53:24 markd Exp $
+
+SHA1 (terminado-0.6.tar.gz) = 5b2e42a23d6195474d320d4923c673866ccab07e
+RMD160 (terminado-0.6.tar.gz) = 7b3929171df11e12398e8b6b673d8f85ec4233bf
+SHA512 (terminado-0.6.tar.gz) = 9b9521917d4000aa45e61a1b88705e715f11686890671607cca81d4518f1e17feefdc2ad3de64dd0e053a6849956efbbd838c7b98d570dcc98a936c0a4cfce9c
+Size (terminado-0.6.tar.gz) = 10334 bytes