Date: Mon, 12 Mar 2018 20:37:19 +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: r464285 - in head/devel: . rubygem-tty-cursor Message-ID: <201803122037.w2CKbJbB002726@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon Mar 12 20:37:19 2018 New Revision: 464285 URL: https://svnweb.freebsd.org/changeset/ports/464285 Log: Add rubygem-tty-cursor 0.5.0 TTY::Cursor provides independent cursor movement component for TTY toolkit. It supports terminal cursor positioning, visibility and text manipulation. The purpose of this library is to help move the terminal cursor around and manipulate text by using intuitive method calls. WWW: https://piotrmurach.github.io/tty/ WWW: https://github.com/piotrmurach/tty-cursor Added: head/devel/rubygem-tty-cursor/ head/devel/rubygem-tty-cursor/Makefile (contents, props changed) head/devel/rubygem-tty-cursor/distinfo (contents, props changed) head/devel/rubygem-tty-cursor/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Mar 12 20:36:55 2018 (r464284) +++ head/devel/Makefile Mon Mar 12 20:37:19 2018 (r464285) @@ -5847,6 +5847,7 @@ SUBDIR += rubygem-trollop SUBDIR += rubygem-trollop1 SUBDIR += rubygem-tty-color + SUBDIR += rubygem-tty-cursor SUBDIR += rubygem-turn SUBDIR += rubygem-typed-array SUBDIR += rubygem-tzinfo Added: head/devel/rubygem-tty-cursor/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-tty-cursor/Makefile Mon Mar 12 20:37:19 2018 (r464285) @@ -0,0 +1,19 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= tty-cursor +PORTVERSION= 0.5.0 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Move terminal cursor around + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +NO_ARCH= yes +USE_RUBY= yes +USES= gem + +.include <bsd.port.mk> Added: head/devel/rubygem-tty-cursor/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-tty-cursor/distinfo Mon Mar 12 20:37:19 2018 (r464285) @@ -0,0 +1,3 @@ +TIMESTAMP = 1520739601 +SHA256 (rubygem/tty-cursor-0.5.0.gem) = bffb2e54bec3bbb22e4a845ebc0ca8f6afbbc1ce506d2e316955cdb8387eaf76 +SIZE (rubygem/tty-cursor-0.5.0.gem) = 12800 Added: head/devel/rubygem-tty-cursor/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-tty-cursor/pkg-descr Mon Mar 12 20:37:19 2018 (r464285) @@ -0,0 +1,7 @@ +TTY::Cursor provides independent cursor movement component for TTY toolkit. It +supports terminal cursor positioning, visibility and text manipulation. The +purpose of this library is to help move the terminal cursor around and +manipulate text by using intuitive method calls. + +WWW: https://piotrmurach.github.io/tty/ +WWW: https://github.com/piotrmurach/tty-cursor
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803122037.w2CKbJbB002726>