diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2016-10-26 23:59:50 +0800 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2016-10-26 23:59:50 +0800 |
commit | 41530b8388127e8b4eddb08202f08fc8775a4f82 (patch) | |
tree | b4ec5fe5fbc28800b4ed3a2a860eb1406cd249ce /textproc/Makefile | |
parent | b650a70f02b73f415431fe194e355ac5e9dae94b (diff) | |
download | freebsd-ports-gnome-41530b8388127e8b4eddb08202f08fc8775a4f82.tar.gz freebsd-ports-gnome-41530b8388127e8b4eddb08202f08fc8775a4f82.tar.zst freebsd-ports-gnome-41530b8388127e8b4eddb08202f08fc8775a4f82.zip |
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
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |