From 41530b8388127e8b4eddb08202f08fc8775a4f82 Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Wed, 26 Oct 2016 15:59:50 +0000 Subject: [PATCH] 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 --- textproc/Makefile | 1 + textproc/py-terminaltables/Makefile | 17 +++++++++++++++++ textproc/py-terminaltables/distinfo | 3 +++ textproc/py-terminaltables/pkg-descr | 4 ++++ 4 files changed, 25 insertions(+) create mode 100644 textproc/py-terminaltables/Makefile create mode 100644 textproc/py-terminaltables/distinfo create mode 100644 textproc/py-terminaltables/pkg-descr diff --git a/textproc/Makefile b/textproc/Makefile index 94fa4bc1a3e9..f98208a0ea79 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -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 diff --git a/textproc/py-terminaltables/Makefile b/textproc/py-terminaltables/Makefile new file mode 100644 index 000000000000..91d576a5213e --- /dev/null +++ b/textproc/py-terminaltables/Makefile @@ -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 diff --git a/textproc/py-terminaltables/distinfo b/textproc/py-terminaltables/distinfo new file mode 100644 index 000000000000..27b26a13e20c --- /dev/null +++ b/textproc/py-terminaltables/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1477478547 +SHA256 (terminaltables-3.1.0.tar.gz) = f3eb0eb92e3833972ac36796293ca0906e998dc3be91fbe1f8615b331b853b81 +SIZE (terminaltables-3.1.0.tar.gz) = 12478 diff --git a/textproc/py-terminaltables/pkg-descr b/textproc/py-terminaltables/pkg-descr new file mode 100644 index 000000000000..dbaff6e7ff6d --- /dev/null +++ b/textproc/py-terminaltables/pkg-descr @@ -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