svn commit: r464296 - in head/devel: . rubygem-tty-progressbar

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Mar 12 20:43:00 UTC 2018


Author: sunpoet
Date: Mon Mar 12 20:42:58 2018
New Revision: 464296
URL: https://svnweb.freebsd.org/changeset/ports/464296

Log:
  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

Added:
  head/devel/rubygem-tty-progressbar/
  head/devel/rubygem-tty-progressbar/Makefile   (contents, props changed)
  head/devel/rubygem-tty-progressbar/distinfo   (contents, props changed)
  head/devel/rubygem-tty-progressbar/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Mon Mar 12 20:42:39 2018	(r464295)
+++ head/devel/Makefile	Mon Mar 12 20:42:58 2018	(r464296)
@@ -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

Added: head/devel/rubygem-tty-progressbar/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-tty-progressbar/Makefile	Mon Mar 12 20:42:58 2018	(r464296)
@@ -0,0 +1,22 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	tty-progressbar
+PORTVERSION=	0.14.0
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet at 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>

Added: head/devel/rubygem-tty-progressbar/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-tty-progressbar/distinfo	Mon Mar 12 20:42:58 2018	(r464296)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1520793866
+SHA256 (rubygem/tty-progressbar-0.14.0.gem) = 88f59f179ec10196fe307655a5e104c64de702b41ad2696ea93838990511272b
+SIZE (rubygem/tty-progressbar-0.14.0.gem) = 33280

Added: head/devel/rubygem-tty-progressbar/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-tty-progressbar/pkg-descr	Mon Mar 12 20:42:58 2018	(r464296)
@@ -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


More information about the svn-ports-all mailing list