Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Jun 2015 16:58:05 +0000 (UTC)
From:      Bartek Rutkowski <robak@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r390302 - in head/net: . py-terminado
Message-ID:  <201506221658.t5MGw5rF071760@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: robak
Date: Mon Jun 22 16:58:05 2015
New Revision: 390302
URL: https://svnweb.freebsd.org/changeset/ports/390302

Log:
  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

Added:
  head/net/py-terminado/
  head/net/py-terminado/Makefile   (contents, props changed)
  head/net/py-terminado/distinfo   (contents, props changed)
  head/net/py-terminado/pkg-descr   (contents, props changed)
Modified:
  head/net/Makefile

Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile	Mon Jun 22 16:48:24 2015	(r390301)
+++ head/net/Makefile	Mon Jun 22 16:58:05 2015	(r390302)
@@ -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

Added: head/net/py-terminado/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/py-terminado/Makefile	Mon Jun 22 16:58:05 2015	(r390302)
@@ -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>

Added: head/net/py-terminado/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/py-terminado/distinfo	Mon Jun 22 16:58:05 2015	(r390302)
@@ -0,0 +1,2 @@
+SHA256 (terminado-0.5.tar.gz) = 63e893eff1ba84f1ee7c4bfcca7676ba1de6394538bb9aa80cbbc8866cb875b6
+SIZE (terminado-0.5.tar.gz) = 10491

Added: head/net/py-terminado/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/py-terminado/pkg-descr	Mon Jun 22 16:58:05 2015	(r390302)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506221658.t5MGw5rF071760>