diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-09-07 22:47:07 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-09-07 22:47:07 +0000 |
commit | d854d8ee6b4283379444938fb6995b41d7724405 (patch) | |
tree | acb0ee93d62ce4557e89f361fb9cb65360c748ad /textproc | |
parent | f9bfc723db7195a4025e397d97a659c48222ca2c (diff) | |
download | ports-d854d8ee6b4283379444938fb6995b41d7724405.tar.gz ports-d854d8ee6b4283379444938fb6995b41d7724405.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/rubygem-terminal-table/Makefile | 8 | ||||
-rw-r--r-- | textproc/rubygem-terminal-table/pkg-descr | 12 |
2 files changed, 12 insertions, 8 deletions
diff --git a/textproc/rubygem-terminal-table/Makefile b/textproc/rubygem-terminal-table/Makefile index 3aa562fc7e86..f632664770ca 100644 --- a/textproc/rubygem-terminal-table/Makefile +++ b/textproc/rubygem-terminal-table/Makefile @@ -10,11 +10,13 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Simple, feature rich ASCII table generation library LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= rubygem-unicode-display_width>=1.1.1:devel/rubygem-unicode-display_width +RUN_DEPENDS= rubygem-unicode-display_width>=1.1.1<2:devel/rubygem-unicode-display_width -NO_ARCH= yes -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes .include <bsd.port.mk> diff --git a/textproc/rubygem-terminal-table/pkg-descr b/textproc/rubygem-terminal-table/pkg-descr index 02dd6fbadaa7..1de9b1f77ee8 100644 --- a/textproc/rubygem-terminal-table/pkg-descr +++ b/textproc/rubygem-terminal-table/pkg-descr @@ -1,8 +1,10 @@ -Simple, feature rich ascii table generation library. +Terminal Table is a fast and simple, yet feature rich ASCII table generator +written in Ruby. - - Optional headings - - Alignment of columns, headings, or cells - - Supports column span - - Easy modification of table strings (+, -, |) +Features: +- Optional headings +- Alignment of columns, headings, or cells +- Supports column span +- Easy modification of table strings (+, -, |) WWW: https://github.com/tj/terminal-table |