pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/py-terminado



Module Name:    pkgsrc
Committed By:   markd
Date:           Sun Apr 23 03:53:24 UTC 2017

Added Files:
        pkgsrc/www/py-terminado: DESCR Makefile PLIST distinfo

Log Message:
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).


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/www/py-terminado/DESCR \
    pkgsrc/www/py-terminado/Makefile pkgsrc/www/py-terminado/PLIST \
    pkgsrc/www/py-terminado/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/www/py-terminado/DESCR
diff -u /dev/null pkgsrc/www/py-terminado/DESCR:1.1
--- /dev/null   Sun Apr 23 03:53:24 2017
+++ pkgsrc/www/py-terminado/DESCR       Sun Apr 23 03:53:24 2017
@@ -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).
Index: pkgsrc/www/py-terminado/Makefile
diff -u /dev/null pkgsrc/www/py-terminado/Makefile:1.1
--- /dev/null   Sun Apr 23 03:53:24 2017
+++ pkgsrc/www/py-terminado/Makefile    Sun Apr 23 03:53:24 2017
@@ -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@localhost
+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"
Index: pkgsrc/www/py-terminado/PLIST
diff -u /dev/null pkgsrc/www/py-terminado/PLIST:1.1
--- /dev/null   Sun Apr 23 03:53:24 2017
+++ pkgsrc/www/py-terminado/PLIST       Sun Apr 23 03:53:24 2017
@@ -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
Index: pkgsrc/www/py-terminado/distinfo
diff -u /dev/null pkgsrc/www/py-terminado/distinfo:1.1
--- /dev/null   Sun Apr 23 03:53:24 2017
+++ pkgsrc/www/py-terminado/distinfo    Sun Apr 23 03:53:24 2017
@@ -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



Home | Main Index | Thread Index | Old Index