./devel/ruby-pastel, Terminal strings styling with intuitive and clean API

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.8.0, Package name: ruby27-pastel-0.8.0, Maintainer: pkgsrc-users

# 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


Required to run:
[lang/ruby26-base] [devel/ruby-equatable] [devel/ruby-tty-color]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 15.5 KB

Version history: (Expand)


CVS history: (Expand)


   2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016)
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Could not be committed due to merge conflict:
devel/py-traitlets/distinfo

The following distfiles were unfetchable (note: some may be only fetched
conditionally):

./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
   2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017)
Log message:
devel: Remove SHA1 hashes for distfiles
   2021-01-11 14:22:09 by Takahiro Kambe | Files touched by this commit (3)
Log message:
Update HOMEPAGE

Update HOMEPAGE to https://ttytoolkit.org/.
   2020-09-13 17:56:58 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
devel/ruby-pastel: update to 0.8.0

Update ruby-pastel package to 0.8.0.

## [v0.8.0] - 2020-07-04

### Changed
* Change gemspec to require Ruby 2.0 or higher
* Change Pastel#new to use keyword arguments in place of hash options
* Change to freeze all strings
* Remove equatable dependency

### Fixed
* Fix Pastel#strip to recognise no-number reset by DanielVartanov(@DanielVartanov)
* Fix Pastel#undecorate to correctly assign styles for nested colors
   2020-05-25 15:34:54 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
devel/ruby-pastel: update to 0.7.4

Update ruby-pastel to 0.7.4.

## [v0.7.4] - 2020-05-08

### Fixed
* Fix ColorParser#undecorate to require direct dependency by Nick Pezza(@npezza93)
   2020-01-19 15:37:02 by Takahiro Kambe | Files touched by this commit (4)
Log message:
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