From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 28 19:20:02 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F0B3E1065670 for ; Fri, 28 Aug 2009 19:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B53648FC20 for ; Fri, 28 Aug 2009 19:20:02 +0000 (UTC) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n7SJK2oI037569 for ; Fri, 28 Aug 2009 19:20:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n7SJK21F037568; Fri, 28 Aug 2009 19:20:02 GMT (envelope-from gnats) Date: Fri, 28 Aug 2009 19:20:02 GMT Message-Id: <200908281920.n7SJK21F037568@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/138212: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Aug 2009 19:20:03 -0000 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 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"