summaryrefslogtreecommitdiff
path: root/misc/ruby-ansi
AgeCommit message (Collapse)AuthorFilesLines
2021-10-26misc: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes The following distfiles could not be fetched (possibly fetched conditionally?): ./misc/libreoffice/distinfo libreoffice/harfbuzz-2.6.4.tar.xz
2021-10-07misc: Remove SHA1 hashes for distfilesnia1-2/+1
2020-01-18all: migrate several HOMEPAGEs to httpsrillig1-2/+2
pkglint --only "https instead of http" -r -F With manual adjustments afterwards since pkglint 19.4.4 fixed a few indentations in unrelated lines. This mainly affects projects hosted at SourceForce, as well as freedesktop.org, CTAN and GNU.
2015-11-03Add SHA512 digests for distfiles for misc categoryagc1-1/+2
Problems found locating distfiles: Package colorls: missing distfile ls.tar.gz Package molden: missing distfile molden-4.6/molden4.6.tar.gz Package softmaker-office-demo: missing distfile ofl06trial.tgz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-02-03Update ruby-ansi to 1.5.0.taca3-24/+24
## 1.5.0 | 2015-01-16 ANSI 1.5 introduces one change that is not backward compatiable. The `:clear_line` code no longer clears to the end of the line. Instead it clears the entire line. If you have used this in the past you will need to update your code to use `:clear_eol` or `:clear_right` instead. In addition this release finally fixes some long time issues with Windows compatability, and a few other bugs. Yeah! Changes: * Alias `:right` and `:left` as `:forward` and `:back` respectively. * Change `:clear_line` to clear whole line, not just to the end of line. * Add `:cursor_hide` and `:cursor_show` codes. * Fix and adjust #rgb method to work as one would expect. * Fix Windows compatability (old code was alwasy using stty). * Fix duplicated hash key in chart.rb.
2012-09-16Update ruby-ansi to 1.4.3.taca3-21/+22
== 1.4.3 | 2012-06-26 This release bring two small changes. The first improves support for Windows by only rescuing LoadError when 'win32console' fails to load. The second improves the heuritstics used for determining the current terminal screen width. Changes: * Only rescue LoadError on windows require. (#9) [bug] * Improvements for getting proper screen width.
2012-03-01Importing ruby-ansi package version 1.4.2.taca4-0/+69
The ANSI project is a collection of ANSI escape code related libraries enabling ANSI code based colorization and stylization of output. It is very nice for beautifying shell output.