Date: Mon, 12 Mar 2018 20:39:50 +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: r464287 - in head/devel: . rubygem-tty-platform Message-ID: <201803122039.w2CKdoVc003132@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon Mar 12 20:39:50 2018 New Revision: 464287 URL: https://svnweb.freebsd.org/changeset/ports/464287 Log: Add rubygem-tty-platform 0.1.0 TTY::Platform provides independent operating system detection component for TTY toolkit. It supports terminal platform query methods for detecting different operating systems. WWW: https://piotrmurach.github.io/tty/ WWW: https://github.com/piotrmurach/tty-platform Added: head/devel/rubygem-tty-platform/ head/devel/rubygem-tty-platform/Makefile (contents, props changed) head/devel/rubygem-tty-platform/distinfo (contents, props changed) head/devel/rubygem-tty-platform/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Mar 12 20:39:20 2018 (r464286) +++ head/devel/Makefile Mon Mar 12 20:39:50 2018 (r464287) @@ -5849,6 +5849,7 @@ SUBDIR += rubygem-tty-color SUBDIR += rubygem-tty-cursor SUBDIR += rubygem-tty-font + SUBDIR += rubygem-tty-platform SUBDIR += rubygem-turn SUBDIR += rubygem-typed-array SUBDIR += rubygem-tzinfo Added: head/devel/rubygem-tty-platform/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-tty-platform/Makefile Mon Mar 12 20:39:50 2018 (r464287) @@ -0,0 +1,19 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= tty-platform +PORTVERSION= 0.1.0 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Query methods for detecting different OS + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +NO_ARCH= yes +USE_RUBY= yes +USES= gem + +.include <bsd.port.mk> Added: head/devel/rubygem-tty-platform/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-tty-platform/distinfo Mon Mar 12 20:39:50 2018 (r464287) @@ -0,0 +1,3 @@ +TIMESTAMP = 1520793671 +SHA256 (rubygem/tty-platform-0.1.0.gem) = 16b605e9cca34582561edcece27c57df7019695d7a3f26bb9629b1a8620e7c17 +SIZE (rubygem/tty-platform-0.1.0.gem) = 10240 Added: head/devel/rubygem-tty-platform/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-tty-platform/pkg-descr Mon Mar 12 20:39:50 2018 (r464287) @@ -0,0 +1,6 @@ +TTY::Platform provides independent operating system detection component for TTY +toolkit. It supports terminal platform query methods for detecting different +operating systems. + +WWW: https://piotrmurach.github.io/tty/ +WWW: https://github.com/piotrmurach/tty-platform
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803122039.w2CKdoVc003132>