pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ruby-pastel devel/ruby-pastel: add version 0.7.3...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3cd3172f08c4
branches:  trunk
changeset: 410200:3cd3172f08c4
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Jan 19 14:37:02 2020 +0000

description:
devel/ruby-pastel: add version 0.7.3 package

Add ruby-pastel version 0.7.3 package.


# Pastel

> Terminal output styling with intuitive and clean API that doesn't monkey
  patch String class.

**Pastel** is minimal and focused to work in all terminal emulators.

Pastel provides independent coloring component for TTY
(https://github.com/piotrmurach/tty) toolkit.

## Features

* Doesn't monkey patch `String`
* Intuitive and expressive API
* Minimal and focused to work on all terminal emulators
* Auto-detection of color support
* Allows nested styles
* Performant

diffstat:

 devel/ruby-pastel/DESCR    |  18 ++++++++++++++++++
 devel/ruby-pastel/Makefile |  17 +++++++++++++++++
 devel/ruby-pastel/PLIST    |  43 +++++++++++++++++++++++++++++++++++++++++++
 devel/ruby-pastel/distinfo |   6 ++++++
 4 files changed, 84 insertions(+), 0 deletions(-)

diffs (100 lines):

diff -r 7f2887745574 -r 3cd3172f08c4 devel/ruby-pastel/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-pastel/DESCR   Sun Jan 19 14:37:02 2020 +0000
@@ -0,0 +1,18 @@
+# Pastel
+
+> Terminal output styling with intuitive and clean API that doesn't monkey
+  patch String class.
+
+**Pastel** is minimal and focused to work in all terminal emulators.
+
+Pastel provides independent coloring component for TTY
+(https://github.com/piotrmurach/tty) toolkit.
+
+## Features
+
+* Doesn't monkey patch `String`
+* Intuitive and expressive API
+* Minimal and focused to work on all terminal emulators
+* Auto-detection of color support
+* Allows nested styles
+* Performant
diff -r 7f2887745574 -r 3cd3172f08c4 devel/ruby-pastel/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-pastel/Makefile        Sun Jan 19 14:37:02 2020 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2020/01/19 14:37:02 taca Exp $
+
+DISTNAME=      pastel-0.7.3
+CATEGORIES=    devel
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://piotrmurach.github.io/tty/
+COMMENT=       Terminal strings styling with intuitive and clean API
+LICENSE=       mit
+
+DEPENDS+=      ${RUBY_PKGPREFIX}-equatable>=0.6<1:../../devel/ruby-equatable
+DEPENDS+=      ${RUBY_PKGPREFIX}-tty-color>=0.5<1:../../devel/ruby-tty-color
+
+USE_LANGUAGES= # none
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 7f2887745574 -r 3cd3172f08c4 devel/ruby-pastel/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-pastel/PLIST   Sun Jan 19 14:37:02 2020 +0000
@@ -0,0 +1,43 @@
+@comment $NetBSD: PLIST,v 1.1 2020/01/19 14:37:02 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}/examples/palette.rb
+${GEM_LIBDIR}/lib/pastel.rb
+${GEM_LIBDIR}/lib/pastel/alias_importer.rb
+${GEM_LIBDIR}/lib/pastel/ansi.rb
+${GEM_LIBDIR}/lib/pastel/color.rb
+${GEM_LIBDIR}/lib/pastel/color_parser.rb
+${GEM_LIBDIR}/lib/pastel/color_resolver.rb
+${GEM_LIBDIR}/lib/pastel/decorator_chain.rb
+${GEM_LIBDIR}/lib/pastel/delegator.rb
+${GEM_LIBDIR}/lib/pastel/detached.rb
+${GEM_LIBDIR}/lib/pastel/version.rb
+${GEM_LIBDIR}/pastel.gemspec
+${GEM_LIBDIR}/spec/spec_helper.rb
+${GEM_LIBDIR}/spec/unit/alias_color_spec.rb
+${GEM_LIBDIR}/spec/unit/alias_importer_spec.rb
+${GEM_LIBDIR}/spec/unit/color/alias_color_spec.rb
+${GEM_LIBDIR}/spec/unit/color/code_spec.rb
+${GEM_LIBDIR}/spec/unit/color/colored_spec.rb
+${GEM_LIBDIR}/spec/unit/color/decorate_spec.rb
+${GEM_LIBDIR}/spec/unit/color/equal_spec.rb
+${GEM_LIBDIR}/spec/unit/color/lookup_spec.rb
+${GEM_LIBDIR}/spec/unit/color/new_spec.rb
+${GEM_LIBDIR}/spec/unit/color/strip_spec.rb
+${GEM_LIBDIR}/spec/unit/color/styles_spec.rb
+${GEM_LIBDIR}/spec/unit/color/valid_spec.rb
+${GEM_LIBDIR}/spec/unit/color_parser_spec.rb
+${GEM_LIBDIR}/spec/unit/decorate_dsl_spec.rb
+${GEM_LIBDIR}/spec/unit/decorator_chain_spec.rb
+${GEM_LIBDIR}/spec/unit/delegator_spec.rb
+${GEM_LIBDIR}/spec/unit/detach_spec.rb
+${GEM_LIBDIR}/spec/unit/new_spec.rb
+${GEM_LIBDIR}/spec/unit/respond_to_spec.rb
+${GEM_LIBDIR}/spec/unit/undecorate_spec.rb
+${GEM_LIBDIR}/tasks/console.rake
+${GEM_LIBDIR}/tasks/coverage.rake
+${GEM_LIBDIR}/tasks/spec.rake
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff -r 7f2887745574 -r 3cd3172f08c4 devel/ruby-pastel/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-pastel/distinfo        Sun Jan 19 14:37:02 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/01/19 14:37:02 taca Exp $
+
+SHA1 (pastel-0.7.3.gem) = 983965341aaf32cf7eedf02847b10e653e239712
+RMD160 (pastel-0.7.3.gem) = cc70897721c6504b32836bda047e602132ff464b
+SHA512 (pastel-0.7.3.gem) = 71cefdac478c709c8d4899021438945c841e4eada2411aae3165e8444835bd9aed27ad9083fe223b115206311fa579d4160cde136bd7a21df5bdcf2589234177
+Size (pastel-0.7.3.gem) = 22016 bytes



Home | Main Index | Thread Index | Old Index