Commit graph

6 commits

Author SHA1 Message Date
nia
60e6853f70 misc: Remove SHA1 hashes for distfiles 2021-10-07 14:35:11 +00:00
rillig
b686dd9180 all: migrate several HOMEPAGEs to https
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.
2020-01-18 23:30:43 +00:00
agc
23064a80b9 Add SHA512 digests for distfiles for misc category
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-11-03 23:49:31 +00:00
taca
159b979f0c Update ruby-ansi to 1.5.0.
## 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.
2015-02-03 14:48:08 +00:00
taca
10dab6e3df Update ruby-ansi to 1.4.3.
== 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-09-16 06:43:29 +00:00
taca
537b2e71c5 Importing ruby-ansi package version 1.4.2.
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.
2012-03-01 15:10:40 +00:00