Bug 138212 - [New Port] textproc/teckit: Toolkit for converting data between 8-bit legacy encodings and Unicode
Summary: [New Port] textproc/teckit: Toolkit for converting data between 8-bit legacy ...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-26 22:00 UTC by Nikola Lečić
Modified: 2009-08-28 20:20 UTC (History)
0 users

See Also:


Attachments
teckit-2.5.1.shar (3.83 KB, text/plain)
2009-08-26 22:00 UTC, Nikola Lečić
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Nikola Lečić 2009-08-26 22:00:01 UTC
pkg-descr:

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
     http://scripts.sil.org/TECkitDownloads#5b6cf869
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2009-08-28 20:15:15 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-08-28 20:15:15 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"