From 5ca577c71ac9d10a490b85a0c6cd81a276ed71b5 Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Mon, 12 Mar 2018 20:37:19 +0000 Subject: [PATCH] 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 --- devel/Makefile | 1 + devel/rubygem-tty-cursor/Makefile | 19 +++++++++++++++++++ devel/rubygem-tty-cursor/distinfo | 3 +++ devel/rubygem-tty-cursor/pkg-descr | 7 +++++++ 4 files changed, 30 insertions(+) create mode 100644 devel/rubygem-tty-cursor/Makefile create mode 100644 devel/rubygem-tty-cursor/distinfo create mode 100644 devel/rubygem-tty-cursor/pkg-descr diff --git a/devel/Makefile b/devel/Makefile index 4030d6064c7c..b9bb537908dd 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -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 diff --git a/devel/rubygem-tty-cursor/Makefile b/devel/rubygem-tty-cursor/Makefile new file mode 100644 index 000000000000..ca9f6c7441a7 --- /dev/null +++ b/devel/rubygem-tty-cursor/Makefile @@ -0,0 +1,19 @@ +# Created by: Po-Chuan Hsieh +# $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 diff --git a/devel/rubygem-tty-cursor/distinfo b/devel/rubygem-tty-cursor/distinfo new file mode 100644 index 000000000000..a61f73b7ad88 --- /dev/null +++ b/devel/rubygem-tty-cursor/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1520739601 +SHA256 (rubygem/tty-cursor-0.5.0.gem) = bffb2e54bec3bbb22e4a845ebc0ca8f6afbbc1ce506d2e316955cdb8387eaf76 +SIZE (rubygem/tty-cursor-0.5.0.gem) = 12800 diff --git a/devel/rubygem-tty-cursor/pkg-descr b/devel/rubygem-tty-cursor/pkg-descr new file mode 100644 index 000000000000..610f6b5274ac --- /dev/null +++ b/devel/rubygem-tty-cursor/pkg-descr @@ -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