Date: Wed, 26 Oct 2016 15:59:50 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424714 - in head/textproc: . py-terminaltables Message-ID: <201610261559.u9QFxohl098073@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Wed Oct 26 15:59:50 2016 New Revision: 424714 URL: https://svnweb.freebsd.org/changeset/ports/424714 Log: textproc/py-terminaltables: add new port Based on: ports-mgmt/py-pytoport output Easily draw tables in terminal/console applications from a list of lists of strings. Supports multi-line rows. https://pypi.python.org/pypi/terminaltables Added: head/textproc/py-terminaltables/ head/textproc/py-terminaltables/Makefile (contents, props changed) head/textproc/py-terminaltables/distinfo (contents, props changed) head/textproc/py-terminaltables/pkg-descr (contents, props changed) Modified: head/textproc/Makefile (contents, props changed) Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Wed Oct 26 15:59:39 2016 (r424713) +++ head/textproc/Makefile Wed Oct 26 15:59:50 2016 (r424714) @@ -1302,6 +1302,7 @@ SUBDIR += py-sphinxcontrib-httpdomain SUBDIR += py-sphinxcontrib-programoutput SUBDIR += py-syck + SUBDIR += py-terminaltables SUBDIR += py-texttable SUBDIR += py-tinycss SUBDIR += py-toronado Added: head/textproc/py-terminaltables/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-terminaltables/Makefile Wed Oct 26 15:59:50 2016 (r424714) @@ -0,0 +1,17 @@ +# $FreeBSD$ + +PORTNAME= terminaltables +PORTVERSION= 3.1.0 +CATEGORIES= textproc python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= jbeich@FreeBSD.org +COMMENT= Generate simple tables in terminals from a nested list of strings + +LICENSE= MIT + +USES= python +USE_PYTHON= autoplist distutils + +.include <bsd.port.mk> Added: head/textproc/py-terminaltables/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-terminaltables/distinfo Wed Oct 26 15:59:50 2016 (r424714) @@ -0,0 +1,3 @@ +TIMESTAMP = 1477478547 +SHA256 (terminaltables-3.1.0.tar.gz) = f3eb0eb92e3833972ac36796293ca0906e998dc3be91fbe1f8615b331b853b81 +SIZE (terminaltables-3.1.0.tar.gz) = 12478 Added: head/textproc/py-terminaltables/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-terminaltables/pkg-descr Wed Oct 26 15:59:50 2016 (r424714) @@ -0,0 +1,4 @@ +Easily draw tables in terminal/console applications from a list of +lists of strings. Supports multi-line rows. + +WWW: https://pypi.python.org/pypi/terminaltables
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610261559.u9QFxohl098073>