mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 19:36:28 -04:00
Add rubygem-tty-progressbar 0.14.0
TTY::ProgressBar provides independent progress bars component for TTY toolkit. It supports a flexible progress bars drawing in terminal emulators. WWW: https://piotrmurach.github.io/tty/ WWW: https://github.com/piotrmurach/tty-progressbar
This commit is contained in:
parent
e00ebbb046
commit
1c1a9ffa32
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=464296
4 changed files with 31 additions and 0 deletions
|
@ -5854,6 +5854,7 @@
|
|||
SUBDIR += rubygem-tty-markdown
|
||||
SUBDIR += rubygem-tty-pager
|
||||
SUBDIR += rubygem-tty-platform
|
||||
SUBDIR += rubygem-tty-progressbar
|
||||
SUBDIR += rubygem-tty-screen
|
||||
SUBDIR += rubygem-tty-tree
|
||||
SUBDIR += rubygem-tty-which
|
||||
|
|
22
devel/rubygem-tty-progressbar/Makefile
Normal file
22
devel/rubygem-tty-progressbar/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= tty-progressbar
|
||||
PORTVERSION= 0.14.0
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Flexible progress bars drawing in terminal emulators
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
RUN_DEPENDS= rubygem-tty-cursor>=0.5.0:devel/rubygem-tty-cursor \
|
||||
rubygem-tty-screen>=0.6.4:devel/rubygem-tty-screen
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_RUBY= yes
|
||||
USES= gem
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/rubygem-tty-progressbar/distinfo
Normal file
3
devel/rubygem-tty-progressbar/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1520793866
|
||||
SHA256 (rubygem/tty-progressbar-0.14.0.gem) = 88f59f179ec10196fe307655a5e104c64de702b41ad2696ea93838990511272b
|
||||
SIZE (rubygem/tty-progressbar-0.14.0.gem) = 33280
|
5
devel/rubygem-tty-progressbar/pkg-descr
Normal file
5
devel/rubygem-tty-progressbar/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
TTY::ProgressBar provides independent progress bars component for TTY toolkit.
|
||||
It supports a flexible progress bars drawing in terminal emulators.
|
||||
|
||||
WWW: https://piotrmurach.github.io/tty/
|
||||
WWW: https://github.com/piotrmurach/tty-progressbar
|
Loading…
Add table
Reference in a new issue