pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-tty-cursor



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Jan 19 14:40:28 UTC 2020

Added Files:
        pkgsrc/devel/ruby-tty-cursor: DESCR Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/ruby-tty-cursor/DESCR \
    pkgsrc/devel/ruby-tty-cursor/Makefile pkgsrc/devel/ruby-tty-cursor/PLIST \
    pkgsrc/devel/ruby-tty-cursor/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/devel/ruby-tty-cursor/DESCR
diff -u /dev/null pkgsrc/devel/ruby-tty-cursor/DESCR:1.1
--- /dev/null   Sun Jan 19 14:40:28 2020
+++ pkgsrc/devel/ruby-tty-cursor/DESCR  Sun Jan 19 14:40:27 2020
@@ -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.
Index: pkgsrc/devel/ruby-tty-cursor/Makefile
diff -u /dev/null pkgsrc/devel/ruby-tty-cursor/Makefile:1.1
--- /dev/null   Sun Jan 19 14:40:28 2020
+++ pkgsrc/devel/ruby-tty-cursor/Makefile       Sun Jan 19 14:40:27 2020
@@ -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"
Index: pkgsrc/devel/ruby-tty-cursor/PLIST
diff -u /dev/null pkgsrc/devel/ruby-tty-cursor/PLIST:1.1
--- /dev/null   Sun Jan 19 14:40:28 2020
+++ pkgsrc/devel/ruby-tty-cursor/PLIST  Sun Jan 19 14:40:27 2020
@@ -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
Index: pkgsrc/devel/ruby-tty-cursor/distinfo
diff -u /dev/null pkgsrc/devel/ruby-tty-cursor/distinfo:1.1
--- /dev/null   Sun Jan 19 14:40:28 2020
+++ pkgsrc/devel/ruby-tty-cursor/distinfo       Sun Jan 19 14:40:27 2020
@@ -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