./print/ruby-Ascii85, Ascii85 encoder/decoder

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


Branch: CURRENT, Version: 2.0.1, Package name: ruby32-Ascii85-2.0.1, Maintainer: pkgsrc-users

Ascii85 provides methods to encode/decode Adobe's binary-to-text encoding
of the same name.


Required to run:
[lang/ruby24-base]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 15 KB

Version history: (Expand)


CVS history: (Expand)


   2024-09-18 16:37:18 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
converters/ruby-Ascii85: update to 2.0.1

2.0.0 (2024-08-20)

BREAKING CHANGES

* The minimum required Ruby version has been raised to 2.7.0.

Added

* Ascii85.decode_raw method that doesn't expect the input to be wrapped in
  <~ and ~> delimiters.

* Ascii85.extract method to extract encoded text from between <~ and ~> for
  feeding to #decode_raw.

* Option to pass an IO-object as input to #encode and #decode_raw instead of
  a String.

* Option to pass an IO-object to #encode and #decode_raw for output. Output
  is written to the object instead of being returned as a String.

* Streaming capability for #encode and #decode_raw when both input and
  output are IO objects, using constant memory.

2.0.1 (2024-09-15)

Fixed

* Decoding binary data could lead to Encoding errors (Issue #8)
   2024-05-12 17:02:36 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
converters/ruby-Ascii85: update to 1.1.1

1.1.1 (2024-05-09)

* Make bin/ascii85 Ruby 3.2-compatible (thanks @tylerwillingham)
* Improve error handling of bin/ascii85 slightly
   2021-10-26 12:06:54 by Nia Alarie | Files touched by this commit (150)
Log message:
converters: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes
   2021-10-07 15:29:13 by Nia Alarie | Files touched by this commit (150)
Log message:
converters: Remove SHA1 hashes for distfiles
   2021-01-10 15:03:51 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
converters/ruby-Ascii85: update to 1.1.0

=== 1.1.0 / 2020-11-11

  * Make use of frozen_string_literal
  * Update tests to use newer minitest syntax
   2018-02-25 15:03:52 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
converters/ruby-Ascii85: update to 1.0.3

=== 1.0.3 / 2018-01-25

  * Updated the gem's metadata
   2015-11-03 02:43:56 by Alistair G. Crooks | Files touched by this commit (120)
Log message:
Add SHA512 digests for distfiles for converters category

Problems found with existing distfile:
	distfiles/libiconv-1.13-cp932.patch.gz
No changes made to the libiconv distinfo file.

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-09-25 07:46:29 by Takahiro Kambe | Files touched by this commit (1)
Log message:
Update HOMEPAGE.
Avoid using rubyforge.org since it stopped most of services.