Add LICENSE_FILE
- Update version requirement of RUN_DEPENDS - Update pkg-descr - Take maintainership
This commit is contained in:
parent
f9bfc723db
commit
d854d8ee6b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=511473
@ -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
|
||||
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_RUBY= yes
|
||||
USES= gem
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user