Date: Sun, 8 Jul 2018 00:10:08 +0000 (UTC) From: Li-Wen Hsu <lwhsu@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r474146 - in head/graphics: . py-termtosvg Message-ID: <201807080010.w680A8p1058925@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: lwhsu Date: Sun Jul 8 00:10:08 2018 New Revision: 474146 URL: https://svnweb.freebsd.org/changeset/ports/474146 Log: Add graphics/py-termtosvg, record terminal sessions as SVG animations Added: head/graphics/py-termtosvg/ head/graphics/py-termtosvg/Makefile (contents, props changed) head/graphics/py-termtosvg/distinfo (contents, props changed) head/graphics/py-termtosvg/pkg-descr (contents, props changed) Modified: head/graphics/Makefile Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Sun Jul 8 00:05:53 2018 (r474145) +++ head/graphics/Makefile Sun Jul 8 00:10:08 2018 (r474146) @@ -947,6 +947,7 @@ SUBDIR += py-soya3d SUBDIR += py-stltools SUBDIR += py-svgwrite + SUBDIR += py-termtosvg SUBDIR += py-toyplot SUBDIR += py-traitsui SUBDIR += py-wand Added: head/graphics/py-termtosvg/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/py-termtosvg/Makefile Sun Jul 8 00:10:08 2018 (r474146) @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= termtosvg +PORTVERSION= 0.3.0 +CATEGORIES= graphics python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= lwhsu@FreeBSD.org +COMMENT= Record terminal sessions as SVG animations + +LICENSE= BSD3CLAUSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}svgwrite>=0:graphics/py-svgwrite@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pyte>=0:devel/py-pyte@${PY_FLAVOR} + +USES= python:3.3+ +USE_PYTHON= autoplist distutils + +.include <bsd.port.mk> Added: head/graphics/py-termtosvg/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/py-termtosvg/distinfo Sun Jul 8 00:10:08 2018 (r474146) @@ -0,0 +1,3 @@ +TIMESTAMP = 1530782745 +SHA256 (termtosvg-0.3.0.tar.gz) = c8e46e38a69c1c7d932486796554d1ec81eef97f3a0cfba9c14de6c9851a162e +SIZE (termtosvg-0.3.0.tar.gz) = 16595 Added: head/graphics/py-termtosvg/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/py-termtosvg/pkg-descr Sun Jul 8 00:10:08 2018 (r474146) @@ -0,0 +1,4 @@ +A terminal recorder written in Python which renders your command line sessions +as standalone SVG animations. + +WWW: https://github.com/nbedos/termtosvg
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807080010.w680A8p1058925>