Subject: CVS commit: pkgsrc/textproc/zet
From: pin
Date: 2021-07-05 10:45:08
Message id: 20210705084508.54A02FA95@cvs.NetBSD.org

Log Message:
textproc/zet: update to 0.2.0

-Add support for UTF-16 files, and make sure lines that differ only in their
terminator (\n vs \r\n) are considered equal.

-Zet looks for Byte Order Marks in UTF-8, UTF-16LE and UTF-16BE files,
translating UTF-16LE and UTF-16BE to UTF-8. It outputs a (UTF-8) Byte Order Mark
if and only if it finds one in its first file argument.
-Zet strips off the line terminator (\n or \r\n) from each input line. On
output, it uses the line terminator found in the first line of its first file
argument (or \n if the first file consists of a single line with no terminator).

Files:
RevisionActionfile
1.2modifypkgsrc/textproc/zet/Makefile
1.2modifypkgsrc/textproc/zet/cargo-depends.mk
1.2modifypkgsrc/textproc/zet/distinfo