Add rubygem-terminal-table1 1.8.0 (copied from rubygem-terminal-table)

- Add PORTSCOUT
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2020-12-19 20:05:28 +00:00
parent 50ac10b8b4
commit c59c8de464
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=558490
4 changed files with 39 additions and 0 deletions

View File

@ -1692,6 +1692,7 @@
SUBDIR += rubygem-syntax
SUBDIR += rubygem-termcolor
SUBDIR += rubygem-terminal-table
SUBDIR += rubygem-terminal-table1
SUBDIR += rubygem-terser
SUBDIR += rubygem-text
SUBDIR += rubygem-tidy_ffi

View File

@ -0,0 +1,25 @@
# Created by: Eric Freeman <freebsdports@chillibear.com>
# $FreeBSD$
PORTNAME= terminal-table
PORTVERSION= 1.8.0
CATEGORIES= textproc rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 1
MAINTAINER= sunpoet@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<2:devel/rubygem-unicode-display_width
USES= gem
USE_RUBY= yes
NO_ARCH= yes
PORTSCOUT= limit:^1\.
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1495034440
SHA256 (rubygem/terminal-table-1.8.0.gem) = 13371f069af18e9baa4e44d404a4ada9301899ce0530c237ac1a96c19f652294
SIZE (rubygem/terminal-table-1.8.0.gem) = 13824

View File

@ -0,0 +1,10 @@
Terminal Table is a fast and simple, yet feature rich ASCII table generator
written in Ruby.
Features:
- Optional headings
- Alignment of columns, headings, or cells
- Supports column span
- Easy modification of table strings (+, -, |)
WWW: https://github.com/tj/terminal-table