pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Jan 19 14:46:25 UTC 2020

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

Log Message:
devel/ruby-tty-box: add version 0.5.0 package

Add ruby-tty-box version 0.5.0 package.

# TTY::Box

> Draw various frames and boxes in your terminal interface.

TTY::Box provides box drawing component for TTY
(https://github.com/piotrmurach/tty) toolkit.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/ruby-tty-box/DESCR \
    pkgsrc/devel/ruby-tty-box/Makefile pkgsrc/devel/ruby-tty-box/PLIST \
    pkgsrc/devel/ruby-tty-box/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-box/DESCR
diff -u /dev/null pkgsrc/devel/ruby-tty-box/DESCR:1.1
--- /dev/null   Sun Jan 19 14:46:25 2020
+++ pkgsrc/devel/ruby-tty-box/DESCR     Sun Jan 19 14:46:25 2020
@@ -0,0 +1,6 @@
+# TTY::Box
+
+> Draw various frames and boxes in your terminal interface.
+
+TTY::Box provides box drawing component for TTY
+(https://github.com/piotrmurach/tty) toolkit.
Index: pkgsrc/devel/ruby-tty-box/Makefile
diff -u /dev/null pkgsrc/devel/ruby-tty-box/Makefile:1.1
--- /dev/null   Sun Jan 19 14:46:25 2020
+++ pkgsrc/devel/ruby-tty-box/Makefile  Sun Jan 19 14:46:25 2020
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2020/01/19 14:46:25 taca Exp $
+
+DISTNAME=      tty-box-0.5.0
+CATEGORIES=    devel
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://piotrmurach.github.io/tty
+COMMENT=       Draw various frames and boxes in terminal interface
+LICENSE=       mit
+
+DEPENDS+=      ${RUBY_PKGPREFIX}-pastel>=0.7.2<0.8:../../devel/ruby-pastel
+DEPENDS+=      ${RUBY_PKGPREFIX}-tty-cursor>=0.7<1:../../devel/ruby-tty-cursor
+DEPENDS+=      ${RUBY_PKGPREFIX}-strings>=0.1.6<0.2:../../textproc/ruby-strings
+
+USE_LANGUAGES= # none
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/ruby-tty-box/PLIST
diff -u /dev/null pkgsrc/devel/ruby-tty-box/PLIST:1.1
--- /dev/null   Sun Jan 19 14:46:25 2020
+++ pkgsrc/devel/ruby-tty-box/PLIST     Sun Jan 19 14:46:25 2020
@@ -0,0 +1,32 @@
+@comment $NetBSD: PLIST,v 1.1 2020/01/19 14:46:25 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}/bin/console
+${GEM_LIBDIR}/bin/setup
+${GEM_LIBDIR}/examples/basic.rb
+${GEM_LIBDIR}/examples/commander.rb
+${GEM_LIBDIR}/examples/connected.rb
+${GEM_LIBDIR}/examples/messages.rb
+${GEM_LIBDIR}/examples/newline.rb
+${GEM_LIBDIR}/lib/tty-box.rb
+${GEM_LIBDIR}/lib/tty/box.rb
+${GEM_LIBDIR}/lib/tty/box/border.rb
+${GEM_LIBDIR}/lib/tty/box/version.rb
+${GEM_LIBDIR}/spec/spec_helper.rb
+${GEM_LIBDIR}/spec/unit/align_spec.rb
+${GEM_LIBDIR}/spec/unit/border/parse_spec.rb
+${GEM_LIBDIR}/spec/unit/border_spec.rb
+${GEM_LIBDIR}/spec/unit/custom_frame_spec.rb
+${GEM_LIBDIR}/spec/unit/frame_spec.rb
+${GEM_LIBDIR}/spec/unit/padding_spec.rb
+${GEM_LIBDIR}/spec/unit/position_spec.rb
+${GEM_LIBDIR}/spec/unit/style_spec.rb
+${GEM_LIBDIR}/spec/unit/title_spec.rb
+${GEM_LIBDIR}/tasks/console.rake
+${GEM_LIBDIR}/tasks/coverage.rake
+${GEM_LIBDIR}/tasks/spec.rake
+${GEM_LIBDIR}/tty-box.gemspec
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
Index: pkgsrc/devel/ruby-tty-box/distinfo
diff -u /dev/null pkgsrc/devel/ruby-tty-box/distinfo:1.1
--- /dev/null   Sun Jan 19 14:46:25 2020
+++ pkgsrc/devel/ruby-tty-box/distinfo  Sun Jan 19 14:46:25 2020
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/01/19 14:46:25 taca Exp $
+
+SHA1 (tty-box-0.5.0.gem) = 4e159a7b1387bdfae20ee1d7d9a78d32a02533b9
+RMD160 (tty-box-0.5.0.gem) = 1a9b2f5dae317336d2cd01258eb1d44f8460f053
+SHA512 (tty-box-0.5.0.gem) = fa83f6a8b03862263ec4e3cf42cf3fea57d9b8a7582473023d8fe618849d229c41d7b5f4ab6b1d3c19e6919e95d15d9133a9726daac4b687c75b4fdec5ddd8c8
+Size (tty-box-0.5.0.gem) = 17408 bytes



Home | Main Index | Thread Index | Old Index