summaryrefslogtreecommitdiff
path: root/textproc/highway
AgeCommit message (Collapse)AuthorFilesLines
2021-10-26textproc: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes Unfetchable distfiles (fetched conditionally?): ./textproc/convertlit/distinfo clit18src.zip
2021-10-07textproc: Remove SHA1 hashes for distfilesnia1-2/+1
2015-12-11Import highway-1.1.0 as textproc/highway.wiz4-0/+38
Provided by NONAKA Kimihiro in PR 50504. Highway ------- A fast pattern matching tool like pt and ag. Feature: - It can search the PATTERN from your source code very fast. - It can search also the PATTERN as a regular expression. - It supports UTF-8 and some Japanese encodings (Because I'm Japanese. EUC-JP and Shift_JIS is supported). - It ignores file patterns form your .gitignore by default.