<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/misc/ruby-ansi, branch trunk</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=trunk</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=trunk'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2021-10-26T10:58:55Z</updated>
<entry>
<title>misc: Replace RMD160 checksums with BLAKE2s checksums</title>
<updated>2021-10-26T10:58:55Z</updated>
<author>
<name>nia</name>
<email>nia@pkgsrc.org</email>
</author>
<published>2021-10-26T10:58:55Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=a450c09bd23ef484adc5551f2cda15acc7e25a21'/>
<id>urn:sha1:a450c09bd23ef484adc5551f2cda15acc7e25a21</id>
<content type='text'>
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</content>
</entry>
<entry>
<title>misc: Remove SHA1 hashes for distfiles</title>
<updated>2021-10-07T14:35:11Z</updated>
<author>
<name>nia</name>
<email>nia@pkgsrc.org</email>
</author>
<published>2021-10-07T14:35:11Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=ec355f20a85a6197b5887c879d9a2bf0ccbfd6d8'/>
<id>urn:sha1:ec355f20a85a6197b5887c879d9a2bf0ccbfd6d8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>all: migrate several HOMEPAGEs to https</title>
<updated>2020-01-18T23:30:43Z</updated>
<author>
<name>rillig</name>
<email>rillig@pkgsrc.org</email>
</author>
<published>2020-01-18T23:30:43Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=e6aafc34bcab826d3415e2834cbf1d3a4c314d73'/>
<id>urn:sha1:e6aafc34bcab826d3415e2834cbf1d3a4c314d73</id>
<content type='text'>
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.</content>
</entry>
<entry>
<title>Add SHA512 digests for distfiles for misc category</title>
<updated>2015-11-03T23:49:31Z</updated>
<author>
<name>agc</name>
<email>agc@pkgsrc.org</email>
</author>
<published>2015-11-03T23:49:31Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=7b7d57879d5b9b961c1e493d2a77634c153a01f8'/>
<id>urn:sha1:7b7d57879d5b9b961c1e493d2a77634c153a01f8</id>
<content type='text'>
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.</content>
</entry>
<entry>
<title>Update ruby-ansi to 1.5.0.</title>
<updated>2015-02-03T14:48:08Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2015-02-03T14:48:08Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=849186bc136870b0de9b195e4761964a3ed5d9bc'/>
<id>urn:sha1:849186bc136870b0de9b195e4761964a3ed5d9bc</id>
<content type='text'>
## 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.</content>
</entry>
<entry>
<title>Update ruby-ansi to 1.4.3.</title>
<updated>2012-09-16T06:43:29Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2012-09-16T06:43:29Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=82069ae13382afb4aaf2acbd09c679d659b9a90c'/>
<id>urn:sha1:82069ae13382afb4aaf2acbd09c679d659b9a90c</id>
<content type='text'>
== 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.</content>
</entry>
<entry>
<title>Importing ruby-ansi package version 1.4.2.</title>
<updated>2012-03-01T15:10:40Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2012-03-01T15:10:40Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=ab264ae70d2a23667f4d7c16571da261f19dd856'/>
<id>urn:sha1:ab264ae70d2a23667f4d7c16571da261f19dd856</id>
<content type='text'>
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.</content>
</entry>
</feed>
