Date: Mon, 12 Mar 2018 20:44:00 +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: r464300 - in head/devel: . rubygem-tty-prompt Message-ID: <201803122044.w2CKi0QJ010443@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon Mar 12 20:44:00 2018 New Revision: 464300 URL: https://svnweb.freebsd.org/changeset/ports/464300 Log: Add rubygem-tty-prompt 0.15.0 TTY::Prompt provides independent prompt component for TTY toolkit. It supports a beautiful and powerful interactive command line prompt with a robust API for getting and validating complex inputs. WWW: https://piotrmurach.github.io/tty/ WWW: https://github.com/piotrmurach/tty-prompt Added: head/devel/rubygem-tty-prompt/ head/devel/rubygem-tty-prompt/Makefile (contents, props changed) head/devel/rubygem-tty-prompt/distinfo (contents, props changed) head/devel/rubygem-tty-prompt/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Mar 12 20:43:44 2018 (r464299) +++ head/devel/Makefile Mon Mar 12 20:44:00 2018 (r464300) @@ -5855,6 +5855,7 @@ SUBDIR += rubygem-tty-pager SUBDIR += rubygem-tty-platform SUBDIR += rubygem-tty-progressbar + SUBDIR += rubygem-tty-prompt SUBDIR += rubygem-tty-reader SUBDIR += rubygem-tty-screen SUBDIR += rubygem-tty-spinner Added: head/devel/rubygem-tty-prompt/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-tty-prompt/Makefile Mon Mar 12 20:44:00 2018 (r464300) @@ -0,0 +1,25 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= tty-prompt +PORTVERSION= 0.15.0 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Beautiful and powerful interactive command line prompt + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS= rubygem-necromancer>=0.4.0:devel/rubygem-necromancer \ + rubygem-pastel>=0.7.0:devel/rubygem-pastel \ + rubygem-timers>=4.0:devel/rubygem-timers \ + rubygem-tty-cursor>=0.5.0:devel/rubygem-tty-cursor \ + rubygem-tty-reader>=0.2.0:devel/rubygem-tty-reader + +NO_ARCH= yes +USE_RUBY= yes +USES= gem + +.include <bsd.port.mk> Added: head/devel/rubygem-tty-prompt/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-tty-prompt/distinfo Mon Mar 12 20:44:00 2018 (r464300) @@ -0,0 +1,3 @@ +TIMESTAMP = 1520792336 +SHA256 (rubygem/tty-prompt-0.15.0.gem) = 0a86c4e817a5f205846271ce975a1dec9cbad2365de4bb0436a3ab1de65cf566 +SIZE (rubygem/tty-prompt-0.15.0.gem) = 44032 Added: head/devel/rubygem-tty-prompt/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-tty-prompt/pkg-descr Mon Mar 12 20:44:00 2018 (r464300) @@ -0,0 +1,6 @@ +TTY::Prompt provides independent prompt component for TTY toolkit. It supports a +beautiful and powerful interactive command line prompt with a robust API for +getting and validating complex inputs. + +WWW: https://piotrmurach.github.io/tty/ +WWW: https://github.com/piotrmurach/tty-prompt
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803122044.w2CKi0QJ010443>