Date: Mon, 12 Mar 2018 20:36:55 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r464284 - in head/devel: . rubygem-tty-color Message-ID: <201803122036.w2CKatr3002548@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon Mar 12 20:36:55 2018 New Revision: 464284 URL: https://svnweb.freebsd.org/changeset/ports/464284 Log: Add rubygem-tty-color 0.4.2 TTY::Color provides independent color support detection component for TTY toolkit. WWW: https://piotrmurach.github.io/tty/ WWW: https://github.com/piotrmurach/tty-color Added: head/devel/rubygem-tty-color/ head/devel/rubygem-tty-color/Makefile (contents, props changed) head/devel/rubygem-tty-color/distinfo (contents, props changed) head/devel/rubygem-tty-color/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Mar 12 20:36:09 2018 (r464283) +++ head/devel/Makefile Mon Mar 12 20:36:55 2018 (r464284) @@ -5846,6 +5846,7 @@ SUBDIR += rubygem-treetop SUBDIR += rubygem-trollop SUBDIR += rubygem-trollop1 + SUBDIR += rubygem-tty-color SUBDIR += rubygem-turn SUBDIR += rubygem-typed-array SUBDIR += rubygem-tzinfo Added: head/devel/rubygem-tty-color/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-tty-color/Makefile Mon Mar 12 20:36:55 2018 (r464284) @@ -0,0 +1,19 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= tty-color +PORTVERSION= 0.4.2 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Terminal color capabilities 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-color/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-tty-color/distinfo Mon Mar 12 20:36:55 2018 (r464284) @@ -0,0 +1,3 @@ +TIMESTAMP = 1520736226 +SHA256 (rubygem/tty-color-0.4.2.gem) = 2aa4da523710daf3e953f6c58145f5c9338feca76b0d2adfe25a4259cbc4b2c4 +SIZE (rubygem/tty-color-0.4.2.gem) = 11776 Added: head/devel/rubygem-tty-color/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-tty-color/pkg-descr Mon Mar 12 20:36:55 2018 (r464284) @@ -0,0 +1,5 @@ +TTY::Color provides independent color support detection component for TTY +toolkit. + +WWW: https://piotrmurach.github.io/tty/ +WWW: https://github.com/piotrmurach/tty-color
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803122036.w2CKatr3002548>