Index: head/textproc/rubygem-terminal-table/Makefile =================================================================== --- head/textproc/rubygem-terminal-table/Makefile (revision 511472) +++ head/textproc/rubygem-terminal-table/Makefile (revision 511473) @@ -1,20 +1,22 @@ # Created by: Eric Freeman # $FreeBSD$ PORTNAME= terminal-table PORTVERSION= 1.8.0 CATEGORIES= textproc rubygems MASTER_SITES= RG 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 Index: head/textproc/rubygem-terminal-table/pkg-descr =================================================================== --- head/textproc/rubygem-terminal-table/pkg-descr (revision 511472) +++ head/textproc/rubygem-terminal-table/pkg-descr (revision 511473) @@ -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