summaryrefslogtreecommitdiff
path: root/converters/pear-I18n_UnicodeNormalizer
AgeCommit message (Collapse)AuthorFilesLines
2021-10-26converters: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes
2021-10-07converters: Remove SHA1 hashes for distfilesnia1-2/+1
2019-09-23PKGREVISION++, only packing OS was different. Distfile replaced. Thanks wiz@ ↵mef1-1/+2
and kre@
2019-09-22Regen distinfo. Old one was NTFS. fno had different size. OK by wiz@mef2-6/+13
CF-SX3@makoto 07:16:02/190923(/export/compare)% ls -l */*tgz 79638 Dec 10 2015 ./fno/I18N_UnicodeNormalizer-1.0.0.tgz 2265011 Sep 23 00:08 ./new/I18N_UnicodeNormalizer-1.0.0.tgz 2154776 Sep 23 00:21 ./old/I18N_UnicodeNormalizer-1.0.0.tgz CF-SX3@makoto 07:16:51/190923(/export/compare)% sha1 */*.tgz SHA1 (fno/I18N_UnicodeNormalizer-1.0.0.tgz) = 4df6c65e335f8a7698d405f03bd53a856cc7f388 SHA1 (new/I18N_UnicodeNormalizer-1.0.0.tgz) = fbcebfee6c4080066897bea1f8babaae6db1a87c SHA1 (old/I18N_UnicodeNormalizer-1.0.0.tgz) = 9386143d6d89505d2c43c33a67d18cd363fafd09 CF-SX3@makoto 07:16:55/190923(/export/compare)% file */*.tgz fno/I18N_UnicodeNormalizer-1.0.0.tgz: gzip compressed data, was "I18N_UnicodeNormalizer-1.0.0.tar", last modified: Sat Aug 4 14:58:59 2007, from Unix, original size modulo 2^32 3039599536 new/I18N_UnicodeNormalizer-1.0.0.tgz: gzip compressed data, was "I18N_UnicodeNormalizer-1.0.0.tar", last modified: Sat Aug 4 14:58:59 2007, from Unix, original size modulo 2^32 14620160 old/I18N_UnicodeNormalizer-1.0.0.tgz: gzip compressed data, from NTFS filesystem (NT), original size modulo 2^32 14620160
2015-11-03Add SHA512 digests for distfiles for converters categoryagc1-1/+2
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.
2012-10-03Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2010-12-22Importing pear-I18N_UnicodeNormalizer version 1.0.0.taca3-0/+33
PHP classes to provide Unicode Normalization. Performs the 4 normalizations: NFD: Canonical Decomposition NFC: Canonical Decomposition, followed by Canonical Composition NFKD: Compatibility Decomposition NFKC: Compatibility Decomposition, followed by Canonical Composition Complies with the official Unicode.org regression test. Uses UTF8 binary strings natively but can normalize a string in any UTF format. Fully tested with phpUnit. Code coverage test close to 100%.