Date: Fri, 28 Aug 2009 19:15:02 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc Makefile ports/textproc/teckit Makefile distinfo pkg-descr pkg-plist Message-ID: <200908281915.n7SJF24Z060544@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
miwi 2009-08-28 19:15:02 UTC
FreeBSD ports repository
Modified files:
textproc Makefile
Added files:
textproc/teckit Makefile distinfo pkg-descr pkg-plist
Log:
TECkit (Text Encoding Conversion toolkit) is a toolkit for converting data
between 8-bit legacy encodings and Unicode. It can also be used for
transliteration of Unicode between different scripts.
TECkit uses a mapping description language (mapping byte encodings to Unicode).
Mapping rules can be extended by (1) the use of character sequences rather than
single characters on either side; (2) by the addition of contextual constraints
(environments) determining when a rule should apply; (3) and by the use of
character classes, optional and repeatable elements, grouping and alternation
to express more complex patterns to be matched and processed.
TECkit is particularly useful with XeTeX (Unicode-aware derivate of TeX).
The following binaries are provided:
teckit_compile mapping compiler that allows binary mapping tables (.tec)
to be built from TECkit description files (.map)
sfconv a tool for converting Standard Format (SF) files
txtconv a utility to apply TECkit mappings to plain-text files
WWW: http://scripts.sil.org/TECkit
PR: ports/138212
Submitted by: Nikola Lecic <nikola.lecic at anthesphoria.net>
Revision Changes Path
1.1376 +1 -0 ports/textproc/Makefile
1.1 +36 -0 ports/textproc/teckit/Makefile (new)
1.1 +3 -0 ports/textproc/teckit/distinfo (new)
1.1 +22 -0 ports/textproc/teckit/pkg-descr (new)
1.1 +23 -0 ports/textproc/teckit/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200908281915.n7SJF24Z060544>
