pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/ruby-tty-screen devel/ruby-tty-screen: add versi...
details: https://anonhg.NetBSD.org/pkgsrc/rev/1803e53971f7
branches: trunk
changeset: 409675:1803e53971f7
user: taca <taca%pkgsrc.org@localhost>
date: Sun Jan 19 14:49:47 2020 +0000
description:
devel/ruby-tty-screen: add version 0.7.0 package
ADd ruby-tty-screen version 0.7.0 package.
# TTY::Screen
> Terminal screen size detection which works on Linux, OS X and
Windows/Cygwin platforms and supports MRI, JRuby and Rubinius
interpreters.
TTY::Screen provides independent terminal screen size detection component
for TTY (https://github.com/piotrmurach/tty) toolkit.
diffstat:
devel/ruby-tty-screen/DESCR | 9 +++++++++
devel/ruby-tty-screen/Makefile | 14 ++++++++++++++
devel/ruby-tty-screen/PLIST | 17 +++++++++++++++++
devel/ruby-tty-screen/distinfo | 6 ++++++
4 files changed, 46 insertions(+), 0 deletions(-)
diffs (62 lines):
diff -r 6bc40970ecfc -r 1803e53971f7 devel/ruby-tty-screen/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-tty-screen/DESCR Sun Jan 19 14:49:47 2020 +0000
@@ -0,0 +1,9 @@
+# TTY::Screen
+
+
+> Terminal screen size detection which works on Linux, OS X and
+ Windows/Cygwin platforms and supports MRI, JRuby and Rubinius
+ interpreters.
+
+TTY::Screen provides independent terminal screen size detection component
+for TTY (https://github.com/piotrmurach/tty) toolkit.
diff -r 6bc40970ecfc -r 1803e53971f7 devel/ruby-tty-screen/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-tty-screen/Makefile Sun Jan 19 14:49:47 2020 +0000
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1 2020/01/19 14:49:47 taca Exp $
+
+DISTNAME= tty-screen-0.7.0
+CATEGORIES= devel
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://piotrmurach.github.io/tty/
+COMMENT= Terminal screen size detection
+LICENSE= mit
+
+USE_LANGUAGES= # none
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 6bc40970ecfc -r 1803e53971f7 devel/ruby-tty-screen/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-tty-screen/PLIST Sun Jan 19 14:49:47 2020 +0000
@@ -0,0 +1,17 @@
+@comment $NetBSD: PLIST,v 1.1 2020/01/19 14:49:47 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-screen.rb
+${GEM_LIBDIR}/lib/tty/screen.rb
+${GEM_LIBDIR}/lib/tty/screen/version.rb
+${GEM_LIBDIR}/spec/spec_helper.rb
+${GEM_LIBDIR}/spec/unit/height_width_spec.rb
+${GEM_LIBDIR}/spec/unit/size_spec.rb
+${GEM_LIBDIR}/tasks/console.rake
+${GEM_LIBDIR}/tasks/coverage.rake
+${GEM_LIBDIR}/tasks/spec.rake
+${GEM_LIBDIR}/tty-screen.gemspec
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff -r 6bc40970ecfc -r 1803e53971f7 devel/ruby-tty-screen/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-tty-screen/distinfo Sun Jan 19 14:49:47 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/01/19 14:49:47 taca Exp $
+
+SHA1 (tty-screen-0.7.0.gem) = bd48388dac5d290e86f6f8e1c3dee49b80a14a42
+RMD160 (tty-screen-0.7.0.gem) = 4f286702964b8a4b23f0c10d8698181e0289bb2f
+SHA512 (tty-screen-0.7.0.gem) = 1851c0ea90af65cd1fa9a4a2b4c93d3fa2badf81507d4bb149183aa49578208ddef0065f3047cef4ffa23d3f34840af919ac4f6a2805f7ce0f01096f27101694
+Size (tty-screen-0.7.0.gem) = 12288 bytes
Home |
Main Index |
Thread Index |
Old Index