diff options
author | taca <taca@pkgsrc.org> | 2020-01-19 14:33:19 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2020-01-19 14:33:19 +0000 |
commit | 428b040bdb638706969f811b3ec7647c5cacc75c (patch) | |
tree | a7910625c56f2176104b513c1350b538aef68169 /devel | |
parent | 60cdeb2f1b78500dfaef40fbfe0a5e9d501fb32a (diff) | |
download | pkgsrc-428b040bdb638706969f811b3ec7647c5cacc75c.tar.gz |
devel/ruby-tty-color: add version 0.5.0 package
Add ruby-tty-color: version 0.5.0 package.
TTY::Color
> Terminal color capabilities detection.
TTY::Color provides independent color support detection component for TTY
(https://github.com/piotrmurach/tty) toolkit.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ruby-tty-color/DESCR | 6 | ||||
-rw-r--r-- | devel/ruby-tty-color/Makefile | 14 | ||||
-rw-r--r-- | devel/ruby-tty-color/PLIST | 20 | ||||
-rw-r--r-- | devel/ruby-tty-color/distinfo | 6 |
4 files changed, 46 insertions, 0 deletions
diff --git a/devel/ruby-tty-color/DESCR b/devel/ruby-tty-color/DESCR new file mode 100644 index 00000000000..b845970b9ca --- /dev/null +++ b/devel/ruby-tty-color/DESCR @@ -0,0 +1,6 @@ +TTY::Color + +> Terminal color capabilities detection. + +TTY::Color provides independent color support detection component for TTY +(https://github.com/piotrmurach/tty) toolkit. diff --git a/devel/ruby-tty-color/Makefile b/devel/ruby-tty-color/Makefile new file mode 100644 index 00000000000..d388a5c1cc3 --- /dev/null +++ b/devel/ruby-tty-color/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1 2020/01/19 14:33:19 taca Exp $ + +DISTNAME= tty-color-0.5.0 +CATEGORIES= devel + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://piotrmurach.github.io/tty +COMMENT= Terminal color capabilities detection +LICENSE= mit + +USE_LANGUAGES= # none + +.include "../../lang/ruby/gem.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/ruby-tty-color/PLIST b/devel/ruby-tty-color/PLIST new file mode 100644 index 00000000000..36224d71e26 --- /dev/null +++ b/devel/ruby-tty-color/PLIST @@ -0,0 +1,20 @@ +@comment $NetBSD: PLIST,v 1.1 2020/01/19 14:33:19 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-color.rb +${GEM_LIBDIR}/lib/tty/color.rb +${GEM_LIBDIR}/lib/tty/color/mode.rb +${GEM_LIBDIR}/lib/tty/color/support.rb +${GEM_LIBDIR}/lib/tty/color/version.rb +${GEM_LIBDIR}/spec/spec_helper.rb +${GEM_LIBDIR}/spec/unit/color_spec.rb +${GEM_LIBDIR}/spec/unit/mode_spec.rb +${GEM_LIBDIR}/spec/unit/support_spec.rb +${GEM_LIBDIR}/tasks/console.rake +${GEM_LIBDIR}/tasks/coverage.rake +${GEM_LIBDIR}/tasks/spec.rake +${GEM_LIBDIR}/tty-color.gemspec +${GEM_HOME}/specifications/${GEM_NAME}.gemspec diff --git a/devel/ruby-tty-color/distinfo b/devel/ruby-tty-color/distinfo new file mode 100644 index 00000000000..de3948b76ff --- /dev/null +++ b/devel/ruby-tty-color/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2020/01/19 14:33:19 taca Exp $ + +SHA1 (tty-color-0.5.0.gem) = e5d680a6d807b0f461788eef0173b21e2ad100e3 +RMD160 (tty-color-0.5.0.gem) = 5c82c30d93ca214624f734aa10fc7cf385cebbf8 +SHA512 (tty-color-0.5.0.gem) = 998da9196055b011edf8b20595e548447d7a3cda3555a61c2645dac618dcebf8fcd3b257ae8948f93fd7720956f6dc2b554fb5521a8847017c4a2ab2e2b74e73 +Size (tty-color-0.5.0.gem) = 11776 bytes |