Path to this page:
./
converters/ruby-unf,
Wrapper library to bring Unicode Normalization Form support
Branch: CURRENT,
Version: 0.2.0,
Package name: ruby32-unf-0.2.0,
Maintainer: pkgsrc-usersThis is a wrapper library to bring Unicode Normalization Form support
to Ruby/JRuby.
Required to run:[
lang/ruby23-base]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 8 KB
Version history: (Expand)
- (2024-09-18) Updated to version: ruby32-unf-0.2.0
- (2021-10-07) Updated to version: ruby27-unf-0.1.4
- (2017-07-31) Updated to version: ruby23-unf-0.1.4
- (2015-02-01) Updated to version: ruby200-unf-0.1.4
- (2014-07-24) Updated to version: ruby200-unf-0.1.3
- (2013-12-08) Updated to version: ruby193-unf-0.1.3
CVS history: (Expand)
2024-09-18 16:39:36 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
converters/ruby-unf: update to 0.2.0
0.2.0 (2024-08-18)
Features:
* Use String#unicode_normalize on Ruby >=2.2 unless unf_ext is already
loaded.
* Reduce the gem size by removing unnecessary files. (GH #22)
|
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
|
2017-07-31 00:32:28 by Thomas Klausner | Files touched by this commit (229) |
Log message:
Switch github HOMEPAGEs to https.
|
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-02-01 13:51:37 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Update ruby-unf to 0.1.4.
* No changes are available for 0.1.4 but it is trivial fixes not for
working codes.
|
2013-12-08 17:37:52 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Update ruby-unf to 0.1.3.
## 0.1.3 (2013-10-25)
Features:
- Make UNF::Normalizer.instance thread-safe, and deprecate .new.
(GH #5)
|
2013-09-13 14:37:21 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
Update ruby-unf to 0.1.2.
## 0.1.2 (2013-08-12)
Features:
- Add license to gemspec.
- Adjust dependencies for Ruby 1.8 to satisfy bundler.
|