summaryrefslogtreecommitdiff
path: root/converters/hztty/distinfo
AgeCommit message (Collapse)AuthorFilesLines
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.
2013-07-18Add termios.h formerly included by unistd.h.joerg1-2/+2
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-02-23Add RMD160 digests in addition to SHA1 onesagc1-1/+2
2005-01-19Fix build on Interix (mostly SVR4ish in its pty/utmp implementation).tv1-3/+4
2002-06-19Initial import of hztty-2.0 into the NetBSD Packages Collection.agc1-0/+6
Provided in PR 16086 by Rui-Xiang Guo (rxg@ms25.url.com.tw) This program turns a tty session from one encoding to another. For example, running hztty on cxterm can allow you to read/write Chinese in HZ format, which was not supported by cxterm. If you have many applications in different encodings but your favor terminal program only supports one, hztty can make life easy. For example, hztty can convert your GB cxterm into a HZ terminal, a Unicode (16bit, or UTF8, or UTF7) terminal, or a Big5 terminal.