pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/ruby-tty-cursor devel/ruby-tty-cursor: add versi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/83948a4d97b5
branches:  trunk
changeset: 409666:83948a4d97b5
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Jan 19 14:40:27 2020 +0000

description:
devel/ruby-tty-cursor: add version 0.7.0 package

Add ruby-tty-cursor version 0.7.0 package.


# TTY::Cursor

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

diffstat:

 devel/ruby-tty-cursor/DESCR    |   6 ++++++
 devel/ruby-tty-cursor/Makefile |  14 ++++++++++++++
 devel/ruby-tty-cursor/PLIST    |  20 ++++++++++++++++++++
 devel/ruby-tty-cursor/distinfo |   6 ++++++
 4 files changed, 46 insertions(+), 0 deletions(-)

diffs (62 lines):

diff -r 8599df60b9fa -r 83948a4d97b5 devel/ruby-tty-cursor/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-tty-cursor/DESCR       Sun Jan 19 14:40:27 2020 +0000
@@ -0,0 +1,6 @@
+# TTY::Cursor
+
+> 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.
diff -r 8599df60b9fa -r 83948a4d97b5 devel/ruby-tty-cursor/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-tty-cursor/Makefile    Sun Jan 19 14:40:27 2020 +0000
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1 2020/01/19 14:40:27 taca Exp $
+
+DISTNAME=      tty-cursor-0.7.0
+CATEGORIES=    devel
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://piotrmurach.github.io/tty/
+COMMENT=       Terminal cursor positioning, visibility and text manipulation
+LICENSE=       mit
+
+USE_LANGUAGES= # none
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 8599df60b9fa -r 83948a4d97b5 devel/ruby-tty-cursor/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-tty-cursor/PLIST       Sun Jan 19 14:40:27 2020 +0000
@@ -0,0 +1,20 @@
+@comment $NetBSD: PLIST,v 1.1 2020/01/19 14:40:27 taca Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/CHANGELOG.md
+${GEM_LIBDIR}/LICENSE.txt
+${GEM_LIBDIR}/README.md
+${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/lib/tty-cursor.rb
+${GEM_LIBDIR}/lib/tty/cursor.rb
+${GEM_LIBDIR}/lib/tty/cursor/version.rb
+${GEM_LIBDIR}/spec/spec_helper.rb
+${GEM_LIBDIR}/spec/unit/clear_lines_spec.rb
+${GEM_LIBDIR}/spec/unit/cursor_spec.rb
+${GEM_LIBDIR}/spec/unit/move_spec.rb
+${GEM_LIBDIR}/spec/unit/move_to_spec.rb
+${GEM_LIBDIR}/spec/unit/scroll_spec.rb
+${GEM_LIBDIR}/tasks/console.rake
+${GEM_LIBDIR}/tasks/coverage.rake
+${GEM_LIBDIR}/tasks/spec.rake
+${GEM_LIBDIR}/tty-cursor.gemspec
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff -r 8599df60b9fa -r 83948a4d97b5 devel/ruby-tty-cursor/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-tty-cursor/distinfo    Sun Jan 19 14:40:27 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/01/19 14:40:27 taca Exp $
+
+SHA1 (tty-cursor-0.7.0.gem) = 4fcc5ccf12b138887dda3b39d105473b54fe4f04
+RMD160 (tty-cursor-0.7.0.gem) = 66115ee11743b21167debc60cf841fbca28d596b
+SHA512 (tty-cursor-0.7.0.gem) = 00de195ba183174ebd10da7f1fdbb436a17fe9befc6eacb2d4cf4b1505be2c7d0719c0dc32d75a82900b2252ffbed00219ce31836c442b63c267e26dad40da63
+Size (tty-cursor-0.7.0.gem) = 11776 bytes



Home | Main Index | Thread Index | Old Index