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
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2018-03-12 20:37:19 +00:00
parent a823bd96e4
commit 5ca577c71a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=464285
4 changed files with 30 additions and 0 deletions

View file

@ -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

View file

@ -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>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1520739601
SHA256 (rubygem/tty-cursor-0.5.0.gem) = bffb2e54bec3bbb22e4a845ebc0ca8f6afbbc1ce506d2e316955cdb8387eaf76
SIZE (rubygem/tty-cursor-0.5.0.gem) = 12800

View file

@ -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