svn commit: r464288 - in head/devel: . rubygem-tty-screen

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


Author: sunpoet
Date: Mon Mar 12 20:40:08 2018
New Revision: 464288
URL: https://svnweb.freebsd.org/changeset/ports/464288

Log:
  Add rubygem-tty-screen 0.6.4
  
  TTY::Screen provides independent terminal screen size detection component for
  TTY toolkit. It supports terminal screen size detection which works on various
  OS platforms and supports MRI, JRuby and Rubinius interpreters.
  
  WWW: https://piotrmurach.github.io/tty/
  WWW: https://github.com/piotrmurach/tty-screen

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Mon Mar 12 20:39:50 2018	(r464287)
+++ head/devel/Makefile	Mon Mar 12 20:40:08 2018	(r464288)
@@ -5850,6 +5850,7 @@
     SUBDIR += rubygem-tty-cursor
     SUBDIR += rubygem-tty-font
     SUBDIR += rubygem-tty-platform
+    SUBDIR += rubygem-tty-screen
     SUBDIR += rubygem-turn
     SUBDIR += rubygem-typed-array
     SUBDIR += rubygem-tzinfo

Added: head/devel/rubygem-tty-screen/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-tty-screen/Makefile	Mon Mar 12 20:40:08 2018	(r464288)
@@ -0,0 +1,19 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	tty-screen
+PORTVERSION=	0.6.4
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet at FreeBSD.org
+COMMENT=	Terminal screen size detection
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
+
+NO_ARCH=	yes
+USE_RUBY=	yes
+USES=		gem
+
+.include <bsd.port.mk>

Added: head/devel/rubygem-tty-screen/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-tty-screen/distinfo	Mon Mar 12 20:40:08 2018	(r464288)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1520791706
+SHA256 (rubygem/tty-screen-0.6.4.gem) = 7b190d049dfc723ab4c69a2d2e494a4d1478694001587fb20575499cef0038a6
+SIZE (rubygem/tty-screen-0.6.4.gem) = 13824

Added: head/devel/rubygem-tty-screen/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-tty-screen/pkg-descr	Mon Mar 12 20:40:08 2018	(r464288)
@@ -0,0 +1,6 @@
+TTY::Screen provides independent terminal screen size detection component for
+TTY toolkit. It supports terminal screen size detection which works on various
+OS platforms and supports MRI, JRuby and Rubinius interpreters.
+
+WWW: https://piotrmurach.github.io/tty/
+WWW: https://github.com/piotrmurach/tty-screen


More information about the svn-ports-head mailing list