mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 11:56:28 -04:00
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:
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
|
@ -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
|
||||
|
|
19
devel/rubygem-tty-cursor/Makefile
Normal file
19
devel/rubygem-tty-cursor/Makefile
Normal 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>
|
3
devel/rubygem-tty-cursor/distinfo
Normal file
3
devel/rubygem-tty-cursor/distinfo
Normal 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
|
7
devel/rubygem-tty-cursor/pkg-descr
Normal file
7
devel/rubygem-tty-cursor/pkg-descr
Normal 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
|
Loading…
Add table
Reference in a new issue