svn commit: r488938 - in head/devel: . rubygem-tty-pie

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Jan 1 20:29:38 UTC 2019


Author: sunpoet
Date: Tue Jan  1 20:29:36 2019
New Revision: 488938
URL: https://svnweb.freebsd.org/changeset/ports/488938

Log:
  Add rubygem-tty-pie 0.1.0
  
  TTY::Pie provides pie chart drawing component for TTY toolkit. It draws pie
  charts in your terminal window.
  
  WWW: https://piotrmurach.github.io/tty/
  WWW: https://github.com/piotrmurach/tty-pie

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Tue Jan  1 20:29:08 2019	(r488937)
+++ head/devel/Makefile	Tue Jan  1 20:29:36 2019	(r488938)
@@ -6047,6 +6047,7 @@
     SUBDIR += rubygem-tty-font
     SUBDIR += rubygem-tty-markdown
     SUBDIR += rubygem-tty-pager
+    SUBDIR += rubygem-tty-pie
     SUBDIR += rubygem-tty-platform
     SUBDIR += rubygem-tty-progressbar
     SUBDIR += rubygem-tty-prompt

Added: head/devel/rubygem-tty-pie/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-tty-pie/Makefile	Tue Jan  1 20:29:36 2019	(r488938)
@@ -0,0 +1,23 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	tty-pie
+PORTVERSION=	0.1.0
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet at FreeBSD.org
+COMMENT=	Draw pie charts in your terminal window
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
+
+RUN_DEPENDS=	rubygem-pastel>=0.7.2:devel/rubygem-pastel \
+		rubygem-tty-cursor>=0.6.0:devel/rubygem-tty-cursor
+
+USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/devel/rubygem-tty-pie/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-tty-pie/distinfo	Tue Jan  1 20:29:36 2019	(r488938)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1546275763
+SHA256 (rubygem/tty-pie-0.1.0.gem) = 73021b7a81717367aab8d1939c8b0aee20f2bba47ba6e2122dcdc3a113daeaef
+SIZE (rubygem/tty-pie-0.1.0.gem) = 13312

Added: head/devel/rubygem-tty-pie/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-tty-pie/pkg-descr	Tue Jan  1 20:29:36 2019	(r488938)
@@ -0,0 +1,5 @@
+TTY::Pie provides pie chart drawing component for TTY toolkit. It draws pie
+charts in your terminal window.
+
+WWW: https://piotrmurach.github.io/tty/
+WWW: https://github.com/piotrmurach/tty-pie


More information about the svn-ports-head mailing list