Date: Fri, 28 Aug 2009 19:20:02 GMT From: dfilter@FreeBSD.ORG (dfilter service) To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/138212: commit references a PR Message-ID: <200908281920.n7SJK21F037568@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/138212; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/138212: commit references a PR Date: Fri, 28 Aug 2009 19:15:15 +0000 (UTC) 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) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200908281920.n7SJK21F037568>